UglifyJS.git
2017-12-21 Alex Lam S.Lmake comments output more robust (#2633)
2017-12-20 Alex Lam S.Lextend `test/ufuzz.js` to `inline` & `reduce_funcs...
2017-12-20 Alex Lam S.Lremove AST hack from `inline` (#2627)
2017-12-20 Alex Lam S.Ldisable `hoist_funs` by default (#2626)
2017-12-19 Alex Lam S.Lavoid `inline` of function with special argument names...
2017-12-19 Alex Lam S.Lfix `inline` after single-use `reduce_vars` (#2623)
2017-12-19 Ondřej ŠpanělTransform can be simplified when clone is not done...
2017-12-18 Alex Lam S.Ladd test for #2613 (#2618)
2017-12-18 Alex Lam S.Lhandle global constant collision with local variable...
2017-12-18 Alex Lam S.Lcompress `apply()` & `call()` of `function` (#2613)
2017-12-18 Alex Lam S.Ldrop property assignment to constants (#2612)
2017-12-17 Alex Lam S.Limprove transversal efficiency in `collapse_vars` ...
2017-12-17 Alex Lam S.Lexport `parse()` (#2608)
2017-12-17 Alex Lam S.Limprove `reset_opt_flags()` (#2610)
2017-12-16 Alex Lam S.Laccount for `catch` variable when `inline` (#2605)
2017-12-15 Alex Lam S.Lfix nested `inline` (#2602)
2017-12-15 Alex Lam S.Lfix escape analysis on `||` and `&&` (#2600)
2017-12-15 Alex Lam S.Lfix `dead_code` on nested `try` (#2599)
2017-12-15 Alex Lam S.Lfix `reduce_vars` on `do...while` (#2596)
2017-12-15 Alex Lam S.Lhandle `inline` of function arguments (#2590)
2017-12-14 Alex Lam S.Linline single-use `function` across loop (#2594)
2017-12-14 Alex Lam S.Lfix `reduce_vars` on single `AST_Defun` reference acros...
2017-12-14 Alex Lam S.Limprove `reduce_vars` (#2592)
2017-12-14 Alex Lam S.Limprove `collapse_vars` (#2591)
2017-12-14 kzcimprove `dead_code` tests (#2589)
2017-12-13 Alex Lam S.Lfix `dead_code` on `return`/`throw` within `try` (...
2017-12-13 Alex Lam S.Ldrop local assign-only variable in `return` (#2587)
2017-12-13 Alex Lam S.Lfold `cascade` functionality into `collapse_vars` ...
2017-12-13 Alex Lam S.Lrecover lost opportunities from #2574 (#2584)
2017-12-12 Alex Lam S.Limprove `collapse_vars` on side-effect-free replacement...
2017-12-12 Alex Lam S.Lminor clean-up for IIFE (#2582)
2017-12-11 Alex Lam S.Lavoid `Function.prototype` pollution by `test/sandbox...
2017-12-11 Alex Lam S.Lfix `AST_VarDef.may_throw()` (#2580)
2017-12-11 Alex Lam S.Lfix `collapse_vars` on `switch` (#2578)
2017-12-11 Alex Lam S.Lremove unused code (#2579)
2017-12-10 Alex Lam S.Lescape consecutive unpaired surrogates (#2576)
2017-12-10 Alex Lam S.Lrename tests (#2575)
2017-12-10 Alex Lam S.Lhandle exceptional flow correctly in `collapse_vars...
2017-12-10 Alex Lam S.Lv3.2.2
2017-12-08 Alex Lam S.Limprove `unused` on assign-only symbols (#2568)
2017-12-07 Alex Lam S.Lfix escape analysis for `AST_Throw` (#2564)
2017-12-07 Alex Lam S.Lfix escape analysis for `AST_Conditional` & `AST_Sequen...
2017-12-07 Alex Lam S.Laccount for side-effects in conditional call inversion...
2017-12-06 Alex Lam S.Leliminate noop calls more aggressively (#2559)
2017-12-06 Alex Lam S.Limprove `if_return` (#2558)
2017-12-03 Alex Lam S.Lv3.2.1
2017-12-02 Alex Lam S.Lfix `dead_code` on `for` (#2552)
2017-12-01 Alex Lam S.Lmore tests for #2535 (#2551)
2017-12-01 Alex Lam S.Limprove `evaluate` on `typeof` (#2550)
2017-12-01 Alex Lam S.Limprove boolean compression (#2548)
2017-12-01 Alex Lam S.Limprove switch case compression (#2547)
2017-12-01 Alex Lam S.Limprove `AST_For.init` & `AST_Switch.expression` compre...
2017-12-01 Alex Lam S.Lconvert to number under boolean context (#2545)
2017-11-30 Alex Lam S.Limprove compression of `if` conditions (#2544)
2017-11-30 Alex Lam S.Limprove compression of loop conditions (#2543)
2017-11-30 Alex Lam S.Limprove code reuse (#2542)
2017-11-30 Alex Lam S.Lfix corner case in call binding (#2541)
2017-11-29 Alex Lam S.Lbackport test from #2526 (#2534)
2017-11-29 Alex Lam S.Lfix `inline` on nested substitutions (#2533)
2017-11-28 Alex Lam S.Lfix nested `hoist_props` substitution (#2523)
2017-11-28 Alex Lam S.Limprove synergy between `collapse_vars` & `unused`...
2017-11-28 Alex Lam S.Ldrop assignment in `AST_VarDef.value` (#2522)
2017-11-25 Alex Lam S.Lv3.2.0
2017-11-25 Alex Lam S.Lfix argument/atom collision by `properties` (#2514)
2017-11-25 Alex Lam S.Lfix wording and formatting (#2512)
2017-11-24 Alex Lam S.Lextend escape analysis on constant expression propertie...
2017-11-23 Alex Lam S.Lfix argument/atom collision by `collapse_vars` (#2507)
2017-11-23 Alex Lam S.Lmake `AST_Lambda.contains_this()` less magical (#2505)
2017-11-23 Alex Lam S.Leliminate invalid state caching in `collapse_vars`...
2017-11-23 Alex Lam S.Lfix `rename` (#2501)
2017-11-19 Alex Lam S.Lexpand symbol space to improve compression (#2460)
2017-11-19 Alex Lam S.Lenable `hoist_props` by default (#2492)
2017-11-18 Alex Lam S.Lv3.1.10
2017-11-17 kzcdocument the `webkit` output option (#2490)
2017-11-16 Alex Lam S.Lfix cross-scope inlining of `AST_Function`s (#2486)
2017-11-15 Alex Lam S.Lminor consolidations (#2484)
2017-11-14 kzcUpdate ISSUE_TEMPLATE.md (#2481)
2017-11-14 kzcupdate documentation for `reduce_funcs` (#2478)
2017-11-12 Alex Lam S.Lfix replacement logic in `collapse_vars` (#2475)
2017-11-12 Alex Lam S.Lfix `top_retain` on `hoist_props` (#2474)
2017-11-12 Alex Lam S.Lallow symbol replacement on multiple occurrences (...
2017-11-11 Alex Lam S.Lv3.1.9
2017-11-11 Alex Lam S.Lextend `reduce_funcs` to cover cross-scope substitution...
2017-11-10 Alex Lam S.Limplement compress option `reduce_funcs` (#2466)
2017-11-09 Alex Lam S.Lfix object literal tracing in `reduce_vars` (#2461)
2017-11-09 Alex Lam S.Lfix multiple nested function substitutions (#2458)
2017-11-09 Alex Lam S.Lremove hack in `collapse_vars` (#2457)
2017-11-07 Alex Lam S.Lpreserve function identity in `reduce_vars` (#2451)
2017-11-06 Alex Lam S.Lv3.1.8
2017-11-06 Alex Lam S.Lhandle circular `function` reference gracefully (#2446)
2017-11-06 Alex Lam S.Laccount for `eval` & `with` in `reduce_vars` (#2441)
2017-11-06 Alex Lam S.Lconsolidate & enhance `unused` (#2439)
2017-11-05 Alex Lam S.Linline single-use functions that are not constant expre...
2017-11-05 Alex Lam S.Lv3.1.7
2017-11-05 Alex Lam S.Ltweak #2424 (#2432)
2017-11-04 Alex Lam S.Lextend function inlining safety checks (#2430)
2017-11-04 Alex Lam S.Lconsolidate single-use `function` reduction (#2427)
2017-11-04 Alex Lam S.Lmaintain call argument order in `collapse_vars` (#2426)
2017-11-04 Alex Lam S.Limprove variations on call arguments for `ufuzz` (...
2017-11-03 Alex Lam S.Lreduce `this` within functions (#2421)
next