aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-19support `let` (#4227)Alex Lam S.L
2020-10-19v3.11.3Alex Lam S.L
2020-10-18fix corner case in `side_effects` (#4226)Alex Lam S.L
fixes #4225
2020-10-16flush `stdout` from `ufuzz` jobs properly (#4224)Alex Lam S.L
2020-10-15fix corner case in `inline` (#4223)Alex Lam S.L
fixes #4222
2020-10-14fix corner cases in `braces` & `sequences` (#4221)Alex Lam S.L
fixes #4220
2020-10-14fix corner case in `reduce_vars` (#4219)Alex Lam S.L
fixes #4218
2020-10-14fix corner case in `collapse_vars` (#4217)Alex Lam S.L
fixes #4216
2020-10-14fix corner case in `evaluate` (#4215)Alex Lam S.L
fixes #4214
2020-10-14fix corner cases in `dead_code` & `reduce_vars` (#4213)Alex Lam S.L
fixes #4212
2020-10-13fix corner case in `reduce_vars` (#4211)Alex Lam S.L
fixes #4210
2020-10-13restore `inline` functionality disabled by #4204 (#4209)Alex Lam S.L
2020-10-13fix corner case in `reduce_vars` & `unused` (#4208)Alex Lam S.L
fixes #4207
2020-10-13fix corner case in `collapse_vars` (#4206)Alex Lam S.L
fixes #4205
2020-10-12fix corner case in `inilne` (#4204)Alex Lam S.L
fixes #4202
2020-10-12fix corner case in `arguments` (#4201)Alex Lam S.L
fixes #4200
2020-10-12fix corner case in `reduce_vars` (#4203)Alex Lam S.L
fixes #4198
2020-10-12fix corner case in `collapse_vars` (#4199)Alex Lam S.L
fixes #4197
2020-10-12fix corner case in `ie8` & `mangle` (#4196)Alex Lam S.L
fixes #4195
2020-10-12fix corner case in `dead_code` (#4194)Alex Lam S.L
fixes #4193
2020-10-12fix corner case in `functions` (#4192)Alex Lam S.L
fixes #4191
2020-10-12support `const` (#4190)Alex Lam S.L
2020-10-11v3.11.2Alex Lam S.L
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