aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt
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-16Set version number for guava-parent to 30.0.upstream/v30.0upstream-guava-v30.0Chris Povirk
2020-10-08Run all zero of our GWT tests during presubmit/CI.cpovirk
2020-10-06Move gwt-user dep to test scope.cpovirk
2020-10-05Remove a couple GwtSerializationDependencies classes from open-source Guava a...cpovirk
2020-10-05Remove GWT tests from open source.cpovirk
2020-10-01Mark BigDecimalMathTest as fully @GwtIncompatible.cpovirk
2020-10-01Fully remove GWT-RPC support externally.cpovirk
2020-09-17Fix AssertionError from Range.gap.Koy
2020-09-17Make EqualsTester test that non-Strings are not equal to their String represe...ghm
2020-09-08Minor whitespace-only changeavnerc
2020-08-19Switch GWT rules implementation from native to .bzl.benyu
2020-07-23De-beta toImmutable* methods in GWT variants("emulated") of common.collect.raghsriniv
2020-06-30Implement BigDecimalMath.roundToDouble.lowasser
2020-06-08Add Comparators.min/maxchrisn
2020-06-02Added support for the "font" Top-Level Media Type (https://tools.ietf.org/htm...earyee
2020-05-13Implemented lastIndexOf in CartesianListGeorge Rautenbach
2020-05-04Fix PowerSet.equals() when comparing to another PowerSet whose items are the ...Ryan Skonnord
2020-04-02Add j2cl specializers for Doubles.min/max, Floats.min/max, Ints.min/max, and ...amyles
2020-03-31Making headSet(E, boolean), tailSet(E, boolean) public in GWT emulated Immuta...ssmita
2020-03-31Introducing floor(E) and ceiling(E) method in GWT emulated ImmutableSortedSet...ssmita
2020-03-31Add immediateVoidFuture() to Futures.java to create an immediately succeeding...ashishkedia
2020-03-25Make sure native.js files are included in the Guava GWT release.goktug
2020-03-20Add some unit tests for base64Url() in BaseEncodingDyrone Teng
2020-02-27Make GWT compilation of tests no longer flaky.cpovirk
2020-01-21Write type annotations on types, not on declarationsMichael Ernst
2020-01-07Ensure that we generate a non-empty Javadoc jar for guava-gwt.cpovirk
2019-12-26Stop classifying AbstractHashFloodingTest as a test to be run directly.cpovirk
2019-12-26Fix external GWT breakage from CL 272446666.noackjr
2019-12-23Fix Maven test failures from CL 286604248:cpovirk
2019-12-23Make Compact(Linked)HashMap fall back to a java.util.LinkedHashMap if hash fl...lowasser
2019-12-18Actually map Thenable helper interface to JS IThenable. The name is different...haustein
2019-12-06Add @SuppressWarnings("GoodTime") to GWT supersource for LocalCache operating...glorioso
2019-11-27Add @JsOptional annotations to the 2nd parameter of the 'then' method, since ...haustein
2019-11-27Use internal fast path for getting failure without allocating a wrapper Execu...clm
2019-11-11Roll forward CL 269313299.haustein
2019-10-29Move the SetFuture check into AbstractFuture.toString() and out of pendingToS...diamondm
2019-10-24Prepare to move gwt-user to test scope after we remove GWT-RPC support.cpovirk
2019-10-10Require tokens to be non-empty.cpovirk
2019-10-02Fix the logic that decides whether to use currentRequestThreadFactory() under...cpovirk
2019-10-01Fix 2 bugs in MediaType parameter handling:cpovirk
2019-09-30Add Futures.submit().mverver
2019-09-26Add Splitter.splitToStream().diamondm
2019-09-23Clean up leftovers from MapMaker.makeComputingMap:cpovirk
2019-09-23Rollback of change to let ListenableFuture implement thenable via a default i...cpovirk
2019-09-23Rollback of adding Splitter.splitToStream().diamondm
2019-09-23Add Splitter.splitToStream().diamondm