| Age | Commit message (Expand) | Author | Lines |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -5/+79 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -0/+10 |
| 2022-09-17 | Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta... | Dylan DPC | -0/+4 |
| 2022-09-16 | do not suggest a placeholder to const and static without a type | Takayuki Maeda | -0/+4 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -3/+4 |
| 2022-09-13 | Don't render inline suggestions of only spaces | Michael Goulet | -4/+1 |
| 2022-09-12 | Don't trim substitution if it's only whitespace | Michael Goulet | -9/+19 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -11/+10 |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -5/+4 |
| 2022-09-08 | Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-09-08 | translations(rustc_session): migrates two diagnostics in session.rs | Luis Cardoso | -1/+4 |
| 2022-09-08 | translations(rustc_session): migrate TargetDataLayout::parse | Luis Cardoso | -0/+2 |
| 2022-09-08 | remove unnecessary `PartialOrd` and `Ord` | Takayuki Maeda | -1/+1 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -2/+2 |
| 2022-09-06 | Report number of delayed bugs properly with -Ztreat-err-as-bug | Michael Goulet | -17/+22 |
| 2022-09-03 | Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco | Dylan DPC | -0/+7 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -2/+0 |
| 2022-08-31 | Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillot | Matthias Krüger | -3/+3 |
| 2022-08-31 | respond to review feedback: mainly eliminate as many conversions as possible... | Nathan Stocks | -0/+7 |
| 2022-08-31 | Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr... | Matthias Krüger | -4/+15 |
| 2022-08-31 | Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwco | Matthias Krüger | -12/+5 |
| 2022-08-30 | Code deduplication in tool_only_multipart_suggestion | Xiretza | -12/+5 |
| 2022-08-30 | Use more `into_iter` rather than `drain(..)` | Donough Liu | -3/+3 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-28 | Suggest calling when operator types mismatch | Michael Goulet | -4/+15 |
| 2022-08-24 | errors: `IntoDiagnosticArg` for `io::Error`/paths | David Wood | -0/+14 |
| 2022-08-21 | Add Handler::struct_diagnostic() | Xiretza | -0/+39 |
| 2022-08-20 | Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkov | Matthias Krüger | -12/+63 |
| 2022-08-19 | Rollup merge of #100081 - RalfJung:unused-unsafe-in-unsafe-fn, r=jackh726 | Dylan DPC | -1/+1 |
| 2022-08-18 | Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=... | Matthias Krüger | -1/+2 |
| 2022-08-17 | Moved structs to rustc_expand::errors, added several more migrations, fixed s... | nidnogg | -1/+2 |
| 2022-08-17 | Reenable early feature-gates as future-compat warnings | Christopher Durham | -0/+1 |
| 2022-08-17 | Don't treat stashed warnings as errors | Christopher Durham | -12/+62 |
| 2022-08-17 | Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-Simulacrum | Matthias Krüger | -126/+144 |
| 2022-08-16 | Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-08-16 | suggest adding an array length if possible | Takayuki Maeda | -0/+1 |
| 2022-08-15 | errors: move translation logic into module | David Wood | -126/+144 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-10 | errors: don't fail on broken primary translations | David Wood | -32/+51 |
| 2022-08-10 | Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc | Matthias Krüger | -1/+0 |
| 2022-08-07 | Rollup merge of #100071 - klensy:annotate-snippets-bump, r=Mark-Simulacrum | Matthias Krüger | -1/+5 |
| 2022-08-05 | move DiagnosticArgFromDisplay into rustc_errors | Michael Goulet | -2/+22 |
| 2022-08-02 | Stabilize backtrace | Theodore Dubois | -1/+0 |
| 2022-08-02 | never consider unsafe blocks unused if they would be required with unsafe_op_... | Ralf Jung | -1/+1 |
| 2022-08-02 | dedupe 'annotate-snippets' crate versions | klensy | -1/+5 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -1/+1 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+1 |
| 2022-07-20 | avoid `&str` to String conversions | Takayuki Maeda | -8/+7 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -6/+19 |