aboutsummaryrefslogtreecommitdiff
path: root/guava/src/com
AgeCommit message (Expand)Author
2023-12-18Prepare for release 33.0.0.cpovirk
2023-12-18change behavior of views retu...Google Java Core Libraries
2023-12-17Remove dead code.Google Java Core Libraries
2023-12-15change behavior of views returned by graph accessor methods that take a graph...Google Java Core Libraries
2023-12-15Reduce `ImmutableSetMultimap.Builder` memory usage by using `CompactHashSet`.cpovirk
2023-12-15Simplify and micro-optimize `Iterators.forArray`.cpovirk
2023-12-15Make our nullness checking work with an Android bootclasspath.cpovirk
2023-12-14Make more classes catch `Exception` instead of `RuntimeException` even when o...cpovirk
2023-12-14Micro-optimize the memory usage of `singletonIterator`.cpovirk
2023-12-13Defer logger construction, which can be expensive under Android.cpovirk
2023-12-11Make the backport's `ClosingFuture` catch any `Exception`, even though only s...cpovirk
2023-12-07Make `LocalCache` not use `synchronized` to detect recursive loads.Christian Ortlepp
2023-12-05Internal change.cpovirk
2023-12-04Make various classes catch `Exception` instead of `RuntimeException` even whe...cpovirk
2023-11-30Declare "redundant" overrides of all our package-private `writeReplace` methods.cpovirk
2023-11-27Correct Javadoc for CacheBuilder.weigher.lowasser
2023-11-21Work around or suppress forthcoming nullness errors.cpovirk
2023-11-21Defer logger construction in AbstractFuture.Google Java Core Libraries
2023-11-17Update Public Suffix data.Google Java Core Libraries
2023-11-16Make our Android builds work with an Android bootclasspath.cpovirk
2023-11-13Withdraw `SequencedCollection` overrides from the public copy of `ImmutableSo...cpovirk
2023-11-09Prepare to expose (all?) remaining collectors as part of `guava-android`.cpovirk
2023-11-08Remove stray `public` keyword.cpovirk
2023-11-08Document and test how `ImmutableMap.toImmutableMap` behaves when the `mergeFu...cpovirk
2023-11-04Continuing preparing to make immutable-collection `Collector` APIs available ...cpovirk
2023-10-31Prepare to make `ImmutableMultimap` collectors available in guava-android (bu...cpovirk
2023-10-30Remove bogus nullness annotations from cl/575459262.cpovirk
2023-10-27Add "Sec-Ad-Auction-Fetch" header.Google Java Core Libraries
2023-10-27Prepare to make `ImmutableMap.toImmutableMap` available in guava-android (but...cpovirk
2023-10-26Prepare to make `ImmutableList.toImmutableList` available in guava-android (b...cpovirk
2023-10-25Prepare to make `ImmutableSet.toImmutableSet` available in guava-android (but...cpovirk
2023-10-21Add [`SequencedCollection`](https://docs.oracle.com/en/java/javase/21/docs/ap...cpovirk
2023-10-20ensure that Graph/ValueGraph views for a node report empty when that node is ...ineuwirth
2023-10-18Update javadocs for `ImmutableList.subList()`.Kurt Alfred Kluever
2023-10-17Make `equals` work when comparing a `cartesianProduct` against another `Set`.Éamonn McManus
2023-10-16Work around Javadoc and JDiff bugs caused by the existence of two `copyOf(E[]...cpovirk
2023-10-13Avoid exposing some types outside the scope in which those types are visible.cpovirk
2023-10-11Clarify documentation of transform methods in `ClosingFuture`.Google Java Core Libraries
2023-10-10Avoid exposing some types outside the scope in which those types are visible.cpovirk
2023-10-10Inline `*FauxverideShim` classes into their subclasses.cpovirk
2023-10-09roll back fix of behavior of Graph/ValueGraph views for a node when that node...Google Java Core Libraries
2023-10-06fix behavior of Graph/ValueGraph views for a node when that node is removed f...ineuwirth
2023-10-06Fix `Files.createTempDir` and `FileBackedOutputStream` under Windows _service...cpovirk
2023-10-05Update Public Suffix data.Google Java Core Libraries
2023-09-29Prepare code for more JDK nullness annotations.cpovirk
2023-09-25Remove suggestions to throw a plain `RuntimeException`, and discourage the re...cpovirk
2023-09-21Chain exceptions when closing `Stream.concat(...)`.Éamonn McManus
2023-09-12Make `UnmodifiableMultiset.removeIf(Predicate)` unsupportedEdwin Tellman
2023-09-08Internal changechrisn
2023-09-06Make `Futures.getChecked` prefer constructors with a `Throwable` parameter.cpovirk