aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/src
AgeCommit message (Expand)Author
2022-01-06Internal change.David P. Baker
2021-09-27Strip `@Nullable` annotations from GWT sources.cpovirk
2021-04-14Sort and uniquify .gwt.xml <inherits> lines.cpovirk
2021-04-08Internal change.cpovirk
2021-03-24Add `@Nullable` to the bound of `Supplier`.cpovirk
2021-03-23Internal change.cpovirk
2021-03-22Internal changeGoogle Java Core Libraries
2020-12-16Internal changeGoogle Java Core Libraries
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
2020-01-07Ensure that we generate a non-empty Javadoc jar for guava-gwt.cpovirk
2019-11-11Roll forward CL 269313299.haustein
2019-09-23Rollback of change to let ListenableFuture implement thenable via a default i...cpovirk
2019-09-23Let ListenableFuture implement thenable via a default interface method in J2CL.haustein
2019-08-30Let ListenableFuture implement thenable via a default interface method in J2CLdshaffer
2019-08-30Let ListenableFuture implement thenable via a default interface method in J2CLhaustein
2019-08-26Prepare for removing GWT-RPC support for Guava types by adding a system prope...cpovirk
2019-06-30Use LongMath.saturatedAdd/Subtract in CacheStats.kak
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-05-31Create an htmlescapers target for people who want to avoid the bulk of i18n i...cpovirk
2018-05-09Use the type annotation version of @Nullable in the Java 8 branchcushon
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-19Add missing @NullableDecl on fields in google common base.cnsun
2017-12-14Remove an unneeded dependency.cpovirk
2017-12-07Migrate from jsr305 @Nullable to Checker Framework @NullableDecl.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-11-16Import Map.Entry almost everywhere.cpovirk
2017-11-15Annotate Cache with @CompatibleWithglorioso
2017-10-18Add the notion of RegistrySuffix to InternetDomainName.dmonner
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