about summary refs log tree commit diff
path: root/compiler/rustc_passes
AgeCommit message (Expand)AuthorLines
2022-11-13Store a LocalDefId in hir::GenericParam.Camille GILLOT-3/+2
2022-11-13Store LocalDefId in hir::Closure.Camille GILLOT-6/+4
2022-11-13Ensure codegen_fn_attrs during collection.Camille GILLOT-12/+0
2022-11-12Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkovbors-1/+2
2022-11-12Use `derive_const` and rm manual StructuralEq implDeadbeef-0/+8
2022-11-12Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebankDylan DPC-13/+45
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-1/+2
2022-11-11Print all labels, even if they have no span. Fall back to main item's span.Oli Scherer-13/+45
2022-11-10Consider `#[must_use]` annotation on `async fn` as also affecting the `Future...Esteban Küber-12/+2
2022-11-09DiagnosticBuilder -> DiagnosticMichael Goulet-1/+2
2022-11-06Auto merge of #103720 - crlf0710:most_translation_attr, r=compiler-errorsbors-2/+0
2022-11-05Specify that `break` cannot be used outside of loop *or* labeled blockclubby789-1/+2
2022-11-04Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwcoMatthias Krüger-92/+143
2022-11-04Use `derive(Subdiagnostic)` for `ChangeFieldsToBeOfUnitType`.Charles Lew-23/+3
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-1/+1
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+5
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-22/+1
2022-10-31Add more track_callermejrs-0/+5
2022-10-29Simplify lang item groupsCameron Steffen-3/+0
2022-10-29Cleanup weak lang itemsCameron Steffen-6/+6
2022-10-29Factor out ITEM_REFSCameron Steffen-8/+7
2022-10-29Encode LangItem directlyCameron Steffen-8/+8
2022-10-29Improve LanguageItems apiCameron Steffen-5/+3
2022-10-29Lint against usages of `struct_span_lint_hir`.Charles Lew-2/+0
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-70/+70
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-1/+1
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-17/+20
2022-10-24Port `dead_code` lints to be translatable.Charles Lew-92/+163
2022-10-23Migrate all diagnosticsNilstrieb-207/+206
2022-10-19Allow #[unstable] impl for fn() -> UnstableType.Mara Bos-7/+19
2022-10-19Allow #[unstable] impls for fn() with unstable abi.Mara Bos-3/+8
2022-10-15Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=ManishearthDylan DPC-0/+27
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