1. b34c2da Set version number for guava-parent to 27.1. by Colin Decker · 5 years ago
  2. 7d9c130 Internal GWT change. by tomxlee · 5 years ago
  3. 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
  4. 5f35072 Remove GWT emulations that are no longer needed as of GWT 2.8.2. by cpovirk · 5 years ago
  5. ead2404 Internal GWT change by magdaz · 5 years ago
  6. 5929fcf Automated rollback of commit 1d49ade94c3e7d2c056893a630739c8a6b897f66 by zlt · 5 years ago
  7. 07f3d6c Internal GWT change by tomxlee · 5 years ago
  8. a0f748e Delete WellBehavedMap. by cpovirk · 5 years ago
  9. d60ff99 Make a constructor private. by cpovirk · 5 years ago
  10. 3f1facf Reformat with google-java-format by cushon · 5 years ago
  11. 3d873a5 Add Report-To header. by xingx · 5 years ago
  12. 715971c Removes java/util GWT emul dependency by goktug · 5 years ago
  13. d9947a2 Automated rollback of commit 8fd7f60484218df9a208df0edf41bdee22d86900 by tap-prod · 5 years ago
  14. 8fd7f60 Removes java/util GWT emul dependency by goktug · 5 years ago
  15. d5cd6a6 Enable GoodTime-API for c.g.common.cache by kak · 5 years ago
  16. 8385600 Correct the spelling of the Range class. by alanrussian · 5 years ago
  17. e41e8d1 Use the primitive "number" type instead of the object counterpart "Number" to avoid a jscompiler error. by rluble · 5 years ago
  18. 0bd61c2 Internal change by sunchen · 6 years ago
  19. c77be7a Replace usages of Truth's deprecated hasMessage() with hasMessageThat() in Guava tests. by dlos · 6 years ago
  20. 9c9c3f3 Add additional test of existing behavior of Splitter.limit(n) by glorioso · 6 years ago
  21. 1a6c668 Update failureaccess dep to 1.0.1, which includes OSGi metadata. by cgdecker · 6 years ago
  22. 2d86514 Correct documentation for Splitter#withKeyValueSeparator(Splitter) by glorioso · 6 years ago
  23. 473f8d2 Enable goodtime-api for Guava (with some exceptions). by kak · 6 years ago
  24. 0743f9a Remove unnecessary mocking of a data structure. by diamondm · 6 years ago
  25. b62d529 Introduce listenablefuture and failureaccess artifacts, plus InternalFutureFailureAccess. by cpovirk · 6 years ago
  26. 0f8d360 Switch FluentFuture and AbstractFuture in inheritance chain by sergeyv · 6 years ago
  27. a9dd709 Add a gap method to Range which computes the range that lies between two ranges. This operation is particularly useful as a replacement for Joda Time's Interval.gap when migrating to Java Time which has no Interval class. by mdiamond · 6 years ago
  28. f29f5d3 Optimize ImmutableCollection.toArray(T[]) as per https://shipilev.net/blog/2016/arrays-wisdom-ancients/, the key goal being to avoid the necessity of zeroing a newly created array where possible. by lowasser · 6 years ago
  29. 08adcec Internally, use PatternCompiler from Doubles.tryParse. by cpovirk · 6 years ago
  30. 5af518f Avoid using inotify, which is causing problem under JDK10. by cpovirk · 6 years ago
  31. 1b94234 Implement Lists.cartesianProduct.indexOf efficiently. by Hadrien Kohl · 6 years ago
  32. 0530d7a Remove GWT emulation of UndeclaredThrowableException. by cpovirk · 6 years ago
  33. dd71527 Add a direct dependency from guava-gwt to checker-qual. by cpovirk · 6 years ago
  34. 3ac6f72 Create an htmlescapers target for people who want to avoid the bulk of i18n identifiers and ICU4J. by cpovirk · 6 years ago
  35. 01181d7 Suppress exceptions raised from argument's toString methods during lenient formatting - take 2. by diamondm · 6 years ago
  36. c30df91 Automated rollback of 9e6e1d02faa4ff07f2c5746a1902ae36cd54335b by lowasser · 6 years ago
  37. e04eb59 Fix https://github.com/google/guava/issues/3156 by implementing a proper CollectSpliterators.flatMapTo{Int,Long,Double}. by lowasser · 6 years ago
  38. 57e9707 Automated g4 rollback of changelist 197588491. by diamondm · 6 years ago
  39. 6991216 Add missing test case for emptiesLast. by Istvan Neuwirth · 6 years ago
  40. b3a4812 Suppress exceptions raised from argument's toString methods during lenient formatting. by diamondm · 6 years ago
  41. 31aac21 Swap Preconditions and Verify over to Strings.lenientFormat. by diamondm · 6 years ago
  42. 7fe1702 Introduce Strings.lenientFormat(), copied from Preconditions.format(). Rewrote documentation but the method body remains unchanged. by diamondm · 6 years ago
  43. 0a2258e Use the type annotation version of @Nullable in the Java 8 branch by cushon · 6 years ago
  44. 2cac83e Prepare for release 25.0. by cgdecker · 6 years ago
  45. 62b40aa Add Annotations to a gwt.xml file. by cpovirk · 6 years ago
  46. f89ece5 Avoid presizing arrays. by cpovirk · 6 years ago
  47. 6cfbe16 Fix typo in Future javadoc. by nrsam · 6 years ago
  48. 38d2f32 Supersource nullToEmpty and emptyToNull in Strings.java to native JS. by yuxiaotan · 6 years ago
  49. 45b0489 Automated g4 rollback of changelist 185433235. by lowasser · 6 years ago
  50. c92686d Add hash flooding protection to HashBiMap. by lowasser · 6 years ago
  51. afe6ff8 Add hash flooding protection to ImmutableMultiset, falling back to a JDK HashMap backed implementation when probable flooding is detected. by lowasser · 6 years ago
  52. a98632e In Java 8 branch, fall back to an ImmutableSet backed by j.u.HashSet (and its binary tree magic) if apparent hash flooding is detected. by lowasser · 6 years ago
  53. a132ce0 In Java 8 branch, fall back to j.u.HashMap based implementation in ImmutableBiMap if hash flooding appears probable. (Partially motivated by external feature requests, partially by [] by lowasser · 6 years ago
  54. 06395ae In Java 8 branch, fall back to j.u.HashMap based implementation in ImmutableMap if hash flooding appears probable. (Partially motivated by external feature requests, partially by [] by lowasser · 6 years ago
  55. f91ef6c Remove a couple of APIs scheduled for removal in January 2018. by cgdecker · 6 years ago
  56. 39ec61e Add even more toString details to Futures. by clm · 6 years ago
  57. 831db2b Improve allocation behavior of ImmutableMultiset.Builder.addAll(Multiset). by lowasser · 6 years ago
  58. 7da42d2 Add MediaType.withParameters(String attribute, Iterable<String> values) by chrisn · 6 years ago
  59. b007d6d Make checkedMultiply available under GWT. by cpovirk · 6 years ago
  60. d038363 Push down AbstractMapBasedMultimap.wrapCollection logic into subtypes. by lowasser · 6 years ago
  61. 44dcaef Make Stopwatch.toString() work under j2cl, which checks casts more strictly than GWT. by cpovirk · 6 years ago
  62. 798774b Use compact data structures in ImmutableMultimap builders. by lowasser · 6 years ago
  63. ccc239f Start some simple improvements to multimaps in code size and allocation count. by lowasser · 6 years ago
  64. b3b74c0 Add missing @NullableDecl on fields in google common base. by cnsun · 6 years ago
  65. 207e071 Remove an unneeded dependency. by cpovirk · 6 years ago
  66. 5326555 Reduce iterations of testBuilder_bruteForce under GWT. by cpovirk · 6 years ago
  67. 6f22af4 Migrate from jsr305 @Nullable to Checker Framework @NullableDecl. [] by cpovirk · 6 years ago
  68. fd919e5 google-java-format MOST OF THE THINGS. by cpovirk · 6 years ago
  69. 8b4789c I tripped and rewrote HashBiMap in the fully compact form, with no redundant code or storage, like I had assumed was too much work. by lowasser · 6 years ago
  70. de28fd8 [FUTURES] Added Futures.whenAllComplete(..).run(..) to Futures.java by dlorant · 7 years ago
  71. b1d9d99 Make getUnchecked available under GWT. by cpovirk · 7 years ago
  72. c60f24a Migrate from jsr305's @GuardedBy and @OverridingMethodsMustInvokeSuper to Error Prone's. by cpovirk · 7 years ago
  73. 6c2fe37 Migrate from jsr305's @CheckReturnValue to Error Prone's. by cpovirk · 7 years ago
  74. 328481c Import Map.Entry almost everywhere. by cpovirk · 7 years ago
  75. fc99274 Annotate Cache with @CompatibleWith by glorioso · 7 years ago
  76. ee9ac70 Reduce iterations for MinMaxPriorityQueueTest under GWT. by Chris Povirk · 7 years ago
  77. 1f40cf6 Support for empty ArrayTable. by pferaud · 7 years ago
  78. 46c31db Upgrade GWT version to 2.8.2, plus: by cpovirk · 7 years ago
  79. e84643c Fix minor spelling errors in tests. by thekeenant · 7 years ago
  80. 40df21b Add the notion of RegistrySuffix to InternetDomainName. by dmonner · 7 years ago
  81. 7df1ae5 Make the copying done for guava-gwt not verbose. by cgdecker · 7 years ago
  82. 9bcedd8 Fix bug where ImmutableSortedMap could accept a null key/value pair. by lowasser · 7 years ago
  83. 07eed06 Remove CountDownLatch emulation by goktug · 7 years ago
  84. 984b19d Minor noop updates to Future and TimeUnit in preparation of moving. by goktug · 7 years ago
  85. 33f372c Fix some random Error Prone warnings. by cpovirk · 7 years ago
  86. 3794eb8 Change version number in pom files from 24.0 to HEAD(-jre/android-SNAPSHOT). by cgdecker · 7 years ago
  87. ac57380 Revert parts of CL 33393713 that changed Splitter.on(",") tests to redundant Splitter.on(',') tests. by lesiak · 7 years ago
  88. fe71fdc Add sortDescending methods in common.primitives. by lowasser · 7 years ago
  89. 52047f9 Add @GoogleInternal propagateCancellation to Futures. by chrisn · 7 years ago
  90. bf61419 Fix documentation for checkArgument and checkState by guyben · 7 years ago
  91. 1ed3937 Propagate close for to the inputs of Streams.zip and Streams.mapWithIndex by pkolloch · 7 years ago
  92. 3e89ed8 Add sorting methods for the unsigned primitives in common.primitives. by lowasser · 7 years ago
  93. 6cdb8e5 Add reverse methods to all primitive arrays in common.primitives. by lowasser · 7 years ago
  94. 61d2a6f Set version numbers to 24.0-jre-SNAPSHOT. by cpovirk · 7 years ago
  95. adf10c6 Streams.concat: Propagate close to sources streams by pkolloch · 7 years ago
  96. 9bf4286 ImmediateFuture.toString() implementation to provide the returned value or exception. by ptab · 7 years ago
  97. 0c81386 Use diamond operator in collect by jijiang · 7 years ago
  98. d7501ab Add ImmutableSet.builderForExpectedSize. Currently, the implementation is that if and only if a size is specified up front, the builder starts generating the hash table online and deduping elements. by lowasser · 7 years ago
  99. 8158909 Add Immutable{Map,BiMap}.builderWithExpectedSize API. by lowasser · 7 years ago
  100. 7928bbe Add ImmutableList.builderWithExpectedSize API. by lowasser · 7 years ago