about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-28update cfg(bootstrap)sPietro Albini-1/+0
2022-01-07expand: Refactor `InvocationCollector` visitor for better code reuseVadim Petrochenkov-0/+2
2021-12-15Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7...Matthias Krüger-1/+1
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-1/+1
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-11-30Apply cfg-bootstrap switchMark Rousskov-1/+0
2021-11-15Stabilize format_args_captureJosh Triplett-1/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
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