69
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid varargs allocations in `min`/`max` calls. More... 7 months ago
Use `@RetainedLocalRef` to keep J2ObjC from deallocating objects when the fields they were stored in are nulled out. More... 7 months ago
Expose more Java 8 APIs to Android users. More... 7 months ago
Internal change. More... 8 months ago
Complete the automatable migration to `assertThrows`. More... 8 months ago
Extract shared helper methods in `UrlEscapersTest` into `UrlEscaperTesting`. More... 8 months ago
Remove a couple more obsolete workarounds for `FilterOutputStream` trouble. More... 8 months ago
Internal change. More... 8 months ago
Remove a couple more obsolete workarounds for `FilterOutputStream` trouble. More... 8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.net` and `common.util.concurrent` edition. More... 8 months ago
Update links from code.google.com to github.com. More... 8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.primitives` edition. More... 8 months ago
Make most `util.concurrent` `Duration` overloads available to Android users. More... 8 months ago
Use some static imports. More... 8 months ago
Use _more_ static imports. More... 8 months ago
Use some static imports. More... 8 months ago
Use some static imports. More... 8 months ago
Address [InitializeInline](https://errorprone.info/bugpattern/InitializeInline) warnings. More... 8 months ago
Use some static imports. More... 8 months ago
Suppress a suggestion that we use the `Duration` overload. More... 8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.cache`+`io`+`math`+`reflect`+`testing` edition. More... 8 months ago
Make `Splitter.splitToStream` available to Android users. More... 8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.collect.testing` edition. More... 8 months ago
Prepare for usage of `ReflectionFreeAssertThrows` from more packages: More... 8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.collect.testing.google` edition. More... 8 months ago
Point users to [`Math.clamp`](https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/Math.html#clamp(long,int,int)). More... 8 months ago
Restore the behavior of throwing an `IllegalArgumentException` directly. More... 8 months ago
Address [StaticQualifiedUsingExpression](https://errorprone.info/bugpattern/StaticQualifiedUsingExpression) and [ExtendsObject](https://errorprone.info/bugpattern/ExtendsObject) warnings. More... 8 months ago
Migrate more code to use `UndeclaredThrowableException`. More... 8 months ago
Use `addSuppressed` in `AbstractExecutionThreadService`, and otherwise update/clarify code pinned to "Java 7" / old versions of Android. More... 8 months ago