Commits
User selector
Commit History
Commits on Aug 11, 2021
Support parsing of scripts / functions stored in string values (#4728)
Show description for 3ed93cfauthored
Commits on Jul 27, 2021
Change resource name to a string. (#4724)
Show description for 951044cauthored
Commits on Jul 20, 2021
Support shared user data for scripts (#4710)
Show description for 713d90bauthored
Commits on Mar 31, 2021
Add module C API functions (#4636)
Show description for 4377ef6authored
Commits on Mar 30, 2021
Rework module linking (#4632)
Show description for 6c484f3authored
Commits on Mar 11, 2021
Remove jerry_port_track_promise_rejection (#4613)
Show description for edd2f20authored
Commits on Mar 10, 2021
Add custom configuration to jerry_parse and its variants (#4620)
Show description for 5464221authored
Commits on Feb 17, 2021
Rework external function handlers (#4599)
Show description for 112ad83authored
Commits on Feb 4, 2021
Rename unix to jerry for entrance files. (#4536)
Show description for 982cd08authored
Commits on Jan 18, 2021
compile_commands.json should be generated for the whole project (#4503)
Show description for e009641authoredRework module parsing and execution (#4462)
Show description for 0fec913authored
Dániel Bátyai
Commits on Jan 8, 2021
Fix unavailable source file handling in main_print_unhandled_exception (#4424)
Show description for 7b00db4authoredEnable generating compile_commands.json (#4417)
Show description for 0e829ccauthored
Commits on Dec 9, 2020
Continue working on realms (#4356)
Show description for cc1e8d2authored
Commits on Dec 8, 2020
Implement realm object and support realms for built-ins and JS functions (#4354)
Show description for df92c86authored
Commits on Dec 7, 2020
Add support test262 $262 global object support (#4329)
Show description for 7cb9f80authored
kisbg
Commits on Dec 1, 2020
Correct syntax error printing in case of end of file (#4350)
Show description for 577a605authored
Commits on Nov 16, 2020
Drop the minimal variant of the default port implementation (#4331)
Show description for 81702ffauthored
Commits on Nov 12, 2020
Fix tabulation of configuration messages (#4330)
Show description for 40004daauthored
Commits on Jul 28, 2020
Improve source file handling in jerry-main (#4037)
Show description for edab196authored
Dániel Bátyai
Commits on Jul 2, 2020
Fix the configuration of stack measurement in jerry-test (#3971)
Show description for f86b78aauthored
Zsolt BorbélyAdd simple stack measure for jerry-test (#3717)
Show description for eb77f96authored
Commits on Mar 30, 2020
Bump reference platform to Ubuntu 18.04 LTS (#3037)
Show description for 1bd1a36authored
Commits on Mar 27, 2020
Fix undefined overflow behavior when converting double to integer (#3629)
Show description for f29e6f9authored
Commits on Feb 21, 2020
Fix lexical scoping between scripts (#3558)
Show description for 68909fcauthored
Commits on Feb 3, 2020
Add vera rules to check consecutive and trailing empty lines (#3540)
Show description for a78c8d4authored
Commits on Jan 15, 2020
Add runtime option "--call-on-exit [FUNCNAME]" to main-unix.c (#3518)
Show description for 332e216authored andcommitted
Commits on Nov 29, 2019
Make REPL option parser handle "-" option properly (#3384)
Show description for 336fa45authored andcommitted
Commits on Nov 6, 2019
Introduce jerry_get_resource_name API function (#3236)
Show description for 525c35fauthored andcommitted
Commits on Oct 16, 2019
Update API version to 2.1.0. (#3220)
Show description for e8bc7a2authored andcommitted
Commits on Oct 3, 2019
Remove abort-on-fail from the default port (#3182)
Show description for 2180d97authored andcommittedImprove example REPL to exit if there is nothing on the stdin (#3193)
Show description for 5ed8647authored andcommitted
Commits on Aug 27, 2019
Adding a switch to the jerry-snapshot tool to load a function (#3024)
Show description for 26d48c3authored andcommitted
Commits on Jul 30, 2019
Fix unhandled exceptions with unicode error messages (#2994)
Show description for dfafb1aauthored andcommitted
Commits on Jul 17, 2019
Resolve module paths relative to the current module (#2976)
Show description for ec11a7bandauthored