1. f68acb2 Set apex_available property am: c3dc70d161 am: 9a22dc9364 by Jiyong Park · 4 years, 2 months ago
  2. 9a22dc9 Set apex_available property am: c3dc70d161 by Jiyong Park · 4 years, 2 months ago
  3. c3dc70d Set apex_available property by Jiyong Park · 4 years, 3 months ago
  4. 5ace288 Merge "Fix include syntax on libcore/OWNERS file" am: 9e499222f1 am: 8b1c32fd37 am: 041dd20d7d by Neil Fuller · 5 years ago
  5. 55e101c Merge "Fix include syntax on libcore/OWNERS file" am: 9e499222f1 am: 8b1c32fd37 by Neil Fuller · 5 years ago
  6. 041dd20 Merge "Fix include syntax on libcore/OWNERS file" am: 9e499222f1 am: 8b1c32fd37 by Neil Fuller · 5 years ago
  7. 8b1c32f Merge "Fix include syntax on libcore/OWNERS file" am: 9e499222f1 by Neil Fuller · 5 years ago
  8. 9e49922 Merge "Fix include syntax on libcore/OWNERS file" by Neil Fuller · 5 years ago
  9. 186c516 Fix include syntax on libcore/OWNERS file by Neil Fuller · 5 years ago
  10. 39a5ecc Merge "Update OWNERS to reference libcore's OWNERS file" am: c096048650 am: 98cc6ee738 am: bcbc21373f by Neil Fuller · 5 years ago
  11. 35ec3e0 Merge "Update OWNERS to reference libcore's OWNERS file" am: c096048650 am: 98cc6ee738 by Neil Fuller · 5 years ago
  12. bcbc213 Merge "Update OWNERS to reference libcore's OWNERS file" am: c096048650 by Neil Fuller · 5 years ago
  13. 98cc6ee Merge "Update OWNERS to reference libcore's OWNERS file" am: c096048650 by Neil Fuller · 5 years ago
  14. c096048 Merge "Update OWNERS to reference libcore's OWNERS file" by Neil Fuller · 5 years ago
  15. 55e8fe5 Update OWNERS to reference libcore's OWNERS file by Neil Fuller · 5 years ago
  16. bf3324b [automerger skipped] Merge changes from topic "guava-27.1" am: 046783e742 am: 131fa11093 -s ours by Colin Cross · 5 years ago
  17. 2f18aaa [automerger skipped] Merge tag 'v27.1' into master am: a8502738f0 am: efa3e13a9c -s ours by Colin Cross · 5 years ago
  18. cba7383 [automerger skipped] Merge changes from topic "guava-27.1" am: 046783e742 by Colin Cross · 5 years ago
  19. c5eee6a [automerger skipped] Merge tag 'v27.1' into master am: a8502738f0 by Colin Cross · 5 years ago
  20. 131fa11 Merge changes from topic "guava-27.1" am: 046783e742 by Colin Cross · 5 years ago
  21. efa3e13 Merge tag 'v27.1' into master am: a8502738f0 by Colin Cross · 5 years ago
  22. 046783e Merge changes from topic "guava-27.1" by Colin Cross · 5 years ago
  23. 2abf6da Update Android.bp to compile guava 27.1 by Colin Cross · 5 years ago
  24. a850273 Merge tag 'v27.1' into master by Colin Cross · 5 years ago
  25. b472bd6 Merge changes from topic "guava-27.1" into qt-dev-plus-aosp am: 1860b2fdf3 by Colin Cross · 5 years ago
  26. 3dde003 Merge tag 'v27.1' into master am: ca386f40b0 by Colin Cross · 5 years ago
  27. 1860b2f Merge changes from topic "guava-27.1" into qt-dev-plus-aosp by Colin Cross · 5 years ago
  28. dc6f1c2 Update Android.bp to compile guava 27.1 by Colin Cross · 5 years ago
  29. ca386f4 Merge tag 'v27.1' into master by Colin Cross · 5 years ago
  30. b34c2da Set version number for guava-parent to 27.1. by Colin Decker · 5 years ago
  31. 8e174e7 Prepare for release 27.1. by cgdecker · 5 years ago
  32. 2fabbea Add missing @since NEXTs. by cgdecker · 5 years ago
  33. 7d9c130 Internal GWT change. by tomxlee · 5 years ago
  34. dc41618 Remove misleading javadoc line (we haven't published microbenchmarks in N by glorioso · 5 years ago
  35. daed909 Optimize ImmutableSet's hash flooding detection, using an algorithm which allows more false positives (though we calibrate the constant factors to compensate) but runs O(log n) times faster on average. by lowasser · 5 years ago
  36. c371307 Suppress error for bad implementations of Comparable by cushon · 5 years ago
  37. dcaf893 Update Public Suffix data. by erikv · 5 years ago
  38. 0fb7d73 Document that the memory increases appear to be necessary for Travis only (and that they do appear to solve the problem there). by cpovirk · 5 years ago
  39. 5aca883 Fix a URL. by cpovirk · 5 years ago
  40. 5f35072 Remove GWT emulations that are no longer needed as of GWT 2.8.2. by cpovirk · 5 years ago
  41. ed3ba07 Fix Javadoc breakage under JDK11 canary. by cpovirk · 5 years ago
  42. f4ed20e Use J2ObjC's @RetainedWith annotation instead of @Weak on ImmutableMap.values by kstanger · 5 years ago
  43. ead2404 Internal GWT change by magdaz · 5 years ago
  44. a99c15f Create constants for the SourceMap header by lukes · 5 years ago
  45. 282bdf8 Modernize book reference. by kevinb · 5 years ago
  46. ddb5543 Document the JDK 9+ alternative to `Maps#immutableEntry` by Stephan Schroevers · 5 years ago
  47. a890c44 Annotate checkNotNull's input and output as @NonNull. by cpovirk · 5 years ago
  48. 3ff4d1a Use J2ObjC's @RetainedWith annotation instead of @Weak on ImmutableMap.keySet by kstanger · 5 years ago
  49. 5929fcf Automated rollback of commit 1d49ade94c3e7d2c056893a630739c8a6b897f66 by zlt · 5 years ago
  50. 07f3d6c Internal GWT change by tomxlee · 5 years ago
  51. a0f748e Delete WellBehavedMap. by cpovirk · 5 years ago
  52. d60ff99 Make a constructor private. by cpovirk · 5 years ago
  53. 4c7ae6a Remove @CanIgnoreReturnValue from Ordering.sortedCopy() and immutableSortedCopy(). by kak · 5 years ago
  54. f6e4e4e Add some known UTF-8 hash values to Murmur3_32 tests. UTF-8 is more comparable between platforms than relying on Java's internal encoding. by tszymanski · 5 years ago
  55. 6242bdd Remove @Beta from APIs: by cpovirk · 5 years ago
  56. 84fee43 Name the method parameter 'unused' for ImmutableSortedSet.readObject(ObjectInputStream) (so the static analysis doesn't complain) by kak · 5 years ago
  57. f09c017 Reformat with google-java-format by cushon · 5 years ago
  58. 3e7f6fe Document the retention of listeners added to Guava implementations of ListenableFuture. by jdcormie · 5 years ago
  59. 7452a04 Add missing @Override annotations by cushon · 5 years ago
  60. 3f1facf Reformat with google-java-format by cushon · 5 years ago
  61. 735fb5a Remove unused imports and warnings. by Oleksii Bondar · 5 years ago
  62. 3d873a5 Add Report-To header. by xingx · 5 years ago
  63. 6501bf9 [automerger skipped] DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master by Xin Li · 5 years ago
  64. c4ee193 DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master by Xin Li · 5 years ago
  65. 2763649 Remove @CanIgnoreReturnValue from Futures.catchingAsync() by kak · 5 years ago
  66. 715971c Removes java/util GWT emul dependency by goktug · 5 years ago
  67. 7bf7784 Remove @CanIgnoreReturnValue from c.g.c.collect.Lists.newArrayList(). by kak · 5 years ago
  68. d9947a2 Automated rollback of commit 8fd7f60484218df9a208df0edf41bdee22d86900 by tap-prod · 5 years ago
  69. 8fd7f60 Removes java/util GWT emul dependency by goktug · 5 years ago
  70. 63ceb31 Remove @CanIgnoreReturnValue from c.g.c.base.Ticker by kak · 5 years ago
  71. 02a6f40 Remove @CanIgnoreReturnValue from c.g.c.collect.Iterators.getOnlyElement() by kak · 5 years ago
  72. a979103 Remove @CanIgnoreReturnValue from c.g.c.collect.ClassToInstanceMap.getInstance() by kak · 5 years ago
  73. dd3c139 Swap the parameter order of the Collections.disjoint call in Sets.intersection by majorde · 5 years ago
  74. 8b97f78 Remove @CanIgnoreReturnValue from c.g.c.collect.Ordering.min/max() by kak · 5 years ago
  75. 673b243 Adds constants for Sec-Fetch-(Dest|Mode|Site|User) headers. by lwe · 5 years ago
  76. 1cc9b83 refactor literal to named constant by minjun · 5 years ago
  77. d5cd6a6 Enable GoodTime-API for c.g.common.cache by kak · 5 years ago
  78. 8385600 Correct the spelling of the Range class. by alanrussian · 5 years ago
  79. 3ba6d13 Specify that Range static factories can throw ClassCastException if the provided endpoints are not mutually comparable. by kak · 5 years ago
  80. f15fdd1 Hide Files methods that are @Deprecated internally by glorioso · 5 years ago
  81. 99698d4 Use maven-javadoc-plugin 3.0.1. by dpb · 5 years ago
  82. a7e1c18 Suppress soon to be GoodTime errors ('time' is now considered a keyword). by kak · 5 years ago
  83. d416e04 Add the application/jose and application/jose+json media types. by camrdale · 5 years ago
  84. e41e8d1 Use the primitive "number" type instead of the object counterpart "Number" to avoid a jscompiler error. by rluble · 5 years ago
  85. 3dfee64 Make example compile (i.e. supply a Path/File) and use depth first instead of breadth first. by jnyman · 6 years ago
  86. 920e72f Remove "Media type for" or similar phrasing for visible constants in the MediaType class. by glorioso · 6 years ago
  87. 2b9566a Add missing documentation and @since tags to MediaType entries that were added by glorioso · 6 years ago
  88. e59ea0f Add the @Immutable a few more classes. Both annotations enforce at compile-time that the annotated class meets the annotation’s requirements. by zorzella · 6 years ago
  89. 0bd61c2 Internal change by sunchen · 6 years ago
  90. b86fe4f Update Public Suffix data. by erikv · 6 years ago
  91. c77be7a Replace usages of Truth's deprecated hasMessage() with hasMessageThat() in Guava tests. by dlos · 6 years ago
  92. 8aad0dc Improve docs on Splitter.fixedLength() when used in conjunction with Splitter.limit(). by kak · 6 years ago
  93. 9c9c3f3 Add additional test of existing behavior of Splitter.limit(n) by glorioso · 6 years ago
  94. 1a6c668 Update failureaccess dep to 1.0.1, which includes OSGi metadata. by cgdecker · 6 years ago
  95. 2809925 Update Guava README for 27.0.1. by cgdecker · 6 years ago
  96. 0e59641 Create a Guava BOM. by dpb · 6 years ago
  97. b8d5ecd Add the Origin-Trial HTTP response header. by esbjorn · 6 years ago
  98. 4d5e944 Address why users should prefer our immutable collections to things like Collections.emptyList(). by kevinb · 6 years ago
  99. 0ac4a8b common.graph PackageSanityTests: specify a default object for EndpointPair inputs. by jrtom · 6 years ago
  100. 5f47d39 Standardise message format for "duplicate key" IllegalArgumentException thrown from ImmutableTable.Builder.build(). by jmicich · 6 years ago