69
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 02, 2024 — Mar 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Override `Predicate.test` wherever we override `Predicate.apply`. More... 5 days ago
Improve documentation and naming of `getFromAlreadyDoneFuture`. More... 5 days ago
Document the `nullWriter` in `Writer` as an alternative to ours in `CharStreams`. More... 5 days ago
Document the `nullOutputStream` in `OutputStream` as an alternative to ours in `ByteStreams`. More... 6 days ago
Enable some methods in ByteStreams for j2kt-native More... 6 days ago
Add test for `containsKey(keyForNullValue)`. More... 6 days ago
Inline some `Maps` helper lambdas (follow-up from cl/725740741). Tidy up some code comments. More... 7 days ago
Migrate from `<? extends @Nullable Object>` back to `<?>`. More... 8 days ago
Bump the github-actions group with 3 updates More... 8 days ago
Standardize on openjdk.org for bug links. More... 8 days ago
Use conventional modifier order in comment. More... 8 days ago
Address more Error Prone warnings. More... 11 days ago
Assorted cleanups noticed after recent `AbstractFuture` [changes](https://github.com/google/guava/issues/2934). More... 11 days ago
Use most of the main `AbstractFuture` implementation from J2KT and from GWT/J2CL. More... 12 days ago
Refactor the main `AbstractFuture` implementation to prepare for using it for more environments. More... 12 days ago
Update `TableCollectorsTest` for compatibility with J2KT. More... 12 days ago
Reduce scope of suppressions in `Abstract*Future` classes, and make the classes look slightly more similar to one another. More... 12 days ago
Change snapshot version numbers to begin with a _bigger_ number. More... 12 days ago
Revert commit 032e2f92 “Workaround bad J2KT/Kotlin smartcast interaction” More... 12 days ago
Fix some https://errorprone.info/bugpattern/UnnecessaryFinal warnings. More... 13 days ago
Mention `ExecutorService.close()` as a slightly different alternative to `MoreExecutors.shutdownAndAwaitTermination`. More... 13 days ago
Fix some https://errorprone.info/bugpattern/AnnotationPosition warnings. More... 13 days ago
Temporarily withdraw `image/avif` from `MediaType`. More... 14 days ago
Address a couple nullness errors. More... 14 days ago
Truthify `escape` tests. More... 14 days ago
Internal change. More... 18 days ago
Fix a few Javadoc warnings. More... 19 days ago
Withdraw usages of `java.io.Serial` from the external repo. More... 19 days ago
Address https://errorprone.info/bugpattern/EscapedEntity warnings. More... 19 days ago
Suppress some https://errorprone.info/bugpattern/CollectionUndefinedEquality warnings. More... 20 days ago