aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/parser
AgeCommit message (Expand)Author
2017-04-24Fix alignment in case of enabled 32bit compressed pointers (#1764)Zsolt Borbély
2017-04-18Always define debugger-related opcodes (#1734)Zsolt Borbély
2017-04-18Ensure that const and pure function attributes are used properly (#1739)Akos Kiss
2017-04-13Fix a few issues which can lead to undefined-behaviour (#1730)Zsolt Borbély
2017-03-24Add asserts to avoid the access of cbc_flags and cbc_ext_flags arrays outside...Robert Sipka
2017-03-23Eliminate duplicated statements in re-parser.c (#1680)Robert Sipka
2017-03-21Style fix: return value comments (#1668)Levente Orban
2017-03-13Improve breakpoint generator of the debugger. (#1652)Zoltan Herczeg
2017-03-09Fix old-style function definitions and enable warning. (#1651)Tilmann Scheller
2017-03-08Improve error messages (#1577)Yanhui Shen
2017-03-06Fix multiple debugger issues. (#1640)Zoltan Herczeg
2017-03-06Require JERRY_JS_PARSER macro to be defined (#1639)Robert Sipka
2017-03-02Fix typos in parser error messages. (#1629)Renáta Hodován
2017-02-28Numbers found in the literal table also has LEXER_LITERAL_OBJECT_ANY type. (#...Zoltan Herczeg
2017-02-28Add source code support to the debugger. (#1614)Zoltan Herczeg
2017-02-22Stack data should be freed after the for statement is fully parsed. (#1609)Zoltan Herczeg
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2017-02-21Introduce debugger status flags to control the operation of the debugger. (#1...Zoltan Herczeg
2017-02-17Add eval support for JerryScript debugger (#1588)Zoltan Herczeg
2017-02-17Fix the missing inline specifier if compiling with -fPIC (#1590)Gabor Loki
2017-02-14Initial version of JerryScript debugger (#1557)Levente Orban
2017-02-10Restore deleted lines. (#1574)Zoltan Herczeg
2017-02-06Fix invalid assertion in js-parser. (#1556) (#1563)Zoltan Herczeg
2017-02-03Stack data should be freed for do-while statements after the expression is pa...Zoltan Herczeg
2017-02-01Test various spaces in JavaScript source code. (#1554)Zoltan Herczeg
2017-01-24Organize public and internal parts of memory management (#1539)László Langó
2017-01-03Reduce scope of variable in JS lexer (#1509)Akos Kiss
2016-12-16Add parameter names to function declarations. (#1498)Tilmann Scheller
2016-12-16Remove redundant extern keywords from function declarations/definitions. (#1495)Tilmann Scheller
2016-12-12Set js-parser feature in the build script. (#1482)Robert Sipka
2016-12-09Add feature to remove parser. (#1476)Sergio Abraham Martinez Rodriguez
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-10-28Issue #1389 fixed in parser_compute_indicies by resolving local variable hidi...Istvan Kadar
2016-09-23Type cast according to format string (#1368)chokobole
2016-09-21Fix doxygen-related documentation issues (#1357)Akos Kiss
2016-09-15Fix bug in vm call_stack_size calculation (#1345)Zidong Jiang
2016-09-08Improve error messagesLászló Langó
2016-08-30Fix bug in for-in bytecode replacementYoungil Choi
2016-08-19Remove allocator functions which stores size.Zoltan Herczeg
2016-08-14Gracefully throw an error when parser runs out of memory.Zoltan Herczeg
2016-08-11Follow-up refactoring of logging-related partsAkos Kiss
2016-08-08Rewrite `parser_boolean_t` to `bool`Akos Kiss
2016-08-08Integrate JS parser module better with JRTAkos Kiss
2016-08-05Avoid `(void) ` and use `JERRY_UNUSED`Akos Kiss
2016-08-05Remove compact profile.Robert Sipka
2016-08-03Initial RAM optimization for ESP8266Slavey Karadzhov
2016-08-01Move all remaining globals to the global context.Zoltan Herczeg
2016-07-20Remove printf calls from jerry coreLászló Langó
2016-07-11Update Jerry APILászló Langó
2016-06-27Rework literal storage.Zoltan Herczeg