aboutsummaryrefslogtreecommitdiff
path: root/build-aux/update-guix-package.scm
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/update-guix-package.scm')
0 files changed, 0 insertions, 0 deletions
lapse_vars` (#2586)Alex Lam S.L 2017-12-08account for side-effects in conditional call inversion (#2562)Alex Lam S.L fixes #2560 2017-12-01improve boolean compression (#2548)Alex Lam S.L fixes #2535 2017-12-01convert to number under boolean context (#2545)Alex Lam S.L 2017-12-01improve compression of `if` conditions (#2544)Alex Lam S.L 2017-04-12convert `AST_Seq` from binary tree to array (#1460)Alex Lam S.L - rename `AST_Seq` to `AST_Sequence` - raise default sequences_limit from 200 to 800 2017-04-08fix `delete` corner cases (#1799)Alex Lam S.L - assignment - boolean - conditional - sequence 2017-04-01improve compression of undefined, NaN & Infinitiy (#1748)Alex Lam S.L - migrate transformation logic from `OutputStream` to `Compressor` - always turn `undefined` into `void 0` (unless `unsafe`) - always keep `NaN` except when avoiding local variable redefinition - introduce `keep_infinity` to suppress `1/0` transform, except when avoiding local variable redefinition supersedes #1723 fixes #1730 2017-03-29output optimal representations of NaN & Infinity (#1723)Alex Lam S.L - move these optimisations out from `Compressor` to `OutputStream` - fixes behaviour inconsistency when running uglified code from global or module levels due to redefinition 2017-03-26optimize conditional when condition symbol matches consequent (#1684)kzc 2017-03-24fix assignment extraction from conditional (#1651)Alex Lam S.L fixes #1645 fixes #1646