aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-19minor fix for dropping unused definitions....Mihai Bazon
2012-10-18more optimizations for some break/continue casesMihai Bazon
2012-10-17more small optimizations...Mihai Bazon
2012-10-17define aborts on AST_If: true if both branches abortMihai Bazon
2012-10-17employ a better parser for command-line arguments...Mihai Bazon
2012-10-17the `sort` option is broken anyway, removed it...Mihai Bazon
2012-10-17add `semicolons` option in the code generator (default: `true`)...Mihai Bazon
2012-10-16fix small glitches in source map generationMihai Bazon
2012-10-13drop unused function arguments...Mihai Bazon
2012-10-13add parens to AST_Seq whose parent is AST_UnaryMihai Bazon
2012-10-13fix compressing benchmark.js (it tried to evaluate a statement)...Mihai Bazon
2012-10-13minorMihai Bazon
2012-10-13fix regression from fb5c01c073d06034815d5f3b782fd11cbdf6d6f5...Mihai Bazon
2012-10-13fix end tokens in spidermonkey ast importMihai Bazon
2012-10-12minorMihai Bazon
2012-10-12remove the $self hack...Mihai Bazon
2012-10-12fix in_boolean_context() (two tests were broken)Mihai Bazon
2012-10-12use AST_Lambda for object setters/getters...Mihai Bazon
2012-10-11fix pos in syntax error exceptionMihai Bazon
2012-10-11stealing more hacks from acorn in the name of speedMihai Bazon
2012-10-11using makeComparator from acorn to generate functions that tests whether a...Mihai Bazon
2012-10-11cleanup...Mihai Bazon
2012-10-11fix propagation of symbol referencesMihai Bazon
2012-10-10fix node nameMihai Bazon
2012-10-10seems cleaner if AST_Label doesn't inherit from AST_SymbolDeclarationMihai Bazon
2012-10-10small improvements in wrap_commonjs:...Mihai Bazon
2012-10-10drop unused variableMihai Bazon
2012-10-10add `--lint` and display {file} in scope_warningsMihai Bazon
2012-10-09minorMihai Bazon
2012-10-09add AST_Infinity nodeMihai Bazon
2012-10-09make `--comments` keep @cc_on tooMihai Bazon
2012-10-09added $propdoc to AST nodes and some cleanups...Mihai Bazon
2012-10-09minor AST cleanup (AST_BlockStatement may inherit from AST_Block)Mihai Bazon
2012-10-09add `--ast-help`...Mihai Bazon
2012-10-09fix detecting symbols in useMihai Bazon
2012-10-08should not expose base54.sort() in the API docs, I thinkMihai Bazon
2012-10-08added --self to easily get a browser-runnable version of UglifyJSMihai Bazon
2012-10-08eliminate redundant directives in the same scopeMihai Bazon
2012-10-08for certain nodes that we invent we might not have a original source file to...Mihai Bazon
2012-10-05remove unused codeMihai Bazon
2012-10-05minorMihai Bazon
2012-10-05replace `(function(){ ...no side effects ... })()` with `undefined`.Mihai Bazon
2012-10-05prevent mangling only when eval is *called*, not when it's just referencedMihai Bazon
2012-10-05fixed import of locations from SpiderMonkey ASTMihai Bazon
2012-10-04use the appropriate constructor for symbolsMihai Bazon
2012-10-04minorMihai Bazon
2012-10-04removed some unused variablesMihai Bazon
2012-10-03moving code aroundMihai Bazon
2012-10-03define AST_Node.from_mozilla_ast(ast)...Mihai Bazon
2012-10-03more cleanup (dropped AST_SwitchBlock)Mihai Bazon