UglifyJS.git
2018-02-18 Alex Lam S.Lreduce false positives from noop (#2933)
2018-02-18 Alex Lam S.Lfix crash in `may_throw()` (#2932)
2018-02-17 Alex Lam S.Lfix `dead_code` on exceptional `return` (#2930)
2018-02-17 Alex Lam S.Lreduce false positives from `function.toString()` ...
2018-02-17 Alex Lam S.Lfix `unsafe` `evaluate` of `function` property (#2927)
2018-02-16 Alex Lam S.Ldrop unused "class" definition IIFEs (#2923)
2018-02-16 Alex Lam S.Lreduce `function`-related false positives (#2925)
2018-02-16 Alex Lam S.Limprove `inline` efficiency (#2924)
2018-02-16 Alex Lam S.Lfix `unsafe` `evaluate` of `AST_Function` (#2920)
2018-02-15 Alex Lam S.Lv3.3.11
2018-02-14 Alex Lam S.Lfix `unsafe` `evaluate` on type-converting operators...
2018-02-13 Alex Lam S.Lfix `collapse_vars` within loops (#2915)
2018-02-12 Alex Lam S.Lreport options upon reminify input error (#2911)
2018-02-12 Alex Lam S.Lcollapse within unary expressions (#2910)
2018-02-12 Alex Lam S.Lfix corner case in `collapse_vars` (#2909)
2018-02-12 Alex Lam S.Lsimplify `do-while` into `for` (#2907)
2018-02-08 Alex Lam S.Lfix AST corruption due to `collapse_vars` & `inline...
2018-02-08 Alex Lam S.Lfix `join_vars` on property accessors (#2895)
2018-02-08 Alex Lam S.Lv3.3.10
2018-02-07 Alex Lam S.Laccount for exceptions in `AST_Assign.left` (#2892)
2018-02-07 Alex Lam S.Lupdate dependencies (#2889)
2018-02-06 Alex Lam S.Lmention file encoding (#2887)
2018-02-06 Alex Lam S.Levaluate `to{Low,Upp}erCase()` under `unsafe` (#2886)
2018-02-06 Danadd information on testing and code style (#2885)
2018-02-06 Dandescribe a few compiler assumptions (#2883)
2018-02-05 Danchange `undefined == x` to `null == x` (#2882)
2018-02-03 Alex Lam S.Limprove exceptional flow compression by `collapse_vars...
2018-02-03 Alex Lam S.Lmaintain order between side-effects and externally...
2018-02-02 Alex Lam S.Lhandle `break` & `continue` in `collapse_vars` (#2875)
2018-02-02 Alex Lam S.Lallow `collapse_vars` across conditional branches ...
2018-02-02 Alex Lam S.Lfix assignment logic in `reduce_vars` (#2872)
2018-02-02 Alex Lam S.Lfix missing corner case in #2855 (#2868)
2018-02-02 Ryan GunnUpdate License Copyright Year to 2018 (#2866)
2018-02-01 Alex Lam S.Lalways test for `rename` (#2865)
2018-02-01 Alex Lam S.Lbetter fix for #2858 (#2864)
2018-02-01 Alex Lam S.Laccount for side-effects in `comparisons` of `null...
2018-02-01 Alex Lam S.Lsimplify comparisons with `undefined` & `null` (#2862)
2018-02-01 Alex Lam S.Lavoid `evaluate` of compound assignment after `dead_cod...
2018-02-01 Alex Lam S.Laccount for declaration assignment in `collapse_vars...
2018-01-31 Alex Lam S.Lrelax `collapse_vars` on `AST_Exit` (#2855)
2018-01-29 Alex Lam S.Limprove symbol replacement heuristic (#2851)
2018-01-29 Alex Lam S.Lcompress chained compound assignments (#2850)
2018-01-27 Alex Lam S.Lv3.3.9
2018-01-26 Alex Lam S.Lfix accounting after conversion to assignment (#2847)
2018-01-22 Alex Lam S.Lbackport of #2835 (#2841)
2018-01-22 Alex Lam S.Ldrop assignments to constant expressions only (#2839)
2018-01-22 Alex Lam S.Lhandle duplicate function declarations correctly (...
2018-01-21 Alex Lam S.Lv3.3.8
2018-01-20 Alex Lam S.Lfix `unsafe` `evaluate` of `AST_Array` (#2825)
2018-01-19 Alex Lam S.Lenable `unsafe` for `test/ufuzz.js` (#2819)
2018-01-19 Alex Lam S.Limprove `unused` on built-in functions (#2817)
2018-01-19 Alex Lam S.Lavoid duplicate property names in object literals under...
2018-01-19 Alex Lam S.Lfix & improve `test/ufuzz.js` (#2815)
2018-01-18 Alex Lam S.Lfix time-out for respawned `test/ufuzz.js` (#2814)
2018-01-18 Alex Lam S.Lcompress `undefined` property names (#2811)
2018-01-18 kzcfix `join_vars` property assignment for negative array...
2018-01-18 Alex Lam S.Lenhance `test/ufuzz.js` (#2808)
2018-01-17 Alex Lam S.Lfaster output of comments (#2806)
2018-01-17 Alex Lam S.Lfix `AST_Scope.clone()` (#2803)
2018-01-17 Alex Lam S.Lsuppress `unsafe_proto` for LHS expressions (#2804)
2018-01-17 Alex Lam S.Lconfigure `rename` with CLI (#2802)
2018-01-17 Alex Lam S.Lextend `join_vars` & `sequences` (#2798)
2018-01-16 Alex Lam S.Limprove `mocha` tests (#2797)
2018-01-16 Alex Lam S.Limprove `test/travis-ufuzz.js` (#2795)
2018-01-16 Alex Lam S.Lgeneral improvements around `AST_ForIn` (#2796)
2018-01-16 Joël Galeranfix typo in README (#2792)
2018-01-15 Alex Lam S.Lhandle VM failure gracefully (#2791)
2018-01-15 Alex Lam S.Limprove `test/travis-ufuzz.js` (#2789)
2018-01-15 Alex Lam S.Lenhance `collapse_vars` (#2788)
2018-01-15 Alex Lam S.Lavoid suboptimal termination in `passes` (#2787)
2018-01-15 Alex Lam S.Lavoid double counting within single-use functions ...
2018-01-15 Alex Lam S.Limprove `test/travis-ufuzz.js` (#2786)
2018-01-15 Alex Lam S.Lrun `test/ufuzz.js` when Travis CI is idle (#2784)
2018-01-14 Alex Lam S.Lv3.3.7
2018-01-14 Alex Lam S.Lfix & extend `join_vars` for object assigments (#2781)
2018-01-13 kzcimprove SymbolDef info in `--output ast` (#2778)
2018-01-13 Alex Lam S.Lv3.3.6
2018-01-12 Alex Lam S.Lfix `reduce_vars` on `AST_Accessor` (#2776)
2018-01-12 kzcadd SymbolDef IDs to --output ast (#2772)
2018-01-11 Alex Lam S.Lfix output of imported AST (#2771)
2018-01-11 Alex Lam S.Lupdate dependencies (#2770)
2018-01-11 Alex Lam S.Lfix nested `unused` assignments (#2769)
2018-01-11 Alex Lam S.Lfix corner case in #2763 (#2766)
2018-01-11 Alex Lam S.Ljoin object assignments (#2763)
2018-01-10 Alex Lam S.Lskip only `var`s in `if_return` (#2759)
2018-01-10 Alex Lam S.Lenhance `conditionals` (#2758)
2018-01-09 Alex Lam S.Limprove synergy between `compress` and `rename` (#2755)
2018-01-09 Alex Lam S.Lpatch variable declaractions extracted within `catch...
2018-01-09 Alex Lam S.Limprove `rename` reproducibility (#2754)
2018-01-08 Alex Lam S.Lcompress loops with immediate `break` (#2746)
2018-01-07 Alex Lam S.Lv3.3.5
2018-01-07 Alex Lam S.Limprove `process.exit()` workaround (#2741)
2018-01-07 Alex Lam S.Lfix recursive function `inline` (#2738)
2018-01-07 Alex Lam S.Lenable AppVeyor CI (#2739)
2018-01-06 Alex Lam S.Lhandle trailing line comments correctly (#2736)
2018-01-06 Alex Lam S.Lcompress `RegExp()` in `unsafe` (#2735)
2018-01-05 Alex Lam S.Lenhance `unsafe_proto` (#2733)
2018-01-05 kzcufuzz: add strings "a", "b", "c" to VALUES (#2732)
2018-01-05 Alex Lam S.Lfix corner case with `arguments` as function name ...
2018-01-05 Alex Lam S.Limprove `if_return` (#2727)
next