aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-01Set release version numbers to 19.0-rc3upstream/v19.0-rc3Colin Decker
2015-12-01Add a third AtomicHelper strategy to abstract futurelukes
2015-12-01Eliminate the hacks that we needed in order to use ClassValue and Unsafe on A...cpovirk
2015-12-01Disable cancellation causes by default and make them enableable via a system ...lukes
2015-09-11Set release version numbers to 19.0-rc2upstream/v19.0-rc2Colin Decker
2015-09-11Revert "- Use newFastestQueue in ConsumingQueueIterator so that we get ArrayD...Colin Decker
2015-09-11Revert "Makes sure guava only uses public GWT APIs."Colin Decker
2015-09-11Revert "Eliminate our custom emulations of java.nio.charset.Charset and java....Colin Decker
2015-09-11Merge branch 'master' into release19Colin Decker
2015-09-09Deprecate Hasher#hashCode(), implementations of this method return a hashCode...moradabdr
2015-09-09Fix two javadoc typos in Forwarding[Loading]Cache ("delegete" -> "delegate").mritche
2015-09-09Ensure that ByteStreams.skipFully/skipUpTo don't skip more bytes than remain ...cgdecker
2015-09-03Allow slicing a ByteSource starting at an offset that is >= the source's tota...cgdecker
2015-09-03Remove unnecessary "unused" suppressions.kevinb
2015-09-03Escaped instance of symbol "'" within a url so that more apps detect the full...zhli
2015-09-03Mark ClassPath as compatible with j2objc.tball
2015-09-01Make Splitter.on(String) redirect to Splitter.on(char) if the String has one ...lowasser
2015-08-31A few small improvements to ImmutableSet method docs.kevinb
2015-08-27Advertise Converter.from() a little better, for Java 8 users.kevinb
2015-08-27Avoid boxing ints in ConcurrentHashMultiset Preconditions checksmichajlo
2015-08-25Use MultimapBuilder instead of a custom Multimap subclass in ImmutableMultima...cpovirk
2015-08-25Roll back most of the rest of CL 100047098 (the javatests/... parts, since I ...cpovirk
2015-08-25Roll back the eventbus portion of CL 100292134.cpovirk
2015-08-24Clarify why we're logging a specific failure.cpovirk
2015-08-19(These changes apply ONLY to our Google-internal Android-specific copy of Gua...cpovirk
2015-08-19Convert much of Guava to Truth by using Refaster.cpovirk
2015-08-19Internally rewrite LexicographicalOrdering to accept a Comparator.lowasser
2015-08-19Import Animal Sniffer annotation.cpovirk
2015-08-18Update public suffix list.erikv
2015-08-18Automated (partial) g4 rollback of changelist 100047098.cpovirk
2015-08-14Test that the Future returned by schedule() returns the correct value.cpovirk
2015-08-13Fix SlicedByteSource.sizeIfKnown() to work in the case where offset + length ...cgdecker
2015-08-13Automated g4 rollback of changelist 100504590.cpovirk
2015-08-13Do intelligent sizing in ImmutableMap.Builder.put(Iterable<Entry>).lowasser
2015-08-13Discourage use of CheckedFuture.cpovirk
2015-08-13Fix a typo in an identifier in FreshValueGenerator.emcmanus
2015-08-13Use MultimapBuilder instead of a custom Multimap subclass in ImmutableMultima...lowasser
2015-08-12Fix ByteArrayByteSource.slice to handle the case where offset + length > Long...cgdecker
2015-08-10Loosen up our nefarious Entry tests to permit an exception so long as the nef...cpovirk
2015-08-10Suppress tests under Android.cpovirk
2015-08-10Whoops, FluentIterable.cycle() does have a decent Stream equivalent when the ...kevinb
2015-08-10Document why we're using a custom annotation instead of Android's built-in @S...cpovirk
2015-08-10Suppress tests under Android.cpovirk
2015-08-10Fix https://github.com/google/guava/issues/2125 by having all the AbstractSer...lukes
2015-08-07- Use newFastestQueue in ConsumingQueueIterator so that we get ArrayDeque ins...cpovirk
2015-08-07Remove unneeded "emulated=true" to fix open-source GWT tests.cpovirk
2015-08-07Fix an ancient bug in Iterators.cycle: Once we spawn a second iterator, we sh...cpovirk
2015-08-07Make EvictingQueue GWT compatible.kak
2015-08-06Makes sure guava only uses public GWT APIs.goktug
2015-08-06Spray @SuppressUnderAndroid on everything related to suite builders and neste...cpovirk