aboutsummaryrefslogtreecommitdiff
path: root/test/ufuzz/index.js
AgeCommit message (Expand)Author
2021-02-24support nullish coalescing operator (#4678)Alex Lam S.L
2021-02-23support `class` literals (#4658)Alex Lam S.L
2021-02-13avoid false positive in `--reduce-test` (#4648)Alex Lam S.L
2021-02-10fix corner cases in `inline` (#4640)...Alex Lam S.L
2021-02-09support `for [await]...of` statements (#4627)Alex Lam S.L
2021-02-08improve false positive detection in `ufuzz` (#4626)Alex Lam S.L
2021-02-08support generator functions (#4620)Alex Lam S.L
2021-02-01introduce `templates` (#4603)Alex Lam S.L
2021-02-01support template literals (#4601)Alex Lam S.L
2021-01-25support exponentiation operator (#4593)Alex Lam S.L
2021-01-24fix infinite recursion in `ufuzz` code generation (#4592)Alex Lam S.L
2021-01-24support BigInt literals (#4583)Alex Lam S.L
2021-01-24fix corner case in `reduce_vars` (#4585)...Alex Lam S.L
2021-01-23improve `ufuzz` on destructuring (#4580)Alex Lam S.L
2021-01-22suppress false positives in `ufuzz` (#4578)Alex Lam S.L
2021-01-21suppress false positives in `ufuzz` (#4577)Alex Lam S.L
2021-01-20suppress false positives in `ufuzz` (#4574)Alex Lam S.L
2021-01-20support asynchronous test cases properly (#4529)Alex Lam S.L
2021-01-18improve false positive detection in `ufuzz` (#4566)Alex Lam S.L
2021-01-13suppress invalid test generation in `ufuzz` (#4551)Alex Lam S.L
2021-01-10support asynchronous arrow functions (#4530)Alex Lam S.L
2021-01-07support rest parameters (#4515)Alex Lam S.L
2020-12-30improve false positive detection in `ufuzz` (#4482)Alex Lam S.L
2020-12-28workaround asynchronous tty bugs on Node.js (#4473)Alex Lam S.L
2020-12-27workaround v8 bug with labels (#4467)...Alex Lam S.L
2020-12-24fix & enhance `collapse_vars` (#4447)...Alex Lam S.L
2020-12-24support default values (#4442)Alex Lam S.L
2020-12-21improve object function generation in `ufuzz` (#4434)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-20support async function within object literal (#4424)Alex Lam S.L
2020-12-20suppress false positives in `ufuzz` (#4419)Alex Lam S.L
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