aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 daysUpdate the documentation of `RegularImmutableMap`.upstream-mastercpovirk
3 daysBump ossf/scorecard-action from 2.3.1 to 2.3.3dependabot[bot]
5 daysBump github/codeql-action from 3.25.3 to 3.25.4dependabot[bot]
6 daysStandardize parameter names across `Immutable*.of(...)` methods.cpovirk
6 daysBump actions/checkout from 4.1.4 to 4.1.5dependabot[bot]
6 daysUnconditionally use `Throwable.addSuppressed` in `Closer`.cpovirk
6 daysUse `Throwable.addSuppressed` in the Android copy of `ServiceManager`.cpovirk
6 daysAccept `AutoCloseable` in the Android copy of `ClosingFuture`, too.cpovirk
9 daysAdd missing `@since` tag for `merge` in `TreeRangeMap` and `ImmutableRangeMap`.cpovirk
10 daysRoll back initial atttempt at micro-optimizing `singletonIterator`.cpovirk
10 daysRoll back middle atttempt at micro-optimizing `singletonIterator`.cpovirk
10 daysRoll back the most recent `singletonIterator` optimization attempt.cpovirk
12 daysPrepare for release 33.2.0.cpovirk
13 daysMake our `Collector` APIs available in `guava-android`.cpovirk
13 daysMicro-optimize `singletonIterator` one more time.cpovirk
13 daysFixed a potential `NullPointerException` in `ImmutableMap.Builder` on a rare ...Jesse Sterr
14 daysBump github/codeql-action from 3.25.2 to 3.25.3dependabot[bot]
2024-04-26Update Animal Sniffer scents to Lollipop.cpovirk
2024-04-26Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2dependabot[bot]
2024-04-26Document that we now run our Android tests under Lollipop.cpovirk
2024-04-26Actually write the manifest we generate to the jar.Alexis
2024-04-24Suppress or work around false-positive errors from the forthcoming version of...cpovirk
2024-04-24Bump actions/checkout from 4.1.3 to 4.1.4dependabot[bot]
2024-04-23Add Javadoc to the guava-android copy of `Equivalence.doEquivalent`.cpovirk
2024-04-23Bump github/codeql-action from 3.25.1 to 3.25.2dependabot[bot]
2024-04-23Bump actions/upload-artifact from 4.3.2 to 4.3.3dependabot[bot]
2024-04-22Update comments to reflect our recent handling of "sneaky checked exceptions."cpovirk
2024-04-22Add "Sec-GPC" header.Google Java Core Libraries
2024-04-22Add a missing `@since` tag, and remove `@FunctionalInterface` from a package-...cpovirk
2024-04-19Further micro-optimize `singletonIterator`, just to be safe / waste my morning.cpovirk
2024-04-19Bump actions/checkout from 4.1.2 to 4.1.3dependabot[bot]
2024-04-19Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1dependabot[bot]
2024-04-18Bump actions/upload-artifact from 4.3.1 to 4.3.2dependabot[bot]
2024-04-17Bump github/codeql-action from 3.25.0 to 3.25.1dependabot[bot]
2024-04-17Use multicatch even when it produces the type `ReflectiveOperationException`.cpovirk
2024-04-15Address a few nullness mismatches that our checker newly detects.cpovirk
2024-04-15Bump Maven Wrapper's version of Maven to 3.9.6.cpovirk
2024-04-15Bump gradle/wrapper-validation-action from 2.1.3 to 3.3.0dependabot[bot]
2024-04-15Bump github/codeql-action from 3.24.10 to 3.25.0dependabot[bot]
2024-04-11Fix [Gradle GWT compilation breakage](https://github.com/google/guava/issues/...cpovirk
2024-04-11Internal changeGoogle Java Core Libraries
2024-04-11Make `Comparators.max`/`min` return the type of the comparands, even if the `...Google Java Core Libraries
2024-04-10Internal changeGoogle Java Core Libraries
2024-04-10Internal changecpovirk
2024-04-10Reduce the thoroughness of mutation testing.cpovirk
2024-04-10Bump gradle/wrapper-validation-action from 2.1.2 to 2.1.3dependabot[bot]
2024-04-09Check `isEmpty()` instead of `size == 0`.cpovirk
2024-04-09Internal changecpovirk
2024-04-08Fix typo reported by @Marcono1234.Éamonn McManus
2024-04-06Discourage use of HMAC-MD5.cpovirk