0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small update. Includes fix of {INPUT_FILE_NAME} for Windows. More... over 15 years ago
Better support for jsdoc toolkit annotations. More... over 15 years ago
Better support for jsdoc toolkit annotations. More... over 15 years ago
Don't warn about duplicate variable declarations unless warning_level is set to VERBOSE. More... over 15 years ago
Don't warn about duplicate variable declarations unless warning_level is set to VERBOSE. More... over 15 years ago
Never rename a variable named "$super", because the Prototype library uses this to do magic. More... over 15 years ago
Never rename a variable named "$super", because the Prototype library uses this to do magic. More... over 15 years ago
Fix if-folding compiler crash (issue 43) Fix property-collapsing compiler crash (issue 34) Fix labeled VAR compiler crash (issue 41) Make [paramName] syntax denote optionality (issue #26) Better function inlining. More... over 15 years ago
Fix if-folding compiler crash (issue 43) Fix property-collapsing compiler crash (issue 34) Fix labeled VAR compiler crash (issue 41) Make [paramName] syntax denote optionality (issue #26) Better function inlining. More... over 15 years ago
Better number printing. Add flags for fine-grained warning controls. Better type-declaration finding. Added some missing externs. Marked externs that don't have side effects. More... over 15 years ago
Better number printing. Add flags for fine-grained warning controls. Better type-declaration finding. Added some missing externs. Marked externs that don't have side effects. More... over 15 years ago
Adding missing --check_types option. Hello type checker! More... over 15 years ago
Adding missing --check_types option. Hello type checker! More... over 15 years ago
Update svn repository of Closure library. More... over 15 years ago
Update svn repository of Closure library. More... over 15 years ago
- Fix issue #19 - attach jsdoc comments without annotations to nodes More... over 15 years ago
- Fix issue #19 - attach jsdoc comments without annotations to nodes More... over 15 years ago
Fixes for issues 14 and 16. More... over 15 years ago
Fixes for issues 14 and 16. More... over 15 years ago
Fix synthesis of vars in DEFAULT mode. Better variable inlining Better function inlining Assorted bug fixes More... over 15 years ago
Fix synthesis of vars in DEFAULT mode. Better variable inlining Better function inlining Assorted bug fixes More... over 15 years ago
Remove timestamps from the javadoc, because they screw up the diffs. Also, better error messages. More... over 15 years ago
Remove timestamps from the javadoc, because they screw up the diffs. Also, better error messages. More... over 15 years ago
Tiny change to calcdeps.py -- error caused by incorrect indendation. More... over 15 years ago
Tiny change to calcdeps.py -- error caused by incorrect indendation. More... over 15 years ago
Fix to calcdeps.py to correctly add base.js, use /usr/bin/env python, and set the executable bit, plus a sync to head for the rest of the files (one edit to tabs and selectionmenu stuff that modifies docs and demos). More... over 15 years ago
Fix to calcdeps.py to correctly add base.js, use /usr/bin/env python, and set the executable bit, plus a sync to head for the rest of the files (one edit to tabs and selectionmenu stuff that modifies docs and demos). More... over 15 years ago
Turn the symbol check off unless --warnings_level == VERBOSE More... over 15 years ago
Turn the symbol check off unless --warnings_level == VERBOSE More... over 15 years ago
A bunch of bug fixes Added the --warning_level={QUIET|DEFAULT|VERBOSE} flag, to match the webservice API More... over 15 years ago