| Age | Commit message (Expand) | Author | Lines |
| 2022-08-22 | Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword... | finalchild | -0/+18 |
| 2022-08-22 | Migrate forbidden_let | finalchild | -0/+6 |
| 2022-08-21 | Migrate diagnostics in parser/expr to SessionDiagnostic | Xiretza | -0/+109 |
| 2022-08-20 | Rollup merge of #100723 - 5225225:the-easy-ones, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2022-08-20 | Rollup merge of #100709 - JhonnyBillM:port-expected-used-symbol-diagnostic, r... | Matthias Krüger | -0/+2 |
| 2022-08-20 | Rollup merge of #100667 - Xiretza:diag-structs-parser-ivd, r=davidtwco | Matthias Krüger | -0/+9 |
| 2022-08-19 | Rollup merge of #99576 - compiler-errors:foreign-fundamental-drop-is-bad, r=T... | Dylan DPC | -2/+2 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-18 | ADD - ExpectedUsedSymbol diagnostic to port used() diagnostic | Jhonny Bill Mena | -0/+2 |
| 2022-08-18 | fluent: fix slug name for borrowck::generic_does_not_live_long_enough | Xiretza | -1/+1 |
| 2022-08-18 | tidy: check fluent files for style | Xiretza | -5/+5 |
| 2022-08-18 | Rollup merge of #100674 - PragmaTwice:mig-typeck-unused-crate-diag, r=davidtwco | Matthias Krüger | -0/+8 |
| 2022-08-18 | Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=... | Matthias Krüger | -0/+17 |
| 2022-08-17 | Migrate "invalid variable declaration" errors to SessionDiagnostic | Xiretza | -0/+9 |
| 2022-08-17 | Moved structs to rustc_expand::errors, added several more migrations, fixed s... | nidnogg | -2/+10 |
| 2022-08-17 | Migrate lint reports in typeck::check_unused to LintDiagnostic | PragmaTwice | -0/+8 |
| 2022-08-16 | Migrated more diagnostics under transcribe.rs | nidnogg | -0/+6 |
| 2022-08-16 | Added first migration for repeated expressions without syntax vars | nidnogg | -0/+3 |
| 2022-08-17 | Migrate emoji identifier diagnostics to `SessionDiagnostic` | finalchild | -0/+7 |
| 2022-08-16 | Do not allow Drop impl on foreign fundamental types | Michael Goulet | -2/+2 |
| 2022-08-15 | Rollup merge of #100377 - est31:fluent_grepability, r=davidtwco | Matthias Krüger | -358/+358 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-12 | Replace - with _ in ftl slugs for better grepability | est31 | -358/+358 |
| 2022-08-04 | link_ordinal is available for foreign static | yukang | -2/+2 |
| 2022-08-03 | check link ordinal make sure target is foreign function | yukang | -0/+3 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+6 |
| 2022-07-25 | passes: port more of `check_attr` module | David Wood | -0/+107 |
| 2022-07-20 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -2/+2 |
| 2022-07-18 | Update invalid atomic ordering lint | Tomasz Miąsko | -5/+0 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -2/+2 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -0/+152 |
| 2022-07-15 | errors: lint on `LintDiagnosticBuilder::build` | David Wood | -0/+9 |
| 2022-07-10 | use subdiagnostic for message | Michael Goulet | -1/+7 |
| 2022-07-08 | simplify plurals in fluent messages using hir::ConstContext | Michael Goulet | -22/+6 |
| 2022-07-08 | Migrate MutDeref, TransientMutBorrow diagnostics | Michael Goulet | -0/+19 |
| 2022-07-08 | Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnostics | Michael Goulet | -0/+11 |
| 2022-07-08 | Migrate StaticAccess diagnostic | Michael Goulet | -1/+11 |
| 2022-07-08 | Migrate NonConstOp diagnostic | Michael Goulet | -0/+3 |
| 2022-07-08 | Migrate unstable-in-stable diagnostic | Michael Goulet | -0/+5 |
| 2022-07-08 | Use dashes instead of underscores in fluent names | Michael Goulet | -2/+2 |
| 2022-06-30 | lint: port asm labels diagnostics | David Wood | -0/+2 |
| 2022-06-30 | lint: port deref nullptr diagnostics | David Wood | -0/+3 |
| 2022-06-30 | lint: port clashing extern diagnostics | David Wood | -0/+7 |
| 2022-06-30 | lint: port incomplete features diagnostics | David Wood | -0/+4 |
| 2022-06-30 | lint: port explicit outlives diagnostics | David Wood | -0/+6 |
| 2022-06-30 | lint: port keyword idents diagnostics | David Wood | -0/+3 |
| 2022-06-30 | lint: port test items diagnostics | David Wood | -0/+2 |
| 2022-06-30 | lint: port `...` range pattern diagnostics | David Wood | -0/+3 |