aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-08Set version number for guava-parent to 27.1.upstream/v27.1upstream-guava-v27.1Colin Decker
2019-03-07Prepare for release 27.1.cgdecker
2019-03-07Add missing @since NEXTs.cgdecker
2019-03-07Internal GWT change.tomxlee
2019-03-07Remove misleading javadoc line (we haven't published microbenchmarks in Nglorioso
2019-03-07Optimize ImmutableSet's hash flooding detection, using an algorithm which all...lowasser
2019-03-07Suppress error for bad implementations of Comparablecushon
2019-03-07Update Public Suffix data.erikv
2019-03-07Document that the memory increases appear to be necessary for Travis only (an...cpovirk
2019-03-07Fix a URL.cpovirk
2019-02-26Remove GWT emulations that are no longer needed as of GWT 2.8.2.cpovirk
2019-02-26Fix Javadoc breakage under JDK11 canary.cpovirk
2019-02-26Use J2ObjC's @RetainedWith annotation instead of @Weak on ImmutableMap.valueskstanger
2019-02-26Internal GWT changemagdaz
2019-02-26Create constants for the SourceMap headerlukes
2019-02-26Modernize book reference.kevinb
2019-02-26Document the JDK 9+ alternative to `Maps#immutableEntry`Stephan Schroevers
2019-02-26Annotate checkNotNull's input and output as @NonNull.cpovirk
2019-02-26Use J2ObjC's @RetainedWith annotation instead of @Weak on ImmutableMap.keySetkstanger
2019-02-26Automated rollback of commit 1d49ade94c3e7d2c056893a630739c8a6b897f66zlt
2019-02-26Internal GWT changetomxlee
2019-02-26Delete WellBehavedMap.cpovirk
2019-02-26Make a constructor private.cpovirk
2019-02-26Remove @CanIgnoreReturnValue from Ordering.sortedCopy() and immutableSortedCo...kak
2019-02-26Add some known UTF-8 hash values to Murmur3_32 tests. UTF-8 is more comparabl...tszymanski
2019-02-26Remove @Beta from APIs:cpovirk
2019-02-26Name the method parameter 'unused' for ImmutableSortedSet.readObject(ObjectIn...kak
2019-02-26Reformat with google-java-formatcushon
2019-02-26Document the retention of listeners added to Guava implementations of Listena...jdcormie
2019-02-26Add missing @Override annotationscushon
2019-02-26Reformat with google-java-formatcushon
2019-02-26Remove unused imports and warnings.Oleksii Bondar
2019-02-26Add Report-To header.xingx
2019-02-14Remove @CanIgnoreReturnValue from Futures.catchingAsync()kak
2019-02-14Removes java/util GWT emul dependencygoktug
2019-02-14Remove @CanIgnoreReturnValue from c.g.c.collect.Lists.newArrayList().kak
2019-02-14Automated rollback of commit 8fd7f60484218df9a208df0edf41bdee22d86900tap-prod
2019-02-14Removes java/util GWT emul dependencygoktug
2019-02-14Remove @CanIgnoreReturnValue from c.g.c.base.Tickerkak
2019-02-14Remove @CanIgnoreReturnValue from c.g.c.collect.Iterators.getOnlyElement()kak
2019-02-14Remove @CanIgnoreReturnValue from c.g.c.collect.ClassToInstanceMap.getInstance()kak
2019-02-14Swap the parameter order of the Collections.disjoint call in Sets.intersectionmajorde
2019-02-14Remove @CanIgnoreReturnValue from c.g.c.collect.Ordering.min/max()kak
2019-02-14Adds constants for Sec-Fetch-(Dest|Mode|Site|User) headers.lwe
2019-02-14refactor literal to named constantminjun
2019-02-14Enable GoodTime-API for c.g.common.cachekak
2019-01-15Correct the spelling of the Range class.alanrussian
2019-01-03Specify that Range static factories can throw ClassCastException if the provi...kak
2018-12-23Hide Files methods that are @Deprecated internallyglorioso
2018-12-18Use maven-javadoc-plugin 3.0.1.dpb