about summary refs log tree commit diff
path: root/src/test/ui/rfc-2565-param-attrs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1346/+0
2022-08-23Use par_body_owners for livenessSeo Sanghyeon-21/+21
2022-06-04Support the `#[expect]` attribute on fn parameters (RFC-2383)xFrednet-40/+40
2022-01-30Bless all pretty printer tests and ui testsDavid Tolnay-2/+2
2021-12-01Pretty print empty blocks as {}David Tolnay-9/+9
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-3/+3
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-29/+30
2020-11-19resolve: Centralize some error reporting for unexpected macro resolutionsVadim Petrochenkov-156/+156
2020-10-04rewrite old test so that its attributes are consistent with what we want in t...Felix S. Klock II-6/+6
2020-07-01Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011Manish Goregaokar-24/+23
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-24/+23
2020-06-27Fix wording for anonymous parameter name helpJames Box-1/+1
2020-03-23Reword unused variable warningAlex Tokarev-19/+19
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-10-02syntax: improve parameter without type suggestionsDavid Wood-0/+4
2019-09-29syntax: fix #64682.Mazdak Farrokhzad-46/+312
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-3/+3
2019-09-11Stabilize `param_attrs` in Rust 1.39.0Caio-129/+79
2019-09-09Resolve attributes in several placesCaio-207/+106
2019-08-31Harden param_attrs test wrt. usage of proc macro attrs.Mazdak Farrokhzad-0/+299
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-3/+3
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-1/+1
2019-08-02Test for printing attrs on formal params.Mazdak Farrokhzad-0/+90
2019-07-27Lint attributes on function argumentsCaio-182/+97
2019-07-13Tweak wording in feature gate errorsEsteban Küber-16/+16
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-10/+10
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-09Allow attributes in formal function parametersCaio-0/+923