UglifyJS.git
2017-03-16 Alex Lam S.Lextend `test/run-tests.js` to optionally execute uglifi...
2017-03-16 Alex Lam S.Lmake `collapse_vars` consistent with `toplevel` (#1608)
2017-03-16 Alex Lam S.Lfix `hoist_vars` on `reduce_vars` (#1607)
2017-03-15 Alex Lam S.Lfix stack issues with `AST_Node.evaluate()` (#1603)
2017-03-15 Alex Lam S.Lfix `AST_Node.optimize()` (#1602)
2017-03-14 Alex Lam S.Lminor clean-ups (#1600)
2017-03-10 Alex Lam S.Lv2.8.12
2017-03-10 Alex Lam S.Ltemporary fix for boolean bug (#1597)
2017-03-10 Alex Lam S.Ldisallow parameter substitution for named IIFEs (#1596)
2017-03-10 Alex Lam S.Lsupport multi-line string in tests (#1590)
2017-03-10 Alex Lam S.Lfixup for #1585 (#1589)
2017-03-09 Alex Lam S.Lv2.8.11
2017-03-09 Alex Lam S.Lfix catch variable reference in IE8 (#1587)
2017-03-09 Michael MiorCorrectly raise a parse exception with a missing loop...
2017-03-09 Alex Lam S.Lfix & improve function argument compression (#1584)
2017-03-08 Alex Lam S.Lv2.8.10
2017-03-08 Alex Lam S.Lscan RHS of dropped assignments (#1581)
2017-03-08 Alex Lam S.Lremove checkboxes from Issues template
2017-03-08 Alex Lam S.Lexplain how to make a proper bug report (#1579)
2017-03-08 Alex Lam S.Lscan assignment value in drop_unused() (#1578)
2017-03-08 Alex Lam S.Lv2.8.9
2017-03-08 Alex Lam S.Lfix function name eliminiation (#1576)
2017-03-07 Alex Lam S.Lonly run benchmark & jetstream on CI (#1571)
2017-03-07 Alex Lam S.Lplan B for IE8 do-while semi-colon fix (#1572)
2017-03-07 Alex Lam S.Lfix return from recursive IIFE (#1570)
2017-03-07 Alex Lam S.Lv2.8.8
2017-03-07 Alex Lam S.Linclude benchmark.js in test suite (#1564)
2017-03-07 Alex Lam S.Lfix deep cloning of labels (#1565)
2017-03-07 Alex Lam S.Ltransform function calls to IIFEs (#1560)
2017-03-06 Alex Lam S.Lavoid substitution of global variables (#1557)
2017-03-06 kzccollapse_vars: do not replace a constant in loop condit...
2017-03-06 Alex Lam S.Lsuppress semicolons after do/while (#1556)
2017-03-05 Alex Lam S.Lv2.8.7
2017-03-05 Alex Lam S.Lfixup for #1553 (#1555)
2017-03-05 Alex Lam S.Lv2.8.6
2017-03-05 Alex Lam S.Lcollapse assignment with adjacent subsequent usage...
2017-03-05 Alex Lam S.Lhandle variable declaration within catch blocks (#1546)
2017-03-05 Alex Lam S.Limprove `unsafe` on undefined (#1548)
2017-03-05 Alex Lam S.Lstay safe with constants in IE8- (#1547)
2017-03-05 Alex Lam S.Lfix handling of shebang and preamble (#1545)
2017-03-05 Alex Lam S.Lfix a corner case in #1530 (#1552)
2017-03-04 Alex Lam S.Lresolve issue with outdated version of async (#1549)
2017-03-03 kzcdisallow collapse_vars constant replacement in for...
2017-03-03 Alex Lam S.Lprocess code with implicit return statement (#1522)
2017-03-03 Alex Lam S.Lcompress numerical expressions (#1513)
2017-03-02 Alex Lam S.Lfacilitate fix for #1531 (#1542)
2017-03-02 Alex Lam S.Lv2.8.5
2017-03-02 Alex Lam S.Lfix chained assignment with `unused` (#1540)
2017-03-02 kzccollapse_vars should not replace constant in for-in...
2017-03-02 Alex Lam S.Lproperly cover all cases of for-in loop variables ...
2017-03-02 Alex Lam S.Lfix reference marking in for-in loops (#1535)
2017-03-02 Alex Lam S.Ldisable do{...}while(false) optimisation (#1534)
2017-03-02 kzcoptimize trivial IIFEs returning constants (#1530)
2017-03-02 Alex Lam S.Ltrim unused invocation parameters (#1526)
2017-03-02 Alex Lam S.Lminor improvement to string optimisation (#1514)
2017-03-01 Alex Lam S.Lv2.8.4
2017-03-01 Alex Lam S.Lfix corner cases in `reduce_vars` (#1524)
2017-03-01 Alex Lam S.Lv2.8.3
2017-03-01 Alex Lam S.Lfix crash on missing `props` to `string_template()...
2017-02-28 Alex Lam S.Lv2.8.2
2017-02-28 Alex Lam S.Linvert `reduce_vars` tracking flag (#1519)
2017-02-28 Alex Lam S.Lfix `evaluate` on object getter & setter (#1515)
2017-02-28 Alex Lam S.Lv2.8.1
2017-02-28 Alex Lam S.Ltemporarily disables `reduce_vars` (#1517)
2017-02-27 Alex Lam S.Lwarn & drop `#__PURE__` iff IIFE is dropped (#1511)
2017-02-26 Alex Lam S.Lv2.8.0
2017-02-26 Alex Lam S.Limprove error messages (#1506)
2017-02-26 kzcadd harmony branch details in README (#1507)
2017-02-25 Alex Lam S.Lfaster tree transversal (#1462)
2017-02-25 Alex Lam S.Lconsolidate `evaluate` & `reduce_vars` (#1505)
2017-02-24 Alex Lam S.Lupdate docs for `pure_funcs` & `drop_console` (#1503)
2017-02-24 Alex Lam S.Lallow --in-source-map inline (#1490)
2017-02-24 Ondřej ŠpanělAvoid using exports when undefined (#1471)
2017-02-23 Alex Lam S.LMerge pull request #1485 from alexlamsl/merge-2.8.0
2017-02-23 alexlamslenable `collapse_vars` & `reduce_vars` by default
2017-02-21 kzcSupport marking a call as pure
2017-02-21 Ondřej ŠpanělFix: AST_Accessor missing start / end tokens
2017-02-21 alexlamslfix `pure_funcs` & improve `side_effects`
2017-02-21 alexlamslclean up `max_line_len`
2017-02-21 alexlamslintroduce `unsafe_proto`
2017-02-21 alexlamslremove extraneous spaces between ++/+/--/-
2017-02-21 Anthony Van... Add .gitattributes to checkout lf eol style
2017-02-21 alexlamslimprove `--beautify bracketize`
2017-02-21 alexlamsladd benchmark & JetStream tests
2017-02-21 alexlamslenhance `global_defs`
2017-02-21 alexlamslevaluate AST_SymbolRef as parameter
2017-02-21 alexlamslimprove reduce_vars and fix a bug
2017-02-21 alexlamslimprove keep_fargs & keep_fnames
2017-02-21 alexlamslfix duplicated test names
2017-02-21 kzcsmarter const replacement taking name length into account
2017-02-21 alexlamslclean up `negate_iife`
2017-02-21 alexlamslimprove string concatenation
2017-02-21 alexlamsl`-c sequences=N` suboptimal at N expression cutoff
2017-02-21 alexlamsltweak do-while loops
2017-02-21 alexlamslfixes & improvements to [].join()
2017-02-21 alexlamsldrop unused: toplevel, assign-only
2017-02-21 kzcfix stray else in compress with conditionals=false
2017-02-18 alexlamslenable typeof "undefined" for general use
2017-02-18 alexlamslfix corner case in keep_fnames
2017-02-18 alexlamslremove unused AST_Scope.nesting & AST_SymbolRef.frame
next