| Age | Commit message (Expand) | Author | Lines |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -4/+9 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -1/+1 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+1 |
| 2024-02-18 | Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errors | León Orell Valerian Liehr | -1/+19 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -5/+5 |
| 2024-02-17 | Use better heuristic for printing Cargo specific diagnostics | Urgau | -1/+19 |
| 2024-02-16 | Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,Nilstrieb | Guillaume Gomez | -3/+7 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -9/+13 |
| 2024-02-15 | Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomez | bors | -31/+27 |
| 2024-02-15 | Add comment to remind devs to update the unstable book related chapter if the... | Guillaume Gomez | -0/+3 |
| 2024-02-15 | Add clippy into the known `cfg` list | Guillaume Gomez | -3/+4 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -6/+6 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -5/+5 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -9/+13 |
| 2024-02-15 | Add suffixes to `LitError`. | Nicholas Nethercote | -11/+7 |
| 2024-02-15 | Make `report_lit_error` return `ErrorGuaranteed`. | Nicholas Nethercote | -20/+23 |
| 2024-02-15 | Remove `LitError::LexerError`. | Nicholas Nethercote | -3/+0 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -6/+6 |
| 2024-02-13 | Remove `good_path_delayed_bug`. | Nicholas Nethercote | -7/+6 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-07 | Rollup merge of #120735 - nnethercote:rm-some-unchecked_claims, r=oli-obk | Guillaume Boisseau | -1/+1 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -0/+9 |
| 2024-02-07 | Remove return value from `emit_stashed_diagnostics`. | Nicholas Nethercote | -1/+1 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-03 | Simplify future breakage control flow. | Nicholas Nethercote | -12/+2 |
| 2024-02-03 | `SilentEmitter::fatal_note` doesn't need to be optional. | Nicholas Nethercote | -1/+1 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -2/+2 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -7/+5 |
| 2024-01-27 | Auto merge of #118636 - h1467792822:dev, r=michaelwoerister | bors | -2/+19 |
| 2024-01-26 | MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op... | h1467792822 | -2/+19 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-25 | Rollup merge of #120230 - Urgau:for_scope-single-scope, r=michaelwoerister | Matthias Krüger | -5/+18 |
| 2024-01-24 | Assert that a single scope is passed to `for_scope` | Urgau | -5/+18 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -14/+0 |
| 2024-01-23 | Auto merge of #120017 - nnethercote:lint-api, r=oli-obk | bors | -1/+1 |
| 2024-01-22 | Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2024-01-23 | Rename `struct_lint_level` as `lint_level`. | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -0/+1 |
| 2024-01-20 | Auto merge of #116185 - Zoxc:rem-one-thread, r=cjgillot | bors | -7/+8 |
| 2024-01-20 | Track `verbose` and `verbose_internals` | jyn | -2/+2 |
| 2024-01-18 | Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r... | Matthias Krüger | -6/+43 |
| 2024-01-18 | Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr | bors | -14/+1 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -14/+1 |
| 2024-01-18 | Remove `OneThread` | John Kåre Alsaker | -7/+8 |
| 2024-01-17 | Add -Zno-implied-bounds-compat option and use it | Jack Huey | -0/+2 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -6/+43 |
| 2024-01-17 | Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk | bors | -7/+5 |
| 2024-01-16 | Add unstable `-Z direct-access-external-data` cmdline flag for `rustc` | WANG Rui | -0/+9 |
| 2024-01-15 | Replace `TrimmedDefPaths` with a bool. | Nicholas Nethercote | -20/+4 |