about summary refs log tree commit diff
path: root/src/librustc_expand/module.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-312/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-2/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-13/+20
2020-06-08Resolve E0584 conflictNathan Corbyn-1/+1
2020-05-29Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-2/+3
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-7/+7
2020-03-22parse: nix new_sub_parser_from_fileMazdak Farrokhzad-2/+2
2020-03-21parse: nix unused `root_module_name`.Mazdak Farrokhzad-3/+2
2020-03-18tweak outline module parsing spansMazdak Farrokhzad-19/+21
2020-03-18{rustc_parse::parser -> rustc_expand}::moduleMazdak Farrokhzad-0/+304