build: No longer substitute 'LIBGCRYPT'.<2012-11-07 | add AST_Accessor and AST_SymbolAccessor node types... | Mihai Bazon |
2012-10-22 | more sequence optimizations (lift some sequences above binary/unary expressio... | Mihai Bazon |
2012-10-18 | more optimizations for some break/continue cases | Mihai Bazon |
2012-10-12 | remove the $self hack... | Mihai Bazon |
2012-10-12 | fix in_boolean_context() (two tests were broken) | Mihai Bazon |
2012-10-11 | cleanup... | Mihai Bazon |
2012-10-10 | fix node name | Mihai Bazon |
2012-10-10 | seems cleaner if AST_Label doesn't inherit from AST_SymbolDeclaration | Mihai Bazon |
2012-10-10 | small improvements in wrap_commonjs:... | Mihai Bazon |
2012-10-09 | add AST_Infinity node | Mihai Bazon |
2012-10-09 | added $propdoc to AST nodes and some cleanups... | Mihai Bazon |
2012-10-09 | minor AST cleanup (AST_BlockStatement may inherit from AST_Block) | Mihai Bazon |
2012-10-09 | add `--ast-help`... | Mihai Bazon |
2012-10-08 | added --self to easily get a browser-runnable version of UglifyJS | Mihai Bazon |
2012-10-03 | more cleanup (dropped AST_SwitchBlock) | Mihai Bazon |
2012-10-03 | AST cleanup (dropped AST_StatementBase) | Mihai Bazon |
2012-10-02 | "use strict"; | Mihai Bazon |
2012-10-02 | add AST_SymbolConst for names defined with `const` | Mihai Bazon |
2012-09-28 | minor | Mihai Bazon |
2012-09-26 | checkpoint (refactoring, WIP) | Mihai Bazon |
2012-09-23 | properly drop mutually-referring declarations that are not otherwise... | Mihai Bazon |
2012-09-21 | better support for multiple input files:... | Mihai Bazon |
2012-09-18 | fixed label scope/mangling | Mihai Bazon |
2012-09-18 | support for directives | Mihai Bazon |
2012-09-18 | added AST_NaN (output as 0/0) | Mihai Bazon |
2012-09-15 | figure out label targets | Mihai Bazon |
2012-09-14 | more optimizations that v1 does and some cleanups... | Mihai Bazon |
2012-09-11 | fixed some mess with symbols/scope... | Mihai Bazon |