Age | Commit message (Expand) | Author |
2021-07-17 | workaround various IE quirks (#5084)•••fixes #5081 | Alex Lam S.L |
2021-07-13 | suppress false positives in `ufuzz` (#5078) | Alex Lam S.L |
2021-06-02 | workaround GitHub Actions issues (#4991) | Alex Lam S.L |
2021-05-13 | suppress invalid test case generation (#4930) | Alex Lam S.L |
2021-05-03 | suppress false positives in `ufuzz` (#4901) | Alex Lam S.L |
2021-05-03 | support optional chaining operator (#4899) | Alex Lam S.L |
2021-04-30 | enhance `join_vars` (#4881) | Alex Lam S.L |
2021-04-26 | upgrade AST<->ESTree translation (#4870)•••fixes #968 | Alex Lam S.L |
2021-04-24 | enhance `pure_getters`, `reduce_vars` & `unused` (#4863) | Alex Lam S.L |
2021-04-22 | enhance `unused` (#4858) | Alex Lam S.L |
2021-04-22 | fix corner case in `hoist_vars` (#4860)•••fixes #4859 | Alex Lam S.L |
2021-04-21 | document various ECMAScript bugs (#4857) | Alex Lam S.L |
2021-04-06 | clean up `OutputStream` (#4842) | Alex Lam S.L |
2021-04-03 | parse `import.meta` correctly (#4836) | Alex Lam S.L |
2021-03-23 | workaround `toString()` quirks on global context (#4814) | Alex Lam S.L |
2021-03-23 | support logical assignment operators (#4813) | Alex Lam S.L |
2021-03-21 | document various v8 bugs (#4808)•••closes #4805 | Alex Lam S.L |
2021-03-16 | fix corner case in `functions` (#4789)•••fixes #4788 | Alex Lam S.L |
2021-03-16 | fix corner cases with `new.target` (#4784) | Alex Lam S.L |
2021-03-15 | fix corner cases with template literals (#4780) | Alex Lam S.L |
2021-03-15 | support `**=` (#4778) | Alex Lam S.L |
2021-03-08 | speed up `ufuzz` asynchronous testing (#4750) | Alex Lam S.L |
2021-03-03 | improve `ufuzz` test generation (#4724) | Alex Lam S.L |
2021-03-02 | fix corner cases in `varify` (#4719) | Alex Lam S.L |
2021-03-01 | fix corner cases with `import` (#4709)•••fixes #4708 | Alex Lam S.L |
2021-03-01 | support limited `ufuzz` testing for `import` (#4707) | Alex Lam S.L |
2021-02-27 | support limited `ufuzz` testing for `export` (#4693)•••fixes #4692 | Alex Lam S.L |
2021-02-24 | support nullish coalescing operator (#4678) | Alex Lam S.L |
2021-02-23 | support `class` literals (#4658) | Alex Lam S.L |
2021-02-13 | avoid false positive in `--reduce-test` (#4648) | Alex Lam S.L |
2021-02-10 | fix corner cases in `inline` (#4640)•••fixes #4639 | Alex Lam S.L |
2021-02-09 | support `for [await]...of` statements (#4627) | Alex Lam S.L |
2021-02-08 | improve false positive detection in `ufuzz` (#4626) | Alex Lam S.L |
2021-02-08 | support generator functions (#4620) | Alex Lam S.L |
2021-02-01 | introduce `templates` (#4603) | Alex Lam S.L |
2021-02-01 | support template literals (#4601) | Alex Lam S.L |
2021-01-25 | support exponentiation operator (#4593) | Alex Lam S.L |
2021-01-24 | fix infinite recursion in `ufuzz` code generation (#4592) | Alex Lam S.L |
2021-01-24 | support BigInt literals (#4583) | Alex Lam S.L |
2021-01-24 | fix corner case in `reduce_vars` (#4585)•••fixes #4584 | Alex Lam S.L |
2021-01-23 | improve `ufuzz` on destructuring (#4580) | Alex Lam S.L |
2021-01-22 | suppress false positives in `ufuzz` (#4578) | Alex Lam S.L |
2021-01-21 | suppress false positives in `ufuzz` (#4577) | Alex Lam S.L |
2021-01-20 | suppress false positives in `ufuzz` (#4574) | Alex Lam S.L |
2021-01-20 | workaround GitHub Actions bug (#4573) | Alex Lam S.L |
2021-01-20 | support asynchronous test cases properly (#4529) | Alex Lam S.L |
2021-01-18 | improve false positive detection in `ufuzz` (#4566) | Alex Lam S.L |
2021-01-13 | suppress invalid test generation in `ufuzz` (#4551) | Alex Lam S.L |
2021-01-10 | support asynchronous arrow functions (#4530) | Alex Lam S.L |
2021-01-07 | support rest parameters (#4515) | Alex Lam S.L |