Commits
User selector
Commit History
Commits on Jun 18, 2024
Fix parsing of invalid private class properties (#5144)
Show description for 4e89e18authored
Commits on Dec 11, 2023
Update clang-format (#5112)
Show description for 3b876f7authored
Commits on Nov 22, 2023
Update cppcheck (#5108)
Show description for ef4cb2bauthored
Commits on Nov 15, 2023
Update doxygen and fix documentation (#5106)
Show description for ff9ff8fauthored
Commits on Oct 25, 2023
Modernize python and update pylint (#5096)
Show description for bc408b1authored
Commits on Sep 20, 2023
Update tests and CI to python3 (#5095)
Show description for a588e49authored
Commits on Jan 31, 2022
Remove ES_NEXT macro (#4915)
Show description for 4924f9fauthored
Commits on Jan 20, 2022
Update jerry-port and jerry-ext (#4907)
Show description for ac1c48eauthored
Commits on Jan 14, 2022
Update test262 hash to the latest master (#4959)
Show description for dfbd89dauthored
Commits on Dec 23, 2021
Drop legacy test262-ES2015 testing support (#4908)
Show description for a63e1d2authored
Commits on Dec 10, 2021
Update detached arraybuffer handling (#4840)
Show description for 4cbc77dauthoredAdd FEATURE_INIT_FINI support on Windows. (#4859)
Show description for d5f048eauthored
Commits on Dec 6, 2021
Rework the public API (#4829)
Show description for 9860d66authored
Commits on Nov 26, 2021
Generate parser error messages (#4836)
Show description for 841e21aauthored
Commits on Nov 25, 2021
Outsource magic error messages (#4821)
Show description for 271d9b2authored
Commits on Nov 5, 2021
Replace vera++ with clang-format (#4518)
Show description for badfdf4authored
Robert Fancsik
Commits on Oct 28, 2021
Test262 runner shouldn't change newline characters (#4805)
Show description for 3c742beauthored
Commits on Oct 15, 2021
Fix magic-string generation (#4751)
Show description for fe3a5c0authored
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