-
Notifications
You must be signed in to change notification settings - Fork 886
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.17.0
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.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 10 files changed
- 4 contributors
Commits on Jul 27, 2023
-
#950 PiperOrigin-RevId: 551370402
Configuration menu - View commit details
-
Copy full SHA for 4eb2a4d - Browse repository at this point
Copy the full SHA 4eb2a4dView commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ebb6f5 - Browse repository at this point
Copy the full SHA 4ebb6f5View commit details
Commits on Sep 6, 2023
-
Fix `java.lang.RuntimeException: Document is locked by write PSI oper…
Configuration menu - View commit details
-
Copy full SHA for 28b199c - Browse repository at this point
Copy the full SHA 28b199cView commit details -
Make google-java-format friendlier to TSAN
This code does deliberate racy initialization of some memoized values, and there is a static final instance of the `Space` subclass that ends up being shared across multiple threads. Tested: sponge/1777b644-2dd8-420b-ad06-b4f17c893d8f PiperOrigin-RevId: 563181626
Configuration menu - View commit details
-
Copy full SHA for 9f2cd68 - Browse repository at this point
Copy the full SHA 9f2cd68View commit details
Commits on Sep 7, 2023
-
Update the release notes for the IntelliJ plugin.
(Also updated a dependency and tweaked the comment formatting.) PiperOrigin-RevId: 563439879
Configuration menu - View commit details
-
Copy full SHA for 915b78f - Browse repository at this point
Copy the full SHA 915b78fView commit details -
Use `com.google.common.base.Supplier`, for compatibility with clients that are using the Android version of Guava. Fixes e.g. ``` Exception in thread "main" java.lang.IncompatibleClassChangeError: Class com.google.common.base.Suppliers$NonSerializableMemoizingSupplier does not implement the requested interface java.util.function.Supplier ``` PiperOrigin-RevId: 563446857
Configuration menu - View commit details
-
Copy full SHA for d0e44e5 - Browse repository at this point
Copy the full SHA d0e44e5View commit details
Commits on Sep 12, 2023
-
Handle
final var
lambda variablesThe start position of `final` variable is apparently after the token for `final`, this works around that by inlining a call to `visitVariable` and dropping the `sync` call that asserts the start position of the current node matches the next token. Fixes #959 PiperOrigin-RevId: 564710136
Configuration menu - View commit details
-
Copy full SHA for 1fe6789 - Browse repository at this point
Copy the full SHA 1fe6789View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ade347 - Browse repository at this point
Copy the full SHA 4ade347View commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c47ebbb - Browse repository at this point
Copy the full SHA c47ebbbView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 11839c0 - Browse repository at this point
Copy the full SHA 11839c0View 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.17.0...v1.18.0