| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -13/+0 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -13/+0 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -0/+1 |
| 2024-11-04 | Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLii | Matthias Krüger | -0/+4 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -13/+0 |
| 2024-11-02 | Add `--print host-triple` | Noratrieb | -0/+2 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -10/+10 |
| 2024-11-01 | Fix compiler panic with a large number of threads | Michal Piotrowski | -0/+4 |
| 2024-10-31 | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | Kajetan Puchalski | -0/+1 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -13/+1 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -0/+5 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -0/+4 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -1/+3 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -4/+4 |
| 2024-09-17 | Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -5/+0 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -0/+5 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -5/+5 |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -0/+22 |
| 2024-08-28 | fmt-debug option | Kornel | -2/+22 |
| 2024-08-28 | clarify a few things | Orion Gonzalez | -0/+1 |