aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-07fix corner case in `reduce_vars` (#4189)Alex Lam S.L
fixes #4188
2020-10-06fix corner case in `ie8` (#4187)Alex Lam S.L
fixes #4186
2020-10-05fix corner case in `unused` (#4185)Alex Lam S.L
fixes #4184
2020-10-05fix corner case in `loops` (#4183)Alex Lam S.L
fixes #4182
2020-10-05enhance `conditionals` (#4181)Alex Lam S.L
2020-10-05enhance `loops` (#4180)Alex Lam S.L
2020-10-05clean up scope-related variables (#4179)Alex Lam S.L
2020-10-05retrofit `try-catch-finally` as block-scoped (#4178)Alex Lam S.L
- support optional catch binding
2020-10-05retrofit `AST_BlockStatement` as block-scoped (#4177)Alex Lam S.L
2020-10-05extend support for numeral literals (#4176)Alex Lam S.L
2020-10-04enhance `side_effects` (#4175)Alex Lam S.L
2020-10-04v3.11.1Alex Lam S.L
2020-10-04fix corner case in `mangle` (#4174)Alex Lam S.L
2020-10-03support JSON dump beyond `AST_Toplevel` (#4173)Alex Lam S.L
2020-10-03workaround quirks on latter specs (#4172)Alex Lam S.L
closes #4171
2020-10-03fix corner case in `merge_vars` (#4170)Alex Lam S.L
fixes #4168
2020-10-03fix corner cases of `catch` variable inlining (#4169)Alex Lam S.L
2020-10-02report immediate `ufuzz` failure from Pull Request (#4166)Alex Lam S.L
2020-10-02retrofit `catch` as block-scoped (#4165)Alex Lam S.L
2020-10-02enhance `if_return` (#4164)Alex Lam S.L
2020-09-30enhance `inline` (#4163)Alex Lam S.L
2020-09-30improve resilience against GitHub API (#4161)Alex Lam S.L
2020-09-29fix corner case in `inline` (#4160)Alex Lam S.L
fixes #4159
2020-09-28fix corner case in `merge_vars` (#4158)Alex Lam S.L
fixes #4157
2020-09-27v3.11.0Alex Lam S.L
2020-09-26fix corner cases in `functions` & `merge_vars` (#4156)Alex Lam S.L
fixes #4155
2020-09-26fix corner case in `ufuzz` scheduling (#4154)Alex Lam S.L
2020-09-26improve `ufuzz` duty cycle heuristic (#4153)Alex Lam S.L
2020-09-25enhance `merge_vars` (#4152)Alex Lam S.L
2020-09-25fix corner case in `merge_vars` (#4151)Alex Lam S.L
2020-09-23minor clean up (#4149)Alex Lam S.L
2020-09-23minor clean up (#4148)Alex Lam S.L
2020-09-22fix corner case in `unused` (#4147)Alex Lam S.L
fixes #4146
2020-09-22fix corner case in `unused` (#4145)Alex Lam S.L
fixes #4144
2020-09-22fix corner case in `evaluate` (#4143)Alex Lam S.L
fixes #4142
2020-09-22Merge pull request #4141 from alexlamsl/unusedAlex Lam S.L
enhance `unused`
2020-09-22enhance `unused`alexlamsl
2020-09-21fix corner case in `merge_vars` (#4140)Alex Lam S.L
fixes #4139
2020-09-22fix corner case in `evaluate` (#4138)Alex Lam S.L
fixes #4137
2020-09-22fix corner case in `merge_vars`alexlamsl
fixes #4139
2020-09-20fix corner case in `merge_vars` (#4136)Alex Lam S.L
fixes #4135
2020-09-20fix corner case in `unused` (#4134)Alex Lam S.L
fixes #4133
2020-09-20improve `ufuzz` duty cycle heuristic (#4132)Alex Lam S.L
2020-09-20fix corner case in `merge_vars` (#4131)Alex Lam S.L
fixes #4130
2020-09-20enhance `unused` (#4129)Alex Lam S.L
2020-09-19report immediate `ufuzz` failure from Pull Request (#4128)Alex Lam S.L
2020-09-19fix corner case in `merge_vars` (#4127)Alex Lam S.L
fixes #4126
2020-09-19enhance `merge_vars` (#4125)Alex Lam S.L
2020-09-18enhance `side_effects` (#4124)Alex Lam S.L
- add documentation for `merge_vars`
2020-09-18remove redundant transform (#4123)Alex Lam S.L