Commits
User selector
Commit History
Commits on Aug 31, 2021
Implement function.toString operation (#4752)
Show description for 6649940authored
Commits on Aug 10, 2021
Implement vm_throw callback (#4726)
Show description for 444806dauthored
Commits on May 26, 2021
Fix typo in property hashmap define (#4664)
Show description for 7be339aauthored
Commits on Mar 24, 2021
Extract type defintions from jerryscript-core.h into jerryscript-types.h (#4634)
Show description for 874a6a4authored
Commits on Feb 18, 2021
Add notification callback for Promise operations (#4595)
Show description for 01e0388authored
Commits on Feb 16, 2021
Update jerry debugger test-runner (#4597)
Show description for a2f22cfauthored
kisbg
Commits on Feb 9, 2021
--engine parameter should be a file (#4585)
Show description for 3df7998authored
Commits on Feb 4, 2021
Remove the ENABLED/DISABLED macros (#4515)
Show description for 0628ae1authoredAdd --build-debug options for run-tests.py script. (#4456)
Show description for e01c254authoredlogging the crash properly when running test262-harness.py (#4472)
Show description for dd698f8authoredMove get_platform_cmd_prefix into util.py (#4495)
Show description for 4bb9e2bauthoredMake install_jerry work with MinGW (#4517)
Show description for 9dbb594authored
Commits on Jan 26, 2021
Remove a wrong test not to slow down test262-es2015 (#4542)
Show description for e081cbcauthored
Commits on Jan 22, 2021
Fix test262 harness to handle async negative tests properly (#4526)
Show description for 9900cacauthored
Commits on Jan 18, 2021
Add expm1 test case to cover the k==1024 case (#4508)
Show description for d97540eauthoredRework module parsing and execution (#4462)
Show description for 0fec913authored
Dániel BátyaiGet isfinite, isinf, and isnan right in jerry-math (#4497)
Show description for ef8a6a9authored
Commits on Jan 17, 2021
Fixes timezone get on win32 (#4494)
Show description for f2e9062authored
Commits on Jan 16, 2021
Fix the test262 timeout on Windows (#4378)
Show description for 2bad20aauthored
Commits on Jan 11, 2021
Officially introduce amalgamated builds (#4416)
Show description for fdaacdeauthored
Commits on Jan 8, 2021
Add --build-type to tools/build.py (#4409)
Show description for 4350401authoredEnable generating compile_commands.json (#4417)
Show description for 0e829ccauthoredDisable libjerry-math by default (#4428)
Show description for d161e2dauthored
Commits on Jan 5, 2021
Rename jerry-libm to jerry-math (#4410)
Show description for 257814dauthored
Commits on Dec 30, 2020
Make test262-harness.py Python 3-compatible (#4381)
Show description for 2faafa4authored
Commits on Dec 7, 2020
Add support test262 $262 global object support (#4329)
Show description for 7cb9f80authored
kisbg
Commits on Dec 4, 2020
Run tests with mem-stress-test enabled (#4278)
Show description for 1cb18f0authored
Dániel Bátyai
Commits on Nov 17, 2020
Add script to extract JerryScript version from headers (#4333)
Show description for 7262b98authored
Commits on Nov 16, 2020
Run test262-esnext tests with larger heap (#4337)
Show description for c57938eauthored
Commits on Nov 2, 2020
Fix the ESNext build with disabled JERRY_BUILTIN_PROXY (#4320)
Show description for d0e385fauthored
Commits on Oct 28, 2020
Add lazy load of exclude_list in test262-harness (#4317)
Show description for 2007188authored
Commits on Oct 19, 2020
Improve JerryScript debugger (#4299)
Show description for 6f25d6eauthored
Commits on Sep 28, 2020
Fix a typo in case of single thread/process execution in test262 harness (#4223)
Show description for 0ffe166authored
Commits on Sep 14, 2020
Allow parallel test execution in test262 for ES2015 and ESNEXT (#4182)
Show description for f8983cdauthoredFix test262 excludelist update on Windows (#4185)
Show description for f834340authored