| Age | Commit message (Expand) | Author | Lines |
| 2024-08-29 | Rollup merge of #129316 - dingxiangfei2009:riscv64-imac-scs, r=nnethercote | Guillaume Gomez | -7/+33 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -0/+7 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -0/+15 |
| 2024-08-29 | riscv64imac: allow shadow call stack sanitizer | Ding Xiang Fei | -7/+33 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+7 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+15 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+7 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -0/+12 |
| 2024-08-15 | Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,... | Matthias Krüger | -1/+10 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -11/+0 |
| 2024-08-11 | Update the unstable book | John Kåre Alsaker | -0/+11 |
| 2024-08-09 | unconditionally allow shadow call-stack for AArch64 whenever fixed-x18 is app... | Ding Xiang Fei | -1/+10 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -0/+12 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -11/+0 |
| 2024-07-02 | Add documentation for -Zverbose-asm | Trevor Gross | -0/+70 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -6/+6 |
| 2024-06-25 | Support for -Z patchable-function-entry | Matthew Maurer | -0/+24 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -2/+2 |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -5/+0 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -26/+0 |
| 2024-06-07 | Port `tests/run-make-fulldeps/hotplug_codegen_backend` to ui-fulldeps | Zalathar | -2/+3 |
| 2024-06-04 | Rollup merge of #125818 - Urgau:print-check-cfg-no-values, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-06-04 | Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss | 许杰友 Jieyou Xu (Joe) | -0/+19 |
| 2024-06-02 | Add missing tracking issue number for --print=check-cfg | Urgau | -1/+1 |
| 2024-06-02 | Handle no values cfg with --print=check-cfg | Urgau | -0/+1 |
| 2024-05-30 | coverage: Add CLI support for `-Zcoverage-options=condition` | Dorian Péron | -2/+5 |
| 2024-05-29 | Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebank | Matthias Krüger | -0/+32 |
| 2024-05-29 | Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -0/+25 |
| 2024-05-16 | Fix tidy errors | Lukas Bergdoll | -5/+0 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -0/+14 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -28/+1 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -62/+84 |
| 2024-05-03 | Add -Zfixed-x18 | Alice Ryhl | -0/+32 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -28/+1 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -62/+84 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -1/+10 |
| 2024-04-28 | Add tracking issue and unstable book page for `"vectorcall"` ABI | beetrees | -0/+19 |
| 2024-04-25 | Add `--print=check-cfg` to get the expected configs | Urgau | -0/+25 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -34/+0 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -13/+14 |
| 2024-04-23 | Put the RFC behind a feature gate `result_ffi_guarantees` | Arvind Mukund | -0/+14 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -0/+10 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -1/+1 |
| 2024-04-15 | Move --check-cfg documentation to stable books | Urgau | -221/+0 |
| 2024-04-15 | Rollup merge of #123666 - mountcount:master, r=lqd | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-15 | Distribute LLVM bitcode linker as a preview component | Kjetil Kjeka | -0/+4 |
| 2024-04-15 | Fix some typos in doc | mountcount | -3/+3 |
| 2024-04-12 | document `-Zlinker-features` in the unstable book | Rémy Rakic | -0/+35 |
| 2024-04-10 | Add support for Arm64EC inline assembly | Daniel Paoliello | -2/+30 |