1. 1c45fa5 Bump versions to 1.9 by Liam Miller-Cushon · 3 years, 9 months ago
  2. 5202af9 Add support for yield statement by Tim Koopman · 4 years ago
  3. 22d8c55 Java 14 integration tests by Liam Miller-Cushon · 4 years ago
  4. 98c8525 Split up the string "M" + "OE:(begin|end)_intracomment_stripping," as the full string will trigger stripping under Copybara. by cpovirk · 4 years, 1 month ago
  5. f5a9280 Fix a crash in expression switches by Liam Miller-Cushon · 4 years, 1 month ago
  6. 0354f02 Increment versions for 1.8 release by Liam Miller-Cushon · 4 years, 1 month ago
  7. c525db0 Pre-release javadoc fixes by Liam Miller-Cushon · 4 years, 1 month ago
  8. d1c2aef Fix javadoc syntax by Christian Stein · 4 years, 1 month ago
  9. b53d614 Minor Javadoc improvement. by google-java-format Team · 4 years, 1 month ago
  10. e19b763 Support `var` in enhanced for loops by cushon · 4 years, 1 month ago
  11. ca529a2 Fix formatting of records without an explicit constructor by cushon · 4 years, 1 month ago
  12. 16b56a3 Make re-parsing of var more robust by cushon · 4 years, 1 month ago
  13. 4ddb914 Add initial support for Java 14 language features by cushon · 4 years, 2 months ago
  14. b810032 Preserve tabular arguments for mixed sign numeric lists. by Andrew Reid · 4 years, 2 months ago
  15. d6d0b4d Use the default / latest supported language level by cushon · 4 years, 2 months ago
  16. 3c191c1 Use the built-in JDK 11 javac by cushon · 4 years, 2 months ago
  17. cdf7665 Add Java 11 regression tests by cushon · 4 years, 3 months ago
  18. eb76f92 Migrate from JSR-305 to the Checker Framework annotations by cushon · 4 years, 3 months ago
  19. 05f57ec Remove trailing tabs from comments to make behavior idempotent. by Eckert, Alexander · 4 years, 5 months ago
  20. 1288c85 Tell maven-javadoc-plugin to target JDK 8 by Carmi Grushko · 4 years, 5 months ago
  21. 8a215cd annotation/parameterless annotation by cushon · 4 years, 5 months ago
  22. ed40e47 Fix a crash on c-style arrays in parameters by cushon · 4 years, 5 months ago
  23. 81aaab9 Update outdated Javadoc links by Anthony Vanelverdinghe · 4 years, 6 months ago
  24. bd17670 Add flag control for javadoc formatting by cushon · 4 years, 7 months ago
  25. 1396e60 Pull JavaInput.{getkN,getToken} up to Input so `JavaOutput` by Carmi Grushko · 4 years, 7 months ago
  26. a27c99c Make JavaOutput.flush() public so it can be accessed by other formatters. by Carmi Grushko · 4 years, 7 months ago
  27. 3717179 Don't reformat javadoc comments with extra `*` by cushon · 4 years, 8 months ago
  28. 5f46e2e Add missing license headers by cushon · 4 years, 10 months ago
  29. 24680f3 google-java-formatter: reformat portions of the text affected by reflowing by awturner · 4 years, 10 months ago
  30. edfc2ab Delete obsolete unused import logic by cushon · 4 years, 10 months ago
  31. 75c4c06 JavaInputAstVisitor: fix unchecked cast by awturner · 4 years, 10 months ago
  32. c753e2c google-java-format: construct the Replacement range in the constructor, in order to guarantee it is closedOpen. by awturner · 4 years, 10 months ago
  33. 0a449a5 Update to Truth 0.45, and address deprecations. by cpovirk · 5 years ago
  34. 64242e1 Try to wrap long strings regardless of whether they'd provoke lint errors by cushon · 5 years ago
  35. d40d0d6 Implement AOSP import ordering. by eaftan · 5 years ago
  36. 1ab8de2 Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by cpovirk · 5 years ago
  37. 365e36f Refactor max line length handling by cushon · 5 years ago
  38. 94275bf Remove a branch that is never taken by cushon · 5 years ago
  39. aee9cd8 Give parallelStream() the same treatment as stream() by cushon · 5 years ago
  40. 8f3a446 Don't reflow string literals used as the LHS of a select by cushon · 5 years ago
  41. afe8ac5 Support windows line endings in string reflowing by cushon · 5 years ago
  42. d0e7707 Make handling of whitespace in reflowed lines consistent by cushon · 5 years ago
  43. 2d65366 Reorder --offset and --length flags in help text by cushon · 5 years ago
  44. f246638 Fix import reorderer to handle single-line-comments in imports by tvanderlippe · 5 years ago
  45. 5e114ca Do not crash when encountering double semi-colon after package statement by tvanderlippe · 5 years ago
  46. 9b0f032 Unify breaks before expressions ending in toBuilder and stream by cushon · 5 years ago
  47. 11da845 Automated rollback of commit 8b28725c4934a294bf57586cf41181207faa378f by jichao · 5 years ago
  48. ee1e594 Unify breaks before expressions ending in toBuilder and stream by cushon · 5 years ago
  49. a24c9b6 Treat expressions ending in `.toBuilder()` as a syntactic unit by cushon · 5 years ago
  50. 6b57fbf Reflow string literals that exceed the column limit by cushon · 5 years ago
  51. f8d4e8d Re-bump version to 1.8-SNAPSHOT. by eaftan · 5 years ago
  52. 1dd2488 Recognize atDebug methods in flogger heuristic by cushon · 5 years ago
  53. 24ab941 Put empty class and member declarations on their own line by cushon · 5 years ago
  54. 2431694 Duplicate an implementation comment to explain newline handling in ImportOrderedTest by cushon · 5 years ago
  55. 8ef82d9 Override write(String) so we don't have to decompose the String into a char[] just to add it back to the StringBuilder by ronshapiro · 5 years ago
  56. 1895394 Don't wrap `// MOE:` line comments by cushon · 5 years ago
  57. 9583639 Bump version to 1.7-SNAPSHOT by Liam Miller-Cushon · 5 years ago
  58. 44308fe Keep going if a file cannot be read by mferreria · 6 years ago
  59. b92129d Automated rollback of e02c921884ea9820cfa4cb92951b6bb70f64863d. by cushon · 6 years ago
  60. b383c5a Log the elapsed time to toolsearch by cushon · 6 years ago
  61. 92e0dfc Fix build with JDK 11 by Thomas Broyer · 6 years ago
  62. 9a33cdd Remove unused import statement by Christian Stein · 6 years ago
  63. 1827f79 Treat expressions ending in `.stream()` as a syntactic unit by cushon · 6 years ago
  64. b17ced2 Use j.u.Optional in google-java-format by cushon · 6 years ago
  65. d16ab20 Bump version to 1.6-SNAPSHOT by Liam Miller-Cushon · 6 years ago
  66. 8749b22 1.6 release by Liam Miller-Cushon · 6 years ago
  67. 8dda58a Improve some javadoc by Liam Miller-Cushon · 6 years ago
  68. 5174180 Fix handling of type-annotated varargs by ingop · 6 years ago
  69. eb181b2 Add horizontal whitespace between varargs specifiers and type annotations by cushon · 6 years ago
  70. 588b108 Don't add spaces to `//$NON-NLS-x$` comments by cushon · 6 years ago
  71. 9cf8dc1 Don't crash on empty enum declarations by cushon · 6 years ago
  72. 013ca8a Improve formatting of https://github.com/google/flogger by cushon · 6 years ago
  73. 579772a Undelete GoogleJavaFormatVersion.java.template by Liam Miller-Cushon · 6 years ago
  74. bb45148 Break a cycle between javadoc and java packages by cushon · 6 years ago
  75. a268700 Don't format annotations as block-like constructs by cushon · 6 years ago
  76. 6d62a71 Use the platform separator in another test by cushon · 6 years ago
  77. 670be78 Fix some Error Prone warnings by cushon · 6 years ago
  78. fe20610 Add support for --assume-filename by cushon · 6 years ago
  79. d109789 Fix one more assert that I missed in ImportOrderer. by mkanat · 6 years ago
  80. 4d728e7 Set 'com.google.googlejavaformat' as automatic module name (#257) by Ron Shapiro · 6 years ago
  81. fff0337 Make google-java-format stop using "assert." Use Preconditions instead. by mkanat · 6 years ago
  82. 8e6fbbb Unify breaks between type parameters by cushon · 6 years ago
  83. b772788 Update compile-testing dependency to 0.15. (#241) by Ron Shapiro · 6 years ago
  84. 9028b42 Make handling of blank lines around import blocks deterministic in the presence of comments by cushon · 6 years ago
  85. 2d3c37c Update some dependencies to versions that support Java 9 by cushon · 7 years ago
  86. 6ba9893 Set project.basedir for templating action (#224) by Ron Shapiro · 7 years ago
  87. 3542a4e Automated g4 rollback of changelist 174358009. (#219) by Ron Shapiro · 7 years ago
  88. 1209deb Don't crash on unusual line separators. by cpovirk · 7 years ago
  89. ee03056 Bump version to 1.6-SNAPSHOT by Liam Miller-Cushon · 7 years ago
  90. a2888a7 1.5 release by Liam Miller-Cushon · 7 years ago
  91. 65132b0 Bake version numbers in at build-time by cushon · 7 years ago
  92. 8364f6c Fix another import ordering / newline issue by cushon · 7 years ago
  93. 352aac7 Load the version number at runtime by cushon · 7 years ago
  94. 7225e17 Handle two imports on the same line during reordering by cushon · 7 years ago
  95. 2b7d03a Make some accidentally public classes package-private by cushon · 7 years ago
  96. 2ec27b5 Remove redundant type arguments by Jonathan Bluett-Duncan · 7 years ago
  97. 598f248 Add support for javac-style @params files by Christian Stein · 7 years ago
  98. adf8837 Added format and optimize imports entry point. by Christian Stein · 7 years ago
  99. c63984a Allow partial formatting within switch statement groups by cushon · 7 years ago
  100. 5ce4db9 Fix test newline handling on windows by Liam Miller-Cushon · 7 years ago