69
I Use This!
High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump actions/checkout from 4.1.0 to 4.1.1 More... 7 months ago
Update javadocs for `ImmutableList.subList()`. More... 7 months ago
Make `equals` work when comparing a `cartesianProduct` against another `Set`. More... 7 months ago
Bump `failureaccess` dep to 1.0.2. More... 7 months ago
Add `.mvn/wrapper/maven-wrapper.jar` to `.gitignore`. More... 7 months ago
Copy `sonatype-oss-release` configuration from Guava to `failureaccess`. More... 7 months ago
Give `failureaccess` an `Automatic-Module-Name`, and bump its version to 1.0.2 to prepare for a release (which we'll then need to update Guava to use). More... 7 months ago
Begin using Maven Wrapper. More... 7 months ago
Work around Javadoc and JDiff bugs caused by the existence of two `copyOf(E[])` declared in the same class. More... 7 months ago
Bump github/codeql-action from 2.22.2 to 2.22.3 More... 8 months ago
Avoid exposing some types outside the scope in which those types are visible. More... 8 months ago
Bump github/codeql-action from 2.22.1 to 2.22.2 More... 8 months ago
Clarify documentation of transform methods in `ClosingFuture`. More... 8 months ago
Simplify our `maven-javadoc-plugin` configuration, and move both it and `maven-source-plugin` to the default phase (which is `package`). More... 8 months ago
Avoid exposing some types outside the scope in which those types are visible. More... 8 months ago
Inline `*FauxverideShim` classes into their subclasses. More... 8 months ago
Fix double-source-jar error during releases: More... 8 months ago
Add `@GwtIncompatible` to a bunch of tests that had neither that nor `@GwtCompatible`. More... 8 months ago
Bump github/codeql-action from 2.21.9 to 2.22.1 More... 8 months ago
Bump ossf/scorecard-action from 2.2.0 to 2.3.0 More... 8 months ago
roll back fix of behavior of Graph/ValueGraph views for a node when that node is removed from the graph (breaking internal tests) More... 8 months ago
Prepare for release 32.1.3. More... 8 months ago
fix behavior of Graph/ValueGraph views for a node when that node is removed from the graph More... 8 months ago
Fix `Files.createTempDir` and `FileBackedOutputStream` under Windows _services_ (at least under JDK 9+), a rare use case. More... 8 months ago
Add `@GwtIncompatible` to `ConverterTest` methods that fail J2CL compilation. More... 8 months ago
Update Public Suffix data. More... 8 months ago
Make `MapsTransformValuesTest` stop pulling double duty as a test and as test infrastructure. More... 8 months ago
Hard-code a number of iterations for GWT/J2CL tests instead of having a different number for GWT prod mode and dev mode. More... 8 months ago
Split `Base` and `Derived` out of `SetsTest` so that `MapsTest` can depend on them without depending on `SetsTest`. More... 8 months ago
Give `ContiguousSetTest` its own `DiscreteDomain` implementation instead of pulling one from `RangeTest`. More... 8 months ago