rust/src/librustc_session
Vadim Petrochenkov 01a0c6d441 rustc_metadata: Remove rmeta::MacroDef
Use `ast::MacroDef` instead.

Also remove `Session::imported_macro_spans`, external macros have spans now.
2020-03-14 00:27:13 +03:00
..
lint
Cargo.toml Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
cgu_reuse_tracker.rs
code_stats.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
config.rs Print new --print option in help. 2020-03-01 16:14:26 +03:00
filesearch.rs
lib.rs
lint.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
options.rs Remove chalk integration 2020-03-02 18:11:53 -05:00
parse.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
search_paths.rs
session.rs rustc_metadata: Remove rmeta::MacroDef 2020-03-14 00:27:13 +03:00
utils.rs