UglifyJS.git
2018-04-10 Alex Lam S.Lextend `hoist_props` (#3073)
2018-04-10 Alex Lam S.Lextend `join_vars` on object assignments (#3072)
2018-04-09 Alex Lam S.Lhandle flow control in loops with `reduce_vars` (#3069)
2018-04-09 Alex Lam S.Lhandle `pure_funcs` under `inline` & `reduce_vars`...
2018-04-07 Alex Lam S.Lv3.3.20
2018-04-07 Alex Lam S.Lfix corner case in reuse of `mangle` options (#3062)
2018-04-07 Alex Lam S.Lv3.3.19
2018-04-06 Alex Lam S.Lmangle `Object.defineProperty()` (#3059)
2018-04-06 Alex Lam S.Lsupport inline source map from multiple files (#3058)
2018-04-06 Alex Lam S.Limprove usability of `includeSources` (#3057)
2018-04-05 Alex Lam S.Lfix AST corruption during `inline` of simple `return...
2018-04-04 Alex Lam S.Lspeed up `has_parens()` (take 2) (#3052)
2018-04-03 Alex Lam S.Limprove performance through `makePredicate()` (#3048)
2018-04-02 Alex Lam S.Lfix tree traversal on `AST_Do` (#3047)
2018-04-02 Alex Lam S.Lv3.3.18
2018-03-31 b-fuzeDon't load source map until the JS source is fully...
2018-03-31 Alex Lam S.Lgive sensible error against invalid input source map...
2018-03-31 Alex Lam S.Lfix escape analysis on `AST_New` (#3043)
2018-03-31 Alex Lam S.Lv3.3.17
2018-03-30 Alex Lam S.Lmangle unused nested `AST_SymbolCatch` correctly (...
2018-03-30 Alex Lam S.Lhandle modifications to `this` correctly (#3036)
2018-03-29 Alex Lam S.Limprove test for #3023 (#3031)
2018-03-29 Alex Lam S.Limprove source map granularity (#3030)
2018-03-26 Fábio Santosfix extra regex slash when going through mozilla AST...
2018-03-23 Alex Lam S.Lspeed up `has_parens()` (#3014)
2018-03-22 Alex Lam S.Lfix corner case in `hoist_props` (#3022)
2018-03-22 Alex Lam S.Limprove performance (#3020)
2018-03-22 Alex Lam S.Lfix nested `inline` within loop (#3019)
2018-03-22 Alex Lam S.Lfix corner case in `inline` (#3017)
2018-03-19 Alex Lam S.Lv3.3.16
2018-03-16 Alex Lam S.Lextend fuzzy RHS folding (#3006)
2018-03-15 Alex Lam S.Limprove truthy compression (#3009)
2018-03-15 Alex Lam S.Lrefactor brackets to braces (#3005)
2018-03-14 Alex Lam S.Lv3.3.15
2018-03-14 Alex Lam S.Lupdate dependencies (#3002)
2018-03-13 Alex Lam S.Lretain comments within brackets (#2999)
2018-03-13 Alex Lam S.Lpreserve non-constant value assignments with modificati...
2018-03-11 Alex Lam S.Lhandle `case` correctly under `reduce_vars` (#2993)
2018-03-10 Alex Lam S.Lpreserve case when `inline_script` (#2991)
2018-03-10 Alex Lam S.Lv3.3.14
2018-03-07 Alex Lam S.Lfix `mangle` of `AST_SymbolLambda` under `ie8` (#2978)
2018-03-05 Alex Lam S.Lhandle negated constants correctly in `collapse_vars...
2018-03-04 Alex Lam S.Lv3.3.13
2018-03-03 Alex Lam S.Limprove `test/run-test.js` performance (#2971)
2018-03-02 Alex Lam S.Lcompress `arguments[index]` (#2967)
2018-03-01 Alex Lam S.Lfix value reference caching in `evaluate` (#2969)
2018-02-28 Alex Lam S.Lenhance `conditionals` (#2966)
2018-02-28 Alex Lam S.Lmigrate safe transformations out of `unsafe_comps`...
2018-02-28 Alex Lam S.Ldrop `side_effects`-free `return` values (#2965)
2018-02-28 Alex Lam S.Lenhance `collapse_vars` (#2952)
2018-02-26 Alex Lam S.Ldrop lone "use strict" in function body (#2963)
2018-02-26 Danshow benchmark subtotal (#2960)
2018-02-25 Alex Lam S.Limprove fix for #2954 (#2958)
2018-02-25 Alex Lam S.Lfix `collapse_vars` on nested exception (#2955)
2018-02-24 Alex Lam S.Ldeduplicate parenthesis around object and function...
2018-02-23 Alex Lam S.Lminor clean-ups (#2951)
2018-02-23 Alex Lam S.Limprove `mangle` (#2948)
2018-02-22 Alex Lam S.Lv3.3.12
2018-02-20 Alex Lam S.Lmore tests for #2938 (#2940)
2018-02-20 Alex Lam S.Lworkaround `pure_getters=true` when dropping unused...
2018-02-19 Alex Lam S.Limprove `unsafe` `evaluate` of `function` (#2936)
2018-02-18 Alex Lam S.Lreduce false positives from object literals (#2935)
2018-02-18 Alex Lam S.Lreduce false positives from labels (#2934)
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)
next