aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/src/com/google/common/collect
AgeCommit message (Expand)Author
2021-01-15Revert^4 "Upgrade guava to v30.0"Haibo Huang
2021-01-13Revert^3 "Upgrade guava to v30.0"Chang Li
2021-01-03Revert^2 "Upgrade guava to v30.0"Chang Li
2020-11-14Revert "Upgrade guava to v30.0"Haibo Huang
2020-10-05Remove a couple GwtSerializationDependencies classes from open-source Guava a...cpovirk
2020-10-01Fully remove GWT-RPC support externally.cpovirk
2020-08-19Switch GWT rules implementation from native to .bzl.benyu
2019-08-26Prepare for removing GWT-RPC support for Guava types by adding a system prope...cpovirk
2019-03-07Internal GWT change.tomxlee
2019-02-26Automated rollback of commit 1d49ade94c3e7d2c056893a630739c8a6b897f66zlt
2019-02-26Internal GWT changetomxlee
2019-02-26Add Report-To header.xingx
2019-02-14Removes java/util GWT emul dependencygoktug
2019-02-14Automated rollback of commit 8fd7f60484218df9a208df0edf41bdee22d86900tap-prod
2019-02-14Removes java/util GWT emul dependencygoktug
2018-04-25Avoid presizing arrays.cpovirk
2018-02-11Add hash flooding protection to ImmutableMultiset, falling back to a JDK Hash...lowasser
2018-02-09In Java 8 branch, fall back to an ImmutableSet backed by j.u.HashSet (and its...lowasser
2018-02-08In Java 8 branch, fall back to j.u.HashMap based implementation in ImmutableB...lowasser
2018-02-02In Java 8 branch, fall back to j.u.HashMap based implementation in ImmutableM...lowasser
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-11-16Import Map.Entry almost everywhere.cpovirk
2017-08-16Use diamond operator in collectjijiang
2017-07-31Avoid importing ImmutableList from Ordering.lowasser
2017-07-26Use diamond operator.cpovirk
2017-06-06Resurrect SingletonImmutableList on server side only.lowasser
2017-02-08Automated g4 rollback of changelist 146841288.lowasser
2017-02-08Eliminate SingletonImmutableSet, partially folding it into RegularImmutableSet.lowasser
2017-02-06Delete SingletonImmutableList.lowasser
2016-12-20Add a custom gwt serializer for the Range objectDean de Bree
2016-11-08Update link to GWT docs that died with Google Code.cpovirk
2016-10-31fixes serialization errors when serializing aJan Burkhardt
2016-09-15Fix imports in all Guava packages.cgdecker
2016-03-03Add @CheckReturnValue to com.google.common.collect package. This forces the c...kak
2015-12-07Remove support for deprecated GWT Dev Mode (but continue to support Super Dev...cpovirk
2015-10-09Whitespace changes from MOE release?components-release
2015-08-06Reformat with google-java-format (a few hand corrections necessary).kevinb
2015-06-01Reformat collect.[A-I]* with google-java-format.kevinb
2015-05-29Annotate lazily iniatialized fields of immutable collections with @LazyInitsoroush
2015-04-14Fold RegularImmutableSortedMap into ImmutableSortedMap, since that is now the...lowasser
2015-04-14Fold EmptyImmutableSortedMap into RegularImmutableSortedMap.lowasser
2015-04-14Eliminate EmptyImmutableSortedSet, while we're at it.lowasser
2015-04-14Delete EmptyImmutableBiMap, instead using a RegularImmutableBiMap with null h...lowasser
2015-04-14Eliminate EmptyImmutableSet, replacing it with a RegularImmutableSet with a n...lowasser
2015-01-15GWT emulation for some of util.concurrent.gridman
2014-12-05Skip unnecessary presizing.cpovirk
2014-03-31Fix a typo in CacheBuilder's docs.Kurt Kluever
2014-03-19Add missing <inherits> to modules.Chris Povirk
2014-03-19Make AtomicLongMap tests work under GWT.Chris Povirk
2014-02-28Automatically add <inherits> for java.* emulations to Guava.Kurt Kluever