UglifyJS.git
2018-01-05 Alex Lam S.Lwarn on deprecated features (#2726)
2018-01-04 Alex Lam S.Lfix `mangle` name collision across files (#2722)
2018-01-04 Alex Lam S.Lfix corner case in `inline` (#2720)
2018-01-04 Alex Lam S.Lreminify tests upon `expect_stdout` (#2716)
2018-01-04 Alex Lam S.Lforbid block-scoped `AST_Defun` in strict mode (#2718)
2018-01-04 Alex Lam S.Lpreserve constant modification under strict mode (...
2018-01-04 Alex Lam S.Lextend `inline` (#2714)
2018-01-03 Alex Lam S.Lapply `collapse_vars` to loop conditions (#2712)
2018-01-03 Alex Lam S.Ldrop `unused` assignment based on `reduce_vars` (#2709)
2018-01-03 Alex Lam S.Lfix `reduce_vars` on `AST_Defun` (#2708)
2018-01-02 Alex Lam S.Lextend `__PURE__` to `AST_New` (#2706)
2018-01-02 Alex Lam S.Linline functions with `AST_Var` (#2688)
2018-01-02 Alex Lam S.Lenhance `collapse_vars` (#2704)
2018-01-02 Alex Lam S.Lenhance `if_return` (#2703)
2018-01-01 Alex Lam S.Lreset argument value within loop after `inline` (#2699)
2018-01-01 Alex Lam S.Lscan within IIFEs of assigned values (#2702)
2017-12-31 Alex Lam S.Lenhance `join_vars` & `sequences` (#2697)
2017-12-31 Alex Lam S.Lfix `inline` on duplicate argument names (#2698)
2017-12-31 Alex Lam S.Lreduce hoisting declarations (#2687)
2017-12-30 Alex Lam S.Lv3.3.4
2017-12-30 Alex Lam S.Lfix `dead_code` on escaped `return` assignment (#2693)
2017-12-29 Alex Lam S.Lminor clean-ups (#2686)
2017-12-28 Alex Lam S.Lv3.3.3
2017-12-28 Alex Lam S.Lfix `pure_getters` on `AST_Binary` (#2681)
2017-12-28 Alex Lam S.Limprove assignment variations (#2671)
2017-12-27 Alex Lam S.Lfix function inlining within loops (#2675)
2017-12-26 Alex Lam S.Lfix `dead_code` on `return` assignments (#2668)
2017-12-26 Alex Lam S.Lretain recursive function names (#2667)
2017-12-26 Alex Lam S.Lfix bugs on substituted `AST_Defun` (#2661)
2017-12-26 Alex Lam S.Lreplace single-use recursive functions (#2659)
2017-12-26 Alex Lam S.Lsuppress `inline` within substituted `AST_Scope` (...
2017-12-26 Alex Lam S.Limprove `unused` over duplicate variable names (#2656)
2017-12-25 Alex Lam S.Lv3.3.2
2017-12-25 Alex Lam S.Lparse LF & comment correctly (#2653)
2017-12-24 Alex Lam S.Lv3.3.1
2017-12-24 Alex Lam S.Ladd `html-minifier` to benchmarks (#2646)
2017-12-24 Alex Lam S.Lfix infinite loop during `inline` (#2645)
2017-12-24 Alex Lam S.Lv3.3.0
2017-12-24 Alex Lam S.Lfix comments output & improve `/*@__PURE__*/`
2017-12-23 Alex Lam S.Lfix corner cases with `collapse_vars`, `inline` & ...
2017-12-23 Alex Lam S.Lfix escape analysis on `AST_PropAccess` (#2636)
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)
next