-
Notifications
You must be signed in to change notification settings - Fork 921
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: google/google-java-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.34.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: google/google-java-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.35.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 11 files changed
- 5 contributors
Commits on Feb 5, 2026
-
Add simple native formatting test
As discussed in #1327 a very simple formatting test is added to the native build. It's a fairly basic smoke test, but I actually verified here EvaristeGalois11#1 that it's enough to catch problems like the recent bug 😁 Fixes #1331 COPYBARA_INTEGRATE_REVIEW=#1331 from EvaristeGalois11:native-test 04b4238 PiperOrigin-RevId: 866015724
Configuration menu - View commit details
-
Copy full SHA for f1f5c67 - Browse repository at this point
Copy the full SHA f1f5c67View commit details
Commits on Feb 18, 2026
-
PiperOrigin-RevId: 871704300
Configuration menu - View commit details
-
Copy full SHA for fc4b2e9 - Browse repository at this point
Copy the full SHA fc4b2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 730d3b1 - Browse repository at this point
Copy the full SHA 730d3b1View commit details
Commits on Feb 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b0ef30a - Browse repository at this point
Copy the full SHA b0ef30aView commit details
Commits on Feb 27, 2026
-
Prepare to changes to
varin ASTAfter https://bugs.openjdk.org/browse/JDK-8268850, `VariableTree#getType` returns a new AST node `VarTypeTree` for variables declared with `var`. The new node could be handled in the visitor by implementing `visitVarType`, but that API is only available on the latest JDK versions using var, which would require creating a new version-specific visitor implementation. To defer doing that, this fix re-orders the logic that handles variable types to check if the next token is `var` first, to avoid needing to handle the new AST node. PiperOrigin-RevId: 876244813
Configuration menu - View commit details
-
Copy full SHA for 075e025 - Browse repository at this point
Copy the full SHA 075e025View commit details -
Migrate to records in google-java-format
I was debugging something where having a `toString` implementation in `TypeWithDims` would have been helpful. PiperOrigin-RevId: 876329640
Configuration menu - View commit details
-
Copy full SHA for 4962993 - Browse repository at this point
Copy the full SHA 4962993View commit details
Commits on Mar 3, 2026
-
The plugin is failing to build after changes in [1] to add usages of records. [1] 4962993 https://github.com/google/google-java-format/actions/runs/22568168992/job/65368984173 PiperOrigin-RevId: 877811635
Configuration menu - View commit details
-
Copy full SHA for 2f7e558 - Browse repository at this point
Copy the full SHA 2f7e558View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd8a84 - Browse repository at this point
Copy the full SHA cdd8a84View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.34.1...v1.35.0