rust/src/libsyntax_ext
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
..
deriving Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov 2019-06-12 07:38:01 +00:00
asm.rs syntax: Use Token in Parser 2019-06-06 14:04:02 +03:00
assert.rs parser: self.span -> self.token.span 2019-06-07 13:51:23 +03:00
Cargo.toml Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
cfg.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-11 14:11:59 +03:00
compile_error.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
concat.rs syntax: Treat error literals in more principled way 2019-06-07 18:01:50 +03:00
concat_idents.rs syntax: Remove duplicate span from token::Ident 2019-06-06 14:04:02 +03:00
env.rs Pass symbols to ExtCtxt::std_path instead of strings. 2019-05-27 13:58:38 +10:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
format.rs Introduce InnerSpan abstraction 2019-06-09 14:09:36 -06:00
format_foreign.rs Introduce InnerSpan abstraction 2019-06-09 14:09:36 -06:00
global_asm.rs Eliminate unnecessary Ident::with_empty_ctxts 2019-05-22 19:48:56 +03:00
lib.rs Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril 2019-06-11 23:29:20 +00:00
log_syntax.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
proc_macro_decls.rs syntax: Remove duplicate span from token::Ident 2019-06-06 14:04:02 +03:00
proc_macro_impl.rs Cleanup imports 2019-02-13 00:31:51 +09:00
proc_macro_server.rs syntax: Switch function parameter order in TokenTree::token 2019-06-06 14:04:02 +03:00
test.rs Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
test_case.rs Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
trace_macros.rs use pattern matching for slices destructuring 2019-06-08 10:49:46 +02:00