aboutsummaryrefslogtreecommitdiff
path: root/test/ufuzz
AgeCommit message (Expand)Author
2020-12-19support destructuring of `catch` variable (#4412)Alex Lam S.L
2020-12-18fix corner case in `merge_vars` (#4402)...Alex Lam S.L
2020-12-17support arrow function (#4385)Alex Lam S.L
2020-12-13maintain compatibility options when testing (#4376)Alex Lam S.L
2020-12-12fix asynchronous state tracking in `ufuzz` (#4369)Alex Lam S.L
2020-12-12gate language features in `ufuzz` automatically (#4367)Alex Lam S.L
2020-12-11fix corner cases with spread syntax (#4358)Alex Lam S.L
2020-12-07improve `ufuzz` (#4339)Alex Lam S.L
2020-12-07extend trailing comma support (#4334)Alex Lam S.L
2020-12-07support async function (#4333)Alex Lam S.L
2020-12-06support spread syntax (#4328)Alex Lam S.L
2020-11-25fix infinite recursion in `ufuzz` (#4318)Alex Lam S.L
2020-11-17enhance `varify` (#4279)Alex Lam S.L
2020-11-17support destructured literals (#4278)Alex Lam S.L
2020-11-08support computed property name in object literal (#4268)Alex Lam S.L
2020-11-08support shorthand method name in object literal (#4264)Alex Lam S.L
2020-11-08support shorthand property name in object literal (#4263)Alex Lam S.L
2020-10-30improve resilience against spurious time-outs (#4252)Alex Lam S.L
2020-10-19support `let` (#4227)Alex Lam S.L
2020-10-16flush `stdout` from `ufuzz` jobs properly (#4224)Alex Lam S.L
2020-10-14fix corner cases in `dead_code` & `reduce_vars` (#4213)...Alex Lam S.L
2020-10-12fix corner case in `collapse_vars` (#4199)...Alex Lam S.L
2020-10-12support `const` (#4190)Alex Lam S.L
2020-10-02report immediate `ufuzz` failure from Pull Request (#4166)Alex Lam S.L
2020-09-30improve resilience against GitHub API (#4161)Alex Lam S.L
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-20improve `ufuzz` duty cycle heuristic (#4132)Alex Lam S.L
2020-09-19report immediate `ufuzz` failure from Pull Request (#4128)Alex Lam S.L
2020-09-05relax `ufuzz` job timing constraint (#4094)Alex Lam S.L
2020-08-26enhance `loops` & `unused` (#4074)...Alex Lam S.L
2020-08-19improve `ufuzz` duty cycle heuristic (#4057)Alex Lam S.L
2020-08-09improve `ufuzz` duty cycle heuristic (#4045)Alex Lam S.L
2020-08-08workaround incorrect workflow status (#4044)Alex Lam S.L
2020-08-06fix corner cases in aliasing of global variables (#4039)...Alex Lam S.L
2020-07-31validate against multiple parents on `AST_Node` (#4032)...Alex Lam S.L
2020-07-21reduce `ufuzz` test cases that fail to `minify()` (#4021)Alex Lam S.L
2020-07-20fix corner case in false positive detection (#4011)Alex Lam S.L
2020-06-29fix corner case in `inline` (#4007)...Alex Lam S.L
2020-06-14speed up false positive detection in `ufuzz` (#3996)Alex Lam S.L
2020-06-14enhance `evaluate` (#3995)Alex Lam S.L
2020-06-10improve false positive detection in `ufuzz` (#3982)Alex Lam S.L
2020-06-09improve false positive detection in `ufuzz` (#3977)Alex Lam S.L
2020-06-09improve false positive detection in `ufuzz` (#3973)Alex Lam S.L
2020-06-08improve false positive detection in `ufuzz` (#3968)Alex Lam S.L
2020-06-08fix corner cases related to `in` (#3964)Alex Lam S.L
2020-05-27fix corner case in infinite recursion detection (#3926)Alex Lam S.L
2020-05-25fix corner cases in infinite recursion detection (#3924)Alex Lam S.L
2020-05-21improve `ufuzz` (#3912)...Alex Lam S.L
2020-05-17fix suspicious `toplevel` detection (#3902)Alex Lam S.L