| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | Make opts.maybe_sysroot non-optional | bjorn3 | -2/+2 |
| 2025-03-07 | Rollup merge of #138111 - estebank:use-dfv, r=nnethercote | Matthias Krüger | -32/+24 |
| 2025-03-04 | Rollup merge of #137975 - Zalathar:needs-hir, r=compiler-errors | Jubilee | -8/+0 |
| 2025-03-04 | Remove unused `PpMode::needs_hir` | Zalathar | -8/+0 |
| 2025-03-03 | Use default field values for `ErrorOutputType` | Esteban Küber | -24/+21 |
| 2025-03-03 | Use default field values for `config::NextSolverConfig` | Esteban Küber | -8/+3 |
| 2025-03-01 | ensure we always print all --print options in help | Michael Toner | -30/+34 |
| 2025-03-01 | Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikic | bors | -0/+3 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -2/+2 |
| 2025-02-23 | Remove unused `OutputType::ThinLinkBitcode` | DianQK | -12/+1 |
| 2025-02-23 | Document bitcode in `OutputType` | DianQK | -0/+5 |
| 2025-02-23 | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK | -1/+10 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -10/+11 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -16/+9 |
| 2025-02-21 | Use StableHasher + Hash64 for dep_tracking_hash | Ben Kimock | -10/+11 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -1/+1 |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -10/+16 |
| 2025-02-03 | Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin | bors | -2/+6 |
| 2025-02-02 | Some cleanups around EarlyDiagCtxt | bjorn3 | -2/+3 |
| 2025-02-02 | Target modifiers (special marked options) are recorded in metainfo and compar... | Andrew Zhogin | -2/+6 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -1/+35 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -1/+0 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -1/+0 |
| 2025-01-20 | Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd | Matthias Krüger | -2/+6 |
| 2025-01-20 | Respect --target in get_backend_from_raw_matches | bjorn3 | -2/+6 |
| 2025-01-20 | Rollup merge of #135747 - ehuss:filename-quote, r=SparrowLii | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-19 | Rename FileName::QuoteExpansion to CfgSpec | Eric Huss | -1/+1 |
| 2025-01-19 | Manual cleanup of some `is_{or_none|some_and}` usages | Yotam Ofek | -2/+2 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -1/+1 |
| 2025-01-16 | Update docs for `-Clink-dead-code` to discourage its use | Zalathar | -7/+0 |
| 2025-01-11 | Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2025-01-10 | add `-Zmin-function-alignment` | Folkert de Vries | -0/+2 |
| 2024-12-23 | Use `#[derive(Default)]` instead of manually implementing it | Esteban Küber | -7/+2 |
| 2024-12-19 | coverage: Add a synthetic test for when all spans are discarded | Zalathar | -2/+8 |
| 2024-12-18 | refactor: replace &PathBuf with &Path to enhance generality | Integral | -1/+1 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -4/+12 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -2/+2 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -8/+0 |
| 2024-11-21 | Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebank | Matthias Krüger | -1/+1 |
| 2024-11-20 | unstable feature usage metrics | Jane Losare-Lusby | -1/+1 |
| 2024-11-18 | Overhaul the `-l` option parser (for linking to native libs) | Zalathar | -5/+6 |
| 2024-11-18 | Move `-l` option parsing into its own submodule | Zalathar | -140/+4 |
| 2024-11-11 | Remove `rustc_session::config::rustc_short_optgroups` | Zalathar | -25/+24 |
| 2024-11-11 | Store option strings directly, not in a boxed `apply` closure | Zalathar | -23/+31 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -13/+22 |
| 2024-11-10 | Address review comments | León Orell Valerian Liehr | -16/+16 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -0/+9 |
| 2024-11-08 | Simplify command-line-argument declarations in librustdoc | Zalathar | -14/+0 |
| 2024-11-08 | Simplify command-line-option declarations in the compiler | Zalathar | -117/+147 |
| 2024-11-08 | Use a method to apply `RustcOptGroup` to `getopts::Options` | Zalathar | -1/+5 |