about summary refs log tree commit diff
path: root/src/test/ui/rfc-2565-param-attrs
AgeCommit message (Expand)AuthorLines
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