| Age | Commit message (Expand) | Author | Lines |
| 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 | -16/+1 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -16/+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-15 | Replace `TrimmedDefPaths` with a bool. | Nicholas Nethercote | -20/+4 |
| 2024-01-14 | Rework how diagnostic lints are stored. | Nicholas Nethercote | -7/+5 |
| 2024-01-13 | Add todo comment | George-lewis | -0/+1 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -19/+29 |
| 2024-01-13 | Add suggestion to upgrade the compiler | George-lewis | -0/+22 |
| 2024-01-13 | Auto merge of #117285 - joboet:move_platforms_to_pal, r=ChrisDenton | bors | -2/+2 |
| 2024-01-13 | Auto merge of #118924 - Urgau:check-cfg-exclude-well-known-from-diag, r=petro... | bors | -2/+5 |
| 2024-01-12 | Exclude well known names from showing a suggestion in check-cfg | Urgau | -2/+5 |
| 2024-01-12 | Rollup merge of #119884 - GuillaumeGomez:rename-env-opt, r=davidtwco | Guillaume Gomez | -3/+3 |
| 2024-01-12 | Rename `--env` option flag to `--env-set` | Guillaume Gomez | -3/+3 |
| 2024-01-12 | Detect `NulInCStr` error earlier. | Nicholas Nethercote | -16/+1 |
| 2024-01-12 | Give me a way to emit all the delayed bugs | Michael Goulet | -0/+4 |
| 2024-01-12 | update paths in comments | joboet | -2/+2 |
| 2024-01-11 | Change how `force-warn` lint diagnostics are recorded. | Nicholas Nethercote | -5/+1 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -3/+3 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -4/+1 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -4/+4 |
| 2024-01-10 | Shorten some error invocations. | Nicholas Nethercote | -4/+4 |
| 2024-01-09 | Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errors | Guillaume Gomez | -0/+2 |
| 2024-01-09 | Rollup merge of #119723 - nnethercote:rm-Zdont-buffer-diagnostics, r=compiler... | Guillaume Gomez | -4/+0 |
| 2024-01-09 | Rollup merge of #119527 - klensy:ordering, r=compiler-errors | Guillaume Gomez | -4/+2 |
| 2024-01-09 | Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3 | Matthias Krüger | -0/+2 |
| 2024-01-09 | Remove `-Zdont-buffer-diagnostics`. | Nicholas Nethercote | -4/+0 |
| 2024-01-08 | Add support for shell argfiles | David Koloski | -0/+2 |
| 2024-01-08 | Use chaining in `DiagnosticBuilder` construction. | Nicholas Nethercote | -4/+3 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+4 |
| 2024-01-06 | don't reexport atomic::ordering via rustc_data_structures, use std import | klensy | -4/+2 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -16/+7 |
| 2024-01-05 | Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obk | Michael Goulet | -3/+0 |