1. fbedecc Internal change by Dagger Team · 4 years, 1 month ago
  2. e861c27 Fix redundant memoization for scoped bindings in fastInit. by Brad Corso · 4 years, 1 month ago
  3. 0849289 Add ability to ban maven deps in gen_maven_artifacts. by bcorso · 4 years, 2 months ago
  4. 51c9a1d Add macros for Dagger users to easily import Dagger targets. by bcorso · 4 years, 4 months ago
  5. 072ece8 Prepare for external Bazel change --incompatible_load_java_rules_from_bzl. by cpovirk · 4 years, 7 months ago
  6. 94059d5 Use guava "-android" artifacts for "guava_jdk5" deps. by bcorso · 4 years, 8 months ago
  7. b7ef5f3 Replace local MOE stripping with global MOE replacement by bcorso · 4 years, 11 months ago
  8. efe1b00 Add the auto common shaded jar back into the jarjar. by bcorso · 5 years ago
  9. 6f6a9d0 Suppress more GoodTime errors. by glorioso · 5 years ago
  10. 0d9fdb3 Add blaze rule to validate and generate files for a maven artifact. by bcorso · 5 years ago
  11. 89011d6 Enable full GoodTime analysis for Dagger. by kak · 5 years ago
  12. ed3da40 Remove experimentalAheadOfTimeSubcomponents by ronshapiro · 5 years ago
  13. f36dca4 Make CommandProcessorFactory top-level to avoid introducing users to the somewhat awkward nested component implementation naming scheme right off the bat. by cgdecker · 5 years ago
  14. 5d6fa23 Enable GoodTime-API for Dagger by kak · 5 years ago
  15. f985e9b Add @since 2.22 to @Component.Factory and friends. by cgdecker · 6 years ago
  16. 31a5e36 Retain Builder and Factory annotations for reflective access by jakew · 6 years ago
  17. d340886 Add the ability to create factory types for components instead of builders. by cgdecker · 6 years ago
  18. 589a952 Properly instantiate map binding framework instances in AOT where the AbstractMapFactory.Builder.putAll() method is passed a DelegateFactory. by ronshapiro · 6 years ago
  19. f9327b9 Add AbstractMapFactory and AbstractMapProducer to consolidate some of the implementations of framework instances of map binding. by ronshapiro · 6 years ago
  20. a4914c6 Deprecated internal.Producers.immediate(Failed)Producer and redirect to the non-internal version instead. by ronshapiro · 6 years ago
  21. 50d7010 Create dagger.producers.Producers.immediate(Failed)Producer, so that users don't have to refer to the internal.Producers versions of those methods (or think that they aren't meant to be used, which they are. by ronshapiro · 6 years ago
  22. fff65e3 Make @ProductionComponent have runtime retention so tools can interpret it like all of the other component annotations by ronshapiro · 6 years ago
  23. 21c3917 Update version of bazel-common by nbeck · 6 years ago
  24. 0f62737 When pruning framework instances, return an actual instance instead of throwing an exception. If the modifiable method is called during the initialization of a pruned binding, there must be a valid return value even thought it will never be used. by ronshapiro · 6 years ago
  25. f8e7869 Simplify the mechanism to set a delegate factory by ronshapiro · 6 years ago
  26. 79f2bdc Automated rollback of d67f535a6f43301390b50dd64b4f95d6005040b9 by ronshapiro · 6 years ago
  27. d67f535 Simplify the mechanism to set a delegate factory by ronshapiro · 6 years ago
  28. 9b197da When modifiable framework instances are in fact modified, ensure that superclass implementations get the correct provider instance during initialization. by ronshapiro · 6 years ago
  29. 2137a2c Automated rollback of 218dd448dfd1d791480f13e507eed567fdabae43 by ronshapiro · 6 years ago
  30. 3216741 When modifiable framework instances are in fact modified, ensure that superclass implementations get the correct provider instance during initialization. by ronshapiro · 6 years ago
  31. 8d759b2 Wrap framework instances of modifiable bindings in their own methods by ronshapiro · 6 years ago
  32. d89982a Remove generated production executor modules by ronshapiro · 6 years ago
  33. 9735651 Add the expected size for Producer map factories by ronshapiro · 6 years ago
  34. f5c04a5 Create @CancellationPolicy annotation for Dagger producers. by cgdecker · 6 years ago
  35. ea48dfd Initial version of Producer cancellation that doesn't change the type of any fields or parameters. by cgdecker · 6 years ago
  36. 41a2dcc Don't specify iteration order of SetFactory/SetProducer/SetOfProducedProducer, even though they're internal classes by ronshapiro · 6 years ago
  37. 945edad Define a base type for all AbstractProducers that are generated for @Produces methods by ronshapiro · 6 years ago
  38. c7fb974 Begin using github.com/google/bazel-common in Dagger by ronshapiro · 6 years ago
  39. 5dc66a3 Don't double-process an error message (can result in "Subsubcomponents...") by ronshapiro · 6 years ago
  40. 2186ae5 Make the Function for wrapping an object as a Produced instance a singleton, like other similar functions in Producers. by cgdecker · 6 years ago
  41. 6b31b33 Remove stale TODOs around enabling the Beta checker by ronshapiro · 6 years ago
  42. b7aa5be Remove unnecessary volatile reads in single check implementations by bcorso · 6 years ago
  43. 817c930 Remove @author tags and fix some @since tags by ronshapiro · 7 years ago
  44. 5e09001 Add debug toString() for Produced by ronshapiro · 7 years ago
  45. c98f88f Allow FluentFuture to be used as a return type for @Produces methods. by beder · 7 years ago
  46. bbb4bfd Use a srcs list directly instead of an indirection through a filegroup. by carmi · 7 years ago
  47. b04e769 Remove all remaining references to jsr305 annotations and migrate to the checker framework's annotations. by ronshapiro · 7 years ago
  48. 0f7e74c Switch to ErrorProne's version of a few javax.annotation types. by ronshapiro · 7 years ago
  49. b449911 Inline requests for map bindings by ronshapiro · 7 years ago
  50. d295172 Stop caching the results of producerFromProvider by ronshapiro · 7 years ago
  51. e1028b7 Automated rollback of commit 1a5123d0 by sraub · 7 years ago
  52. 6f91026 Inline requests for map bindings by ronshapiro · 7 years ago
  53. a23fc65 Automated rollback of commit 04fbff72 by ivovnenko · 7 years ago
  54. 04fbff7 Stop caching the results of producerFromProvider by ronshapiro · 7 years ago
  55. a66e681 Linkify references to Production and Executor to help avoid confusion about what binding is required. by gak · 7 years ago
  56. 3fb80c6 Remove PRE_JAVA_8_INFERENCE opts. by ronshapiro · 7 years ago
  57. ea3fffd Move Dagger Producers from its previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to blaze by ronshapiro · 7 years ago