UglifyJS.git
2017-04-03 Alex Lam S.Lworkaround Node.js bugs (#1775)
2017-04-03 Alex Lam S.Lfix mangleProperties of `undefined` & `Infinity` (...
2017-04-02 Alex Lam S.Lextend `test/ufuzz.js` (#1769)
2017-04-02 Alex Lam S.Lv2.8.21
2017-04-02 Alex Lam S.Lfix corner case in `switch` (#1765)
2017-04-02 Alex Lam S.Lavoid confusion of `NaN` & `Infinity` with `catch`...
2017-04-02 Alex Lam S.Lfix corner cases in switch and undefined (#1762)
2017-04-01 Alex Lam S.Lspeed up fuzzer code generation (#1757)
2017-04-01 Alex Lam S.Lminor tweaks to `test/ufuzz.js` (#1756)
2017-04-01 Alex Lam S.Lupgrade fuzzer (#1754)
2017-04-01 kzcfuzz regexp literals, more constant numbers, typeof...
2017-04-01 Alex Lam S.Lfix switch branch elimination (#1752)
2017-04-01 Alex Lam S.Lminor tweaks to fuzzer (#1751)
2017-03-31 Alex Lam S.Limplement `test/sandbox.js` (#1749)
2017-03-31 Alex Lam S.Limprove compression of undefined, NaN & Infinitiy ...
2017-03-31 Alex Lam S.Lcombine rules for binary boolean operations (#1744)
2017-03-31 Peter van der ZeeMassive extension of the fuzzer (#1697)
2017-03-31 Alex Lam S.Lsort options in alphabetical order (#1743)
2017-03-31 Alex Lam S.Lv2.8.20
2017-03-31 Alex Lam S.Lfix missing preamble when shebang is absent (#1742)
2017-03-31 Alex Lam S.Lv2.8.19
2017-03-30 Alex Lam S.Lfix catch symbol mangling (#1734)
2017-03-30 Alex Lam S.Lremove paranthesis for `-(x*y)` (#1732)
2017-03-30 Alex Lam S.Loptimize try-catch-finally (#1731)
2017-03-29 Alex Lam S.Limprove tests from #1726 (#1729)
2017-03-29 Alex Lam S.Lspeed up IIFE elimination (#1728)
2017-03-29 Alex Lam S.Lspeed up `equivalent_to()` and `AST_Switch` (#1727)
2017-03-29 Alex Lam S.Lfix missing parentheses around NaN/Infinity shorthands...
2017-03-29 Alex Lam S.Loutput optimal representations of NaN & Infinity (...
2017-03-28 Alex Lam S.Limprove beautified output of switch blocks (#1721)
2017-03-28 Alex Lam S.Lv2.8.18
2017-03-28 Alex Lam S.Lremove UGLIFY_DEBUG (#1720)
2017-03-28 Alex Lam S.Lfix corner case in `unused` (#1718)
2017-03-28 Alex Lam S.Lv2.8.17
2017-03-28 Alex Lam S.Lfix `unused` on var of the same name within catch ...
2017-03-28 Alex Lam S.Lfix `is_number()` on `+=` (#1714)
2017-03-28 Alex Lam S.Ldrop anonymous function name when overshadowed by other...
2017-03-28 Alex Lam S.Lhandle var within catch of the same name (#1711)
2017-03-27 Alex Lam S.Lfix tail trimming of switch blocks (#1707)
2017-03-27 Alex Lam S.Lfix mangle for variable declared within catch block...
2017-03-27 Alex Lam S.Lufuzz: workaround for Function.toString() v2 (#1700)
2017-03-27 Alex Lam S.L`has_side_effects()` should take `AST_Switch.expression...
2017-03-26 Alex Lam S.Lfix typeof side effects (#1696)
2017-03-26 Alex Lam S.Lpreserve side effects in switch expression (#1694)
2017-03-26 Alex Lam S.Lfix `cascade` on anonymous function reference (#1693)
2017-03-26 Alex Lam S.Lhandle overlapped variable definitions (#1691)
2017-03-26 Alex Lam S.Lfix `delete` related issues in `collapse_vars` and...
2017-03-26 Alex Lam S.Lufuzz: workaround function name and toString() (#1688)
2017-03-26 Alex Lam S.Lfix `cascade` on `delete` operator (#1687)
2017-03-26 Alex Lam S.Lfallthrough should not execute case expression (#1683)
2017-03-26 kzcoptimize conditional when condition symbol matches...
2017-03-26 Alex Lam S.Lsuppress switch branch de-duplication upon side effects...
2017-03-26 Alex Lam S.Lfix side-effects detection on switch statements (#1678)
2017-03-26 Peter van der ZeeImprove fuzzer. :) (#1665)
2017-03-25 Alex Lam S.Limprove switch optimisations (#1677)
2017-03-25 Alex Lam S.Lfix `has_side_effects()` (#1675)
2017-03-25 Alex Lam S.Lfix `reduce_vars` on `AST_Switch` (#1671)
2017-03-25 Alex Lam S.Lfix typeof side-effects (#1669)
2017-03-25 Alex Lam S.Lfix `dead_code` on `AST_Switch` (#1667)
2017-03-24 Alex Lam S.Lv2.8.16
2017-03-24 Alex Lam S.Lfix invalid `AST_For.init` (#1657)
2017-03-24 Alex Lam S.Lintroduce ufuzz.js (#1655)
2017-03-24 Alex Lam S.LUpdate ISSUE_TEMPLATE.md
2017-03-24 Alex Lam S.Lfix cascade of `evaluate` optimisation (#1654)
2017-03-24 Alex Lam S.Lfix corner case in `AST_For.init` (#1652)
2017-03-24 Alex Lam S.Lfix assignment extraction from conditional (#1651)
2017-03-24 Alex Lam S.Lfix assignment substitution in sequences (#1643)
2017-03-24 Alex Lam S.Limprove error marker placement (#1644)
2017-03-24 Alex Lam S.Lfix expect_stdout (#1642)
2017-03-24 kzcfix regression: CLI options with hyphens like -b ascii...
2017-03-23 Alex Lam S.Limprove collapsible value detection (#1638)
2017-03-23 Alex Lam S.Lv2.8.15
2017-03-22 Alex Lam S.Laccount for cross-scope modifications in `collapse_vars...
2017-03-22 Alex Lam S.Lintroduce compressor.info() (#1633)
2017-03-22 Alex Lam S.Lfix a bug in simple_glob (#1632)
2017-03-22 Alex Lam S.Lmetadata cleanup (#1630)
2017-03-21 Alex Lam S.Lthrow parse error on invalid assignments (#1627)
2017-03-19 Alex Lam S.Lv2.8.14
2017-03-19 Alex Lam S.Lmake `expect_stdout` work on Node.js 0.12 (#1623)
2017-03-19 Alex Lam S.Lfix commit 88fb83a (#1622)
2017-03-18 Alex Lam S.Lfix AST_Binary.lift_sequences() (#1621)
2017-03-18 Alex Lam S.Ltransform String.charAt() to index access (#1620)
2017-03-17 Alex Lam S.Lhandle runtime errors in `expect_stdout` (#1618)
2017-03-17 Alex Lam S.Lfix top-level directives in compress tests (#1615)
2017-03-16 Christian Maughan... Add `--in-source-map inline` documentation (#1611)
2017-03-16 Alex Lam S.Lv2.8.13
2017-03-16 Alex Lam S.Lfix chained evaluation (#1610)
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)
next