| Age | Commit message (Expand) | Author | Lines |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -2/+2 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -0/+1 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -1/+1 |
| 2022-11-24 | make `error_reported` check for delayed bugs | Boxy | -3/+18 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -0/+3 |
| 2022-11-19 | Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk | Matthias Krüger | -0/+1 |
| 2022-11-18 | Add a detailed note for missing comma in FRU syntax typo | Michael Goulet | -0/+3 |
| 2022-11-17 | Edit docs for `rustc_errors::Handler::stash_diagnostic` | pierwill | -2/+3 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -0/+4 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+32 |
| 2022-10-31 | Add more track_caller | mejrs | -2/+4 |
| 2022-10-24 | Port `dead_code` lints to be translatable. | Charles Lew | -1/+1 |
| 2022-10-23 | Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank | Dylan DPC | -0/+3 |
| 2022-10-22 | Recover unclosed char literal being parsed as lifetime | Michael Goulet | -0/+3 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+30 |
| 2022-10-16 | Use IsTerminal in rustc_errors | Josh Triplett | -0/+1 |
| 2022-10-12 | UPDATE - Move IntoDiagnosticArg implementations to diagnostic_impls file | Jhonny Bill Mena | -2/+3 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -0/+1 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -0/+11 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-10-10 | Fix doc lint error | Guillaume Gomez | -1/+1 |
| 2022-10-10 | errors: `DiagnosticMessage::Eager` | David Wood | -0/+11 |
| 2022-10-07 | migrate dead.rs to translateable diagnostics | Nathan Stocks | -5/+1 |
| 2022-10-07 | errors: add `emit_note`/`create_note` | David Wood | -2/+6 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -0/+1 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -1/+1 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -2/+2 |
| 2022-10-01 | Remove `LintDiagnosticBuilder` | Maybe Waffle | -1/+1 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -1/+1 |
| 2022-09-30 | Rollup merge of #102493 - nnethercote:improve-size-assertions-some-more, r=lqd | Matthias Krüger | -1/+1 |
| 2022-09-30 | Rollup merge of #102373 - Nilstrieb:cannot-get-layout-of-branch-error, r=cjgi... | Matthias Krüger | -0/+6 |
| 2022-10-01 | Group together more size assertions. | Nicholas Nethercote | -1/+1 |
| 2022-09-28 | Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad | bors | -1/+2 |
| 2022-09-27 | Flush delayed bugs before codegen | Nilstrieb | -0/+6 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+1 |
| 2022-09-26 | Rearrange `TokenTreesReader::parse_token_tree`. | Nicholas Nethercote | -1/+2 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -1/+1 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -42/+2 |
| 2022-09-21 | UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -1/+74 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -0/+1 |
| 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 | -1/+1 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -10/+9 |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -3/+2 |