| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2025-05-05 | Implement RFC 3503: frontmatters | Deadbeef | -3/+28 |
| 2025-05-05 | update unstable book | dianne | -7/+24 |
| 2025-04-30 | unstable-book: fix capitalization | Tshepang Mbambo | -1/+1 |
| 2025-04-28 | Rollup merge of #140022 - dianne:box-deref-pats, r=Nadrieril | Chris Denton | -1/+14 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -0/+3 |
| 2025-04-24 | update unstable book to mention moving out of boxes | dianne | -1/+14 |
| 2025-04-24 | Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obk | Matthias Krüger | -0/+21 |
| 2025-04-22 | update unstable book to mention string/bytestring typing | dianne | -0/+21 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -2/+0 |
| 2025-04-19 | Make `#[naked]` an unsafe attribute | Folkert de Vries | -20/+17 |
| 2025-04-18 | Rollup merge of #138528 - dianne:implicit-deref-patterns, r=Nadrieril | Matthias Krüger | -0/+64 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -22/+254 |
| 2025-04-17 | Rollup merge of #139885 - jyn514:doc-rustc-bootstrap, r=Nadrieril | Matthias Krüger | -0/+109 |
| 2025-04-17 | Rollup merge of #139416 - mejrs:metavar, r=tgross35 | Matthias Krüger | -0/+145 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -22/+0 |
| 2025-04-16 | document RUSTC_BOOTSTRAP, RUSTC_OVERRIDE_VERSION_STRING, and -Z allow-feature... | jyn | -0/+109 |
| 2025-04-16 | add an unstable book chapter | dianne | -0/+64 |
| 2025-04-17 | Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrieril | Matthias Krüger | -0/+23 |
| 2025-04-15 | Add `explicit_extern_abis` unstable feature | Obei Sideg | -0/+23 |
| 2025-04-15 | unstable book; document `macro_metavar_expr_concat` | mejrs | -0/+145 |
| 2025-04-14 | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | Wesley Wiser | -13/+0 |
| 2025-04-08 | fix title of offset_of_enum feature | Jacob Lifshay | -1/+1 |
| 2025-04-07 | unstable-book/intrinsics: wordsmith MIR-lowering intrinsic docs | Ralf Jung | -1/+2 |
| 2025-04-06 | update docs | Bennet Bleßmann | -28/+2 |
| 2025-04-04 | Rollup merge of #139339 - mejrs:tait, r=oli-obk | Matthias Krüger | -0/+159 |
| 2025-04-04 | Fix links | mejrs | -4/+4 |
| 2025-04-04 | unstable book: document tait | mejrs | -0/+159 |
| 2025-04-03 | Stabilize `cfg_boolean_literals` | clubby789 | -22/+0 |
| 2025-04-03 | Rollup merge of #139149 - mejrs:itaf, r=ehuss | Matthias Krüger | -0/+22 |
| 2025-04-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -0/+23 |
| 2025-04-01 | Add unstable `--print=crate-root-lint-levels` | Urgau | -0/+23 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -22/+0 |
| 2025-04-01 | Auto merge of #137535 - Kobzol:split-metadata, r=petrochenkov | bors | -0/+3 |