1. 27fea58 Fix javadoc srcs for Hilt. by erichang · 4 years, 6 months ago
  2. 072ece8 Prepare for external Bazel change --incompatible_load_java_rules_from_bzl. by cpovirk · 4 years, 9 months ago
  3. 5e7374e Update Dagger to API 29 and Bazel 1.1.0. by erichang · 5 years ago
  4. 0d9fdb3 Add blaze rule to validate and generate files for a maven artifact. by bcorso · 5 years ago
  5. 3699697 Fix dagger-spi pom file from dependency cycle. by bcorso · 5 years ago
  6. 646e033 Understand @Qualified annotation in Kotlin properties. by danysantiago · 5 years ago
  7. 96b6284 Move Dagger binding graph validation and writing classes into their own subdirectory. by bcorso · 5 years ago
  8. 7acaca3 Move Dagger validation classes into their own subdirectory. by bcorso · 5 years ago
  9. ac4ade2 Move Dagger binding classes into their own subdirectory. by bcorso · 5 years ago
  10. 0a63dd0 Move Dagger base classes into their own subdirectory. by bcorso · 5 years ago
  11. 9a7b538 Move Dagger compiler option classes into their own subdirectory. by bcorso · 5 years ago
  12. fa56e9d Move Dagger extension classes into their own subdirectory. by bcorso · 5 years ago
  13. 73c728f Move Dagger statistics into a separate subpackage. by bcorso · 5 years ago
  14. ed3da40 Remove experimentalAheadOfTimeSubcomponents by ronshapiro · 5 years ago
  15. 5c99e1b Start extracting some dagger.internal.codegen classes into two subpackages: d.i.c.{javapoet,langmodel} by ronshapiro · 6 years ago
  16. bb1a466 Serialize metadata about the binding graph in abstract component implementations by ronshapiro · 6 years ago
  17. 916356a Add requestedBindings() and requestingBindings() to BindingGraph. by dpb · 6 years ago
  18. 02dc4a7 Add an ErrorProne refactoring for moving between @ActivityKey/@FragmentKey/etc to @ClassKey, and AndroidInjector.Factory<? extends Activity> to AndroidInjector.Factory<?> by ronshapiro · 6 years ago
  19. 468e034 Move ComponentDescriptor validation out of BindingGraphValidator and into a new ComponentDescriptorValidator. by dpb · 6 years ago
  20. c7fb974 Begin using github.com/google/bazel-common in Dagger by ronshapiro · 6 years ago
  21. ddc9b40 Move validation of non-nullable requests for nullable bindings to an internal implementation of BindingGraphPlugin. Add infrastructure to run internal plugins as part of validation, before running external plugins. by dpb · 7 years ago
  22. 120a339 Migrate BindingGraphPlugin to the dagger.spi package, and add a ValidationItem API to dagger.spi so that plugins can report high-level diagnostics to the Messager. by ronshapiro · 7 years ago
  23. 60d2e09 Make a ComponentTreePath analog in dagger.model and move BindingNetwork to dagger.model too by ronshapiro · 7 years ago
  24. 4a202b7 Shade AutoCommon in the SPI artifact by ronshapiro · 7 years ago
  25. a6f99ed Move dagger.internal.codegen.Key to dagger.model package by ronshapiro · 7 years ago
  26. 6863e7e Split codegen code into a few distinct java_libraries to speed up compilation. by ronshapiro · 7 years ago
  27. 258295a Automated g4 rollback of changelist b9326a1e. by domnit · 7 years ago
  28. c411158 Split codegen code into a few distinct java_libraries to speed up compilation. by ronshapiro · 7 years ago
  29. ebee36e Update to Bazel 0.7.0 by ronshapiro · 7 years ago
  30. 87abe78 Opensource dagger.grpc by ronshapiro · 8 years ago
  31. ea3fffd Move Dagger Producers from its previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to blaze by ronshapiro · 8 years ago
  32. 0f4a729 Move core Dagger APIs and runtime from its previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to bazel by ronshapiro · 8 years ago
  33. 391aeeb Implement javadoc_library in skylark by ronshapiro · 8 years ago
  34. 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 · 8 years ago
  35. bb2d3a9 Omit auto-common from the compiler since it's shaded. Do the same by ronshapiro · 8 years ago
  36. 954ba08 Add @ContributesAndroidInjector to greatly simplify the code that dagger.android users have to write in the 95% case by ronshapiro · 8 years ago
  37. b191fb7 Add a javadoc_library for android/support by ronshapiro · 8 years ago
  38. e3d8bf2 Add a jarjar_library BUILD macro to replace the maven-shade-plugin by ronshapiro · 8 years ago
  39. 554c1fe Add javadoc_library to generate javadoc for our Bazel libraries by ronshapiro · 8 years ago
  40. 31d711c Build Dagger with Bazel by ronshapiro · 8 years ago