1. 3db68f0 Extract FrameworkInstanceCreationExpression from FrameworkFieldSupplier, and split ProviderOrProducerFieldInitializer up into implementations of that by binding kind. by dpb · 8 years ago
  2. a5023ca Move DependencyRequest to dagger.model by ronshapiro · 8 years ago
  3. 0a277fd Remove almost all usages of BindingKey by ronshapiro · 8 years ago
  4. 7b413f6 More name changes for clarity around @BindsInstance bindings. by dpb · 8 years ago
  5. 788d057 Make a ProvisionBinding for all requests of MembersInjector<T> by ronshapiro · 8 years ago
  6. c76d9d3 Rename BUILDER_BINDING to BOUND_INSTANCE for clarity. by dpb · 8 years ago
  7. 120abc6 Make DependencyRequest.Kind a top-level, exposed type (RequestKind) in dagger.model by ronshapiro · 8 years ago
  8. 8c3605d Change ComponentBindingExpression Map<BK,BE> to a Table<BK,DR.Kind, BE> by bcorso · 8 years ago
  9. 6486184 Refactor FrameworkFieldInitializer into a base class plus one for MembersInjectors, one for Producers that adapt provision, and one for other contribution bindings. by dpb · 8 years ago
  10. 21f74fe Force BindingExpressions to use ComponentBindingExpressions when building composite expression. by bcorso · 8 years ago
  11. d90a429 Move field creation into FrameworkInitializer to fix naming issues. by bcorso · 8 years ago
  12. 2b8e168 Add ordering to fields and methods in GeneratedComponentModel. by bcorso · 8 years ago
  13. f0a99fe Generate binding expressions on demand. by bcorso · 8 years ago
  14. 2c27966 Move members injection logic out of AbstractComponentWriter and into its own binding expression. by bcorso · 8 years ago
  15. e643cc6 Change getComponentMethodExpression to getComponentMethodImplementation by bcorso · 8 years ago
  16. 11f9b87 Bypass creating a private method if the component api already exposes a method. by bcorso · 8 years ago
  17. ba79486 Add an Expression type, which is a tuple of a CodeBlock and the type that it represents. This will help implementing BindingExpressions for @Binds methods, in particular for the following case: by ronshapiro · 8 years ago
  18. e6845ff Move getFieldInitialization out of AbstractComponentWriter by erichang · 8 years ago
  19. dc07ed5 Inline requests for bindings that were provided with a @BindInstance method, and enable SimpleMethodRequestFulfillment to operate on instance @Provides methods by ronshapiro · 8 years ago
  20. 68c77d8 Split HasBindingExpressions into GeneratedComponentModel and ComponentBindingExpressions. by dpb · 8 years ago