Age | Commit message (Expand) | Author |
---|---|---|
2021-05-05 | compiler: properly handle break/continue in nested scopes | Jo-Philipp Wich |
2021-05-04 | compiler: properly handle keyword in parenthesized property access expression | Jo-Philipp Wich |
2021-05-04 | compiler: fix stack mismatch on compiling `use strict` statements | Jo-Philipp Wich |
2021-05-04 | lib: gracefully handle truncated format strings in uc_printf_common() | Jo-Philipp Wich |
2021-04-29 | lexer: fix infinite loop on parsing unterminated comments | Jo-Philipp Wich |
2021-04-29 | lexer: fix infinite loop on parsing unterminated expression blocks | Jo-Philipp Wich |
2021-04-29 | lexer: fix infinite loop when parsing regexp literal at EOF | Jo-Philipp Wich |
2021-04-29 | compiler: fix segfault on parsing invalid pre/post increment expressions | Jo-Philipp Wich |
2021-04-29 | lib: fix reporting source context lines at EOF | Jo-Philipp Wich |
2021-04-27 | lib: fix uc_split() quirks | Jo-Philipp Wich |
2021-04-23 | tests: create custom tests from current tests cases | Petr Štetiar |