Sign in
dart
/
dart_style
/
HEAD
« Previous
df74d1f
Support leading indentation in the new style. (#1421)
by Bob Nystrom
· 7 months ago
2a25b75
Force list, set, and maps to split if they are nested. (#1418)
by Bob Nystrom
· 7 months ago
1dce0d1
Test that benchmarks produce their expected output. (#1419)
by Bob Nystrom
· 7 months ago
0f91ee8
Migrate a couple more stragglers. (#1417)
by Bob Nystrom
· 7 months ago
98b061f
Require analyzer 6.3.0 and remove corresponding hack. (#1416)
by Bob Nystrom
· 8 months ago
c644037
Fix compile error when using dart_style with analyzer 6.2.0. (#1414)
by Bob Nystrom
· 8 months ago
v2.3.6
3fcc65f
Migrate more tests over to the new style. (#1411)
by Bob Nystrom
· 8 months ago
a5533c3
Fix a crash and some formatting bugs in cascades. (#1410)
by Bob Nystrom
· 8 months ago
860410d
Fix two bugs around pinned states in the Solver and SolutionCache. (#1409)
by Bob Nystrom
· 8 months ago
13a3a51
Get ready to publish 2.3.5. (#1412)
by Bob Nystrom
· 8 months ago
v2.3.5
5a93630
Tweak the heuristics on which expressions allow block formatting. (#1408)
by Bob Nystrom
· 8 months ago
6b2b31e
Don't eagerly bind pinned Pieces in Solution. (#1407)
by Bob Nystrom
· 8 months ago
be7eb5e
For loop metadata (#1406)
by Bob Nystrom
· 8 months ago
a6ad769
Force switch expressions to split if they contain a line comment. (#1405)
by Bob Nystrom
· 8 months ago
9dd81d6
Add more tests for type arguments in object patterns and remove a TODO. (#1401)
by Bob Nystrom
· 8 months ago
a2075fd
Remove TODO that's already TODONE. (#1399)
by Bob Nystrom
· 8 months ago
056ab25
Remove TODO about non-inline block comments. (#1400)
by Bob Nystrom
· 8 months ago
94abf95
Migrate more tests to the new style and reorganize some. (#1398)
by Bob Nystrom
· 8 months ago
d11f8ca
Format pattern assignment expressions. (#1394)
by Bob Nystrom
· 8 months ago
662cb5b
Test that the new style doesn't keep line comments flush left. (#1397)
by Bob Nystrom
· 8 months ago
f49c00b
Remove parsing time from benchmark and support comparing to a baseline. (#1389)
by Bob Nystrom
· 8 months ago
317cb1f
Format pattern variable declarations, including in for loops. (#1392)
by Bob Nystrom
· 8 months ago
794f6d7
Drop node bits (#1393)
by Kevin Moore
· 8 months ago
85cf542
Format cast pattern. (#1388)
by Kallen Tu
· 8 months ago
efda436
Format extension types. (#1387)
by Bob Nystrom
· 8 months ago
8d7d86e
Format metadata annotations. (#1386)
by Bob Nystrom
· 8 months ago
50e1248
Format object patterns. (#1385)
by Kallen Tu
· 8 months ago
4289ff6
Migrate constant pattern tests to tall. (#1384)
by Kallen Tu
· 8 months ago
d37c9e2
Format guard clauses in switches. (#1383)
by Bob Nystrom
· 8 months ago
8040e06
Fill in a bunch of corners of if-case and patterns. (#1382)
by Bob Nystrom
· 8 months ago
25dc786
Format logic and parenthesized patterns (#1380)
by Bob Nystrom
· 8 months ago
ed9f78c
Prefer any valid solution over an invalid one, regardless of overflow. (#1379)
by Bob Nystrom
· 8 months ago
42b9bd4
Pin Pieces if we can determine they will split just by their children. (#1378)
by Bob Nystrom
· 8 months ago
7d5dcfc
Fix bug in subtree merging cost calculation. (#1377)
by Bob Nystrom
· 8 months ago
cd0f2ab
Solve subtrees separately (#1376)
by Bob Nystrom
· 8 months ago
090eb85
Support multiple benchmarks. (#1375)
by Bob Nystrom
· 9 months ago
4723a12
Reorganize how Solution handles pinned states and constraints. (#1373)
by Bob Nystrom
· 9 months ago
e68ae72
Format record pattern. (#1371)
by Kallen Tu
· 9 months ago
254c796
Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#1374)
by dependabot[bot]
· 9 months ago
b6070b4
Prune solutions derived from invalid ones. (#1372)
by Bob Nystrom
· 9 months ago
398e8c8
Combine SequencePiece and BlockPiece. (#1369)
by Bob Nystrom
· 9 months ago
a70fc14
Update benchmark script to support running tall style formatter. (#1370)
by Bob Nystrom
· 9 months ago
81e5375
Format map patterns. (#1368)
by Kallen Tu
· 9 months ago
d50165d
Fix bug where solver looks at the last piece on line instead of first. (#1367)
by Bob Nystrom
· 9 months ago
15f032a
Format cascades. (#1365)
by Bob Nystrom
· 9 months ago
633b01c
Format super expressions. (#1366)
by Bob Nystrom
· 9 months ago
e697b6e
Format adjacent strings. (#1364)
by Bob Nystrom
· 9 months ago
990df02
Format list pattern and rest pattern. (#1363)
by Kallen Tu
· 9 months ago
94f81dd
Format multi-line strings and string interpolation. (#1362)
by Bob Nystrom
· 9 months ago
b1b0481
Format declared variable pattern. (#1361)
by Kallen Tu
· 9 months ago
2f2cfe1
Add macro flag note to CHANGELOG. (#1359)
by Bob Nystrom
· 9 months ago
55c967b
Prefer splitting beforecase in an if-case. (#1358)
by Kallen Tu
· 9 months ago
e45c447
Format the experimental "macro" keyword before classes. (#1357)
by Bob Nystrom
· 9 months ago
f9181eb
Format call chains! (#1356)
by Bob Nystrom
· 9 months ago
d8f04a9
Update TODO comment on for-in to consider how "in" should split. (#1355)
by Bob Nystrom
· 9 months ago
295e4c5
Format record type annotations. (#1346)
by Kallen Tu
· 9 months ago
f88d826
Format for elements. (#1350)
by Bob Nystrom
· 9 months ago
1ad10d2
Format if case for if statements. (#1353)
by Kallen Tu
· 9 months ago
b3b4321
Format postfix expressions: `!`, `++`, and `--`. (#1352)
by Bob Nystrom
· 9 months ago
93c7913
Change code blocks to use indentation instead of backticks. (#1351)
by Bob Nystrom
· 9 months ago
7ab3444
Format function references. (#1349)
by Kallen Tu
· 9 months ago
f5153b2
Format throw and rethrow. (#1347)
by Kallen Tu
· 10 months ago
885f1ec
Format if elements. (#1344)
by Bob Nystrom
· 10 months ago
fc1a229
Refactor how piece constraints are applied. (#1343)
by Bob Nystrom
· 10 months ago
5da04ea
Format collection spread elements. (#1341)
by Bob Nystrom
· 10 months ago
b79b628
Format native methods. (#1340)
by Bob Nystrom
· 10 months ago
5b89991
Format typedefs. (#1339)
by Bob Nystrom
· 10 months ago
34dd26f
Format constructor declarations. (#1338)
by Bob Nystrom
· 10 months ago
6249194
Update to and fix latest lints (#1335)
by Kevin Moore
· 10 months ago
7ae652e
Revamp the way tokens and comments are built into pieces. (#1336)
by Bob Nystrom
· 10 months ago
214f289
Format try statements. (#1332)
by Kallen Tu
· 10 months ago
8b1f24a
Parse with language version 3.3 (#1330)
by Parker Lougheed
· 11 months ago
8df008e
Bump version to public 2.3.4. (#1327)
by Bob Nystrom
· 11 months ago
v2.3.4
a8ab052
Improve how expressions in control flow headers are handled. (#1326)
by Bob Nystrom
· 11 months ago
967d15e
Ensure that line comments always get newlines after them. (#1325)
by Bob Nystrom
· 11 months ago
28fa4be
Support "block argument" formatting. (#1322)
by Bob Nystrom
· 11 months ago
fd6ed34
Better debug output for piece trees. (#1324)
by Bob Nystrom
· 11 months ago
acf0c8e
Ignore pieces with only one state during solving. (#1323)
by Bob Nystrom
· 11 months ago
f565eb3
Format assert statements. (#1320)
by Kallen Tu
· 11 months ago
120b752
Format enums (#1317)
by Bob Nystrom
· 11 months ago
78b7695
Format extensions. (#1318)
by Bob Nystrom
· 11 months ago
565e8bf
Format await statements. (#1316)
by Kallen Tu
· 11 months ago
029f9d3
Format for-in loops. (#1314)
by Bob Nystrom
· 11 months ago
cf1c1c2
Format mixin declarations. (#1315)
by Bob Nystrom
· 11 months ago
e860fda
Format yield and yield*. (#1312)
by Kallen Tu
· 11 months ago
a72fbfc
Format fields and methods. (#1313)
by Bob Nystrom
· 11 months ago
f1580e3
Less branchy expanding (#1311)
by Bob Nystrom
· 11 months ago
ba4c69a
Format mixin application classes. (#1310)
by Bob Nystrom
· 11 months ago
d55da0b
Format class declarations. (#1309)
by Bob Nystrom
· 12 months ago
d4db548
Generalize import combinator pieces to other clauses. (#1308)
by Bob Nystrom
· 12 months ago
03add6a
Format instance creation expressions (constructor calls). (#1307)
by Bob Nystrom
· 12 months ago
a8dd95c
Format prefix operators. (#1306)
by Bob Nystrom
· 12 months ago
ba88de7
Format function declarations and expressions. (#1303)
by Bob Nystrom
· 12 months ago
a866478
Format record literals. (#1301)
by Kallen Tu
· 12 months ago
56e427d
Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#1305)
by dependabot[bot]
· 12 months ago
a45da1e
Bump actions/checkout from 4.1.0 to 4.1.1 (#1304)
by dependabot[bot]
· 12 months ago
740759e
Get selections running through the new back end. (#1300)
by Bob Nystrom
· 12 months ago
6eb25b5
Make a new test folder for variable tests. (#1302)
by Bob Nystrom
· 12 months ago
19f42a9
Revamp the PieceWriter API some. (#1298)
by Bob Nystrom
· 12 months ago
cca55a3
Update test running code in example script. (#1299)
by Bob Nystrom
· 12 months ago
Next »