rust/src/librustc_parse
Mazdak Farrokhzad d1e943f263
Rollup merge of #69589 - petrochenkov:maccall, r=Centril
ast: `Mac`/`Macro` -> `MacCall`

It's now obvious that these refer to macro calls rather than to macro definitions.

It's also a single name instead of two different names in different places.

`rustc_expand` usually calls macro calls in a wide sense (including attributes and derives) "macro invocations", but structures and variants renamed in this PR are only relevant to fn-like macros, so it's simpler and clearer to just call them calls.

cc https://github.com/rust-lang/rust/pull/63586#discussion_r314232513
r? @eddyb
2020-03-15 15:40:05 +01:00
..
lexer On mismatched delimiters, only point at empty blocks that are in the same line 2020-03-04 11:05:17 -08:00
parser Rollup merge of #69589 - petrochenkov:maccall, r=Centril 2020-03-15 15:40:05 +01:00
Cargo.toml Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
config.rs ast: Mac/Macro -> MacCall 2020-03-12 22:26:52 +03:00
lib.rs remove lifetimes that can be elided (clippy::needless_lifetimes) 2020-03-12 20:03:09 +01:00
validate_attr.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00