about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-2/+0
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-0/+1
2021-08-25Various pattern cleanupsLéo Lanteri Thauvin-0/+1
2021-08-25Use if-let guards in the codebaseLéo Lanteri Thauvin-0/+2
2021-08-12Revert "Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov"Aaron Hill-1/+0
2021-08-06Remove special case for statement `NodeId` assignmentAaron Hill-0/+1
2021-06-07Include macro name in 'local ambiguity' errorAaron Hill-0/+1
2021-05-31Remove unused feature gatesbjorn3-1/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
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