1. df98fcd Refactoring error messages. I changed 'em from public static final constants to methods. The benefit is that now the arguments are typechecked. More importantly, now we can gather coverage on methods. Which opens the door to figuring out which methods we have test coverage for (not very many!) by limpbizkit · 16 years ago
  2. 49f67c0 Fixing owner types so they're no longer missing in ThrowingProviderBinder. Also adding the necessary precondition checks so that we always include 'em when necessary. by limpbizkit · 16 years ago
  3. 7629584 Fixing issue 142. by limpbizkit · 16 years ago
  4. 3beaaaf Making Types public for issue 123. by limpbizkit · 16 years ago
  5. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  6. e8405bc More aggressive errors for Types. by limpbizkit · 16 years ago
  7. e81cf1b Just-in-time singletons are now eagerly loaded. by limpbizkit · 16 years ago
  8. 0575714 This CL changes how singletons are loaded. Previously we registered a callback at bind-time. Now we keep track of whether bindings were eager (using the new enum LoadStrategy) and we load 'em all afterwards. by limpbizkit · 16 years ago
  9. c0fe03b Key now wraps primitive types. This is a big deal. The consequence is that this test now passes: by limpbizkit · 16 years ago
  10. c9465f9 I ran emma coverage and deleted some dead code. There's a few things that have insufficient test coverage that we need tests for... by limpbizkit · 16 years ago
  11. f530b25 Creating a canonical form for Keys with arrays in them. by limpbizkit · 16 years ago
  12. 16f9ffd Upgrade CGLIB to 2.2, ASM to 3.1, JarJar to 1.0rc7 by chris.nokleberg · 16 years ago
  13. eab7647 A bunch of polish fixes for 2.0: by limpbizkit · 16 years ago
  14. e4647a6 Serialization fixup round one. I still have lots of work before everything serializes properly... by limpbizkit · 16 years ago
  15. 56400ca A bunch of assorted changes: by limpbizkit · 16 years ago
  16. c75363a Checking in David Baker's MapBinder implementation. by limpbizkit · 16 years ago
  17. 60ddbc3 This testcase shows that we aren't wrapping user-thrown exceptions consistently by limpbizkit · 16 years ago
  18. 5019270 New multibindings extension. by limpbizkit · 16 years ago
  19. 3b1cd58 Large internal change: by limpbizkit · 16 years ago
  20. 06c3fee Fix the FastClassByGuice LineNumbers problem by using the natural constructor rather than the synthetic one when generating LineNumbers. by limpbizkit · 16 years ago
  21. 8b23745 Fixing compile problems in r438, rearranging Reflection code by limpbizkit · 16 years ago
  22. 916f548 adding first pass of compile-time guice. Also moving stuff to internal to make ConstructionProxy and Reflection classes available there. by limpbizkit · 16 years ago
  23. c878481 Unifying unique annotations, used for creating unique keys by limpbizkit · 16 years ago
  24. e39d8d8 Unifying unique annotations, used for creating unique keys by limpbizkit · 16 years ago
  25. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 16 years ago
  26. 64f7e00 Added missing synchronized. by crazyboblee · 17 years ago
  27. d0c4b8b Extended Binding to better support tools. Fixed bug where we were ignoring exceptions during member injection. Added TOOL stage. by crazyboblee · 17 years ago
  28. c49e091 Updated ReferenceMap to the latest version. by crazyboblee · 17 years ago
  29. adae8cc Removing Objects.nonNull(Object[]) by limpbizkit · 17 years ago
  30. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago