| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-01-05 | Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,Nilstrieb | Michael Goulet | -44/+0 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -1/+1 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -2/+2 |
| 2024-01-05 | Change printing of "`--error-format` is unstable" errors. | Nicholas Nethercote | -11/+2 |
| 2024-01-05 | Rename `AnnotateSnippetEmitterWriter` as `AnnotateSnippetEmitter`. | Nicholas Nethercote | -2/+2 |
| 2024-01-05 | Rename `EmitterWriter` as `HumanEmitter`. | Nicholas Nethercote | -3/+3 |
| 2024-01-04 | Remove `-Zreport-delayed-bugs`. | Nicholas Nethercote | -3/+0 |
| 2024-01-04 | Remove `-Zdump-mir-spanview` | Zalathar | -44/+0 |
| 2024-01-03 | Enable address sanitizer for MSVC targets using INFERASANLIBS linker flag | Daniel Paoliello | -1/+4 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -1/+1 |
| 2023-12-31 | Add -Zuse-sync-unwind | quininer | -0/+2 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -1/+2 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -4/+10 |
| 2023-12-24 | don't elide shared parts of types in diagnostics when `--verbose` is passed | jyn | -0/+6 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -20/+6 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -300/+38 |
| 2023-12-24 | Remove `ParseSess` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -93/+24 |
| 2023-12-22 | Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errors | Michael Goulet | -126/+81 |
| 2023-12-22 | Rollup merge of #119077 - tmiasko:lint, r=cjgillot | Michael Goulet | -0/+2 |
| 2023-12-23 | Fix weird code setting in `create_feature_err`. | Nicholas Nethercote | -1/+1 |
| 2023-12-23 | Rename `EarlyDiagCtxt` methods to match `DiagCtxt`. | Nicholas Nethercote | -68/+68 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -29/+12 |
| 2023-12-23 | Streamline `struct_lint_level`. | Nicholas Nethercote | -28/+0 |
| 2023-12-21 | Add pass to identify undefined or erroneous behaviour | Tomasz Miąsko | -0/+2 |
| 2023-12-19 | rename to verbose-internals | jyn | -4/+4 |
| 2023-12-19 | Add `EmitResult` associated type to `EmissionGuarantee`. | Nicholas Nethercote | -20/+26 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -9/+13 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -12/+19 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -132/+132 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -4/+4 |
| 2023-12-18 | Rename `EarlyDiagCtxt::handler` as `EarlyDiagCtxt::dcx`. | Nicholas Nethercote | -17/+14 |
| 2023-12-18 | Rename `SilentEmitter::fatal_handler` as `SilentEmitter::fatal_dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `UnstableOptions::diagnostic_handler_flags` as `UnstableOptions::dcx_f... | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`. | Nicholas Nethercote | -4/+4 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -42/+42 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -13/+12 |
| 2023-12-18 | Rename `HandlerFlags` as `DiagCtxtFlags`. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -38/+32 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -16/+16 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+1 |
| 2023-12-14 | Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er... | Jubilee | -12/+3 |
| 2023-12-14 | Rollup merge of #118908 - Urgau:check-cfg-target-features, r=TaKO8Ki,Guillaum... | Jubilee | -4/+6 |
| 2023-12-15 | Change `msg: impl Into<String>` for bug diagnostics. | Nicholas Nethercote | -1/+1 |
| 2023-12-14 | rename `-Ztrait-solver` to `-Znext-solver` | lcnr | -41/+57 |