1. 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/SourceFileGenerationException.java]
  2. ffd98f6 Use java.util.Optional. by dpb · 9 years ago
  3. e55f074 Update Dagger to use Google's new standard import order: by gak · 9 years ago
  4. 1b65b6a Add blank line above package declaration by dpb · 9 years ago
  5. 5dde42d Clean up opensource repo; remove Dagger 1 references by ronshapiro · 9 years ago
  6. 6475f47 Remove JavaWriter from Dagger by ronshapiro · 10 years ago
  7. 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
  8. 8225162 Automated g4 rollback of changelist 111551482. by tonycuadra · 10 years ago
  9. 3bfdd50 Create a JavaPoet SourceFileGenerator to begin javawriter -> javapoet migration by ronshapiro · 10 years ago
  10. ff07f80 Clean up ValidationReport to make it a bit more useful. This includes: by gak · 10 years ago
  11. 09075bc Create package proxies for references to types that aren't visibile to the component (but the factories and members injectors are). by gak · 11 years ago
  12. 2a90069 Add a new version of JavaWriter that allows for writing to different parts of the compilation unit simultaneously. Then, use it in code generation in Dagger 2 code. by Christian Edward Gruber · 11 years ago
  13. 03c3c2d Fix import order in one fell swoop. I figured out what was wrong with my import order settings, so I figured I would just reorganize once to avoid CLs with tons of churn later. by Gregory Kick · 11 years ago
  14. 3ad765e Add some infrastructure for properly handling failed attempts to write source files. by Christian Edward Gruber · 12 years ago