about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2021-03-19stabilize or_patternsmark-1/+1
2021-03-05expand: Introduce enum for module loading errors and make module loading spec...Vadim Petrochenkov-0/+1
2021-03-05rustc_interface: Hide some hacky details of early linting from expandVadim Petrochenkov-0/+1
2021-02-15Remove redundant bool_to_option feature gateest31-1/+0
2020-12-12Remove some no longer necessary `#[cfg(test)]`sVadim Petrochenkov-3/+0
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-1/+0
2020-08-30Move lexer unit tests to rustc_lexerAleksey Kladov-5/+0
2020-08-30mv compiler to compiler/mark-0/+57