aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daysupdate the IntelliJ plugin to 1.22.0upstream-masterMichael Plump
2024-04-06Support overlapping --lines ranges in google-java-format.google-java-format Team
2024-04-01Update text block formatting after nickreid's improvements in unknown commitLiam Miller-Cushon
2024-04-01Support multiline tokens in GJF-corenickreid
2024-03-29Stop using floats to represent line widths, which must be integers.nickreid
2024-03-28Java-format: format multiples files in parallel to improve speedgoogle-java-format Team
2024-03-18Update the IntelliJ plugin to gfj 1.21.0.Michael Plump
2024-03-18Update tycho version from 3.0.0 to 3.0.5Liam Miller-Cushon
2024-03-06Print all known values when an invalid range is given.google-java-format Team
2024-02-29Bump the version number for native image buildsLiam Miller-Cushon
2024-02-27Update the IntelliJ plugin to gfj 1.20.0.Michael Plump
2024-02-26Update release.ymlMichael Vorburger
2024-02-26Build native on Ubuntu 20.04 instead of latest 22.04 (re. #1072).Michael Vorburger
2024-02-26Remove an un-used portion of CI YAMLMichael Vorburger
2024-02-23Migrate google-java-format to JSpecifyLiam Miller-Cushon
2024-02-23Work around a crash on comments inside string template argumentsLiam Miller-Cushon
2024-02-22Re-indent text blocksLiam Miller-Cushon
2024-02-16Set `-march=compatibility` for native-image buildsLiam Miller-Cushon
2024-02-16Update maven native-image configuration for google-java-formatLiam Miller-Cushon
2024-02-16Handle `.exe` extensions for windows native-imageLiam Miller-Cushon
2024-02-16Update release.ymlLiam Miller-Cushon
2024-02-16Apply suggestions from code reviewLiam Miller-Cushon
2024-02-16Update release.ymlLiam Miller-Cushon
2024-02-16Update .github/workflows/release.ymlLiam Miller-Cushon
2024-02-16Generate native-image binaries for google-java-formatLiam Miller-Cushon
2024-02-16Add Windows native buildMichael Vorburger
2024-02-13Bump Maven JavaDoc plugin from 3.4.0 to 3.6.3 to fix build failureMichael Vorburger
2024-02-13Fix chmod +x util/test-native.sh which Copybara brokeMichael Vorburger
2024-02-13Add `util/test-native.sh` from https://github.com/google/google-java-format/p...Michael Vorburger
2024-02-12Handle 'any' patternsLiam Miller-Cushon
2024-02-11Remove obsolete test for matrix.java == 'GraalVM'Liam Miller-Cushon
2024-02-11Update ci.ymlLiam Miller-Cushon
2024-02-11Refactor CI to run GraalVM native build in separate jobMichael Vorburger
2024-02-11Build native binary in CI (fixes google#894)Michael Vorburger
2024-02-11Bump native-maven-plugin from 0.9.13 to 0.10.0 (latest)Michael Vorburger
2024-02-11Add missing ASL (license) to GitHub ActionsMichael Vorburger
2024-02-10Mechanically reformat GitHub Actions YAMLMichael Vorburger
2024-02-09docs: Add link to a VSC Extension to README (fixes #488)Michael Vorburger
2024-02-09Remove un-used GitHub Action ParameterMichael Vorburger
2024-02-06Automatic code cleanup.cpovirk
2024-02-05Update Truth to [1.4.0](https://github.com/google/truth/releases/tag/v1.4.0).cpovirk
2024-01-30Automatic code cleanup.cpovirk
2024-01-30Update Truth versionLiam Miller-Cushon
2024-01-26Rename `first` to `afterFirstToken`Liam Miller-Cushon
2024-01-26Keep type-use annotation with type when wrappingLiam Miller-Cushon
2024-01-24Fix a test bug introduced by https://github.com/google/google-java-format/com...Liam Miller-Cushon
2024-01-11Update the IntelliJ plugin to gfj 1.19.2.Michael Plump
2024-01-03Handle `var` in record patternsLiam Miller-Cushon
2023-12-21Improve support for string templatesLiam Miller-Cushon
2023-12-19chore: bump checkout/setup-java to v4 (use nodejs20 runtime)Rui Chen