UglifyJS.git
2012-10-13 Mihai Bazonminor
2012-10-13 Mihai Bazonfix regression from fb5c01c073d06034815d5f3b782fd11cbdf...
2012-10-13 Mihai Bazonfix end tokens in spidermonkey ast import
2012-10-12 Mihai Bazonupdate for acorn
2012-10-12 Mihai Bazonminor
2012-10-12 Mihai Bazonactually enable the option that drops unused names...
2012-10-12 Mihai Bazonremove the $self hack
2012-10-12 Mihai Bazonadd test for issue #12
2012-10-12 Mihai Bazonfix in_boolean_context() (two tests were broken)
2012-10-12 Mihai Bazonuse AST_Lambda for object setters/getters
2012-10-11 Mihai Bazonfix pos in syntax error exception
2012-10-11 Mihai Bazonstealing more hacks from acorn in the name of speed
2012-10-11 Mihai Bazonusing makeComparator from acorn to generate functions...
2012-10-11 Mihai Bazoncleanup
2012-10-11 Mihai Bazonfix propagation of symbol references
2012-10-11 Mihai Bazondisable warnings by default in `minify` (pass warnings...
2012-10-10 Mihai Bazonfix node name
2012-10-10 Mihai Bazonseems cleaner if AST_Label doesn't inherit from AST_Sym...
2012-10-10 Mihai Bazonsmall improvements in wrap_commonjs:
2012-10-10 Mihai Bazondrop unused variable
2012-10-10 Mihai Bazonadd `--lint` and display {file} in scope_warnings
2012-10-09 Mihai Bazonminor
2012-10-09 Mihai Bazonupdate on @cc_on
2012-10-09 Mihai Bazonadd AST_Infinity node
2012-10-09 Mihai Bazonmake `--comments` keep @cc_on too
2012-10-09 Mihai Bazonadded $propdoc to AST nodes and some cleanups
2012-10-09 Mihai Bazonminor AST cleanup (AST_BlockStatement may inherit from...
2012-10-09 Mihai Bazonadd `--ast-help`
2012-10-09 Mihai Bazonfix detecting symbols in use
2012-10-09 Mihai BazonMerge pull request #8 from SevInf/master
2012-10-09 Sergej TatarincevFix nodejs minify without inSourceMap exception
2012-10-08 Mihai Bazonfix `inSourceMap` in `minify` (should read the file)
2012-10-08 Mihai Bazonadd simple API wrapper: UglifyJS.minify
2012-10-08 Mihai Bazonadded some basic API doc
2012-10-08 Mihai Bazonshould not expose base54.sort() in the API docs, I...
2012-10-08 Mihai Bazonadded --self to easily get a browser-runnable version...
2012-10-08 Mihai Bazoneliminate redundant directives in the same scope
2012-10-08 Mihai Bazonfor certain nodes that we invent we might not have...
2012-10-05 Mihai Bazonfix typo
2012-10-05 Mihai Bazonremove unused code
2012-10-05 Mihai Bazonminor
2012-10-05 Mihai Bazonreplace `(function(){ ...no side effects ... })()`...
2012-10-05 Mihai Bazonprevent mangling only when eval is *called*, not when...
2012-10-05 Mihai Bazonadd note about installation
2012-10-05 Mihai Bazonadded --acorn and --spidermonkey options
2012-10-05 Mihai Bazonfixed import of locations from SpiderMonkey AST
2012-10-04 Mihai Bazonuse the appropriate constructor for symbols
2012-10-04 Mihai Bazonminor
2012-10-04 Mihai Bazonremoved some unused variables
2012-10-03 Mihai Bazonmoving code around
2012-10-03 Mihai Bazondefine AST_Node.from_mozilla_ast(ast)
2012-10-03 Mihai Bazonignore tmp/
2012-10-03 Mihai Bazonmore cleanup (dropped AST_SwitchBlock)
2012-10-03 Mihai BazonAST cleanup (dropped AST_StatementBase)
2012-10-03 Mihai Bazonadded package.json
2012-10-03 Mihai Bazonadded option for side-effect-free statements, fix test
2012-10-03 Mihai Bazonfix endless loop in tests
2012-10-03 Mihai Bazondrop tmp. files
2012-10-03 Mihai Bazondocument the CLI tool
2012-10-03 Mihai Bazonfix for `a = !b && !c && !d && !e → a=!(b||c||d||e)`
2012-10-03 Mihai Bazondisable `hoist_vars` by default and change `comparation...
2012-10-02 Mihai Bazonfixed usage string
2012-10-02 Mihai Bazonsupport for `--comments` option to keep comments contai...
2012-10-02 Mihai Bazondiscard annoying nodejs warning
2012-10-02 Mihai Bazonline numbers start at 1
2012-10-02 Mihai Bazonadded option to keep some comments in the output
2012-10-02 Mihai Bazonoption to exclude certain names from mangling
2012-10-02 Mihai Bazonsupport defines
2012-10-02 Mihai Bazon"use strict";
2012-10-02 Mihai Bazonmore constant folding (for names defined with `const`)
2012-10-02 Mihai Bazonadd AST_SymbolConst for names defined with `const`
2012-10-02 Mihai Bazondrop more unused names
2012-10-02 Mihai Bazona shy attempt to obey `width` in the beautifier; added...
2012-09-28 Mihai Bazonminor
2012-09-26 Mihai Bazonfix mangling
2012-09-26 Mihai Bazonremoved the "squeeze" method (it's now effectively...
2012-09-26 Mihai Bazonsome speedup and more savings from unused vars that...
2012-09-26 Mihai Bazoncompressor successfully moved to TreeTransformer
2012-09-26 Mihai Bazoncheckpoint (refactoring, WIP)
2012-09-26 Mihai Bazonminor
2012-09-25 Mihai Bazonmore cleanups
2012-09-25 Mihai Bazonmoving code around (refactoring, WIP)
2012-09-25 Mihai Bazondiscard all \uFEFF characters (https://github.com/misho...
2012-09-25 Mihai Bazonstarted some refactoring (WIP) -- moving squeezer to...
2012-09-25 Mihai Bazonminor
2012-09-25 Mihai Bazonit's not safe to assume that property access is side...
2012-09-25 Mihai Bazonsome boolean cleanup
2012-09-24 Mihai BazonSupport input source map
2012-09-24 Mihai Bazonminor tests fix
2012-09-23 Mihai Bazonproperly drop mutually-referring declarations that...
2012-09-22 Mihai Bazontree transformer api (WIP)
2012-09-21 Mihai Bazonlog filename in parse errors / compressor warnings
2012-09-21 Mihai Bazonbetter support for multiple input files:
2012-09-21 Mihai Bazonmore on detecting side effects
2012-09-19 Mihai Bazondrop unused variables
2012-09-19 Mihai Bazonsupport -c with no arguments to disable compression...
2012-09-18 Mihai Bazonfixed label scope/mangling
2012-09-18 Mihai Bazonminor
2012-09-18 Mihai Bazonsupport for directives
2012-09-18 Mihai Bazonadded AST_NaN (output as 0/0)
next