0
I Use This!
Inactive

Commits : Listings

Analyzed 22 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
Fixes a bug in AmbugateProperties in the presence of interfaces. More... about 15 years ago
Fix up the inheritance hierarchy so that "Foo implements Bar" implies that Bar.prototype is the implicit prototype of Foo.prototoype. More... about 15 years ago
Fix up the inheritance hierarchy so that "Foo implements Bar" implies that Bar.prototype is the implicit prototype of Foo.prototoype. More... about 15 years ago
inline a method from common libraries. More... about 15 years ago
inline a method from common libraries. More... about 15 years ago
Make the interfaces API a bit less specific. More... about 15 years ago
Make the interfaces API a bit less specific. More... about 15 years ago
Add more unit tests for type checking. More... about 15 years ago
Add more unit tests for type checking. More... about 15 years ago
Remove reference to base.X, which the guava team does not plan on open-sourcing More... about 15 years ago
Remove reference to base.X, which the guava team does not plan on open-sourcing More... about 15 years ago
Add boatloads of tests. More... about 15 years ago
Add boatloads of tests. More... about 15 years ago
Update the .classpath file for new gen/ directory. More... about 15 years ago
Update the .classpath file for new gen/ directory. More... about 15 years ago
Add build/ to svn:ignore More... about 15 years ago
Pre-compiling the protocol buffers to bytecode is lame. Instead, put the protocol buffer source code under src/, and the generated Java code into gen/ (so that you don't need to install the protocol compiler to compile the code). More... about 15 years ago
Pre-compiling the protocol buffers to bytecode is lame. Instead, put the protocol buffer source code under src/, and the generated Java code into gen/ (so that you don't need to install the protocol compiler to compile the code). More... about 15 years ago
Add svn:ignore for eclipse files, per Issue 79 More... about 15 years ago
Add a .classpath and .project file, for eclipse users. More... about 15 years ago
Add a .classpath and .project file, for eclipse users. More... about 15 years ago
Minor code removal improvement "({}).prop = 3;" has no side effects. More... about 15 years ago
Minor code removal improvement "({}).prop = 3;" has no side effects. More... about 15 years ago
Add rictic's "ant fuzz-test" command More... about 15 years ago
Add rictic's "ant fuzz-test" command More... about 15 years ago
Nicer descriptions for the flags api. More... about 15 years ago
Nicer descriptions for the flags api. More... about 15 years ago
Change the internal representation of constant variables. More... about 15 years ago
Change the internal representation of constant variables. More... about 15 years ago
Rollback the new ambiguous function def warning, because it still has false positives. More... about 15 years ago