1. 5a9534f Fix version_test on Windows. (#1899) by Bob Nystrom · 17 hours ago main
  2. 52d86de Add a benchmark script to measure time spending reading configuration. (#1897) by Bob Nystrom · 10 days ago
  3. 042f1de Bump dart-lang/ecosystem/.github/workflows/publish.yaml (#1896) by dependabot[bot] · 11 days ago
  4. 66132b7 Publish 3.1.13. (#1894) by Bob Nystrom · 2 weeks ago v3.1.13
  5. 39edc2d Fix version_test to handle being run from within the Dart SDK. (#1892) by Bob Nystrom · 3 weeks ago
  6. 21eb847 Fix enums with primary constructors. (#1890) by Bob Nystrom · 3 weeks ago
  7. 3b1f30e Bump dart-lang/setup-dart in the github-actions group (#1884) by dependabot[bot] · 4 weeks ago
  8. 5445804 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#1881) by dependabot[bot] · 4 weeks ago
  9. ce379a1 Make DartFormatter.lineEnding immutable. (#1878) by Bob Nystrom · 8 weeks ago update-library-api
  10. 34d0e7b Allow package_config 3.x.x. (#1877) by Bob Nystrom · 9 weeks ago v3.1.12
  11. 005cc44 Bump version to publish 3.1.11. (#1874) by Bob Nystrom · 9 weeks ago v3.1.11
  12. 965ed1b Move CHANGELOG entry. (#1873) by Bob Nystrom · 9 weeks ago
  13. 680f5f2 Allow analyzer version 14. (#1864) by Pavel Akhrameev · 9 weeks ago
  14. ca96480 Move tool_utils.dart into tool/src/utils.dart. (#1872) by Bob Nystrom · 9 weeks ago
  15. d178919 Migrate off the grinder package and test that versions match. (#1871) by Bob Nystrom · 9 weeks ago
  16. 96dc847 Bump version number to publish 3.1.10. (#1870) by Bob Nystrom · 9 weeks ago v3.1.10
  17. 3f62526 Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#1867) by dependabot[bot] · 2 months ago
  18. dfdf642 Fix regression that incorrectly moved a blank line around a comment. (#1862) by Bob Nystrom · 3 months ago
  19. 95f4456 Do some clean-up on the CHANGELOG. (#1861) by Bob Nystrom · 3 months ago
  20. 48609ba Handle overflowing solutions more gracefully. (#1848) by Bob Nystrom · 3 months ago
  21. c94640f Support a trailing comma in extension type representation clauses. (#1860) by Bob Nystrom · 3 months ago
  22. 4bb0704 Move fixing a piece's state by page width to before solving. (#1849) by Bob Nystrom · 3 months ago
  23. 7949dc2 Merge pull request #1859 from dart-lang/merge-dart-sdk-main by Alexander Thomas · 3 months ago
  24. 8e713e4 Merge pull request #1856 from dart-lang/merge-dart-sdk-stable by Alexander Thomas · 3 months ago
  25. 488c5c4 Merge remote-tracking branch 'origin/dart-sdk-main' into merge-dart-sdk-main by Robert Nystrom · 3 months ago
  26. 2ed8c59 Fix io_file_system_test.dart. (#1858) by Bob Nystrom · 3 months ago dart-sdk-main
  27. ab65753 Merge remote-tracking branch 'origin/dart-sdk-stable' into merge-dart-sdk-stable by Robert Nystrom · 3 months ago
  28. d7b3662 [dart main] Don't crash on a missing analysis_options.yaml include. (#1855) by Bob Nystrom · 3 months ago
  29. 20ab217 [dart stable] Don't crash on a missing analysis_options.yaml include. (#1853) by Bob Nystrom · 3 months ago dart-sdk-stable
  30. 4279657 Don't crash on a missing analysis_options.yaml include. (#1851) by Bob Nystrom · 3 months ago
  31. 693ca19 Update to analyzer 13.1.0 and fix deprecation warnings. (#1854) by Bob Nystrom · 3 months ago
  32. c70bffb Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#1846) by dependabot[bot] · 3 months ago
  33. 2aef82f Prefer to split call chains for single-element targets. (#1842) by Bob Nystrom · 3 months ago
  34. 596479f Separate imports into sections. (#1843) by Bob Nystrom · 4 months ago
  35. 1126984 Move all tests to be explicitly versioned (#1841) by Bob Nystrom · 4 months ago
  36. 6bb4905 Format the guard in an if-case to split if the pattern block splits. (#1836) by Bob Nystrom · 4 months ago
  37. f1d10e1 Allow block formatting "as", "is", and "is!" expressions. (#1835) by Bob Nystrom · 5 months ago
  38. 0b95649 Tests with 'final' or 'var' are unsupported by 3.13. (#1834) by Kallen Tu · 5 months ago
  39. acfe706 Optimize Solution state tracking by lazifying and sharing state. (#1824) by Kevin Moore · 5 months ago
  40. c365f88 Support block-formatting parameter lists. (#1832) by Bob Nystrom · 5 months ago
  41. 91f85cc Handle unsupported language versions in formatter tests. (#1829) by Bob Nystrom · 5 months ago
  42. 155c6ae Fix bug in list splitting optimization. (#1828) by Bob Nystrom · 5 months ago
  43. 8d9e0b7 Don't add a blank line before a comment at the end of a file or body. (#1831) by Bob Nystrom · 5 months ago
  44. 0868041 Update workflows and SDK constraint to 3.11. (#1830) by Bob Nystrom · 5 months ago
  45. 7133478 Add a script to run a single test. (#1827) by Bob Nystrom · 5 months ago
  46. c9975c6 Require analyzer ^13.0.0, with breaking changes. (#1821) by Konstantin Scheglov · 5 months ago v3.1.9
  47. 4b77cd8 Support primary constructors in short style. (#1823) by Kallen Tu · 5 months ago
  48. f510a0a Fix tests with final and/or var parameters. (#1822) by Kallen Tu · 5 months ago
  49. 25880b1 Bump dart-lang/setup-dart in the github-actions group (#1819) by dependabot[bot] · 5 months ago
  50. 5ed5aad Fix IOFileSystemPath printing during package resolution exceptions (#1818) by Kevin Moore · 6 months ago
  51. f662cf6 Unit tests for mixins, enums and extensions with a `;` body. (#1817) by Kallen Tu · 6 months ago
  52. 2d8c5dc Bump version to 3.1.8 (#1816) by Kevin Moore · 6 months ago v3.1.8
  53. 9b302dd Require analyzer ^12.0.0, with breaking changes. (#1815) by Konstantin Scheglov · 6 months ago
  54. 3359fea Primary constructors (#1807) by Bob Nystrom · 6 months ago
  55. a0f21e8 v3.1.7: support the latest pkg:analyzer (#1812) by Kevin Moore · 6 months ago v3.1.7
  56. 4f93caf Bump version to get ready to publish. (#1811) by Bob Nystrom · 7 months ago v3.1.6
  57. a6b10dc Add enum trailing comma fix to CHANGELOG. (#1810) by Bob Nystrom · 7 months ago
  58. a1458c4 Fix enum semicolon moved to new line with trailing_commas: preserve (#1806) by Barbirosha · 7 months ago
  59. b9867aa Bump the latest supported language version to 3.12. (#1808) by Bob Nystrom · 7 months ago
  60. 0d56d85 Fix package resolution error to include file path (#1799) by Naman Goyal · 7 months ago
  61. 726465d Bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group (#1800) by dependabot[bot] · 7 months ago
  62. 4d4c889 fix: new analyzer lints (#1804) by Kevin Moore · 7 months ago
  63. f4d6e4d Retire experiments that are now released. (#1779) by Lasse R.H. Nielsen · 7 months ago
  64. f624489 Add support for language version 3.11. (#1798) by Bob Nystrom · 8 months ago v3.1.5
  65. bdae98c Require analyzer 10.0.0, stop using deprecated nodes and properties. (#1795) by Konstantin Scheglov · 8 months ago v3.1.4
  66. af2e770 Bump actions/checkout from 6.0.0 to 6.0.1 in the github-actions group (#1793) by dependabot[bot] · 8 months ago
  67. d1c9edc Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#1790) by dependabot[bot] · 9 months ago
  68. f9825b8 Test that private named initializing formals can be formatted. (#1788) by Bob Nystrom · 10 months ago
  69. e8190bf Remove uses of internal analyzer implementation. (#1787) by Bob Nystrom · 10 months ago
  70. de7e726 Clean up use of pkg:args, bump args dep (#1784) by Kevin Moore · 10 months ago v3.1.3
  71. ade6076 Latest analyzer, prepare release (#1783) by Kevin Moore · 10 months ago
  72. ec0048b Fix stray backtick in markdown documentation (#1761) by Martino Yovo · 11 months ago
  73. 34742d7 Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions group (#1767) by dependabot[bot] · 1 year ago
  74. ca019b0 Use "@dart=" comment when determining which style rules to apply. (#1766) by Bob Nystrom · 1 year ago
  75. 3499c1e Synchronize the dart_style version in its own help output. (#1759) by Bob Nystrom · 1 year, 1 month ago
  76. bacc9bf Remove tests of invalid import syntax. (#1758) by Bob Nystrom · 1 year, 1 month ago
  77. b5a166e Remove special case handling of dot shorthands in null aware elements. (#1757) by Bob Nystrom · 1 year, 1 month ago
  78. 00b5f3f Update deps to their lowest allowed, prepare release (#1756) by Kevin Moore · 1 year, 1 month ago v3.1.2
  79. 5cb5627 Make preserved trailing commas apply to record types too. (#1751) by Bob Nystrom · 1 year, 2 months ago
  80. a1e405f Add a regression test for an idempotency bug. (#1752) by Bob Nystrom · 1 year, 2 months ago
  81. 7278eff Preserve trailing commas enum with members (#1750) by Bob Nystrom · 1 year, 2 months ago
  82. 5d2ad56 Preserve space between "?" and "." in null aware element dot shorthand. (#1748) by Bob Nystrom · 1 year, 2 months ago
  83. 4f2fe38 Enable language version 3.10 and format dot shorthands. (#1745) by Bob Nystrom · 1 year, 2 months ago
  84. 05215a6 Bump version to publish 3.1.1. (#1746) by Bob Nystrom · 1 year, 2 months ago v3.1.1
  85. 6c4166a Smarter versioned tests (#1744) by Bob Nystrom · 1 year, 2 months ago
  86. ac2650a Get the test updater script working again. (#1743) by Bob Nystrom · 1 year, 2 months ago
  87. 44e8cfe Bump latest supported language version to 3.9. (#1740) by Bob Nystrom · 1 year, 2 months ago
  88. 2a6c97b Add configurable category to `FormatCommand` (#1735) by Daco Harkes · 1 year, 3 months ago
  89. 90227c5 Fix permissions in the CI publish workflow. (#1720) by Bob Nystrom · 1 year, 4 months ago v3.1.0
  90. 121e5e3 Bump version to publish 3.1.0. (#1719) by Bob Nystrom · 1 year, 4 months ago
  91. e7264fc Add regression test for #1712. (#1715) by Bob Nystrom · 1 year, 5 months ago
  92. 7c16cf2 Update the README. (#1713) by Bob Nystrom · 1 year, 5 months ago
  93. 100db45 Language version all of the formatting changes since Dart 3.7. (#1707) by Bob Nystrom · 1 year, 5 months ago
  94. c7f6131 Don't invalidate solutions from pinned pieces. (#1706) by Bob Nystrom · 1 year, 5 months ago
  95. eaa3f2d Make the eager argument list splitting heuristic more conservative. (#1700) by Bob Nystrom · 1 year, 5 months ago
  96. cd73f3e Add regression test for #1645. (#1697) by Bob Nystrom · 1 year, 5 months ago
  97. 8dd0e3b Add issue templates. (#1698) by Bob Nystrom · 1 year, 5 months ago
  98. 4d5edfc Fix bug with comments being reordered. (#1696) by Bob Nystrom · 1 year, 5 months ago
  99. 71421b3 Allow shape to propagate through AssignPieces. (#1694) by Bob Nystrom · 1 year, 5 months ago
  100. 8a17214 Eagerly split argument lists based on their contents. (#1690) by Bob Nystrom · 1 year, 5 months ago