aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/lit
AgeCommit message (Expand)Author
2017-04-26Implement other routines of Promise (#1729)Zidong Jiang
2017-04-25Merge `lit-unicode-*.inc.h`-related generator scripts (#1767)Akos Kiss
2017-04-21Generate lit-magic-strings.inc.h (#1690)Akos Kiss
2017-04-12Implement the basic Promise (#1695)Zidong Jiang
2017-04-10Add 'type' argument to set/get native handle API (#1711)Zidong Jiang
2017-04-06Update unicode ranges to the latest version of Unicode Standard (version 9.0....Robert Sipka
2017-03-21Style fix: return value comments (#1668)Levente Orban
2017-03-21Implement `Object.setPrototypeOf` from ES2015 specification (#1666)Akos Kiss
2017-03-16Refactor the generator scripts for unicode tables (#1623)Robert Sipka
2017-02-22Completely remove internal property support. (#1603)Zoltan Herczeg
2017-02-16Rewrite the generator script of unicode ranges. (#1583)Robert Sipka
2017-02-16Add new input validator API functions (#1576)László Langó
2017-02-15Improve `toLowerCase` and `toUpperCase` functions. (#1575)Robert Sipka
2017-01-24[ES2015][TypedArray] add other 8 types (#1532)Zidong Jiang
2017-01-13[ES2015 profile]add TypedArray intrinsic object (#1507)Zidong Jiang
2017-01-09[API] Improve the performance of the external magic id search (#1506)Zsolt Borbély
2017-01-05Add `jerry_string_to_utf8_char_buffer` API function. (#1501)Robert Sipka
2016-12-19Warning fixes for Clang build. (#1490)Robert Sipka
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-13Do not copy source string by JSON parser. (#1481)Zoltan Herczeg
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-12-01Add an API function to calculate the UTF-8 encoded string length from Jerry s...Robert Sipka
2016-11-29Replace `//` double slash comments with `/* */`. (#1461)Robert Sipka
2016-11-29Add an API function to calculate the UTF-8 encoded string size from Jerry str...Robert Sipka
2016-11-25Reduce memory consumption of property names.Zoltan Herczeg
2016-11-24Improve performance of search in the list of the magic strings. (#1441)Robert Sipka
2016-09-01Fix warnings reported on OS X (#1307)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-15Remove arbitrary case conversion tests.Zoltan Herczeg
2016-07-13Improve the construction of "length" built-in strings.Zoltan Herczeg
2016-07-11Update Jerry APILászló Langó
2016-06-27Sixteen bit hash for strings.Zoltan Herczeg
2016-06-27Rework literal storage.Zoltan Herczeg
2016-06-21Guard assert-related functionsZsolt Borbély
2016-05-30Remove ECMA_STRING_CONTAINER_HEAP_NUMBER.Zoltan Herczeg
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-05-02Fix wrong indentations of function parametersZsolt Borbély
2016-04-22Remove unused internal functionsAkos Kiss
2016-04-14Remove the unused LIT_STRING_HASH_LAST_BYTES_COUNT define macroRobert Sipka
2016-04-14Improvements related to lexerIstvan Kadar
2016-04-12Use 'const' in string iterations.László Langó
2016-04-06Eliminate TODO and FIXME macrosAkos Kiss
2016-03-24Fix compile warnings about always_inline functions in GCC 5.2.0Geoff Gustafson
2016-03-21Optimize string character access for ascii strings and refactor type storeZoltan Herczeg
2016-03-18Use code unit instead of code pointLászló Langó
2016-03-16Fix terminology of snapshot saving in literals and mainAkos Kiss