aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-09Fix a typo in `TypeResolver`.arfy slowy
2021-08-05Annotate remaining `Range`-related classes for nullness.cpovirk
2021-08-04Qualify `Entry` as `Map.Entry` or `Multiset.Entry` throughout `Synchronized`.Éamonn McManus
2021-08-04Annotate most remaining classes in `collect` for nullness.cpovirk
2021-08-04Remove newly redundant overrides from `EvictingQueue`.cpovirk
2021-08-04Stop rejecting nulls in `EvictingQueue.contains` and `remove`.cpovirk
2021-08-04Annotate the remaining public classes under `collect` for nullness.cpovirk
2021-08-02Add text to `CompactHashMap` to explain its internal workings in more detail.Éamonn McManus
2021-08-02Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1Colin Decker
2021-07-29Suppress errorprone warnings for unit testsGoogle Java Core Libraries
2021-07-29Remove redundant bit masking.Piotr Findeisen
2021-07-24Annotate the compact collections for nullness.cpovirk
2021-07-19Annotate most remaining static utility APIs for nullness.cpovirk
2021-07-19Internal change.David P. Baker
2021-07-16Suppress nullness warnings in `LocalCache` so that we can include it in the l...cpovirk
2021-07-15Annotate `Table` classes for nullness.cpovirk
2021-07-14Annotate the core `Range` classes for nullness.cpovirk
2021-07-09- Annotate some `Iterator` classes for nullness.cpovirk
2021-07-07Annotate remaining immutable map classes for nullness, updating callers as ne...cpovirk
2021-07-07Fix javadoc lintLiam Miller-Cushon
2021-07-05Fix Javadoc links in c.g.common.Google Java Core Libraries
2021-06-30Annotate bimaps for nullness.cpovirk
2021-06-30Annotate `collect` static utilities for nullness.cpovirk
2021-06-29Annotate some forwarding classes for nullness.cpovirk
2021-06-28Annotate some "sorted" types for nullness.cpovirk
2021-06-26Fix BloomFilter tutorial URL.George Gastaldi
2021-06-25Fix an incorrect javadoc tag. Thanks to @1993heqiang for the bug report.Éamonn McManus
2021-06-23Add `HttpHeaders` constant for `Sec-CH-Prefers-Color-Scheme`.Google Java Core Libraries
2021-06-21Add an explicit project URL to Guava's main `pom.xml`.Jakob Braun
2021-06-20Annotate `RangeSet` classes for nullness.cpovirk
2021-06-20Annotate `Ordering` classes for nullness.cpovirk
2021-06-20Annotate the rest of `util.concurrent` for nullness.cpovirk
2021-06-15Annotate `Multimap` classes for nullness.cpovirk
2021-06-15Add CheckForNull to Throwables.getCauseAs.cpovirk
2021-06-15Annotate most of `cache` for nullness.cpovirk
2021-06-15Finish annotating `io` for nullness.cpovirk
2021-06-15Annotate a few more classes in `base`.cpovirk
2021-06-15Finish annotating `SortedMultiset` for nullness.cpovirk
2021-06-15Annotate `ImmutableMap.get`, `Table.get`, and similar methods as potentially ...cpovirk
2021-06-14Annotate Function for nullness.cpovirk
2021-06-14Remove `@Beta` from `Interner` and `Interners`.Éamonn McManus
2021-06-14Internal change.David P. Baker
2021-06-10Add Keep-Alive to `HttpHeaders`.Google Java Core Libraries
2021-06-10Widen acceptable exception type for code path that currently throws IllegalCh...Nick Glorioso
2021-06-07Update Public Suffix data.Google Java Core Libraries
2021-06-07Finish annotating `AbstractInvocationHandler`.cpovirk
2021-06-03Optimize ImmutableSet hash flooding detection.lowasser
2021-06-02Fix typo noted by @ben-manes in https://github.com/google/guava/commit/ce4bad...cpovirk
2021-06-02Use `<? extends @Nullable Object>` instead of `<?>`.cpovirk
2021-06-01Include toString() of delegate executor with listening decoratorGoogle Java Core Libraries