1
I Use This!
High Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
Aug 07, 2025 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revise `TypeResolver` comment further, including adding a TODO about annotations. More... about 16 hours ago
Release `Striped.custom` publicly. More... about 23 hours ago
Bump deps. More... 1 day ago
Actually use `suppressForVector()`. More... 2 days ago
Bump the github-actions group with 4 updates More... 3 days ago
Reduce allocations in `TypeToken#getRawType`. More... 3 days ago
Belatedly tweak `reflect` comments and implementation for dropping support for Java 6 and 7. More... 3 days ago
Remove a suppression that is necessary only when building Guava with JDK 8. More... 4 days ago
inline calls to checked math operations (to use JDK APIs). More... 6 days ago
Add a note about `int` parameters to `LongMath.checkedAdd()`, `LongMath.checkedSubtract()`, and `LongMath.checkedMultiply()`. More... 8 days ago
In `Strings.lenientFormat`, don't assign into the varargs array. More... 10 days ago
Don't bother to explicitly set [`publishingServerId`](https://central.sonatype.org/publish/publish-portal-maven/#publishingserverid) to its default value. More... 12 days ago
Delete `CharMatcherRewrite`. More... 12 days ago
Replace nonsense with a wall of text. More... 24 days ago
Explicitly list `Table<..., @Nullable V>` as a supertype of `ArrayTable`. More... 24 days ago
Make another class `private`. More... 25 days ago
Update Public Suffix List data. More... 25 days ago
Internal change. More... 26 days ago
Use `java.util.zip.CRC32C` directly when available instead of using it through `MethodHandle`. More... 26 days ago
update documentation to link references to "unique" to our definition More... 26 days ago
Apply `RemoveUnusedPrivateMethods`. More... 26 days ago
Address a http://errorprone.info/bugpattern/NarrowingCompoundAssignment warning. More... 26 days ago
Apply `UnnecessaryParentheses`. More... 26 days ago
Remove now-useless `test.add.args`. More... 26 days ago
Address some http://errorprone.info/bugpattern/PrivateConstructorForUtilityClass warnings. More... 27 days ago
Allocate scratch space only when it's about to be needed. More... 28 days ago
Add Java 21 advice to each method of `ThreadFactoryBuilder`. More... 29 days ago
Make nested package-private classes `final`. More... 29 days ago
Delete `ChecksumBenchmark`, which we've replaced with a separate JMH benchmark. More... 29 days ago
Apply `private` to some classes that are nested directly inside a top-level class. More... 29 days ago