| Age | Commit message (Expand) | Author | Lines |
| 2025-03-17 | Document `#![register_tool]` | jyn | -0/+55 |
| 2025-03-11 | Rollup merge of #138288 - jyn514:crate-attr, r=Noratrieb | Jakub Beránek | -0/+16 |
| 2025-03-11 | Document -Z crate-attr | jyn | -0/+16 |
| 2025-03-11 | Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-10 | Add remark for missing llvm-tools component re. rustc_private linker failures... | xizheyin | -0/+30 |
| 2025-03-09 | chore: Fix some comments | StevenMia | -1/+1 |
| 2025-03-06 | Rollup merge of #137358 - dianne:new-match-ergonomics-examples, r=Nadrieril | Michael Goulet | -6/+47 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -27/+0 |
| 2025-02-24 | remove support for rustc_intrinsic_must_be_overridden from the compiler | Ralf Jung | -4/+10 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -6/+3 |
| 2025-02-20 | ref_pat_eat_one_layer_2024: add context and examples to the unstable book | dianne | -6/+47 |
| 2025-02-18 | "classic2021" ruleset: experimentally add fallback-to-outer (eat both) | dianne | -1/+1 |
| 2025-02-18 | update unstable book | dianne | -4/+6 |
| 2025-02-12 | Rollup merge of #136217 - taiki-e:csky-asm-flags, r=Amanieu | Jacob Pratt | -0/+2 |
| 2025-02-11 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -0/+10 |
| 2025-02-06 | remove unstable book entry for `feature(trait_upcasting)` | Waffle Lapkin | -26/+0 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -0/+9 |
| 2025-01-31 | Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk | Jacob Pratt | -0/+23 |
| 2025-01-30 | implement unstable `new_range` feature | Peter Jaszkowiak | -0/+9 |
| 2025-01-30 | Rollup merge of #135739 - wesleywiser:dwarf_version_handling, r=lqd | Matthias Krüger | -0/+4 |
| 2025-01-30 | Rollup merge of #135434 - dianne:match-2024-for-edition-2024, r=Nadrieril | Matthias Krüger | -0/+38 |
| 2025-01-29 | Add tracking issue to docs | Wesley Wiser | -0/+4 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -0/+23 |
| 2025-01-29 | Mark condition/carry bit as clobbered in C-SKY inline assembly | Taiki Endo | -0/+2 |
| 2025-01-27 | add work-in-progress unstable book chapters | dianne | -0/+38 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -63/+5 |
| 2025-01-11 | Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubilee | Matthias Krüger | -0/+24 |
| 2025-01-10 | add `-Zmin-function-alignment` | Folkert de Vries | -0/+24 |
| 2025-01-10 | Rollup merge of #134855 - estebank:default-field-values-unstable-docs, r=jiey... | Matthias Krüger | -0/+93 |
| 2025-01-09 | Add `default_field_values` entry to unstable book | Esteban Küber | -0/+93 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -0/+6 |
| 2024-12-28 | Document virality of `feature(rustc_private)` | Tamir Duberstein | -2/+5 |
| 2024-12-20 | Arbitrary self types v2: unstable doc updates. | Adrian Taylor | -0/+211 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -30/+0 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+15 |
| 2024-12-03 | Rollup merge of #133777 - the8472:document-randomize-layout, r=jieyouxu | Matthias Krüger | -0/+23 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -0/+7 |
| 2024-12-03 | document -Zrandomize-layout in the unstable book | The 8472 | -0/+23 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+15 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -2/+4 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -10/+0 |
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -1/+1 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -2/+4 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -10/+0 |
| 2024-11-25 | Support predicate registers (clobber-only) in Hexagon inline assembly | Taiki Endo | -0/+2 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -0/+40 |
| 2024-11-21 | Rollup merge of #131544 - nbdd0121:asm_goto_safe_block, r=petrochenkov | Matthias Krüger | -1/+3 |
| 2024-11-10 | Stabilize Arm64EC inline assembly | Taiki Endo | -30/+2 |
| 2024-11-09 | Rollup merge of #132824 - kadenlnelson:patch/wasi-c-abi-doc, r=workingjubilee | Jubilee | -2/+2 |
| 2024-11-09 | Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=Amanieu | Jubilee | -19/+2 |