Age | Commit message (Expand) | Author |
---|---|---|
2021-03-19 | value: fix accessing array indexes with non-numeric values | Jo-Philipp Wich |
2021-03-12 | compiler: fix parsing of arrow functions with single expression body | Jo-Philipp Wich |
2021-03-11 | lexer: fix infinite loop in lineinfo encoding when consuming large chunks | Jo-Philipp Wich |
2021-03-11 | lexer: properly handle string escape sequences at buffer boundary | Jo-Philipp Wich |
2021-03-11 | object: prevent registering the same ressource type multiple times | Jo-Philipp Wich |
2021-03-11 | vm: gracefully handle property setting on non-array, non-object values | Jo-Philipp Wich |
2021-03-11 | compiler: fix switch case->default fallthrough | Jo-Philipp Wich |
2021-03-09 | lib: prevent possible use-after-free in uc_pop() | Jo-Philipp Wich |
2021-02-26 | compiler: fix try/catch miscompilation | Jo-Philipp Wich |