1. c8c6c05 Add null-checking for non-nullable @Provides methods that are inlined or proxied. 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/CodeBlocks.java]
  3. f5447bc Collect should be used with factories that return new collections by cushon · 9 years ago
  4. 57f302c Make injection of core Android types easier. by ronshapiro · 9 years ago
  5. 1ab10de Add collectors for CodeBlocks. This is missing some of the permutations that we will eventually want/need, but it seemed weird to add them without usages and the cleanup to the callers is easy enough, but non-trivial. by gak · 9 years ago
  6. 00a6fb1 Generate static methods in our factory implementations to provide a publicly accessible way to invoke package-private methods and constructors. Then, use those proxy methods directly to fulfill requests that don't require Providers. by gak · 9 years ago
  7. 6624110 Java 8. Shit just got real. (redux) by gak · 9 years ago
  8. f370e19 Introduce RequestFulfillment as a way to model the operation that turns the logical concept of a binding into a CodeBlock suitable for preforming the operation requested by a DependencyRequest. by gak · 9 years ago
  9. 1b65b6a Add blank line above package declaration by dpb · 9 years ago
  10. 5dde42d Clean up opensource repo; remove Dagger 1 references by ronshapiro · 9 years ago
  11. b9158d8 Use features added in JavaPoet 1.6.0 by ronshapiro · 10 years ago
  12. ea019be Add static utility methods into dagger internal for use in generated code: by gak · 10 years ago
  13. 6475f47 Remove JavaWriter from Dagger by ronshapiro · 10 years ago
  14. f22babc Convert AbstractComponentWriter to use JavaPoet instead of JavaWriter. by ronshapiro · 10 years ago
  15. 96f7514 Convert ProducerFactoryGenerator -> JavaPoet by ronshapiro · 10 years ago
  16. 9540fb2 Convert FactoryGenerator to use JavaPoet by ronshapiro · 10 years ago
  17. 732e502 Roll forward of [] This fixes an issue where shadowed fields of types requesting a MembersInjector would generate Provider<> fields with the same name. by ronshapiro · 10 years ago
  18. 8225162 Automated g4 rollback of changelist 111551482. by tonycuadra · 10 years ago
  19. 3bfdd50 Create a JavaPoet SourceFileGenerator to begin javawriter -> javapoet migration by ronshapiro · 10 years ago