1. 0558b32 Update references in code & configuration to point to github instead of by Sam Berlin · 10 years ago
  2. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  3. 9e2d95b Clean up some formatting (includes some format artifacts from internal changes), and remove executable bit from several files which do not need them. by Christian Edward Gruber · 11 years ago
  4. b7a02b0 by sberlin · 13 years ago
  5. d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
  6. 9a227be Move internal utility code to separate package. by limpbizkit@gmail.com · 14 years ago
  7. 87aea1b Fix for assisted inject bug introduced in r1120. by isaac.q.shum · 14 years ago
  8. 2cd3f72 fix for locking problem in old assisted inject. by dhanji · 15 years ago
  9. 365f834 First effort at support for JSR 330. by limpbizkit · 15 years ago
  10. 9d6b656 Applying ilya.firman's patch for issue 218. I tweaked the patch to use TypeLiteral's new type resolution methods like TypeLiteral.getReturnType(Method) etc., which makes it so we always just do-the-right-thing for matching type variables. by limpbizkit · 15 years ago
  11. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  12. ddb3862 Supporting HasDependencies for Multibinder, MapBinder and AssistedInject v1. by limpbizkit · 15 years ago
  13. 490833f Cleaning up exceptions and Javadoc: by limpbizkit · 16 years ago
  14. 9dc32d4 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
  15. c0fe03b Key now wraps primitive types. This is a big deal. The consequence is that this test now passes: by limpbizkit · 16 years ago
  16. 5741fb8 Patching in David Baker's fix for AssistedInject - now it works with implicit bindings by limpbizkit · 16 years ago
  17. e451ef7 Adding AssistedInject and ThrowingProviders as Guice extensions. by limpbizkit · 17 years ago