aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-19Set version number to 21.0-rc1upstream/v21.0-rc1Colin Decker
2016-12-15Update Truth dependency to 0.31 and add truth-java8-extension dependency for ...cgdecker
2016-12-15Annotate Table and Multiset with @CompatibleWithglorioso
2016-12-15Improve EqualsTester docbhagwani
2016-12-14I think this recommendation will go over better. (It happens to be identical tokevinb
2016-12-14guava-testlib: Cover Collections.synchronizedNavigable{Map,Set}().tobiast
2016-12-14Add {Sets,Maps}.toImmutableEnum{Set,Map} Collectors.lowasser
2016-12-14Add a "constrainToRange" method to constrain a value to a closed interval.ringwalt
2016-12-14Fix typos in UnsignedInts docslowasser
2016-12-12Add UnsignedInts.{checked,saturated}Cast.lowasser
2016-12-12Make ImmutableMultiset.elementSet() return ImmutableSet.cpovirk
2016-12-12Remove unneeded JSNI from Objects.equalsgoktug
2016-12-12Warn about upcoming deprecation of Multimap static factory methods.kak
2016-12-09Add a disclaimer to Files/MoreFiles.getFileExtension that clarifies that it i...cgdecker
2016-12-09Stop scaring Cache.asMap() users away from new Java 8 methods, which Louis madekevinb
2016-12-09Update Public Suffix List.components-release
2016-12-07Add set-arithmetic operations to ImmutableRangeSet, as discussed indiamondm
2016-12-07Annotate Graph and Network with @CompatibleWith as appropriate.jasexton
2016-12-06Annotate Multimap with @CompatibleWith annotations to enforce type-compatibil...glorioso
2016-12-06Remove non-interface methods from Multimap implementations.kak
2016-12-06Remove non-interface methods from TreeBasedTable implementations.kak
2016-12-05Add Reflection annotation to j.c.g.common.util.concurrent.AbstractFuture for ...yangzhe
2016-12-05Add toJavaUtil instance method, which is handier and also doesn't have to bekevinb
2016-12-05Fix iteration+removal bug for reference-equal objectstobe
2016-12-01Adds @RetainedWith to ImmutableSet.asList to prevent the reference cycle fromkstanger
2016-12-01Update Public Suffix List.components-release
2016-11-28Fail more clearly when escapers run out of buffer space.diamondm
2016-11-28Fix two bugs in MinMaxPriorityQueue (introduced in [] First is a bug in remov...jasexton
2016-11-21Add Booleans.{true,false}First.lowasser
2016-11-18Remove methods scheduled for deletion in Guava 21.cpovirk
2016-11-17fix typodfarrow
2016-11-17Add more docs on the relationship between c.g.c.c view methods and Streams.lowasser
2016-11-16Add flatteningToMultimap collectors.lowasser
2016-11-16Migrate last users of ForwardingTestCase and delete it.benyu
2016-11-16Use ForwardingWrapperTest to simplify last round of ForwardingTestCase subcla...benyu
2016-11-15Use ForwardingWrapperTester to simplify a few more Forwarding*Test.benyu
2016-11-14Override Multiset.size() to clarify add additional javadocs.kak
2016-11-14Suppress warning for modification of immutable collectionscushon
2016-11-11Use GWT's provided Arrays.copyOf and Arrays.copyOfRange whereAndrei Korzhevskii
2016-11-11Document and deprecate mutations on SetView, which already documents its unmo...lowasser
2016-11-11Reflect Navigable* support in GWT in TreeMultimap.lowasser
2016-11-11Use ForwardingWrapperTester in Forwarding*MultimapTest.benyu
2016-11-11Include java.lang.Lang from java.util.Util.cpovirk
2016-11-11Add @Beta to the ImmutableTable collectors.lowasser
2016-11-11Add mutable Table collector to Tables, including a version with a merge funct...lowasser
2016-11-11Add a value-merging collector for ImmutableTable.lowasser
2016-11-09Add mapWithIndex overloads mapping IntStream -> Stream, etc.lowasser
2016-11-08Improve the Spliterator of Multimap values-for-key collections.lowasser
2016-11-08Make some AbstractMapBasedMultimap helper methods static. (As part of the pr...lowasser
2016-11-08Fix some typos in guava-[gwt,testlib,tests]/*Sebastian Kürten