1. 5e114ca Do not crash when encountering double semi-colon after package statement by tvanderlippe · 5 years ago
  2. 9b0f032 Unify breaks before expressions ending in toBuilder and stream by cushon · 5 years ago
  3. 11da845 Automated rollback of commit 8b28725c4934a294bf57586cf41181207faa378f by jichao · 5 years ago
  4. ee1e594 Unify breaks before expressions ending in toBuilder and stream by cushon · 5 years ago
  5. dc8f413 Add better installation instructions. by plumpy · 5 years ago
  6. a24c9b6 Treat expressions ending in `.toBuilder()` as a syntactic unit by cushon · 5 years ago
  7. 6b57fbf Reflow string literals that exceed the column limit by cushon · 5 years ago
  8. f8d4e8d Re-bump version to 1.8-SNAPSHOT. by eaftan · 5 years ago
  9. 7aec921 Expand google-java-format-diff by tvanderlippe · 5 years ago
  10. df76e0c Add support for JetBrains 2019.1 IDEs. by plumpy · 5 years ago
  11. 1dd2488 Recognize atDebug methods in flogger heuristic by cushon · 5 years ago
  12. 24ab941 Put empty class and member declarations on their own line by cushon · 5 years ago
  13. 2431694 Duplicate an implementation comment to explain newline handling in ImportOrderedTest by cushon · 5 years ago
  14. 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
  15. 1895394 Don't wrap `// MOE:` line comments by cushon · 5 years ago
  16. f6561e3 Update the IntelliJ plugin to 1.7. by plumpy · 5 years ago
  17. 9583639 Bump version to 1.7-SNAPSHOT by Liam Miller-Cushon · 5 years ago
  18. 69e2efc Add an easier-to-download link to intellij-java-google-style.xml. (#330) by Ron Shapiro · 5 years ago
  19. db4c209 Update dependency versions by ronshapiro · 5 years ago
  20. 44308fe Keep going if a file cannot be read by mferreria · 6 years ago
  21. b92129d Automated rollback of e02c921884ea9820cfa4cb92951b6bb70f64863d. by cushon · 6 years ago
  22. b383c5a Log the elapsed time to toolsearch by cushon · 6 years ago
  23. 56886d8 Changed "uncheck" to "check" since plugin is now disabled by default by dverlaque · 6 years ago
  24. 3fcb71a Add flag to specify path to google-java-format binary in google-java-format-diff.py by zhin · 6 years ago
  25. 92e0dfc Fix build with JDK 11 by Thomas Broyer · 6 years ago
  26. 79b1249 Unbreak Travis build. by eaftan · 6 years ago
  27. 9a33cdd Remove unused import statement by Christian Stein · 6 years ago
  28. 78dfe59 Add support for 2018.3 IDEs. by plumpy · 6 years ago
  29. 1827f79 Treat expressions ending in `.stream()` as a syntactic unit by cushon · 6 years ago
  30. b17ced2 Use j.u.Optional in google-java-format by cushon · 6 years ago
  31. 4fa9d49 Flip the default state for the google-java-format plugin back to disabled. by plumpy · 6 years ago
  32. c01b2e4 Mark the google-java-format plugin as since-build=173.*. by plumpy · 6 years ago
  33. 357e407 Update the google-java-format plugin to support 2018.2 EAP builds. by plumpy · 6 years ago
  34. 907d46a Update the google-java-format plugin to use GJF 1.6. by plumpy · 6 years ago
  35. 7db08b5 Replace 'install-jdk.sh' by new jdk constants by Christian Stein · 6 years ago
  36. 31522e2 Update README by Liam Miller-Cushon · 6 years ago
  37. d16ab20 Bump version to 1.6-SNAPSHOT by Liam Miller-Cushon · 6 years ago
  38. 4f92015 Prepare eclipse plugin for 1.6. release by Liam Miller-Cushon · 6 years ago
  39. 8749b22 1.6 release by Liam Miller-Cushon · 6 years ago
  40. 8dda58a Improve some javadoc by Liam Miller-Cushon · 6 years ago
  41. 5174180 Fix handling of type-annotated varargs by ingop · 6 years ago
  42. eb181b2 Add horizontal whitespace between varargs specifiers and type annotations by cushon · 6 years ago
  43. 588b108 Don't add spaces to `//$NON-NLS-x$` comments by cushon · 6 years ago
  44. 9cf8dc1 Don't crash on empty enum declarations by cushon · 6 years ago
  45. c68bb9c Update install-jdk.sh by Liam Miller-Cushon · 6 years ago
  46. beacef4 Add maltzj/google-style-precommit-hook to the README by cushon · 6 years ago
  47. c734b73 Document another GJF integration by cushon · 6 years ago
  48. 013ca8a Improve formatting of https://github.com/google/flogger by cushon · 6 years ago
  49. ec57e31 Mention third-party integrations in the README by cushon · 6 years ago
  50. bd8bf60 Update download link to point to version 1.5 by Alec Bickerton · 6 years ago
  51. 2eb554d Remove version from Eclipse java-formatter configuration by Brian de Alwis · 6 years ago
  52. c6c9a3e Minor fixes to README by Darío Hereñú · 6 years ago
  53. 579772a Undelete GoogleJavaFormatVersion.java.template by Liam Miller-Cushon · 6 years ago
  54. bb45148 Break a cycle between javadoc and java packages by cushon · 6 years ago
  55. a268700 Don't format annotations as block-like constructs by cushon · 6 years ago
  56. dac314e Fix installing the formatter for users with the defaults. by plumpy · 6 years ago
  57. d77cda5 Mark the IntelliJ plugin as working on any IDE version between 171 and 181. by plumpy · 6 years ago
  58. 4c29598 Enable the google-java-format IntelliJ plugin by default. by plumpy · 6 years ago
  59. 98f7771 Add JDK 11 to Travis CI build matrix by Christian Stein · 6 years ago
  60. 6d62a71 Use the platform separator in another test by cushon · 6 years ago
  61. 670be78 Fix some Error Prone warnings by cushon · 6 years ago
  62. fe20610 Add support for --assume-filename by cushon · 6 years ago
  63. d109789 Fix one more assert that I missed in ImportOrderer. by mkanat · 6 years ago
  64. 4d728e7 Set 'com.google.googlejavaformat' as automatic module name (#257) by Ron Shapiro · 6 years ago
  65. fff0337 Make google-java-format stop using "assert." Use Preconditions instead. by mkanat · 6 years ago
  66. 3643f0a Drop `-ea` as JDK 10 is now a release candidate by Christian Stein · 6 years ago
  67. 8e6fbbb Unify breaks between type parameters by cushon · 6 years ago
  68. ffd2494 Format the files with google-java-format (oops) by plumpy · 6 years ago
  69. 128ee6e Ditch the sdkcompat messiness. This CodeStyleManagerDecorator works on v171+. by plumpy · 6 years ago
  70. 01d2ffa Simplify the GoogleJavaFormatCodeStyleManager. by plumpy · 6 years ago
  71. 6d778e4 Disable doclint more nicely by cushon · 6 years ago
  72. 1dde65f Update maven-javadoc-plugin to 3.0.0. by cpovirk · 6 years ago
  73. dfe0b72 Update URL to Java 10 archive by Christian Stein · 6 years ago
  74. d4609ce Update to javac 9+181-r4173-1 (#242) by Ron Shapiro · 6 years ago
  75. b772788 Update compile-testing dependency to 0.15. (#241) by Ron Shapiro · 6 years ago
  76. 9028b42 Make handling of blank lines around import blocks deterministic in the presence of comments by cushon · 6 years ago
  77. 2d3c37c Update some dependencies to versions that support Java 9 by cushon · 7 years ago
  78. d667eb9 Enable build matrix with JDK 8, 9 and 10-ea by Christian Stein · 7 years ago
  79. 596f099 Add missing BUILD file to google_java_format package. by brendandouglas · 7 years ago
  80. 908fecd Update maven-javadoc-plugin, and turn JDK 9 build back off by cushon · 7 years ago
  81. b90fed8 Enable a JDK 9 travis build by cushon · 7 years ago
  82. 6ba9893 Set project.basedir for templating action (#224) by Ron Shapiro · 7 years ago
  83. 3542a4e Automated g4 rollback of changelist 174358009. (#219) by Ron Shapiro · 7 years ago
  84. b42989a Add copyright notices by cushon · 7 years ago
  85. 712c2e8 Remove @Nullable annotations. by plumpy · 7 years ago
  86. 3017ad0 Add gradle build files to build the open-source IntelliJ plugins. by plumpy · 7 years ago
  87. 1209deb Don't crash on unusual line separators. by cpovirk · 7 years ago
  88. e58f5cb Fixed spelling mistakes in README by Yilun · 7 years ago
  89. 830daee Disable eclipse plugin build, again by Liam Miller-Cushon · 7 years ago
  90. 63bee62 Prepare to release version 1.5 of the eclipse plugin by Liam Miller-Cushon · 7 years ago
  91. a24ff8c Update README after 1.5 release by Liam Miller-Cushon · 7 years ago
  92. ee03056 Bump version to 1.6-SNAPSHOT by Liam Miller-Cushon · 7 years ago
  93. a2888a7 1.5 release by Liam Miller-Cushon · 7 years ago
  94. 65132b0 Bake version numbers in at build-time by cushon · 7 years ago
  95. 8364f6c Fix another import ordering / newline issue by cushon · 7 years ago
  96. 352aac7 Load the version number at runtime by cushon · 7 years ago
  97. 7225e17 Handle two imports on the same line during reordering by cushon · 7 years ago
  98. 2b7d03a Make some accidentally public classes package-private by cushon · 7 years ago
  99. 2ec27b5 Remove redundant type arguments by Jonathan Bluett-Duncan · 7 years ago
  100. 598f248 Add support for javac-style @params files by Christian Stein · 7 years ago