about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-02-285 - Make more use of let_chainsCaio-1/+2
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-02Auto merge of #93466 - cjgillot:query-dead, r=nagisabors-0/+1
2022-02-01Make dead code check a query.Camille GILLOT-0/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-17Fix review commentbjorn3-0/+1
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-0/+1
2021-12-15Remove `in_band_lifetimes` for `rustc_passes`Peter Jaszkowiak-1/+0
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-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-04Add a check for duplicated doc aliases in unused lintGuillaume Gomez-1/+2
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-0/+1
2021-06-23deny using default function in impl const TraitDeadbeef-0/+1
2021-05-31Remove unused feature gatesbjorn3-2/+0
2021-05-26Specialize implementationsJacob Pratt-0/+2
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-04-18fix feature use in rustc libsRalf Jung-1/+0
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2021-03-19stabilize or_patternsmark-1/+1
2020-11-25Validate use of parameters in naked functionsTomasz Miąsko-0/+3
2020-09-26liveness: Use newtype_index for Variable and LiveNodeTomasz Miąsko-0/+2
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+53