about summary refs log tree commit diff
path: root/compiler/rustc_passes/src
AgeCommit message (Expand)AuthorLines
2022-10-14Add missing checks for `doc(cfg_hide(...))` attributeGuillaume Gomez-0/+27
2022-10-14more dupe word typosRageking8-14/+14
2022-10-12Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwcoDylan DPC-669/+1211
2022-10-10make up your mind, rustfmtNathan Stocks-5/+1
2022-10-10remove out-of-date fixmeNathan Stocks-2/+5
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-1/+1
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-4/+4
2022-10-07avoid string dispatch in fluentNathan Stocks-22/+67
2022-10-07avoid string dispatch in fluentNathan Stocks-12/+26
2022-10-07Remove code that was removed in master, and the corresponding diagnosticNathan Stocks-30/+1
2022-10-07First batch of review feedback changes from #102110Nathan Stocks-18/+11
2022-10-07migrate stability.rs to translateable diagnosticsNathan Stocks-84/+159
2022-10-07migrate the rest of check_attr.rs to translateable diagnosticsNathan Stocks-62/+74
2022-10-07migrate dead.rs to translateable diagnosticsNathan Stocks-12/+13
2022-10-07migrate lang_items.rs to translateable diagnosticsNathan Stocks-91/+153
2022-10-07migrate entry.rs to translateable diagnosticsNathan Stocks-92/+185
2022-10-07migrate naked_functions.rs to translateable diagnosticsNathan Stocks-59/+101
2022-10-07migrate loops.rs to translateable diagnosticsNathan Stocks-118/+164
2022-10-07migrate check_const.rs to translateable diagnosticsNathan Stocks-4/+47
2022-10-07migrate lib_features.rs to translateable diagnosticsNathan Stocks-20/+34
2022-10-07migrate layout_test.rs to translateable diagnosticsNathan Stocks-33/+94
2022-10-07migrate diagnostic_items.rs to translateable diagnosticsNathan Stocks-18/+38
2022-10-07use cherry-picked commit from #100754 to emit note without errorNathan Stocks-3/+8
2022-10-07migrate debugger_visualizer.rs to translateable diagnosticsNathan Stocks-7/+8
2022-10-07migrate the rest of weak_lang_items.rs to translateable diagnosticsNathan Stocks-17/+12
2022-10-07resolve merge conflict from cherry-picking 6a47326a0452cc8d5cb57676508b5469d6...Diego de Oliveira-0/+7
2022-10-07use consistent namesNathan Stocks-6/+6
2022-10-07Migrate InvalidAttrAtCrateLevelrdvdev2-27/+40
2022-10-07Migrate derivable diagnostics in check_attr.rsrdvdev2-8/+17
2022-10-07Migrate derivable diagnostics in lang_items.rsrdvdev2-22/+29
2022-10-07Migrate weak_lang_items.rsrdvdev2-10/+22
2022-10-07Add lint for diagnostic migrationrdvdev2-0/+2
2022-10-04Merge the `~const` and `impl const` checks and add some explanatory notesOli Scherer-26/+0
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-109/+104
2022-10-01Refactor rustc lint APIMaybe Waffle-109/+104
2022-09-30Rollup merge of #102361 - fee1-dead-contrib:fix-102156, r=eholkMatthias Krüger-1/+1
2022-09-30Use let chains instead of let elsefee1-dead-1/+1
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-8/+2
2022-09-27Fix ICE in const_trait check codeDeadbeef-1/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-26Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwcofee1-dead-2/+2
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-56/+62
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-10/+14
2022-09-23Rollup merge of #101815 - diegooliveira:master, r=davidtwcoMatthias Krüger-10/+14
2022-09-22Rollup merge of #102127 - TaKO8Ki:use-appropriate-variable-names, r=lcnrMatthias Krüger-6/+6
2022-09-22Add missing code="" attributes to suggestion subdiagnosticsXiretza-2/+2
2022-09-22use appropriate variable namesTakayuki Maeda-6/+6
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-0/+22
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1