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. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  3. d6967b9 More testcases for multibindings, including some fairly specific tests for toString() on the Binder API by limpbizkit · 16 years ago
  4. 8b23745 Fixing compile problems in r438, rearranging Reflection code by limpbizkit · 16 years ago
  5. 7f8eda0 Moving commands from extensions into core. I left InterceptingBinderBuilder in the commands package, I can probably rename this to the 'intercepting' package or similar. by limpbizkit · 16 years ago[Renamed (96%) from extensions/commands/src/com/google/inject/commands/BindCommand.java]
  6. 3d58d6b Big change - changing BinderImpl to use commands/ by limpbizkit · 16 years ago
  7. a67e39f visitable to commands by limpbizkit · 16 years ago