rust/src/libsyntax/parse
bors 3f511ade5b Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov
Allow attributes in formal function parameters

Implements https://github.com/rust-lang/rust/issues/60406.

This is my first contribution to the compiler and since this is a large and complex project, I am not fully aware of the consequences of the changes I have made.

**TODO**

- [x] Forbid some built-in attributes.
- [x] Expand cfg/cfg_attr
2019-06-12 07:38:01 +00:00
..
lexer Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov 2019-06-12 07:38:01 +00:00
attr.rs Allow attributes in formal function parameters 2019-06-09 07:58:40 -03:00
classify.rs Move literal parsing code into a separate file 2019-05-11 16:03:16 +03:00
diagnostics.rs Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov 2019-06-12 07:38:01 +00:00
literal.rs Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkov 2019-06-10 23:32:12 +00:00
mod.rs Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov 2019-06-12 07:38:01 +00:00
parser.rs Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov 2019-06-12 07:38:01 +00:00
token.rs syntax: Move some Token methods around 2019-06-08 22:38:39 +03:00
unescape.rs Don't suggest using \r in raw strings 2019-06-10 17:32:15 +02:00
unescape_error_reporting.rs Don't suggest using \r in raw strings 2019-06-10 17:32:15 +02:00