| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-11 | Fix #128930: Print documentation of CLI options missing their arg | George Bateman | -1/+1 |
| 2024-08-08 | Split `ColorConfig` off of `HumanReadableErrorType` | Esteban Küber | -15/+23 |
| 2024-08-07 | Disallow setting built-in cfgs via set the command-line | Urgau | -1/+4 |
| 2024-08-05 | Don't ICE if getting the input's file_stem fails | Chris Denton | -3/+7 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -34/+36 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -2/+33 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -5/+9 |
| 2024-06-25 | Support for -Z patchable-function-entry | Matthew Maurer | -1/+28 |
| 2024-06-25 | Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoerister | bors | -2/+4 |