| Age | Commit message (Expand) | Author | Lines |
| 2025-09-26 | split-dwarf: add documentation and test coverage | Augie Fackler | -0/+7 |
| 2025-09-24 | Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da... | bors | -0/+1 |
| 2025-09-21 | Support ctr and lr as clobber-only registers in PowerPC inline assembly | Taiki Endo | -2/+4 |
| 2025-09-17 | Adds AArch64 GCS support | Reuben Cruise | -0/+1 |
| 2025-09-03 | unstable book: in a sanitizer example, check the code | Folkert de Vries | -16/+16 |
| 2025-09-02 | stabilize extended_varargs_abi_support | Ralf Jung | -10/+0 |
| 2025-08-22 | doc: fix some typos in comment | xihuwenhua | -1/+1 |
| 2025-08-19 | Rollup merge of #140740 - ojeda:indirect-branch-cs-prefix, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -0/+19 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -29/+73 |
| 2025-08-17 | Add `-Zindirect-branch-cs-prefix` option | Miguel Ojeda | -0/+19 |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -0/+12 |
| 2025-08-11 | Pass Apple SDK root to compiler driver via SDKROOT env var | Mads Marquart | -1/+1 |
| 2025-08-10 | Rollup merge of #145135 - Kivooeo:stabilize-duration_constructors_lite, r=Chr... | Stuart Cook | -12/+0 |
| 2025-08-10 | Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=Amanieu | Stuart Cook | -5/+0 |
| 2025-08-10 | Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwU | Stuart Cook | -0/+40 |
| 2025-08-09 | Apply suggestions from code review | jyn | -3/+3 |
| 2025-08-09 | Stabilize feature | Kivooeo | -12/+0 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -4/+1 |
| 2025-07-24 | asm: Stabilize loongarch32 | WANG Rui | -5/+0 |
| 2025-07-18 | add unstable-books doc for offload | Manuel Drehwald | -0/+8 |
| 2025-07-08 | document new stable flags, with x64 linux implementation notes | Rémy Rakic | -39/+4 |
| 2025-06-29 | Update README.md | kilavvy | -1/+1 |
| 2025-06-25 | Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4 | Jana Dönszelmann | -0/+1 |
| 2025-06-25 | unstable-book: Update cmse feature descriptions | Jubilee Young | -18/+11 |
| 2025-06-25 | move unstable book page and account for it | Jubilee Young | -0/+0 |
| 2025-06-24 | Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov | Jubilee | -3/+3 |
| 2025-06-24 | Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t... | Jubilee | -0/+52 |
| 2025-06-25 | added PrintTAFn flag for autodiff | Karan Janthe | -0/+1 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -30/+3 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -30/+3 |
| 2025-06-24 | Tweak `-Zmacro-stats` measurement. | Nicholas Nethercote | -3/+3 |
| 2025-06-23 | Add `#[loop_match]` for improved DFA codegen | bjorn3 | -0/+52 |
| 2025-06-19 | correct template for `#[align]` | Folkert de Vries | -1/+1 |
| 2025-06-18 | Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlin | Urgau | -0/+33 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -175/+0 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -0/+5 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -175/+0 |
| 2025-06-12 | Introduce `-Zmacro-stats`. | Nicholas Nethercote | -0/+24 |
| 2025-06-10 | Add supported asm types for LoongArch32 | WANG Rui | -0/+5 |
| 2025-06-06 | Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unused | Josh Triplett | -0/+33 |
| 2025-06-01 | Optionally don't steal the THIR | Nadrieril | -0/+7 |
| 2025-05-28 | Stabilise `repr128` | beetrees | -18/+0 |
| 2025-05-26 | Add stubs for environment variables; document some of the important ones | jyn | -0/+40 |
| 2025-05-25 | add "Compiler environment variables" section to the unstable book | jyn | -2/+3 |
| 2025-05-24 | document existing setup | jyn | -0/+8 |
| 2025-05-24 | document some -Z flags | jyn | -0/+36 |
| 2025-05-20 | link tracking issue in explicit-extern-abis.md | Dan Johnson | -1/+3 |
| 2025-05-09 | Split duration_constructors to get non-controversial bits out faster. | Dietrich Daroch | -1/+13 |
| 2025-05-06 | let deref patterns participate in usefulness/exhaustiveness | dianne | -2/+1 |
| 2025-05-06 | Rollup merge of #140658 - dianne:lit-deref-pats-p2, r=oli-obk | Guillaume Gomez | -7/+24 |