Age | Commit message (Expand) | Author |
---|---|---|
2017-04-15 | unify CLI & API under `minify()` (#1811)... | Alex Lam S.L |
2017-04-04 | optimise `do{...}while(false)` (#1785)... | Alex Lam S.L |
2017-03-24 | fix corner case in `AST_For.init` (#1652)... | Alex Lam S.L |
2017-03-19 | make `expect_stdout` work on Node.js 0.12 (#1623)... | Alex Lam S.L |
2017-03-10 | support multi-line string in tests (#1590)... | Alex Lam S.L |
2017-03-08 | plan B for IE8 do-while semi-colon fix (#1572)... | Alex Lam S.L |
2017-03-06 | suppress semicolons after do/while (#1556)... | Alex Lam S.L |
2017-03-03 | disable do{...}while(false) optimisation (#1534)... | Alex Lam S.L |
2017-02-21 | tweak do-while loops... | alexlamsl |
2016-07-15 | Keep const in own scope while compressing... | Anthony Van de Gejuchte |
2015-12-18 | Disable loop optimization for parse-only tests | Anthony Van de Gejuchte |
2015-12-18 | Add tests | Anthony Van de Gejuchte |
2012-11-08 | optimization for if/break as first statement in a loop body... | Mihai Bazon |