1. 83b7ddb build: Add device-side support for the AOSP. by Igor Murashkin · 8 years ago int/n/fp2
  2. cc2490b Merge remote-tracking branch 'goog/master' into nyc-dev by Igor Murashkin · 8 years ago
  3. 34a08fb build: Add support for building guice within the AOSP (host only). by Igor Murashkin · 8 years ago
  4. 403a1a2 android: Add project metadata by Igor Murashkin · 8 years ago
  5. 8e015b5 Merge branch 'upstream-master' by Igor Murashkin · 8 years ago
  6. c67a90c Initial empty repository by Bill Yi · 8 years ago
  7. 5a209e9 Update version to 4.0 by Colin Decker · 9 years ago
  8. 789ea62 Merge pull request #920 from google/merge-internal-changes by Colin Decker · 9 years ago
  9. 646e174 Add more missing @since 4.0 and remove references to *-3.0.jar in extensions' package-info.java files. by cgdecker · 9 years ago
  10. 57e87fe Merge pull request #919 from google/moe_writing_branch_from_156c8cc762fab971efb727c7ab107fa243be2fc9 by Sam Berlin · 9 years ago
  11. 5be3e95 Remove the snapshot repository that was configured to support dagger-adapter. Dagger 2 is now released, so this is not necessary. by cgruber · 9 years ago
  12. 1a30c07 Also fix usages of a couple of @Beta APIs. by cgdecker · 9 years ago
  13. 25b0a46 Merge pull request #917 from mcculls/align-dagger-adapter-name by Sam Berlin · 9 years ago
  14. 61b6b1c Align dagger-adapter name and add it to the Bill-Of-Materials pom.xml by Stuart McCulloch · 9 years ago
  15. 3472284 Merge pull request #916 from benmccann/missing-since by Sam Berlin · 9 years ago
  16. bac730f Add missing @since tags for 4.0 by Ben McCann · 9 years ago
  17. e3f5566 Merge pull request #915 from google/moe_writing_branch_from_156c8cc762fab971efb727c7ab107fa243be2fc9 by Sam Berlin · 9 years ago
  18. 3809a81 Update dagger-adapter to depend on dagger-2.0 (and swap in the up-to-date api jar for the ant build) by cgruber · 9 years ago
  19. 5e6c933 Implement more granular locks for a Singleton scope in Guice. by timofeyb · 9 years ago
  20. 6c85843 Add a default value and make it true for dagger & guice MapKey. by sameb · 9 years ago
  21. 06669e7 Merge pull request #911 from mcculls/dependency-stack-performance by Sam Berlin · 9 years ago
  22. 6b79ff8 Change initial DependencyStack size from 10 to 16 by Stuart McCulloch · 9 years ago
  23. fef0dd6 Merge pull request #912 from google/moe-changes by Sam Berlin · 9 years ago
  24. 825f8c1 Some work on issue 910 -- ensure that anonymous keys & typeliterals don't by sameb · 9 years ago
  25. 02c489e Fix ModuleAnnotatedMethodScanners so that they scan modules installed in by sameb · 9 years ago
  26. fb04cae Add ability to not scope exception to RemoteProviderBinder by cnester · 9 years ago
  27. af6a1df Move detailed javadoc description down to implementation class by Stuart McCulloch · 9 years ago
  28. 1f9c76b Improve performance of internal DependencyStack collection by Stuart McCulloch · 9 years ago
  29. 156c8cc Merge pull request #905 from google/moe_writing_branch_from_b605a34702d8d8112983aca891e3e2b6987ec45e by Sam Berlin · 9 years ago
  30. 85f14e0 Further fixes for https://github.com/google/guice/issues/904 -- java8 generates by sameb · 9 years ago
  31. db4dbfd Add a snapshot repository to guice's parent pom configuration, so it can rely on snapshot versions of things while in development. by cgruber · 9 years ago
  32. 2ca4130 Give the dagger interop extension a name, remove the explicit dependency on the parent (which should happen automatically), and use ${project.version} instead of hard-coding the version... like the other extensions. by sameb · 9 years ago
  33. 9ba15fe s/Set/Optional and fix grammar. by sameb · 9 years ago
  34. 0b33461 Add a @ProvidesInto{Set,Map,Optional} & MultibindingsScanner that allow users by sameb · 9 years ago
  35. 54da0e3 Rework the public API into scanning for additional @Provides-like annotations. by sameb · 9 years ago
  36. a363105 Fix https://github.com/google/guice/issues/904 -- assistedinject factory method by sameb · 9 years ago
  37. 0910c1e Create a dagger/guice interoperability library, which permits (with limitations) the use of Dagger modules in Guice. by cgruber · 9 years ago
  38. 32780fa Update OptionalBinder javadoc comment to use toInstance() vs to() when a binding value is used. by christophf · 9 years ago
  39. 7445e44 Fix ElementSource attribution for ModuleAnnotatedMethodScanner bindings. by sameb · 9 years ago
  40. 9be698d Minor optimizations to InternalContext by lukes · 9 years ago
  41. 7ddc816 Merge pull request #902 from google/merge-moe-changes by Sam Berlin · 9 years ago
  42. 74519f5 Only warn one per dependency, otherwise log spam can destroy disks. This time w/o using Sets.newConcurrentHashSet., by sameb · 9 years ago
  43. e18906a Add some SPI methods to allow users to annotate Module methods with arbitrary by sameb · 9 years ago
  44. 9867f9c Implement my old patch for issue #366, with some tweaks. This does the by sameb · 9 years ago
  45. f11bf2d Make Guice ignore validation of scope annotations on abstract types for types annotated with @Component. This allows one to provide Dagger Components with Guice Injectors. by dweis · 9 years ago
  46. b605a34 Merge pull request #897 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 9 years ago
  47. 60826c0 Optimization: move ParameterizedTypeImpl checks out of line. by bulach · 9 years ago
  48. d0e92a7 Change jdk8 profile in pom.xml to use the <reporting> element rather than <reportPlugins>. by cgdecker · 9 years ago
  49. 1bf1e9e Add the source of the binding when mapbinder/multibinder fail because of a null by sameb · 9 years ago
  50. ac3cf7c Remove usages of '_' as a one-character identifier by cushon · 9 years ago
  51. eee0710 Merge pull request #889 from tavianator/require-explicit-same-injector by Sam Berlin · 9 years ago
  52. fdbdc63 Fix linked binding behavior with requireExplicitBindings() in the parent. by Tavian Barnes · 9 years ago
  53. a59c18d Better error message checks in JitBindingsTest. by Tavian Barnes · 9 years ago
  54. 6c9726f Clarify some documentation about linked bindings and child injectors. by Tavian Barnes · 9 years ago
  55. 1dd0a91 Fix https://github.com/google/guice/issues/888. by Tavian Barnes · 9 years ago
  56. ce7daa9 Merge pull request #885 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 9 years ago
  57. ba0cff0 Fix for https://github.com/google/guice/issues/884 -- don't let by sameb · 9 years ago
  58. 0604fc7 Merge pull request #878 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 9 years ago
  59. 3c0a500 rm unchecked suppression. by Sam Berlin · 9 years ago
  60. 0c3a880 Robustness: wrap any calls to System.getProperty in case security is enabled. by Stuart McCulloch · 9 years ago
  61. 4f6c567 Adds a test that explicitly tests all of the bindings created by MapBinder. by flan · 9 years ago
  62. bed1413 Adds a binding for Collection<javax.inject.Provider<E>> to Multibinder. by flan · 9 years ago
  63. 615fd2b Make SpiUtils tests more accurate by multiplying the expected results instead by flan · 10 years ago
  64. f618960 Simplifies MapBinder by moving Key generation to RealMapBinder's constructor. by flan · 10 years ago
  65. 9c8b618 Simplifies Multibinder by moving Key generation to RealMultibinder's by flan · 10 years ago
  66. b0ced51 Merge pull request #874 from tbroyer/guice-bom by Sam Berlin · 10 years ago
  67. 3b76b6f Add "BOM" (Bill of Materials) for easier use with Maven by Thomas Broyer · 10 years ago
  68. 1215316 Merge pull request #868 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
  69. d7aa953 Making Singleton's creation lock less coarse. by timofeyb · 10 years ago
  70. 03c2bbf Change ${parent.version} to ${project.version} since Maven apparently complains about ${parent.version}. by cgdecker · 10 years ago
  71. 377e161 Merge pull request #864 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
  72. 0f59e8c Fix stupid typos. by cgdecker · 10 years ago
  73. d7d9d2a Update jdk8-tests/pom.xml to not inherit jar plugin settings from the parent. by cgdecker · 10 years ago
  74. 1de48d2 Explicitly mark sh files as executable. by Sam Berlin · 10 years ago
  75. cd92207 Add missing imports to make Java8LanguageFeatureBindingTest actually compile. by cgdecker · 10 years ago
  76. 35c2b31 Add a .gitattributes file to force consistent line endings in text files. by sameb · 10 years ago
  77. ded13a7 Add a Maven module for JDK8-specific tests to open-source Guice. by cgdecker · 10 years ago
  78. e73f22b Merge pull request #863 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
  79. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  80. 98be102 Sync EnsureJpaCanTakeObjectsInPropertiesTest by Sam Berlin · 10 years ago
  81. 0daf9e7 Merge pull request #862 from backuitist/patch-1 by Sam Berlin · 10 years ago
  82. 3d49442 Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and `getRequestURL` by Bruno Bieth · 10 years ago
  83. c040e37 Merge pull request #860 from cstamas/issue-745-pathInfo-decode by Sam Berlin · 10 years ago
  84. 41c126f Issue #745: PathInfo not encoded by Tamas Cservenak · 10 years ago
  85. 2b4dd16 Merge pull request #859 from google/moe_writing_branch_from_74b915b1eaa6de6b5efcf905b346b24ff563bbbb by Sam Berlin · 10 years ago
  86. 1d3f8cd Add support for java.util.Optional, reflectively. If the class exists, we bind by sameb · 10 years ago
  87. d135889 Merge pull request #839 from magnayn/master by Sam Berlin · 10 years ago
  88. d8d5819 Introduce a test that shows a JPA provider being passed a datasource by Nigel Magnay · 10 years ago
  89. aa2f2dc Update tests to use JPA 2.0. by Nigel Magnay · 10 years ago
  90. 6084d8f Allow JPA properties to be Objects as well as simple strings. by Nigel Magnay · 10 years ago
  91. 3f1d2e4 Merge pull request #845 from mcculls/add-missing-license-headers by Sam Berlin · 10 years ago
  92. 6247159 Results of 'mvn license:format -N' plus some minor tweaking by Stuart McCulloch · 10 years ago
  93. 4ad6256 Use 'mvn license:format -N' at top of project to add missing headers by Stuart McCulloch · 10 years ago
  94. d520c6e Merge pull request #857 from HiJon89/master by Sam Berlin · 10 years ago
  95. 9923333 Move the references to javax.servlet into the anonymous class by Jonathan Haber · 10 years ago
  96. 8d59cf3 Update README.md by Sam Berlin · 10 years ago
  97. f396c56 Merge pull request #855 from cgdecker/repository by Colin Decker · 10 years ago
  98. a7e52fc Override release repository from parent to use https, which is now required. by Colin Decker · 10 years ago
  99. 74b915b Merge pull request #854 from google/moe_writing_branch_from_3f02dd5fe0748fb8ab9b3f3682b96b6c8e6d7815 by Sam Berlin · 10 years ago
  100. 1433eff Delete unused code from WeakKeySet. by dweis · 10 years ago