aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-09Merge "`guava` target is alias depending on configuration"android-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Treehugger Robot
2022-02-03`guava` target is alias depending on configurationSam Delmerico
2021-12-10Merge "Add instructions for updating external/guava" am: a04a846786Treehugger Robot
2021-12-10Merge "Add instructions for updating external/guava"Treehugger Robot
2021-12-10Add instructions for updating external/guavaSantiago Seifert
2021-12-07Merge "Update external/guava to v31.0.1" am: 0ca418161dTreehugger Robot
2021-12-07Merge "Update external/guava to v31.0.1"Treehugger Robot
2021-12-07Update external/guava to v31.0.1Santiago Seifert
2021-09-27Set version number for guava-parent to 31.0.1.upstream/v31.0.1upstream-guava-v31.0.1Chris Povirk
2021-09-27Prepare for release 31.0.1.cpovirk
2021-09-27Strip `@Nullable` annotations from GWT sources.cpovirk
2021-09-24Prepare for release 31.0.cpovirk
2021-09-24Annotate `ClassToInstanceMap` and `MutableClassToInstanceMap` for nullness.cpovirk
2021-09-23Chuck a few more `@DoNotCall`s around GuavaGoogle Java Core Libraries
2021-09-22Add `HttpHeaders` constants for Accept-CH, Client-CH, Sec-CH-UA-Reduced, Devi...Google Java Core Libraries
2021-09-22Merge "Add a Bazel BUILD file for external/guava." am: de7de846e8 am: a78cbbc...Romain Jobredeaux
2021-09-22Merge "Add a Bazel BUILD file for external/guava." am: de7de846e8 am: a78cbbc85bRomain Jobredeaux
2021-09-22Merge "Add a Bazel BUILD file for external/guava." am: de7de846e8android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1Romain Jobredeaux
2021-09-22Merge "Add a Bazel BUILD file for external/guava."Romain Jobredeaux
2021-09-21Replace usage of `murmur3_32()` with `murmur3_32_fixed()`.Éamonn McManus
2021-09-21Optimize ImmutableSet.Builder for singleton elementslowasser
2021-09-21Reduce SingletonImmutableSet memory consumption.lowasser
2021-09-21Add `HttpHeaders` constants for `X-Device-IP`, `X-Device-Referer`, `X-Device-...Google Java Core Libraries
2021-09-21Migrate off deprecated mockito APIsLiam Miller-Cushon
2021-09-20Fix typo, and remove unused method.cpovirk
2021-09-17Optimize ImmutableSet.Builder for empty sets.lowasser
2021-09-17Add `@InlineMe` to `Strings.repeat(String, int)`.Kurt Alfred Kluever
2021-09-17update `StringsRepeatBenchmark`Kurt Alfred Kluever
2021-09-16Add a Bazel BUILD file for external/guava.Romain Jobredeaux
2021-09-15Introduce `ImmutableMap.Builder.buildOrThrow()`.Éamonn McManus
2021-09-10Add `ImmutableMap.ofEntries`.Éamonn McManus
2021-09-10Document that a bug in `getAnnotatedBounds()` on an `AnnotatedTypeVariable` a...cpovirk
2021-09-09Avoid calling methods whose return type changed in Java 9 -- even from tests.cpovirk
2021-09-08Warn that `directExecutor` lets exceptions propagate without invoking an `Unc...cpovirk
2021-09-08Add overloads of `ImmutableMap.of`, `ImmutableBiMap.of`, and `ImmutableSorted...Liam Miller-Cushon
2021-09-08Deprecate buggy `murmur3_32` and introduce `murmur3_32_fixed`.Piotr Findeisen
2021-09-07Add `@InlineMe` to `Streams.stream(Optional)` and friends.Kurt Alfred Kluever
2021-09-02Simplify TopKSelectorTest.testExceedMaxIteration()perceptron8
2021-09-01Warn that [`elapsedRealtimeNanos` requires API Level 17](https://developer.an...cpovirk
2021-08-26Fix bug in `TopKSelector` call to `Arrays.sort`.liulietong
2021-08-25Mention the dangers of minimization/optimization for EventBus users.cpovirk
2021-08-19Remove `ClassValue` implementation of `Futures.getChecked` from the Android f...cpovirk
2021-08-18Copy the `setUp` and `tearDown` from the parent builder to derived test suites.Éamonn McManus
2021-08-18Add a few nullness annotations that I'd deferred for later.cpovirk
2021-08-18Add `@SuppressWarnings("nullness")` for classes that we haven't enabled conti...cpovirk
2021-08-17Don't set the executable bit on backport files.cpovirk
2021-08-12Reject non-ASCII digits in `HostAndPort` port numbers.Éamonn McManus
2021-08-10Modified description of `MoreCollectors.toOptional` for increased readability.Google Java Core Libraries
2021-08-10Temporarily add a nullness suppression, which we'll remove after annotating `...cpovirk
2021-08-09Update Public Suffix data.Google Java Core Libraries