| Age | Commit message (Expand) | Author | Lines |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -2/+16 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -0/+2 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+2 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+14 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -0/+2 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -10/+3 |
| 2024-08-07 | Add -Zerror-metrics=PATH to save diagnostic metadata to disk | Jane Losare-Lusby | -0/+2 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -10/+3 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -0/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -14/+15 |
| 2024-07-14 | Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726 | bors | -0/+2 |
| 2024-07-12 | Gate the type length limit check behind a nightly flag | Michael Goulet | -0/+2 |
| 2024-07-12 | Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebank | Jubilee | -0/+2 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -2/+2 |
| 2024-07-01 | Avoid MIR bloat in inlining | Scott McMurray | -0/+2 |
| 2024-06-26 | Add `-Zdump-mir-exclude-alloc-bytes` | Josh Stone | -0/+2 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -9/+9 |
| 2024-06-25 | Support for -Z patchable-function-entry | Matthew Maurer | -0/+29 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -1/+2 |
| 2024-06-23 | compiler: parse the empty frame-pointer | Jubilee Young | -2/+2 |
| 2024-06-23 | compiler: Accept -Cforce-frame-pointers=always | Jubilee Young | -10/+9 |
| 2024-06-23 | compiler: Support nightly -Cforce-frame-pointers=non-leaf | Jubilee Young | -3/+4 |
| 2024-06-23 | compiler(nfc): -Cforce-frame-pointers is a FramePointer | Jubilee Young | -5/+17 |
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -1/+3 |
| 2024-06-14 | Deprecate no-op codegen option `-Cinline-threshold=...` | Martin Nordholts | -1/+2 |
| 2024-05-30 | coverage: Add CLI support for `-Zcoverage-options=condition` | Dorian Péron | -1/+2 |
| 2024-05-29 | Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebank | Matthias Krüger | -0/+2 |
| 2024-05-24 | remove proof tree formatter, make em shallow | lcnr | -22/+4 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -1/+15 |
| 2024-05-03 | Add -Zfixed-x18 | Alice Ryhl | -0/+2 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -1/+15 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -10/+4 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -7/+15 |
| 2024-04-24 | Whitespace fixes. | Nicholas Nethercote | -10/+6 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -10/+12 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -1/+15 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -10/+12 |
| 2024-04-18 | Ensure `[rust] debuginfo-level-std` doesn't change core's MIR | Scott McMurray | -0/+3 |
| 2024-04-16 | Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2024-04-12 | add `-Z linker-features` to toggle lld on the CLI | Rémy Rakic | -0/+20 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -0/+3 |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -2/+0 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -4/+3 |
| 2024-03-15 | Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoerister | Matthias Krüger | -0/+2 |
| 2024-03-13 | Add `-Z external-sanitizer-runtime` | Chris Wailes | -0/+2 |
| 2024-03-13 | extend docs of -Zprint-mono-items | Ralf Jung | -1/+3 |
| 2024-03-13 | Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercote | Matthias Krüger | -16/+27 |
| 2024-03-13 | Auto merge of #122227 - Zoxc:query-hash-verify, r=michaelwoerister | bors | -1/+3 |
| 2024-03-13 | coverage: Add `-Zcoverage-options` for fine control of coverage | Zalathar | -0/+21 |
| 2024-03-13 | coverage: Remove all unstable values of `-Cinstrument-coverage` | Zalathar | -16/+6 |