- 27fea58 Fix javadoc srcs for Hilt. by erichang · 4 years, 6 months ago
- 072ece8 Prepare for external Bazel change --incompatible_load_java_rules_from_bzl. by cpovirk · 4 years, 9 months ago
- 5e7374e Update Dagger to API 29 and Bazel 1.1.0. by erichang · 5 years ago
- 0d9fdb3 Add blaze rule to validate and generate files for a maven artifact. by bcorso · 5 years ago
- 3699697 Fix dagger-spi pom file from dependency cycle. by bcorso · 5 years ago
- 646e033 Understand @Qualified annotation in Kotlin properties. by danysantiago · 5 years ago
- 96b6284 Move Dagger binding graph validation and writing classes into their own subdirectory. by bcorso · 5 years ago
- 7acaca3 Move Dagger validation classes into their own subdirectory. by bcorso · 5 years ago
- ac4ade2 Move Dagger binding classes into their own subdirectory. by bcorso · 5 years ago
- 0a63dd0 Move Dagger base classes into their own subdirectory. by bcorso · 5 years ago
- 9a7b538 Move Dagger compiler option classes into their own subdirectory. by bcorso · 5 years ago
- fa56e9d Move Dagger extension classes into their own subdirectory. by bcorso · 5 years ago
- 73c728f Move Dagger statistics into a separate subpackage. by bcorso · 5 years ago
- ed3da40 Remove experimentalAheadOfTimeSubcomponents by ronshapiro · 5 years ago
- 5c99e1b Start extracting some dagger.internal.codegen classes into two subpackages: d.i.c.{javapoet,langmodel} by ronshapiro · 6 years ago
- bb1a466 Serialize metadata about the binding graph in abstract component implementations by ronshapiro · 6 years ago
- 916356a Add requestedBindings() and requestingBindings() to BindingGraph. by dpb · 6 years ago
- 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
- 468e034 Move ComponentDescriptor validation out of BindingGraphValidator and into a new ComponentDescriptorValidator. by dpb · 6 years ago
- c7fb974 Begin using github.com/google/bazel-common in Dagger by ronshapiro · 6 years ago
- 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
- 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
- 60d2e09 Make a ComponentTreePath analog in dagger.model and move BindingNetwork to dagger.model too by ronshapiro · 7 years ago
- 4a202b7 Shade AutoCommon in the SPI artifact by ronshapiro · 7 years ago
- a6f99ed Move dagger.internal.codegen.Key to dagger.model package by ronshapiro · 7 years ago
- 6863e7e Split codegen code into a few distinct java_libraries to speed up compilation. by ronshapiro · 7 years ago
- 258295a Automated g4 rollback of changelist b9326a1e. by domnit · 7 years ago
- c411158 Split codegen code into a few distinct java_libraries to speed up compilation. by ronshapiro · 7 years ago
- ebee36e Update to Bazel 0.7.0 by ronshapiro · 7 years ago
- 87abe78 Opensource dagger.grpc by ronshapiro · 8 years ago
- 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
- 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
- 391aeeb Implement javadoc_library in skylark by ronshapiro · 8 years ago
- 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
- bb2d3a9 Omit auto-common from the compiler since it's shaded. Do the same by ronshapiro · 8 years ago
- 954ba08 Add @ContributesAndroidInjector to greatly simplify the code that dagger.android users have to write in the 95% case by ronshapiro · 8 years ago
- b191fb7 Add a javadoc_library for android/support by ronshapiro · 8 years ago
- e3d8bf2 Add a jarjar_library BUILD macro to replace the maven-shade-plugin by ronshapiro · 8 years ago
- 554c1fe Add javadoc_library to generate javadoc for our Bazel libraries by ronshapiro · 8 years ago
- 31d711c Build Dagger with Bazel by ronshapiro · 8 years ago