index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
rfc-2565-param-attrs
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1346
/
+0
2022-08-23
Use par_body_owners for liveness
Seo Sanghyeon
-21
/
+21
2022-06-04
Support the `#[expect]` attribute on fn parameters (RFC-2383)
xFrednet
-40
/
+40
2022-01-30
Bless all pretty printer tests and ui tests
David Tolnay
-2
/
+2
2021-12-01
Pretty print empty blocks as {}
David Tolnay
-9
/
+9
2021-08-12
Use smaller spans for some structured suggestions
Esteban Kuber
-3
/
+3
2021-08-11
Modify structured suggestion output
Esteban Küber
-3
/
+3
2021-04-12
Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...
Manish Goregaokar
-29
/
+30
2020-11-19
resolve: Centralize some error reporting for unexpected macro resolutions
Vadim Petrochenkov
-156
/
+156
2020-10-04
rewrite old test so that its attributes are consistent with what we want in t...
Felix S. Klock II
-6
/
+6
2020-07-01
Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011
Manish Goregaokar
-24
/
+23
2020-07-01
expand: Stop using nonterminals for passing tokens to attribute and derive ma...
Vadim Petrochenkov
-24
/
+23
2020-06-27
Fix wording for anonymous parameter name help
James Box
-1
/
+1
2020-03-23
Reword unused variable warning
Alex Tokarev
-19
/
+19
2020-01-24
Normalise notes with the/is
varkor
-1
/
+1
2019-11-06
Remove "here" from "expected one of X here"
Esteban Küber
-1
/
+1
2019-10-02
syntax: improve parameter without type suggestions
David Wood
-0
/
+4
2019-09-29
syntax: fix #64682.
Mazdak Farrokhzad
-46
/
+312
2019-09-24
Remove blanket silencing of "type annotation needed" errors
Esteban Küber
-3
/
+3
2019-09-11
Stabilize `param_attrs` in Rust 1.39.0
Caio
-129
/
+79
2019-09-09
Resolve attributes in several places
Caio
-207
/
+106
2019-08-31
Harden param_attrs test wrt. usage of proc macro attrs.
Mazdak Farrokhzad
-0
/
+299
2019-08-25
parser: gracefully handle `fn foo(A | B: type)`.
Mazdak Farrokhzad
-3
/
+3
2019-08-20
Remove async_await gates from tests.
Mazdak Farrokhzad
-1
/
+1
2019-08-02
Test for printing attrs on formal params.
Mazdak Farrokhzad
-0
/
+90
2019-07-27
Lint attributes on function arguments
Caio
-182
/
+97
2019-07-13
Tweak wording in feature gate errors
Esteban Küber
-16
/
+16
2019-07-09
normalize use of backticks in compiler messages for libsyntax/feature_gate
Samy Kacimi
-10
/
+10
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-1
/
+1
2019-06-09
Allow attributes in formal function parameters
Caio
-0
/
+923