summary refs log tree commit diff
path: root/src/tools/rustfmt/tests
AgeCommit message (Expand)AuthorLines
2024-10-01Remove anon struct and union typesMichael Goulet-31/+0
2024-09-19Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmtYacin Tmimi-100/+877
2024-09-06Fix toolsMichael Goulet-0/+15
2024-08-07Stabilize `unsafe_attributes`carbotaniuman-1/+0
2024-08-02rustfmt: Remove `has_cpuid` from testJubilee Young-18/+0
2024-07-11Remove rustdoc tests which no longer parseMichael Goulet-10/+0
2024-06-28Implement RTN support in rustfmtMichael Goulet-0/+10
2024-06-23Implement use<> formatting in rustfmtMichael Goulet-0/+64
2024-06-22Merge commit 'e4944185ae09c99f59b460e358909f329010ea9c' into sync-from-rustfm...Caleb Cartwright-10/+657
2024-06-06Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...Rémy Rakic-4/+4
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-2/+4
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-4/+4
2024-03-27Add rustfmt test for mut ref mutJules Bertholet-0/+20
2024-03-06Add basic rustfmt implementation & testRoss Smyth-0/+40
2024-03-05errors: share `SilentEmitter` between rustc and rustfmtDavid Wood-1/+6
2024-02-26Move `emit_stashed_diagnostic` call in rustfmt.Nicholas Nethercote-0/+3
2024-02-23Explicitly call `emit_stashed_diagnostics`.Nicholas Nethercote-0/+3
2024-02-14Rollup merge of #121035 - compiler-errors:rustfmt-asyncness, r=calebcartwrightGuillaume Gomez-0/+3
2024-02-13Format async bounds in rustfmtMichael Goulet-0/+3
2024-02-12Add rustfmt test from #117942Frank King-0/+12
2024-01-22Check that a token can begin a nonterminal kind before parsing it as a macro ...Michael Goulet-0/+4
2023-12-10Remove edition umbrella features.Eric Huss-4/+4
2023-10-22Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-syncCaleb Cartwright-5/+1766
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-0/+0
2023-10-20s/generator/coroutine/Oli Scherer-3/+3
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+19
2023-07-01Merge commit 'dca1cf90ad6b8e45afbed2061803befbb2d159e9' into sync-rustfmtCaleb Cartwright-2/+788
2023-06-19Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-syncCaleb Cartwright-4/+818
2023-05-02Rustfmt support for negative bounds, testMichael Goulet-0/+11
2023-05-01remove rustfmt testcase for type ascriptionyukang-23/+0
2023-05-01fix testsyukang-42/+27
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-37/+0
2023-01-24Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmtCaleb Cartwright-30/+1438
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-4/+4
2023-01-05Detect closures assigned to binding in blockEsteban Küber-0/+1
2022-08-30Stabilize GATsJack Huey-12/+0
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-4/+0
2022-07-12Add rustfmt test for formatting `for<>` before closuresMaybe Waffle-0/+16
2022-06-22Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmtCaleb Cartwright-11381/+184
2022-06-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-97/+12250
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-28/+2
2022-05-20Fix typoydah-2/+2
2022-03-29Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-sub...Caleb Cartwright-21/+1356
2021-12-29Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...Caleb Cartwright-0/+153
2021-12-02Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-sub...Caleb Cartwright-0/+1177
2021-11-07Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-syncCaleb Cartwright-0/+296
2021-10-20ensure cargo-fmt tests are excluded from root workspaceCaleb Cartwright-0/+2
2021-10-20Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtreeCaleb Cartwright-0/+1640
2021-08-30Temporary fix rustfmt for let-elseCameron Steffen-0/+6
2021-08-27Fix rustfmt testDeadbeef-21/+9