| Age | Commit message (Expand) | Author | Lines |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -3/+2 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -6/+4 |
| 2022-11-13 | Ensure codegen_fn_attrs during collection. | Camille GILLOT | -12/+0 |
| 2022-11-12 | Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkov | bors | -1/+2 |
| 2022-11-12 | Use `derive_const` and rm manual StructuralEq impl | Deadbeef | -0/+8 |
| 2022-11-12 | Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank | Dylan DPC | -13/+45 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -1/+2 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -13/+45 |
| 2022-11-10 | Consider `#[must_use]` annotation on `async fn` as also affecting the `Future... | Esteban Küber | -12/+2 |
| 2022-11-09 | DiagnosticBuilder -> Diagnostic | Michael Goulet | -1/+2 |
| 2022-11-06 | Auto merge of #103720 - crlf0710:most_translation_attr, r=compiler-errors | bors | -2/+0 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -1/+2 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -92/+143 |
| 2022-11-04 | Use `derive(Subdiagnostic)` for `ChangeFieldsToBeOfUnitType`. | Charles Lew | -23/+3 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+5 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -22/+1 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+5 |
| 2022-10-29 | Simplify lang item groups | Cameron Steffen | -3/+0 |
| 2022-10-29 | Cleanup weak lang items | Cameron Steffen | -6/+6 |
| 2022-10-29 | Factor out ITEM_REFS | Cameron Steffen | -8/+7 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -8/+8 |
| 2022-10-29 | Improve LanguageItems api | Cameron Steffen | -5/+3 |
| 2022-10-29 | Lint against usages of `struct_span_lint_hir`. | Charles Lew | -2/+0 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -70/+70 |
| 2022-10-26 | Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] | Xiretza | -1/+1 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -17/+20 |
| 2022-10-24 | Port `dead_code` lints to be translatable. | Charles Lew | -92/+163 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -207/+206 |
| 2022-10-19 | Allow #[unstable] impl for fn() -> UnstableType. | Mara Bos | -7/+19 |
| 2022-10-19 | Allow #[unstable] impls for fn() with unstable abi. | Mara Bos | -3/+8 |
| 2022-10-15 | Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth | Dylan DPC | -0/+27 |
| 2022-10-14 | Add missing checks for `doc(cfg_hide(...))` attribute | Guillaume Gomez | -0/+27 |
| 2022-10-14 | more dupe word typos | Rageking8 | -14/+14 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -669/+1211 |
| 2022-10-10 | make up your mind, rustfmt | Nathan Stocks | -5/+1 |
| 2022-10-10 | remove out-of-date fixme | Nathan Stocks | -2/+5 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -4/+4 |
| 2022-10-07 | avoid string dispatch in fluent | Nathan Stocks | -22/+67 |
| 2022-10-07 | avoid string dispatch in fluent | Nathan Stocks | -12/+26 |
| 2022-10-07 | Remove code that was removed in master, and the corresponding diagnostic | Nathan Stocks | -30/+1 |
| 2022-10-07 | First batch of review feedback changes from #102110 | Nathan Stocks | -18/+11 |
| 2022-10-07 | migrate stability.rs to translateable diagnostics | Nathan Stocks | -84/+159 |
| 2022-10-07 | migrate the rest of check_attr.rs to translateable diagnostics | Nathan Stocks | -62/+74 |
| 2022-10-07 | migrate dead.rs to translateable diagnostics | Nathan Stocks | -12/+13 |
| 2022-10-07 | migrate lang_items.rs to translateable diagnostics | Nathan Stocks | -91/+153 |
| 2022-10-07 | migrate entry.rs to translateable diagnostics | Nathan Stocks | -92/+185 |
| 2022-10-07 | migrate naked_functions.rs to translateable diagnostics | Nathan Stocks | -59/+101 |
| 2022-10-07 | migrate loops.rs to translateable diagnostics | Nathan Stocks | -118/+164 |