1. ba824df Set version number for guava-parent to 31.0.1. by Chris Povirk · 2 years, 8 months ago
  2. 0ad6d6d Strip `@Nullable` annotations from GWT sources. by cpovirk · 2 years, 8 months ago
  3. f2bb158 Reduce SingletonImmutableSet memory consumption. by lowasser · 2 years, 8 months ago
  4. 4bbe12c Introduce `ImmutableMap.Builder.buildOrThrow()`. by Éamonn McManus · 2 years, 9 months ago
  5. cd3b419 Add `ImmutableMap.ofEntries`. by Éamonn McManus · 2 years, 9 months ago
  6. d5c30e3 Add overloads of `ImmutableMap.of`, `ImmutableBiMap.of`, and `ImmutableSortedMap.of` for up to 10 entries by Liam Miller-Cushon · 2 years, 9 months ago
  7. 0caa479 Add `@SuppressWarnings("nullness")` for classes that we haven't enabled continuous nullness checking for. by cpovirk · 2 years, 10 months ago
  8. 1e2c806 Fix (or suppress) soon to be compile errors where the result of a method invocation for certain `Collection`, `Iterable`, and `Iterator` APIs _must_ be either used or assigned to a variable. by Kurt Alfred Kluever · 3 years, 1 month ago
  9. 4b02d3c Annotate much of `util.concurrent` for nullness. by cpovirk · 3 years, 1 month ago
  10. 1cf7a56 Split afterRanInterruptibly into afterRanInterruptiblySuccess and afterRanInterruptiblyFailure. by cpovirk · 3 years, 1 month ago
  11. 19c08f9 Use ConcurrentHashMap.newKeySet() in Sets.newConcurrentHashSet() by Liam Miller-Cushon · 3 years, 1 month ago
  12. 2eee304 Sort and uniquify .gwt.xml <inherits> lines. by cpovirk · 3 years, 2 months ago
  13. 38379f1 Internal change. by cpovirk · 3 years, 2 months ago
  14. 6d80f83 Add `@Nullable` to the bound of `Supplier`. by cpovirk · 3 years, 2 months ago
  15. 0ff2f78 Belatedly remove the GWT-only overloads of `Futures.catching` and `catchingAsync` that let callers omit the `Executor`. by cpovirk · 3 years, 2 months ago
  16. 91cce52 Internal change. by cpovirk · 3 years, 2 months ago
  17. 362d546 Internal change by Google Java Core Libraries · 3 years, 2 months ago
  18. 3fbc6f2 Delete hardcoded test .gwt.xml files. by cpovirk · 3 years, 3 months ago
  19. a576512 Internal change. by cpovirk · 3 years, 5 months ago
  20. 99a4d3a Bump deps. by cpovirk · 3 years, 6 months ago
  21. 2b55799 Internal change by Google Java Core Libraries · 3 years, 6 months ago
  22. c28a0f6 Add AndroidAccessToCollectors. by pferaud · 3 years, 7 months ago
  23. a6752d7 Tidy up description since this shows up in search results, Maven Central, and many other places around the web. by elharo · 3 years, 7 months ago
  24. fb363f1 Run all zero of our GWT tests during presubmit/CI. by cpovirk · 3 years, 8 months ago
  25. 392f6bf Move gwt-user dep to test scope. by cpovirk · 3 years, 8 months ago
  26. e8a8330 Remove a couple GwtSerializationDependencies classes from open-source Guava after all. by cpovirk · 3 years, 8 months ago
  27. 0404b20 Remove GWT tests from open source. by cpovirk · 3 years, 8 months ago
  28. 52882ad Mark BigDecimalMathTest as fully @GwtIncompatible. by cpovirk · 3 years, 8 months ago
  29. 0cb89dd Fully remove GWT-RPC support externally. by cpovirk · 3 years, 8 months ago
  30. f4b88ee Fix AssertionError from Range.gap. by Koy · 3 years, 9 months ago
  31. c9570ea Make EqualsTester test that non-Strings are not equal to their String representation. by ghm · 3 years, 9 months ago
  32. 7fd0ff5 Minor whitespace-only change by avnerc · 3 years, 9 months ago
  33. 23be71a Switch GWT rules implementation from native to .bzl. by benyu · 3 years, 10 months ago
  34. 0f9977b De-beta toImmutable* methods in GWT variants("emulated") of common.collect. by raghsriniv · 3 years, 10 months ago
  35. bee4f3c Implement BigDecimalMath.roundToDouble. by lowasser · 4 years ago
  36. 958186c Add Comparators.min/max by chrisn · 4 years ago
  37. 571cf66 Added support for the "font" Top-Level Media Type (https://tools.ietf.org/html/rfc8081) by earyee · 4 years ago
  38. 48c7cfd Implemented lastIndexOf in CartesianList by George Rautenbach · 4 years, 1 month ago
  39. 215b1f0 Fix PowerSet.equals() when comparing to another PowerSet whose items are the same, but in a different iteration order. by Ryan Skonnord · 4 years, 1 month ago
  40. c34f584 Add j2cl specializers for Doubles.min/max, Floats.min/max, Ints.min/max, and Shorts.min/max. by amyles · 4 years, 2 months ago
  41. 5f2fbf2 Making headSet(E, boolean), tailSet(E, boolean) public in GWT emulated ImmutableSortedSet. by ssmita · 4 years, 2 months ago
  42. 7e0fe90 Introducing floor(E) and ceiling(E) method in GWT emulated ImmutableSortedSet package. by ssmita · 4 years, 2 months ago
  43. 9f3bae5 Add immediateVoidFuture() to Futures.java to create an immediately succeeding ListenableFuture<Void>. by ashishkedia · 4 years, 2 months ago
  44. 6880b68 Make sure native.js files are included in the Guava GWT release. by goktug · 4 years, 2 months ago
  45. 0deafc4 Add some unit tests for base64Url() in BaseEncoding by Dyrone Teng · 4 years, 2 months ago
  46. a204557 Make GWT compilation of tests no longer flaky. by cpovirk · 4 years, 3 months ago
  47. 66c2f79 Write type annotations on types, not on declarations by Michael Ernst · 4 years, 4 months ago
  48. 1f5dff3 Ensure that we generate a non-empty Javadoc jar for guava-gwt. by cpovirk · 4 years, 5 months ago
  49. d9b73b2 Stop classifying AbstractHashFloodingTest as a test to be run directly. by cpovirk · 4 years, 5 months ago
  50. 7adf07d Fix external GWT breakage from CL 272446666. by noackjr · 4 years, 5 months ago
  51. ad3551a Fix Maven test failures from CL 286604248: by cpovirk · 4 years, 5 months ago
  52. 78b54f8 Make Compact(Linked)HashMap fall back to a java.util.LinkedHashMap if hash flooding is detected, just as the immutable collections do. by lowasser · 4 years, 5 months ago
  53. b224ce8 Actually map Thenable helper interface to JS IThenable. The name is different to avoid a clash with elemental2 IThenable. by haustein · 4 years, 6 months ago
  54. cfcc49e Add @SuppressWarnings("GoodTime") to GWT supersource for LocalCache operating in primitive millis. by glorioso · 4 years, 6 months ago
  55. 032201f Add @JsOptional annotations to the 2nd parameter of the 'then' method, since the second parameter is actually optional. This satisfies JsCompiler type checking. by haustein · 4 years, 6 months ago
  56. 2cc4830 Use internal fast path for getting failure without allocating a wrapper ExecutionException by clm · 4 years, 6 months ago
  57. ad529ca Roll forward CL 269313299. by haustein · 4 years, 7 months ago
  58. 957c371 Move the SetFuture check into AbstractFuture.toString() and out of pendingToString(), so that even if the latter is overriden we can include the SetFuture detail. by diamondm · 4 years, 7 months ago
  59. 5ff90ca Prepare to move gwt-user to test scope after we remove GWT-RPC support. by cpovirk · 4 years, 7 months ago
  60. 5f2c9fd Require tokens to be non-empty. by cpovirk · 4 years, 8 months ago
  61. e3ee00d Fix the logic that decides whether to use currentRequestThreadFactory() under App Engine. by cpovirk · 4 years, 8 months ago
  62. 2278123 Fix 2 bugs in MediaType parameter handling: by cpovirk · 4 years, 8 months ago
  63. c7ef0cc Add Futures.submit(). by mverver · 4 years, 8 months ago
  64. 5a8f19b Add Splitter.splitToStream(). by diamondm · 4 years, 8 months ago
  65. 86b30cb Clean up leftovers from MapMaker.makeComputingMap: by cpovirk · 4 years, 9 months ago
  66. 0faa8fd Rollback of change to let ListenableFuture implement thenable via a default interface method in J2CL. by cpovirk · 4 years, 9 months ago
  67. 36d53ed Rollback of adding Splitter.splitToStream(). by diamondm · 4 years, 9 months ago
  68. 4276ecb Add Splitter.splitToStream(). by diamondm · 4 years, 9 months ago
  69. b9aaec3 Add test for behavior described in #1900 by glorioso · 4 years, 9 months ago
  70. 1ade5b2 Let ListenableFuture implement thenable via a default interface method in J2CL. by haustein · 4 years, 9 months ago
  71. 3eaea28 Let ListenableFuture implement thenable via a default interface method in J2CL by dshaffer · 4 years, 9 months ago
  72. e0bac74 Let ListenableFuture implement thenable via a default interface method in J2CL by haustein · 4 years, 9 months ago
  73. bbc26e1 Release the input futures as soon as we submit the combiner task. But really, redo how we release resources in general. by cpovirk · 4 years, 9 months ago
  74. 109421e Prepare for removing GWT-RPC support for Guava types by adding a system property that disables it. by cpovirk · 4 years, 9 months ago
  75. 0007cb2 Fix #3570 by resetting expandTableThreshold and by tomasisonfire · 4 years, 10 months ago
  76. 5d20c30 Fix https://github.com/google/guava/issues/3156 by implementing a proper `CollectSpliterators.flatMapTo{Int,Long,Double}`. by cpovirk · 4 years, 10 months ago
  77. ff9057f gwt.xml change from internal change. by diamondm · 4 years, 10 months ago
  78. 705101e Use LongMath.saturatedAdd/Subtract in CacheStats. by kak · 5 years ago
  79. b954fff Add FakeTicker.advance(Duration) and setAutoIncrementStep(Duration). by kak · 5 years ago
  80. f9f2807 Add FluentFuture.from(FluentFuture) factory method. by xalep · 5 years ago
  81. 7d9c130 Internal GWT change. by tomxlee · 5 years ago
  82. 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
  83. 5f35072 Remove GWT emulations that are no longer needed as of GWT 2.8.2. by cpovirk · 5 years ago
  84. ead2404 Internal GWT change by magdaz · 5 years ago
  85. 5929fcf Automated rollback of commit 1d49ade94c3e7d2c056893a630739c8a6b897f66 by zlt · 5 years ago
  86. 07f3d6c Internal GWT change by tomxlee · 5 years ago
  87. a0f748e Delete WellBehavedMap. by cpovirk · 5 years ago
  88. d60ff99 Make a constructor private. by cpovirk · 5 years ago
  89. 3f1facf Reformat with google-java-format by cushon · 5 years ago
  90. 3d873a5 Add Report-To header. by xingx · 5 years ago
  91. 715971c Removes java/util GWT emul dependency by goktug · 5 years ago
  92. d9947a2 Automated rollback of commit 8fd7f60484218df9a208df0edf41bdee22d86900 by tap-prod · 5 years ago
  93. 8fd7f60 Removes java/util GWT emul dependency by goktug · 5 years ago
  94. d5cd6a6 Enable GoodTime-API for c.g.common.cache by kak · 5 years ago
  95. 8385600 Correct the spelling of the Range class. by alanrussian · 5 years ago
  96. e41e8d1 Use the primitive "number" type instead of the object counterpart "Number" to avoid a jscompiler error. by rluble · 5 years ago
  97. 0bd61c2 Internal change by sunchen · 6 years ago
  98. c77be7a Replace usages of Truth's deprecated hasMessage() with hasMessageThat() in Guava tests. by dlos · 6 years ago
  99. 9c9c3f3 Add additional test of existing behavior of Splitter.limit(n) by glorioso · 6 years ago
  100. 1a6c668 Update failureaccess dep to 1.0.1, which includes OSGi metadata. by cgdecker · 6 years ago