rust/compiler/rustc_expand/src
Aaron Hill 21b8f2ecde
Make ExpnData fields krate and orig_id private
These fields are only used by hygiene serialized, and should not be
accessed by anything outside of `rustc_span`.
2021-01-03 08:58:43 -05:00
..
mbe Implement edition-based macro pat feature 2020-12-30 09:57:49 -06: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 Make ExpnData fields krate and orig_id private 2021-01-03 08:58:43 -05:00
build.rs Properly handle attributes on statements 2020-11-26 17:08:35 -05:00
config.rs Remove pretty-print/reparse hack, and add derive-specific hack 2020-12-29 09:36:42 -05:00
expand.rs Make ExpnData fields krate and orig_id private 2021-01-03 08:58:43 -05:00
lib.rs Remove some no longer necessary #[cfg(test)]s 2020-12-12 19:20:37 +03:00
mbe.rs Revert "Promote missing_fragment_specifier to hard error" 2020-12-22 09:33:16 -05:00
module.rs Syntactically permit unsafety on mods 2020-09-10 06:56:33 -07:00
placeholders.rs Properly handle attributes on statements 2020-11-26 17:08:35 -05:00
proc_macro_server.rs Remove pretty-print/reparse hack, and add derive-specific hack 2020-12-29 09:36:42 -05:00
proc_macro.rs Remove pretty-print/reparse hack, and add derive-specific hack 2020-12-29 09:36:42 -05:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00