| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -1/+1 |
| 2024-01-26 | MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op... | h1467792822 | -0/+15 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -6/+26 |
| 2024-01-15 | Replace `TrimmedDefPaths` with a bool. | Nicholas Nethercote | -19/+3 |
| 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 | Give me a way to emit all the delayed bugs | Michael Goulet | -0/+1 |
| 2024-01-09 | Remove `-Zdont-buffer-diagnostics`. | Nicholas Nethercote | -1/+0 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -11/+2 |
| 2024-01-05 | Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obk | Michael Goulet | -1/+0 |
| 2024-01-05 | Change printing of "`--error-format` is unstable" errors. | Nicholas Nethercote | -11/+2 |
| 2024-01-04 | Remove `-Zreport-delayed-bugs`. | Nicholas Nethercote | -1/+0 |
| 2024-01-04 | Remove `-Zdump-mir-spanview` | Zalathar | -15/+0 |
| 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 | -0/+4 |
| 2023-12-24 | don't elide shared parts of types in diagnostics when `--verbose` is passed | jyn | -0/+4 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -2/+2 |
| 2023-12-23 | Rename `EarlyDiagCtxt` methods to match `DiagCtxt`. | Nicholas Nethercote | -60/+60 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -4/+11 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -117/+117 |
| 2023-12-18 | Rename `UnstableOptions::diagnostic_handler_flags` as `UnstableOptions::dcx_f... | Nicholas Nethercote | -1/+1 |
| 2023-12-18 | Rename `HandlerFlags` as `DiagCtxtFlags`. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -30/+24 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+1 |
| 2023-12-14 | Rollup merge of #118908 - Urgau:check-cfg-target-features, r=TaKO8Ki,Guillaum... | Jubilee | -4/+6 |
| 2023-12-14 | rename `-Ztrait-solver` to `-Znext-solver` | lcnr | -12/+13 |
| 2023-12-14 | Don't forget pure rustc target features in check-cfg | Urgau | -2/+6 |
| 2023-12-14 | Use all the known features in check-cfg | Urgau | -4/+2 |
| 2023-12-11 | Auto merge of #118494 - nnethercote:default_configuration-fill_well_known, r=... | bors | -154/+175 |
| 2023-12-11 | Rearrange `default_configuration` and `CheckCfg::fill_well_known`. | Nicholas Nethercote | -154/+175 |
| 2023-12-10 | Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstrieb | bors | -1/+39 |
| 2023-12-10 | Implement `--env` compiler flag | Guillaume Gomez | -1/+39 |
| 2023-12-09 | Strengthen well known check-cfg names and values test | Urgau | -0/+3 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -1/+1 |
| 2023-12-08 | Fuel is incompatible with incremental compilation | Tomasz Miąsko | -1/+5 |
| 2023-12-07 | Inline check_thread_count implementation | Tomasz Miąsko | -11/+7 |
| 2023-12-07 | Add emulated TLS support | quininer | -1/+1 |
| 2023-12-02 | Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`. | Nicholas Nethercote | -3/+6 |
| 2023-12-01 | Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3 | bors | -46/+52 |
| 2023-12-01 | Move `WasiExecModel`. | Nicholas Nethercote | -1/+7 |
| 2023-12-01 | Reduce `pub` exposure. | Nicholas Nethercote | -1/+1 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -3/+15 |
| 2023-11-30 | Inline and remove `select_debuginfo_compression`. | Nicholas Nethercote | -9/+1 |
| 2023-11-30 | Sort `PRINT_KINDS`. | Nicholas Nethercote | -13/+15 |
| 2023-11-30 | Improve integer interning in `default_configuration`. | Nicholas Nethercote | -10/+9 |
| 2023-11-30 | Move `is_ascii_ident` to where it's used. | Nicholas Nethercote | -2/+13 |
| 2023-11-30 | Reorder some `use` items. | Nicholas Nethercote | -10/+6 |
| 2023-11-26 | Serialize OutputFilenames into rmeta file | bjorn3 | -3/+3 |