aboutsummaryrefslogtreecommitdiff
path: root/android/guava/src/com/google/common/base
AgeCommit message (Expand)Author
2023-06-26Remove obsolete GWT-RPC logging code.cpovirk
2023-06-26Add some classes to `package-info` for `base` and `collect`.cpovirk
2023-06-15Avoid fully qualifying types from the same package, and use `https`.cpovirk
2023-06-15Update `package-info` for `common.base`.cpovirk
2023-05-26Remove `Enums` from `guava-gwt` at compile time.cpovirk
2023-05-23Stop super-sourcing System.nanoTime usages as the API was available since 2021.Goktug Gokdogan
2023-05-12Annotate `firstNonNull` as permitting nullable values for its second parameter.cpovirk
2023-05-01Remove `@Beta` from `com.google.common.base` APIs.Kurt Alfred Kluever
2023-04-26Internal build changeStefan Haustein
2023-04-25Bump github/codeql-action from 2.2.12 to 2.3.0dependabot[bot]
2023-04-24Standardize parameter names in `Preconditions`.xumengqi
2023-04-10Remove `@Beta` from `Utf8`.Kurt Alfred Kluever
2023-03-27Use definitely non-nullable types in `common.base`/`common.collect`Martin Kretzschmar
2023-03-13More `@J2ktIncompatible` changes for collectionsMartin Kretzschmar
2023-03-06Internal changeLiam Miller-Cushon
2023-02-28Google internal build changesStefan Haustein
2023-02-27Declare that `Converter.apply` accepts `A` and returns `B`, as its `Function<...cpovirk
2023-02-23Google internal build changesStefan Haustein
2022-12-28Add `@CanIgnoreReturnValue` to methods that always `return this`; this allows...Kurt Alfred Kluever
2022-12-19Explicitly specify that some returned values are serializable.Éamonn McManus
2022-12-05Implement a more efficient version of Supplier.memoizeGoogle Java Core Libraries
2022-11-15Fix Javadoc warnings.cpovirk
2022-10-20Remove `@CanIgnoreReturnValue` from a few functional interfaces.Google Java Core Libraries
2022-10-14Use `@NonNull` to avoid having to suppress a nullness error inside our implem...cpovirk
2022-10-14Discuss the (negligible to most users) overhead of using `Stopwatch` relative...cpovirk
2022-10-10Fix typos in Javadocs, comments and code.Marc Wrobel
2022-08-26Fix typosMichael Ernst
2022-08-25Fix typosMichael Ernst
2022-08-10Attempt to improve documentation of `@ParametricNullness`.cpovirk
2022-08-04Remove `@CanIgnoreReturnValue` from `converter.convertAll(Iterable)` and `con...Kurt Alfred Kluever
2022-08-03Remove `@CanIgnoreReturnValue` from `Converter.convert()`, effectively making...Kurt Alfred Kluever
2022-03-20Remove `@CanIgnoreReturnValue` from `Function.apply`.cpovirk
2022-02-27Apply @CheckReturnValue to com.google.common.base.Converter#reverse().Éamonn McManus
2022-02-26Apply @CheckReturnValue to com.google.common.base.Converter#reverse(), suppre...Google Java Core Libraries
2022-02-26Apply @CheckReturnValue to com.google.common.base.Converter#reverse(), suppre...Éamonn McManus
2022-02-11Add `@InlineMe` to `Converter.apply(A)`.Kurt Alfred Kluever
2022-02-10Assorted improvements to nullness annotations.cpovirk
2022-01-24Deprecate `Throwables.lazyStackTrace`.Éamonn McManus
2022-01-18Remove `@Beta` from two methods in `Throwables`.Éamonn McManus
2021-11-12Update deprecated `CharMatcher.invisible()` to match ICU 70/Unicode 14.Colin Decker
2021-11-03Document `@ParametricNullness` better.cpovirk
2021-10-05Remove some unnecessary `final` keywords.cpovirk
2021-10-01Use some diamond operators.cpovirk
2021-09-27Convert `Finalizer` nullness annotations to checker-qual and jsr305.cpovirk
2021-09-09Avoid calling methods whose return type changed in Java 9 -- even from tests.cpovirk
2021-09-01Warn that [`elapsedRealtimeNanos` requires API Level 17](https://developer.an...cpovirk
2021-08-17Don't set the executable bit on backport files.cpovirk
2021-07-19Internal change.David P. Baker
2021-07-09- Annotate some `Iterator` classes for nullness.cpovirk
2021-06-15Add CheckForNull to Throwables.getCauseAs.cpovirk