1. 5f6e062 Merge pull request #1179 from jamesderlin/jamesderlin/broken-links by Bob Nystrom · 1 year, 2 months ago
  2. 4aebeb3 Merge pull request #1184 from dart-lang/patterns by Bob Nystrom · 1 year, 2 months ago
  3. be551c0 Merge branch 'master' into patterns by Robert Nystrom · 1 year, 2 months ago
  4. 5f05e58 Format metadata on patterns in for loops. (#1183) by Bob Nystrom · 1 year, 2 months ago
  5. 7fd45d6 Don't crash on switches with empty trailing cases. (#1182) by Bob Nystrom · 1 year, 2 months ago
  6. 35a5d9f Add some more tests to pin down comment indentation in switches. (#1180) by Bob Nystrom · 1 year, 2 months ago
  7. 0afcec2 Fix broken links in the README.md by James Lin · 1 year, 3 months ago
  8. fc29f83 Format switch cases that aren't valid patterns. (#1177) by Bob Nystrom · 1 year, 3 months ago
  9. 4a801b5 Class modifiers (#1178) by Bob Nystrom · 1 year, 3 months ago
  10. c9e5191 Better style for inline case bodies. (#1176) by Bob Nystrom · 1 year, 3 months ago
  11. dd8b295 Format switch expressions, guards, and patterns in switches. (#1174) by Bob Nystrom · 1 year, 3 months ago
  12. a468fb1 Format patterns in variables, assignments, and for loops. (#1173) by Bob Nystrom · 1 year, 3 months ago
  13. 480b449 Format object patterns, const constructors, and constant expressions. (#1171) by Bob Nystrom · 1 year, 3 months ago
  14. 034118d Format list, map, and record patterns. (#1170) by Bob Nystrom · 1 year, 3 months ago
  15. d80996e Fix the directory path shown by the old CLI. (#1169) by Bob Nystrom · 1 year, 3 months ago
  16. 41d2411 Fix how spans are rendered in the debug output. (#1168) by Bob Nystrom · 1 year, 3 months ago
  17. 8559543 Format the remaining simple patterns. (#1167) by Bob Nystrom · 1 year, 3 months ago
  18. 73c0cb7 Revert "Start formatting patterns and other related syntax. (#1165)" (#1166) by Bob Nystrom · 1 year, 3 months ago
  19. b5ad63e Start formatting patterns and other related syntax. (#1165) by Bob Nystrom · 1 year, 3 months ago
  20. 8e47639 Bump dart-lang/setup-dart from 1.3 to 1.4 (#1162) by dependabot[bot] · 1 year, 3 months ago
  21. 1fb2153 Bump actions/checkout from 3.2.0 to 3.3.0 (#1161) by dependabot[bot] · 1 year, 3 months ago
  22. 94d6bd8 Format records and record type annotations. (#1158) by Bob Nystrom · 1 year, 4 months ago
  23. 4506ac5 Remove non-working constraint between metadata and parameters. (#1159) by Bob Nystrom · 1 year, 4 months ago
  24. 8d8db4b Bump actions/checkout from 3.1.0 to 3.2.0 (#1156) by dependabot[bot] · 1 year, 4 months ago
  25. d0c6b1d Fix a metadata test to not have whitespace before the "(". (#1154) by Bob Nystrom · 1 year, 5 months ago
  26. bc86574 Merge pull request #1152 from scheglov/typed-_visitFunctionOrMethodDeclaration by Konstantin Scheglov · 1 year, 5 months ago
  27. f5da6bc Use typed _visitFunctionOrMethodDeclaration(), stop using 'name2'. by Konstantin Shcheglov · 1 year, 5 months ago
  28. 1ee1976 blast_repo fixes (#1151) by Kevin Moore · 1 year, 6 months ago
  29. 01a8e07 Fix outdated analyzer API usage (#1150) by Kevin Moore · 1 year, 6 months ago
  30. 11a26f7 Hide the --line-length option (#1147) by Nate Bosch · 1 year, 7 months ago
  31. f79a982 Simplify visits with optional names (#1145) by Sam Rawlins · 1 year, 7 months ago
  32. 9fa5c65 Merge pull request #1144 from dart-lang/unnamed-libraries by Sam Rawlins · 1 year, 7 months ago
  33. eb1a98b fmt by Sam Rawlins · 1 year, 7 months ago
  34. 6bcea61 Format unnamed libraries by Sam Rawlins · 1 year, 7 months ago
  35. 1510c99 Bump to analyzer 5.1.0 and handle deprecations (#1140) by Sam Rawlins · 1 year, 7 months ago
  36. dec7e72 Ignore pubspec.lock file, cleanup .gitignore (#1138) by Kevin Moore · 1 year, 8 months ago
  37. 5315e28 Support the latest pkg:analyzer, prepare to release v2.2.4 (#1137) by Kevin Moore · 1 year, 8 months ago v2.2.4
  38. abcdae6 Require the latest version of pkg:lints (#1136) by Kevin Moore · 1 year, 8 months ago
  39. 49bc3ff Merge pull request #1125 from scheglov/analyzer-4.4.0 by Konstantin Scheglov · 1 year, 9 months ago
  40. 4ff7c91 Update CHANGELOG.md by Konstantin Scheglov · 1 year, 9 months ago
  41. e1c725f Fix dynamic / unsafe place. by Konstantin Shcheglov · 1 year, 9 months ago
  42. e888fee Require analyzer 4.4.0, stop using deprecated APIs. by Konstantin Shcheglov · 1 year, 9 months ago
  43. 5a14b5e Move collection argument counts from ArgumentRule to PositionalRule. (#1123) by Bob Nystrom · 1 year, 9 months ago
  44. 2aaddd0 Use a more general mechanism for tracking constraints between rules. (#1122) by Bob Nystrom · 1 year, 10 months ago
  45. 5ffaab7 Refactor how child chunks are stored. (#1117) by Bob Nystrom · 1 year, 11 months ago
  46. fb93b7c Refactor to use enhanced enums for Output and Show. (#1116) by Bob Nystrom · 1 year, 11 months ago
  47. a9115cd Simplify and unify how delimited bodies are handled. (#1113) by Bob Nystrom · 1 year, 11 months ago
  48. 1056428 Remove preserveWhitespace() and related code. (#1112) by Bob Nystrom · 1 year, 11 months ago
  49. fe04e8b Move a bunch of functions on AST nodes over to extensions. (#1111) by Bob Nystrom · 2 years ago
  50. a350882 Refactor Chunk to represent the split preceding the chunk's text. (#1110) by Bob Nystrom · 2 years ago
  51. 7b3b600 Fix typo (#1108) by Ahmed Ashour · 2 years ago
  52. 04ec4e5 allow latest version of pkg:analyzer (#1106) by Kevin Moore · 2 years, 1 month ago v2.2.3
  53. d7b7353 Bump version to release 2.2.2. (#1099) by Bob Nystrom · 2 years, 2 months ago 2.2.2
  54. 7adb2db Format "super." parameters. (#1097) by Bob Nystrom · 2 years, 2 months ago
  55. c8ed552 Format enhanced enums. (#1096) by Bob Nystrom · 2 years, 2 months ago
  56. 4de83d3 Reformat without trailing commas. by Robert Nystrom · 2 years, 2 months ago
  57. c461883 Merge branch 'aa-use-internal-api' of https://github.com/scheglov/dart_style into scheglov-aa-use-internal-api by Robert Nystrom · 2 years, 2 months ago
  58. 68eab57 Formatting support for named arguments anywhere. (#1094) by Bob Nystrom · 2 years, 2 months ago
  59. 4c15895 Stop using 'astFactory', use specialized API. by Konstantin Shcheglov · 2 years, 3 months ago
  60. 6f894c0 Update pubspec version since there are unpublished changes now. by Robert Nystrom · 2 years, 4 months ago
  61. 7f5efd8 Use 2.17 language version. by Konstantin Shcheglov · 2 years, 4 months ago
  62. 610ef57 Bump to 2.2.1. (#1081) by Bob Nystrom · 2 years, 5 months ago 2.2.1
  63. 1c68e41 allow analyzer version 3.0.0 (#1079) by Jacob MacDonald · 2 years, 5 months ago
  64. 86b14a3 Remove new keyword from example, use final (#1076) by Michal Šrůtek · 2 years, 5 months ago
  65. 08b0294 Merge pull request #1067 from scheglov/latestAnalyzer-NamedType by Konstantin Scheglov · 2 years, 7 months ago
  66. ae3d7d3 Require analyzer 2.6.0, use NamedType. by Konstantin Shcheglov · 2 years, 7 months ago
  67. 96cca43 Remove outdated references to "dartfmt". (#1065) by Bob Nystrom · 2 years, 7 months ago
  68. faf8672 Add a regression test for #479, which is working as intended now. (#1063) by Bob Nystrom · 2 years, 7 months ago
  69. 55512ec lints (#1061) by Kevin Moore · 2 years, 7 months ago
  70. 61a6636 Re-introduce constructor tear-off support and fix analyzer constraint. (#1059) by Bob Nystrom · 2 years, 8 months ago 2.2.0
  71. 7660eaa Revert support for constructor tear-offs and republish as 2.1.1. (#1058) by Bob Nystrom · 2 years, 8 months ago 2.1.1
  72. 14d9b6f Bump version to release 2.1.0. (#1048) by Bob Nystrom · 2 years, 9 months ago 2.1.0
  73. b268371 Format generic function references and constructor tear-offs. (#1047) by Bob Nystrom · 2 years, 9 months ago
  74. 06bfd19 Fix hang when reading from stdin. (#1046) by Bob Nystrom · 2 years, 10 months ago 2.0.3
  75. 32969c1 Merge commit '0fe592042eda5d9eea6fc240a8ee0fe531bb0794' by William Hesse · 2 years, 10 months ago
  76. 9d9dff9 Bump version to publish 2.0.2. (#1043) by Bob Nystrom · 2 years, 10 months ago 2.0.2
  77. 0fe5920 Bump version to publish 2.0.2. by Robert Nystrom · 2 years, 10 months ago
  78. e1c30d6 Merge pull request #1042 from dart-lang/split-empty-catch by Bob Nystrom · 2 years, 10 months ago
  79. a22345d Simplify. by Robert Nystrom · 2 years, 10 months ago
  80. 8f561fb Split empty catch blocks with catches after them. by Robert Nystrom · 2 years, 10 months ago
  81. 427b502 Merge pull request #1041 from dart-lang/1029-empty-catch by Bob Nystrom · 2 years, 10 months ago
  82. 172374b Remove unnecessary getter. by Robert Nystrom · 2 years, 10 months ago
  83. d3bda9f Split empty catch blocks with finally clauses. by Robert Nystrom · 2 years, 10 months ago
  84. 942a52c Merge pull request #1037 from dart-lang/mit-mit-patch-1 by Bob Nystrom · 2 years, 11 months ago
  85. 3b5a9cf Merge pull request #1039 from dart-lang/changelog by Bob Nystrom · 2 years, 11 months ago
  86. efad0c4 Update CHANGELOG with cascade changes. by Robert Nystrom · 2 years, 11 months ago
  87. 317b446 Merge pull request #1033 from dart-lang/simpler-cascades by Bob Nystrom · 2 years, 11 months ago
  88. 41b5c49 Merge pull request #1036 from dart-lang/stdin-exit-code by Bob Nystrom · 2 years, 11 months ago
  89. d173368 Format. by Robert Nystrom · 2 years, 11 months ago
  90. a32cad0 Update README.md by Michael Thomsen · 2 years, 11 months ago
  91. a552e77 Return correct exit code from FormatCommand when formatting stdin. by Robert Nystrom · 2 years, 11 months ago
  92. ebc37b8 Apply review changes. by Robert Nystrom · 2 years, 11 months ago
  93. 6c36863 Merge branch 'master' into simpler-cascades by Robert Nystrom · 2 years, 11 months ago
  94. 5f93e07 Merge pull request #1031 from dart-lang/837-block-comment-splits by Bob Nystrom · 2 years, 11 months ago
  95. 47248ba Optimize formatting large cascades. by Robert Nystrom · 2 years, 11 months ago
  96. d0a102b Remove the special reverse indentation for cascade targets. by Robert Nystrom · 2 years, 11 months ago
  97. f9a4f47 Format. by Robert Nystrom · 2 years, 11 months ago
  98. f093a89 Don't unnecessarily split argument lists with block comments. by Robert Nystrom · 2 years, 11 months ago
  99. f0fc7f7 Merge branch 'remove-inlining-cascased-with-the-same-mathod-name' of https://github.com/ManoyloK/dart_style into ManoyloK-remove-inlining-cascased-with-the-same-mathod-name by Robert Nystrom · 3 years ago
  100. b13403c Use latest Setup action (#1023) by Kevin Moore · 3 years ago 2.0.1