aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-02fix corner case in `default_values` (#4497)...Alex Lam S.L
2021-01-02introduce `awaits` (#4495)Alex Lam S.L
2021-01-02enhance `if_return` & `side_effects` (#4494)Alex Lam S.L
2021-01-02enhance `inline`, `sequences` & `side_effects` (#4493)Alex Lam S.L
2021-01-02fix corner case in `conditionals` (#4492)Alex Lam S.L
2021-01-01enhance `collapse_vars` & `dead_code` (#4491)Alex Lam S.L
2021-01-01fix corner case in `reduce_vars` (#4490)...Alex Lam S.L
2021-01-01fix corner case in `functions` (#4488)...Alex Lam S.L
2021-01-01v3.12.4Alex Lam S.L
2020-12-31fix corner case with `arguments` (#4486)...Alex Lam S.L
2020-12-31fix corner case with default values (#4484)...Alex Lam S.L
2020-12-30improve false positive detection in `ufuzz` (#4482)Alex Lam S.L
2020-12-30fix corner cases with `arguments` (#4481)...Alex Lam S.L
2020-12-29enhance `reduce_vars` (#4479)Alex Lam S.L
2020-12-29fix corner case in `arguments` (#4477)...Alex Lam S.L
2020-12-29expand test options (#4475)...Alex Lam S.L
2020-12-28workaround asynchronous tty bugs on Node.js (#4473)Alex Lam S.L
2020-12-28fix corner case in `inline` (#4472)...Alex Lam S.L
2020-12-27fix corner case in `unused` (#4469)...Alex Lam S.L
2020-12-27workaround v8 bug with labels (#4467)...Alex Lam S.L
2020-12-26workaround `schedule` delays on GitHub Actions (#4463)Alex Lam S.L
2020-12-26fix corner case in `reduce_vars` & `unused` (#4465)...Alex Lam S.L
2020-12-26fix corner cases in `collapse_vars` (#4462)...Alex Lam S.L
2020-12-25fix corner case in `reduce_vars` (#4459)...Alex Lam S.L
2020-12-25fix corner case in `unused` (#4457)...Alex Lam S.L
2020-12-25fix corner case in `merge_vars` (#4455)...Alex Lam S.L
2020-12-25workaround v8 heisenbug (#4453)Alex Lam S.L
2020-12-25fix corner case in `functions` & `reduce_vars` (#4452)...Alex Lam S.L
2020-12-25enhance `default_values` (#4450)Alex Lam S.L
2020-12-25fix corner case in `pure_getters` (#4449)...Alex Lam S.L
2020-12-24fix & enhance `collapse_vars` (#4447)...Alex Lam S.L
2020-12-24fix corner case in `collapse_vars` (#4445)...Alex Lam S.L
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2020-12-24support default values (#4442)Alex Lam S.L
2020-12-24fix corner case in `pure_getters` (#4441)...Alex Lam S.L
2020-12-24fix corner case in `if_return` (#4439)...Alex Lam S.L
2020-12-23fix corner case with `NaN` (#4437)...Alex Lam S.L
2020-12-23fix corner case when parsing expression (#4435)Alex Lam S.L
2020-12-22v3.12.3Alex Lam S.L
2020-12-21improve object function generation in `ufuzz` (#4434)Alex Lam S.L
2020-12-21fix corner case in `reduce_vars` (#4433)...Alex Lam S.L
2020-12-20fix corner case in `collapse_vars` (#4431)...Alex Lam S.L
2020-12-20parse destructuring under strict mode correctly (#4429)Alex Lam S.L
2020-12-20improve destructuring generation in `ufuzz` (#4428)Alex Lam S.L
2020-12-20handle destructuring `catch` in `--reduce-test` (#4427)Alex Lam S.L
2020-12-20fix corner case with destructuring `catch` (#4426)...Alex Lam S.L
2020-12-20support async function within object literal (#4424)Alex Lam S.L
2020-12-20fix corner case in `evaluate` & `reduce_vars` (#4423)...Alex Lam S.L
2020-12-20fix corner case with destructuring `catch` (#4421)...Alex Lam S.L
2020-12-20suppress false positives in `ufuzz` (#4419)Alex Lam S.L