rust/compiler/rustc_expand/src
2020-11-19 19:25:20 +03:00
..
mbe rustc_ast: visit_mac -> visit_mac_call 2020-11-03 23:39:51 +03:00
mut_visit rustc_ast: visit_mac -> visit_mac_call 2020-11-03 23:39:51 +03:00
parse Move lexer unit tests to rustc_lexer 2020-08-30 19:53:36 +02:00
tokenstream mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
base.rs resolve/expand: Misc cleanup 2020-11-19 19:25:20 +03:00
build.rs Implement destructuring assignment for structs and slices 2020-11-11 12:10:52 +00:00
config.rs expand: Move fully_configure to config.rs 2020-11-19 19:25:20 +03:00
expand.rs expand: Mark some dead code in derive expansion as unreachable 2020-11-19 19:25:20 +03:00
lib.rs Remove redundant #![feature(...)] 's from compiler/ 2020-09-17 07:58:45 +02:00
mbe.rs Fix some more clippy warnings 2020-10-30 10:12:56 -04:00
module.rs Syntactically permit unsafety on mods 2020-09-10 06:56:33 -07:00
placeholders.rs Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco 2020-11-09 19:06:55 +01:00
proc_macro_server.rs Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-Simulacrum 2020-09-16 01:30:30 +02:00
proc_macro.rs expand: Mark some dead code in derive expansion as unreachable 2020-11-19 19:25:20 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00