1. 5ae41eb Post release refactor. I moved almost everything that was package-private in com.google.inject to the internal package. The motivation is to simplify things - the previous setup was extremely awkward because c.g.i could call into internal, but not the reverse. Similarly for the SPI package. by limpbizkit · 15 years ago
  2. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  3. 2c2c610 More cleanup of Errors -- including sources as a factory method rather than push/pop methods (that require try/finally clauses) by limpbizkit · 16 years ago
  4. 564053f Massive refactoring to exception handling. I'm trying to simplify things, but they are currently a little bit more complicated. I'll do another round shortly. by limpbizkit · 16 years ago
  5. 16f9ffd Upgrade CGLIB to 2.2, ASM to 3.1, JarJar to 1.0rc7 by chris.nokleberg · 16 years ago
  6. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago[Renamed (99%) from src/com/google/inject/util/LineNumbers.java]
  7. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  8. 409df52 backport LineNumbers to asm 2.x, will make maveny people happier (forgot one, oops) by chris.nokleberg · 17 years ago
  9. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/util/LineNumbers.java]
  10. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/util/LineNumbers.java]
  11. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/util/LineNumbers.java]
  12. 0f09fe3 Added checks to ensure annotations are retained at runtime. by crazyboblee · 17 years ago
  13. dedcabd Added code to point to the first line in a class when we otherwise can't determine a line #. by crazyboblee · 17 years ago
  14. 7173353 Updated remaining Javadocs for query->matcher rename. Reformatted LineNumbers and added Chris's name to it (gotta give credit). Added asm-3.0.jar to IDEA project. by crazyboblee · 17 years ago
  15. 920e1f9 remove dead code and add more javadoc by chris.nokleberg · 17 years ago
  16. 44372e2 throw exception if bytecode cannot be found by chris.nokleberg · 17 years ago
  17. 5db87c6 add utility to extract LineNumbers from bytecode by chris.nokleberg · 17 years ago