0
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a bug in type inference when there are more than two inner functions in a local scope. More... about 15 years ago
Fix a bunch of passes to preserve more type information. More... about 15 years ago
Fix a bunch of passes to preserve more type information. More... about 15 years ago
Rewrite ProcessClosurePrimitives to have a distinct indexing and mutation step. More... about 15 years ago
Rewrite ProcessClosurePrimitives to have a distinct indexing and mutation step. More... about 15 years ago
Type-checking fix when the prototype is assigned directly. Fixes issue 59. More... about 15 years ago
Type-checking fix when the prototype is assigned directly. Fixes issue 59. More... about 15 years ago
Update to SVN to bring it to the state of internal Closure, plus documentation. More... about 15 years ago
Update to SVN to bring it to the state of internal Closure, plus documentation. More... about 15 years ago
fix up some more inference-on-inner-functions edge cases. More... about 15 years ago
fix up some more inference-on-inner-functions edge cases. More... about 15 years ago
Make the FlagsUsageException protected. More... about 15 years ago
Make the FlagsUsageException protected. More... about 15 years ago
Google Maps JS API V3 Externs file. Contributed by Chad Kiilingsworth in Issue 94. More... about 15 years ago
Google Maps JS API V3 Externs file. Contributed by Chad Kiilingsworth in Issue 94. More... about 15 years ago
Make CompilerRunner package-private. There's no good reason for it to be public. And right now, users of the Java API are confused about whether they should use Compiler or CompilerRunner. More... about 15 years ago
Make CompilerRunner package-private. There's no good reason for it to be public. And right now, users of the Java API are confused about whether they should use Compiler or CompilerRunner. More... about 15 years ago
Move the devirtualizer later in the optimization process. We're not really sure why this improves things (yet). More... about 15 years ago
Move the devirtualizer later in the optimization process. We're not really sure why this improves things (yet). More... about 15 years ago
Don't do local type inference on local vars that are assigned in inner scopes, because it's pretty close to impossible to do it right. More... about 15 years ago
Don't do local type inference on local vars that are assigned in inner scopes, because it's pretty close to impossible to do it right. More... about 15 years ago
Split the junit jar into its component pieces: the hamcrest code, the junit code under org.* packages, and the junit code under the junit.* packages. More... about 15 years ago
Split the junit jar into its component pieces: the hamcrest code, the junit code under org.* packages, and the junit code under the junit.* packages. More... about 15 years ago
Fix a null pointer exception in TypedScopeCreator More... about 15 years ago
Fix a null pointer exception in TypedScopeCreator More... about 15 years ago
Add some new externs files: webkit notifications, web storage, and file access. More... about 15 years ago
Add some new externs files: webkit notifications, web storage, and file access. More... about 15 years ago
Add an extern file for the w3c geolocation api. More... about 15 years ago
Add an extern file for the w3c geolocation api. More... about 15 years ago
Print indirect calls to eval correctly (issue 81) More... about 15 years ago