about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-11Simplify message pathsest31-1/+1
2023-03-04Remove `allow(potential_query_instability)` from `ast_passes`clubby789-1/+0
2023-02-25Complete migrating `ast_passes` to derive diagnosticsclubby789-0/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+5
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-3/+0
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-0/+3
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-22Migrate forbidden_letfinalchild-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-03-09Warn users about || in let chain expressionsCaio-2/+4
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2021-11-25Account for incorrect `where T::Assoc = Ty` boundEsteban Kuber-0/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+0
2021-06-04replaced feature-gate use with cfg_attrmarcusdunn-1/+1
2021-05-31Remove unused feature gatesbjorn3-1/+0
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-0/+2
2020-11-27Bump recursion_limit in rustc_ast_passesAaron Hill-0/+1
2020-08-30mv compiler to compiler/mark-0/+13