UglifyJS.git
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)
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...
next