about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source
AgeCommit message (Expand)AuthorLines
2025-08-20test(rustfmt): Verify frontmatter is preservedEd Page-0/+37
2025-08-11Extract ast TraitImplHeaderCameron Steffen-4/+0
2025-06-30Remove let_chains featureCameron Steffen-0/+2
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-6/+6
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-6/+6
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-0/+10
2025-04-29Also allow bool literals as first item of let chainCaleb Cartwright-5/+5
2025-03-21update rustfmt testlcnr-1/+1
2025-03-05Implement `&pin const self` and `&pin mut self` sugarsFrank King-0/+10
2025-02-28Do not yeet unsafe<> from typeMichael Goulet-0/+3
2025-01-09Only treat plain literal patterns as shortOli Scherer-0/+10
2024-12-22Make sure we don't lose default struct value when formatting structMichael Goulet-0/+18
2024-12-12Fix toolsMichael Goulet-0/+11
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+16
2024-10-07Add basic pin sugar support to rustfmtEric Holk-0/+10
2024-09-19Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmtYacin Tmimi-45/+409
2024-08-02rustfmt: Remove `has_cpuid` from testJubilee Young-9/+0
2024-07-11Remove rustdoc tests which no longer parseMichael Goulet-2/+0
2024-06-23Implement use<> formatting in rustfmtMichael Goulet-0/+9
2024-06-22Merge commit 'e4944185ae09c99f59b460e358909f329010ea9c' into sync-from-rustfm...Caleb Cartwright-4/+237
2024-06-06Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...Rémy Rakic-2/+2
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-1/+2
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-2/+2
2024-03-27Add rustfmt test for mut ref mutJules Bertholet-0/+10
2024-03-06Add basic rustfmt implementation & testRoss Smyth-0/+20
2024-01-22Check that a token can begin a nonterminal kind before parsing it as a macro ...Michael Goulet-0/+1
2023-12-10Remove edition umbrella features.Eric Huss-2/+2
2023-10-22Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-syncCaleb Cartwright-0/+847
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-0/+0
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-07-01Merge commit 'dca1cf90ad6b8e45afbed2061803befbb2d159e9' into sync-rustfmtCaleb Cartwright-1/+310
2023-06-19Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-syncCaleb Cartwright-2/+347
2023-05-01remove rustfmt testcase for type ascriptionyukang-10/+0
2023-05-01fix testsyukang-5/+5
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-11/+0
2023-01-24Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmtCaleb Cartwright-10/+652
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-2/+2
2022-08-30Stabilize GATsJack Huey-6/+0
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-2/+0
2022-07-12Add rustfmt test for formatting `for<>` before closuresMaybe Waffle-0/+10
2022-06-22Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmtCaleb Cartwright-5765/+59
2022-06-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-36/+6067
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-14/+1
2022-05-20Fix typoydah-1/+1
2022-03-29Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-sub...Caleb Cartwright-0/+476
2021-12-29Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...Caleb Cartwright-0/+35
2021-12-02Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-sub...Caleb Cartwright-0/+338
2021-11-07Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-syncCaleb Cartwright-0/+136
2021-10-20Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtreeCaleb Cartwright-0/+579
2021-08-30Temporary fix rustfmt for let-elseCameron Steffen-0/+3