about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/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
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