| Age | Commit message (Expand) | Author | Lines |
| 2025-01-29 | Clean up uses of the unstable `dwarf_version` option | Wesley Wiser | -0/+1 |
| 2025-01-27 | Remove -Zinline-in-all-cgus and clean up CGU partitioning tests | Ben Kimock | -2/+0 |
| 2025-01-16 | Update docs for `-Clink-dead-code` to discourage its use | Zalathar | -1/+1 |
| 2025-01-11 | Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubilee | Matthias Krüger | -0/+19 |
| 2025-01-10 | add `-Zmin-function-alignment` | Folkert de Vries | -0/+19 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -9/+39 |
| 2025-01-06 | add deprecated and do nothing flag to options table | klensy | -9/+39 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -0/+2 |
| 2024-12-19 | coverage: Add a synthetic test for when all spans are discarded | Zalathar | -0/+1 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -0/+14 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -0/+14 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -2/+0 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+3 |
| 2024-12-04 | Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2024-12-04 | Remove `-Zshow-span`. | Nicholas Nethercote | -2/+0 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -0/+2 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+3 |
| 2024-11-29 | Update `-Zshow-span` help message. | Nicholas Nethercote | -1/+1 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -2/+3 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -20/+0 |
| 2024-11-22 | Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxu | Michael Goulet | -19/+29 |
| 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 | Don't allow `-Zunstable-options` to take a value | Zalathar | -1/+7 |
| 2024-11-18 | Rename `parse_no_flag` to `parse_no_value` | Zalathar | -18/+22 |
| 2024-11-15 | Merge `-Zhir-stats` into `-Zinput-stats` | Sam Estep | -3/+1 |
| 2024-11-10 | Fix error message for direct usage of sess.opts.crate_types | bjorn3 | -1/+1 |
| 2024-11-06 | Rename option and add doc | Matt Weber | -2/+2 |
| 2024-11-06 | Move additional source location info behind -Z option | Matt Weber | -0/+2 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -3/+6 |
| 2024-11-04 | Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLii | Matthias Krüger | -3/+8 |
| 2024-11-03 | Rollup merge of #132522 - senekor:consistenst-codegen-help, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -2/+2 |
| 2024-11-02 | make codegen help output more consistent | Remo Senekowitsch | -1/+1 |
| 2024-11-01 | Fix compiler panic with a large number of threads | Michal Piotrowski | -3/+8 |
| 2024-10-31 | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | Kajetan Puchalski | -3/+6 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -5/+0 |
| 2024-10-20 | Limited -Zregparm support (no Rust calling conv) descriptions | Andrew Zhogin | -1/+2 |
| 2024-10-18 | rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) | Andrew Zhogin | -0/+4 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -21/+10 |
| 2024-10-01 | improve shell help text | Jacob Kiesel | -1/+2 |
| 2024-10-01 | disregard what we believe is supported in cargo for hash type | Jacob Kiesel | -5/+1 |
| 2024-10-01 | Fix options help text | Jacob Kiesel | -1/+1 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -1/+21 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -4/+20 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-09-15 | Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau | Matthias Krüger | -1/+4 |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -10/+21 |
| 2024-09-12 | Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errors | bors | -0/+2 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -10/+21 |