index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ufuzz
Age
Commit message (
Expand
)
Author
2020-12-06
support spread syntax (#4328)
Alex Lam S.L
2020-11-25
fix infinite recursion in `ufuzz` (#4318)
Alex Lam S.L
2020-11-17
enhance `varify` (#4279)
Alex Lam S.L
2020-11-17
support destructured literals (#4278)
Alex Lam S.L
2020-11-08
support computed property name in object literal (#4268)
Alex Lam S.L
2020-11-08
support shorthand method name in object literal (#4264)
Alex Lam S.L
2020-11-08
support shorthand property name in object literal (#4263)
Alex Lam S.L
2020-10-30
improve resilience against spurious time-outs (#4252)
Alex Lam S.L
2020-10-19
support `let` (#4227)
Alex Lam S.L
2020-10-16
flush `stdout` from `ufuzz` jobs properly (#4224)
Alex Lam S.L
2020-10-14
fix corner cases in `dead_code` & `reduce_vars` (#4213)
...
fixes #4212
Alex Lam S.L
2020-10-12
fix corner case in `collapse_vars` (#4199)
...
fixes #4197
Alex Lam S.L
2020-10-12
support `const` (#4190)
Alex Lam S.L
2020-10-02
report immediate `ufuzz` failure from Pull Request (#4166)
Alex Lam S.L
2020-09-30
improve resilience against GitHub API (#4161)
Alex Lam S.L
2020-09-26
fix corner case in `ufuzz` scheduling (#4154)
Alex Lam S.L
2020-09-26
improve `ufuzz` duty cycle heuristic (#4153)
Alex Lam S.L
2020-09-20
improve `ufuzz` duty cycle heuristic (#4132)
Alex Lam S.L
2020-09-19
report immediate `ufuzz` failure from Pull Request (#4128)
Alex Lam S.L
2020-09-05
relax `ufuzz` job timing constraint (#4094)
Alex Lam S.L
2020-08-26
enhance `loops` & `unused` (#4074)
...
- extend `ufuzz` generation of for-in loops
Alex Lam S.L
2020-08-19
improve `ufuzz` duty cycle heuristic (#4057)
Alex Lam S.L
2020-08-09
improve `ufuzz` duty cycle heuristic (#4045)
Alex Lam S.L
2020-08-08
workaround incorrect workflow status (#4044)
Alex Lam S.L
2020-08-06
fix corner cases in aliasing of global variables (#4039)
...
fixes #4038
Alex Lam S.L
2020-07-31
validate against multiple parents on `AST_Node` (#4032)
...
- fix related issues in `global_defs`, `ie8` & `reduce_vars`
Alex Lam S.L
2020-07-21
reduce `ufuzz` test cases that fail to `minify()` (#4021)
Alex Lam S.L
2020-07-20
fix corner case in false positive detection (#4011)
Alex Lam S.L
2020-06-29
fix corner case in `inline` (#4007)
...
fixes #4006
Alex Lam S.L
2020-06-14
speed up false positive detection in `ufuzz` (#3996)
Alex Lam S.L
2020-06-14
enhance `evaluate` (#3995)
Alex Lam S.L
2020-06-10
improve false positive detection in `ufuzz` (#3982)
Alex Lam S.L
2020-06-09
improve false positive detection in `ufuzz` (#3977)
Alex Lam S.L
2020-06-09
improve false positive detection in `ufuzz` (#3973)
Alex Lam S.L
2020-06-08
improve false positive detection in `ufuzz` (#3968)
Alex Lam S.L
2020-06-08
fix corner cases related to `in` (#3964)
Alex Lam S.L
2020-05-27
fix corner case in infinite recursion detection (#3926)
Alex Lam S.L
2020-05-25
fix corner cases in infinite recursion detection (#3924)
Alex Lam S.L
2020-05-21
improve `ufuzz` (#3912)
...
- preserve test case if `beautify` suppresses bug - determine suspicious options even if `minify()` fails
Alex Lam S.L
2020-05-17
fix suspicious `toplevel` detection (#3902)
Alex Lam S.L
2020-05-13
suppress `ufuzz` false positives (#3893)
Alex Lam S.L
2020-05-11
extend `--reduce-test` to cover `minify()` bugs (#3876)
Alex Lam S.L
2020-05-10
fix corner case in `reduce_vars` (#3867)
...
fixes #3866
Alex Lam S.L
2020-05-10
improve AST validation (#3864)
Alex Lam S.L
2020-05-08
improve `ufuzz` detection of suspicious options (#3860)
Alex Lam S.L
2020-05-08
suppress `ufuzz` false positives (#3855)
Alex Lam S.L
2020-04-27
improve suspicious option detection (#3820)
Alex Lam S.L
2020-04-18
report top-level default options (#3797)
Alex Lam S.L
2020-04-18
expand `ufuzz` patterns (#3792)
Alex Lam S.L
2020-04-18
fix corner cases in `join_vars` (#3790)
...
fixes #3789 fixes #3791
Alex Lam S.L
[prev]
[next]