Age | Commit message (Expand) | Author |
---|---|---|
2020-07-13 | LibJS: Add StringIterator | Matthew Olsson |
2020-07-11 | LibJS: Start implementing iterable framework, add ArrayIterator | Matthew Olsson |
2020-06-13 | LibJS: Add JSON.stringify | Matthew Olsson |
2020-06-11 | LibJS: Consolidate error messages into ErrorTypes.h | Matthew Olsson |
2020-06-07 | LibJS: Add BigInt | Linus Groh |
2020-06-07 | LibJS: Lex and parse regex literals, add RegExp objects | Matthew Olsson |
2020-06-06 | LibJS: Add Proxy objects | Matthew Olsson |
2020-05-28 | LibJS: Object index properties have descriptors; Handle sparse indices | Matthew Olsson |
2020-05-26 | LibJS: Create JS to HTML markup generator | FalseHonesty |
2020-05-17 | LibJS: Add symbol objects | mattco98 |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev |