Age | Commit message (Collapse) | Author |
|
- workaround sporadic delays from Travis CI
|
|
- print usage
- support concurrent jobs
- improve instance utilisation
- resume after V8 self-destruct
|
|
- compress using `collapse_vars`
- remove unused `name`
- simplify `loop_body`
|
|
|
|
- wait for instance to boot
- run on forked repositories
- workaround `request_limit_reached`
|
|
|
|
fixes #2783
|
|
- use more RAM
- show progress in console
- report failure as job status
|
|
|
|
|
|
fixes #2774
|
|
fixes #2768
|
|
|
|
|
|
`x ? y || z : z` --> `x && y || z`
|
|
|
|
fixes #2749
|
|
fixes #2752
|
|
fixes #2740
|
|
- use public API
- fix issue with Node.js 0.10 on WIndows
|
|
fixes #2737
|
|
fixes #2734
|
|
|
|
|
|
|
|
fixes #2728
|
|
|
|
- `function.arguments`
- `function.callers`
fixes #2719
|
|
|
|
|
|
|
|
|
|
|
|
- compress `function` with variables within loops
- restrict to `AST_Var` for better compatibility with ES6+
|
|
|
|
|
|
|
|
fixes #2705
|
|
|
|
|
|
|
|
|
|
fixes #2701
|
|
- nudge declarations without assignments
- within `AST_BlockStatement`
- across `AST_If`
|
|
|
|
|
|
fixes #2692
|
|
fixes #2678
|
|
|
|
fixes #2663
|