rust/src/librustc_expand
Charles Lew c05961c2db Implement `confusable_idents` lint. 2020-05-03 02:30:50 +08:00
..
mbe Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
mut_visit ast: `Mac`/`Macro` -> `MacCall` 2020-03-12 22:26:52 +03:00
parse ast: `Mac`/`Macro` -> `MacCall` 2020-03-12 22:26:52 +03:00
tokenstream Rename `syntax` to `rustc_ast` in source code 2020-02-29 21:59:09 +03:00
Cargo.toml Rename `syntax` to `rustc_ast` in source code 2020-02-29 21:59:09 +03:00
base.rs expand: nix unused method 2020-03-24 06:28:56 +01:00
build.rs parse: move constraint/arg restriction to ast_validation. 2020-03-27 07:39:14 +01:00
config.rs Move `MapInPlace` to rustc_data_structures 2020-04-18 13:02:33 +09:00
expand.rs Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
lib.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
mbe.rs Rename `syntax` to `rustc_ast` in source code 2020-02-29 21:59:09 +03:00
module.rs parse: nix new_sub_parser_from_file 2020-03-22 00:35:20 +01:00
placeholders.rs ast: `Mac`/`Macro` -> `MacCall` 2020-03-12 22:26:52 +03:00
proc_macro.rs defatalize ProcMacroDerive::expand 2020-03-24 06:28:56 +01:00
proc_macro_server.rs Implement `confusable_idents` lint. 2020-05-03 02:30:50 +08:00
tests.rs Rename `syntax` to `rustc_ast` in source code 2020-02-29 21:59:09 +03:00