1. f1a25c1 Fix dagger 2.23.1 for old protobuf am: bebdb6e53c am: 101628bc15 am: bfa65aedcc by Colin Cross · 5 years ago
  2. 32d16d2 Update Android-specific files for dagger 2.23.1 am: 17ad1f8e49 am: b70707cecf am: a5d231b75b by Colin Cross · 5 years ago
  3. b82f5c9 Merge tag 'dagger-2.23.1' into master am: 161dcbcbae am: af5f032945 am: e99106eb1a by Colin Cross · 5 years ago
  4. d7adff3 Fix dagger 2.23.1 for old protobuf am: bebdb6e53c am: 101628bc15 am: bfa65aedcc by Colin Cross · 5 years ago
  5. 876f3dc Update Android-specific files for dagger 2.23.1 am: 17ad1f8e49 am: b70707cecf by Colin Cross · 5 years ago
  6. abd06d8 Merge tag 'dagger-2.23.1' into master am: 161dcbcbae am: af5f032945 by Colin Cross · 5 years ago
  7. bfa65ae Fix dagger 2.23.1 for old protobuf am: bebdb6e53c am: 101628bc15 by Colin Cross · 5 years ago
  8. a5d231b Update Android-specific files for dagger 2.23.1 am: 17ad1f8e49 am: b70707cecf by Colin Cross · 5 years ago
  9. e99106e Merge tag 'dagger-2.23.1' into master am: 161dcbcbae am: af5f032945 by Colin Cross · 5 years ago
  10. 101628b Fix dagger 2.23.1 for old protobuf am: bebdb6e53c by Colin Cross · 5 years ago
  11. b70707c Update Android-specific files for dagger 2.23.1 am: 17ad1f8e49 by Colin Cross · 5 years ago
  12. af5f032 Merge tag 'dagger-2.23.1' into master am: 161dcbcbae by Colin Cross · 5 years ago
  13. 76b4264 Add METADATA file for dagger2 am: 8d7183a247 am: aacfdd86af am: 7f93c98a26 by Colin Cross · 5 years ago
  14. 140c938 Add METADATA file for dagger2 am: 8d7183a247 am: aacfdd86af am: 7f93c98a26 by Colin Cross · 5 years ago
  15. 7f93c98 Add METADATA file for dagger2 am: 8d7183a247 am: aacfdd86af by Colin Cross · 5 years ago
  16. aacfdd8 Add METADATA file for dagger2 am: 8d7183a247 by Colin Cross · 5 years ago
  17. 9840e01 Merge tag 'dagger-2.22.1' into master am: 5bc6e61409 am: 446f1969c2 am: 231be2d09e by Colin Cross · 5 years ago
  18. 7905f1c Merge tag 'dagger-2.22.1' into master am: 5bc6e61409 am: 446f1969c2 by Colin Cross · 5 years ago
  19. 231be2d Merge tag 'dagger-2.22.1' into master am: 5bc6e61409 am: 446f1969c2 by Colin Cross · 5 years ago
  20. 446f196 Merge tag 'dagger-2.22.1' into master am: 5bc6e61409 by Colin Cross · 5 years ago
  21. bebdb6e Fix dagger 2.23.1 for old protobuf by Colin Cross · 5 years ago
  22. 17ad1f8 Update Android-specific files for dagger 2.23.1 by Colin Cross · 5 years ago
  23. 161dcbc Merge tag 'dagger-2.23.1' into master by Colin Cross · 5 years ago
  24. 8d7183a Add METADATA file for dagger2 by Colin Cross · 5 years ago
  25. 5bc6e61 Merge tag 'dagger-2.22.1' into master by Colin Cross · 5 years ago
  26. 1f193a8 Revert "Fix annotation processors working w/ generated code on OpenJDK 9 toolchain" am: 5f999f0791 am: 6b9209ec43 am: e932be8c65 by Pete Gillin · 5 years ago
  27. 1408e86 Revert "Fix annotation processors working w/ generated code on OpenJDK 9 toolchain" am: 5f999f0791 am: 6b9209ec43 by Pete Gillin · 5 years ago
  28. e932be8 Revert "Fix annotation processors working w/ generated code on OpenJDK 9 toolchain" am: 5f999f0791 by Pete Gillin · 5 years ago
  29. 6b9209e Revert "Fix annotation processors working w/ generated code on OpenJDK 9 toolchain" by Pete Gillin · 5 years ago
  30. 5f999f0 Revert "Fix annotation processors working w/ generated code on OpenJDK 9 toolchain" by Pete Gillin · 5 years ago
  31. c7d2f2d 2.23.1 release by Ron Shapiro · 5 years ago
  32. a91d962 Remove simple_jar in favor of the Gradle Incremental Annotation Processor helper library by ronshapiro · 5 years ago
  33. 37ebdd2 Use putAll() calls instead of creating a MapDifference. by ronshapiro · 5 years ago
  34. 5a6be36 Remove references to Google+ by jakew · 5 years ago
  35. 072c477 Replace google.github.io/dagger with dagger.dev by ronshapiro · 5 years ago
  36. f36dca4 Make CommandProcessorFactory top-level to avoid introducing users to the somewhat awkward nested component implementation naming scheme right off the bat. by cgdecker · 6 years ago
  37. f9e41bc Refactoring: Extract InjectionSiteFactory from BindingFactory. by dpb · 5 years ago
  38. 304f3c9 Use one missing binding node per-key in AOT. by ronshapiro · 5 years ago
  39. 8c50f2c Make methods that aren't overridden final. by dpb · 5 years ago
  40. 673d34b Refactor BindingMethodValidator to avoid the need to pass around the ValidationReport.Builder or call getSubject() on it. by cgdecker · 5 years ago
  41. 4592fc0 Memoize MissingBinding's hashCode() by ronshapiro · 5 years ago
  42. 65692d8 Fix malformed javadoc links. These won't build with javac11. by epmjohnston · 6 years ago
  43. c436b39 Fix validating that component dependencies are declared types. by dpb · 6 years ago
  44. 7dff877 Unignore test for @Binds methods checking whether the return type is void. by dpb · 6 years ago
  45. 5fa02a0 Remove unused method by ronshapiro · 6 years ago
  46. 5c99e1b Start extracting some dagger.internal.codegen classes into two subpackages: d.i.c.{javapoet,langmodel} by ronshapiro · 6 years ago
  47. 8f01526 Add HasAndroidInjector, which will soon replace the many Has*Injector by ronshapiro · 6 years ago
  48. 2ca42d3 Fix Error Prone warnings by cgdecker · 6 years ago
  49. 06ef16e Instead of calling Subject.actual(), store the actual value in a field, and read that. by cpovirk · 6 years ago
  50. 895e731 Make generated code deterministic by cushon · 6 years ago
  51. dc169da Migrate users from the old, deprecated Subject.fail* methods to the new Subject.fail* methods or, in some cases, to Subject.check. by cpovirk · 6 years ago
  52. a0e29d6 Simplify some JavaPoet code by running a new set of Refaster templates by ronshapiro · 6 years ago
  53. add5a74 Rename moduleBindingValidation to fullBindingGraphValidation. The old name continues to work as an alias. by dpb · 6 years ago
  54. 5821e87 Use c.g.c.base.Optional.asSet().forEach() instead of toJavaUtil().ifPresent(). by ronshapiro · 6 years ago
  55. 530b4c8 Migrate from is(Not)SameAs to is(Not)SameInstanceAs. by cpovirk · 6 years ago
  56. 298dea8 Only public components should have public generated components by ronshapiro · 6 years ago
  57. d3ed46d Extract a BindingElementValidator type from BindingMethodValidator by ronshapiro · 6 years ago
  58. e6c6a9f Automated rollback of 16734557b96f38b79efcb4764fef4e08aa44c305 by ronshapiro · 6 years ago
  59. 1673455 Only public components should have public generated components by ronshapiro · 6 years ago
  60. 6054ba5 Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by cpovirk · 6 years ago
  61. 2f0fd1a Simple refactoring of a commonly used frameworkTypeUsageStatement pattern in ProducerFactoryGenerator by ronshapiro · 6 years ago
  62. 5d8ba7e Remove unused method by ronshapiro · 6 years ago
  63. 8b5136c Use transformValues() + copyOf() instead of collecting to a builder by ronshapiro · 6 years ago
  64. 4e5c54b Change test instructions to use `bazel test`. by cpovirk · 6 years ago
  65. 14efb8f Migrate from isNotSameAs to isNotSameInstanceAs. by cpovirk · 6 years ago
  66. 1bc0423 Break after the statement in method proxies by ronshapiro · 6 years ago
  67. ec3145b Get rid of some uses of FrameworkDependency for simpler code by ronshapiro · 6 years ago
  68. a9bf86d Migrate Truth subjects from the old fail(String, Object) to the new failWithActual(String, Object), tweaking verbs for the new grammar. by cpovirk · 6 years ago
  69. d460522 Update to new bazel_common to pick up Truth 0.44 -- and Guava 27.1. by cpovirk · 6 years ago
  70. 0d8a856 Refactor ComponentCreatorValidator to avoid the need to pass around so many parameters. by cgdecker · 6 years ago
  71. fd231d9 Fix typo. by dpb · 6 years ago
  72. 15d20f8 Do full binding graph validation for components and subcomponents. by dpb · 6 years ago
  73. 5d6fa23 Enable GoodTime-API for Dagger by kak · 6 years ago
  74. 49c072d Add @FormatMethod to a format method. by cgdecker · 6 years ago
  75. 7e374b5 Pass SubcomponentDeclarations instead of TypeElements to SubcomponentCreatorBindingEdgeImpl. by ronshapiro · 6 years ago
  76. 4679fc4 [automerger skipped] Merge tag 'dagger-2.22.1' into master am: d868c7ecb9 am: 8d6a3de0fc -s ours by Colin Cross · 6 years ago
  77. e59f4f8 [automerger skipped] Merge tag 'dagger-2.22.1' into master am: d868c7ecb9 by Colin Cross · 6 years ago
  78. 8d6a3de Merge tag 'dagger-2.22.1' into master am: d868c7ecb9 by Colin Cross · 6 years ago
  79. fcd069c Don't format generated code by default by ronshapiro · 6 years ago
  80. 19f768d Add instructions to set up a dev environment by Pierre-Yves Ricau · 6 years ago
  81. 177809c Configure travis builds to run on ubuntu trusty (from precise) so that we get GLIBC 2.17, which Bazel 0.24.1 requires. by ronshapiro · 6 years ago
  82. f1d4925 Update to Bazel 0.24.1 and fix a few things that came up during upgrading by ronshapiro · 6 years ago
  83. 645f5d7 Make parseOption methods non-static so they can cache their results, so we don't report an error more than once per option. by dpb · 6 years ago
  84. 3dcff26 Add a simple framework to collect Dagger codebase stats using ErrorProne by ronshapiro · 6 years ago
  85. 89a31a7 Fix typo in Javadoc. by dpb · 6 years ago
  86. 5a610e0 Refactor ModuleBindingValidationTest some more to prepare for applying full binding graph validation to components and subcomponents. by dpb · 6 years ago
  87. d868c7e Merge tag 'dagger-2.22.1' into master by Colin Cross · 6 years ago
  88. 91ddb8c Merge "Merge tag 'dagger-2.22.1' into master" into qt-dev-plus-aosp by Colin Cross · 6 years ago
  89. f63400e Merge "Merge tag 'dagger-2.22.1' into master" into qt-dev-plus-aosp by Colin Cross · 6 years ago
  90. c005ec5 Merge tag 'dagger-2.22.1' into master by Colin Cross · 6 years ago
  91. bb1a466 Serialize metadata about the binding graph in abstract component implementations by ronshapiro · 6 years ago
  92. 4f4dc41 Replace AutoValue-based CompilerOptions with one that parses the options on demand. Simplifies compiler options code. by dpb · 6 years ago
  93. 2117957 Simplify ModuleBindingValidationTest by splitting out the cases instead of looking at several errors for one compilation. by dpb · 6 years ago
  94. 6b51a67 Allow Dagger options to be set using an annotation, @DaggerOptions. by bcorso · 6 years ago
  95. 70210e2 Replace simple_jar.sh with @bazel_tools//zip:zipper, avoiding the need to do filesystem scanning to find a the enclosing directory of the srcs by thaidn · 6 years ago
  96. 81e4fc9 Refactor and expose module and component annotations as static final fields. by bcorso · 6 years ago
  97. 188160a Make Java 7 compatibility work-arounds conditional on the source version by cushon · 6 years ago
  98. 10a85ed 2.22.1 release by Ron Shapiro · 6 years ago
  99. 8051d28 Fix an issue where @BindsInstance on a Builder setter method's parameter caused a failure in codegen if the parameter had a different name than the setter method. by cgdecker · 6 years ago
  100. dc3bf5c Small test file cleanup by ronshapiro · 6 years ago