1. a409c6f Make DaggerTypes and DaggerElements objects that encapsulate and extend Types and Elements, respectively. by dpb · 8 years ago
  2. 3a179ec Move prod compiler code and guava/jdk Optional tests from their previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to bazel by ronshapiro · 9 years ago[Renamed from compiler/src/main/java/dagger/internal/codegen/DaggerElements.java]
  3. 954ba08 Add @ContributesAndroidInjector to greatly simplify the code that dagger.android users have to write in the 95% case by ronshapiro · 9 years ago
  4. 448e19d Allow component builders' build() methods to return a supertype of the component. Warn if the API of the returned type differs from the actual component type. by ronshapiro · 9 years ago
  5. ec44324 Remove Provides.Type by ronshapiro · 9 years ago
  6. ffd98f6 Use java.util.Optional. by dpb · 9 years ago