5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Nov 27, 2024 — Nov 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed debug output of intermediate JS trees. More... almost 13 years ago
Output resulting trees to .js files. More... almost 13 years ago
Fixed the implementation of super calls. More... almost 13 years ago
Sanitized JSDesugar. More... almost 13 years ago
Added desugaring of ECMAScript 6 classes. More... almost 13 years ago
Output the parent class of ClassDef's. More... almost 13 years ago
Added generation of the constructor. More... almost 13 years ago
Added desugaring of our extended JavaScript. More... almost 13 years ago
Fixed codegen of a constructor's return value. More... almost 13 years ago
Fixed acceptance criterion in encodeLocalSym(). More... almost 13 years ago
Replaced JSPosition by Position. More... almost 13 years ago
Integrated JS trees in the Global cake. More... almost 13 years ago
Added encoding of method signatures. More... almost 13 years ago
More principled way of encoding names. More... almost 13 years ago
Simplified (and fixed) handling of JS identifiers and property names. More... almost 13 years ago
First running thing. More... almost 13 years ago
On my way to JS code generation. More... almost 13 years ago
Emit classes and methods (not their body). More... almost 13 years ago
Macro architecture: JSGlobal, GenJSCode, etc. More... almost 13 years ago
Initial commit. More... almost 13 years ago
Implemented some methods of System and Runtime. More... over 14 years ago
Added Throwable.toString(). More... over 14 years ago
Fixed field TYPE of boxing classes. More... over 14 years ago
Added java.lang.reflect.Array. More... over 14 years ago
Fixed bug in == comparison of Any values. More... over 14 years ago
Added classes for I/O, thread-local vars and System. More... over 14 years ago
Added missing methods in java.lang.Number subclasses. More... over 14 years ago
Added ClassCastException. More... over 14 years ago
Removed field Number.isInt. More... over 14 years ago
Added java.util.NoSuchElementException. More... over 14 years ago