| Age | Commit message (Expand) | Author | Lines |
| 2025-09-23 | Make `render_example_with_highlighting` return an `impl fmt::Display` | Yotam Ofek | -71/+62 |
| 2025-09-23 | Changes some aarch64 CIs g++ install & ubuntu ver. | Reuben Cruise | -3/+3 |
| 2025-09-23 | Add proper name mangling for pattern types | Oli Scherer | -10/+36 |
| 2025-09-23 | Make it possible to `x install` Cranelift and LLVM bitcode linker | Jakub Beránek | -0/+5 |
| 2025-09-23 | Add attributes for #[global_allocator] functions | Nikita Popov | -3/+54 |
| 2025-09-23 | Merge pull request #4601 from RalfJung/rustup | Ralf Jung | -11364/+42407 |
| 2025-09-23 | Merge ref 'f6092f224d2b' from rust-lang/rust | Ralf Jung | -11363/+42406 |
| 2025-09-23 | Prepare for merging from rust-lang/rust | Ralf Jung | -1/+1 |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -157/+561 |
| 2025-09-23 | prevent line number from being copied in chrome | Iris Shi | -7/+18 |
| 2025-09-23 | move config check logic from get_toml to parse_inner | bit-aloo | -24/+23 |
| 2025-09-22 | Skip the panic-immediate-abort-works test when cross-compiling | Ben Kimock | -0/+5 |
| 2025-09-22 | Fix a dangling reference in `rustc_thread_pool` | Josh Stone | -2/+6 |
| 2025-09-22 | add regression test for issue 146537 | cyrgani | -0/+34 |
| 2025-09-22 | fix ICE in rustdoc::invalid_html_tags | binarycat | -1/+65 |
| 2025-09-22 | Mutex/RwLock/ReentrantLock::data_ptr to be const fn | Peter Lyons Kehl | -5/+5 |
| 2025-09-22 | Fix a crash/mislex when more than one frontmatter closing possibility is cons... | Alex | -1/+34 |
| 2025-09-22 | Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomez | bors | -30/+173 |
| 2025-09-22 | Update books | rustbot | -0/+0 |
| 2025-09-22 | Merge pull request #4600 from RalfJung/sifa | Ralf Jung | -12/+23 |
| 2025-09-22 | tests/run-make/crate-loading: Rename source files for clarity | Martin Nordholts | -6/+3 |
| 2025-09-22 | fix SIFA logic | Ralf Jung | -12/+23 |
| 2025-09-22 | Update tests/rustdoc/reexport/private-mod-override-reexport.rs | Iris Shi | -1/+0 |
| 2025-09-22 | Rollup merge of #146887 - taiki-e:rc-doc-feature, r=joboet | Guillaume Gomez | -18/+0 |
| 2025-09-22 | Rollup merge of #146884 - Kobzol:tidy-rustdoc-modified, r=GuillaumeGomez | Guillaume Gomez | -2/+4 |
| 2025-09-22 | Rollup merge of #146848 - moturus:motor-os_tier-3, r=davidtwco | Guillaume Gomez | -3/+131 |
| 2025-09-22 | Rollup merge of #146828 - el-ev:issue146646, r=GuillaumeGomez | Guillaume Gomez | -2/+33 |
| 2025-09-22 | Rollup merge of #146795 - alexcrichton:wasm-limit-rdylib-exports, r=bjorn3 | Guillaume Gomez | -5/+5 |
| 2025-09-22 | Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu | bors | -246/+284 |
| 2025-09-22 | Merge pull request #2593 from rust-lang/tshepang/testing-with-ci | Tshepang Mbambo | -65/+65 |
| 2025-09-22 | various improvements resulting from reading Testing with CI | Tshepang Mbambo | -65/+65 |
| 2025-09-22 | Merge pull request #2596 from rust-lang/tshepang/sembr | Tshepang Mbambo | -3/+8 |
| 2025-09-22 | reduce overlong lines | Tshepang Mbambo | -3/+8 |
| 2025-09-22 | constify {float}::total_cmp() | Nathaniel McCallum | -90/+93 |
| 2025-09-22 | Merge pull request #2595 from rust-lang/rustc-pull | Tshepang Mbambo | -38861/+77065 |
| 2025-09-22 | add comment explaining the test_build_dir | bit-aloo | -0/+7 |
| 2025-09-22 | Merge pull request #4599 from RalfJung/nondet | Ralf Jung | -234/+183 |
| 2025-09-22 | add check for toml file | bit-aloo | -10/+9 |
| 2025-09-22 | Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examples | Taiki Endo | -18/+0 |
| 2025-09-22 | share the check_nondet helper as well | Ralf Jung | -174/+138 |
| 2025-09-22 | share check_all_outcomes impl, and increase max iteration counts | Ralf Jung | -60/+45 |
| 2025-09-22 | address review comments | Iris Shi | -2/+2 |
| 2025-09-22 | remove explicit target assignment in config during rustc initialization | bit-aloo | -15/+8 |
| 2025-09-22 | Fix modification check of `rustdoc-json-types` | Jakub Beránek | -2/+4 |
| 2025-09-22 | Merge pull request #4595 from RalfJung/tb-terms | Ralf Jung | -197/+128 |
| 2025-09-22 | Auto merge of #146879 - Zalathar:rollup-vm97j8b, r=Zalathar | bors | -462/+948 |
| 2025-09-22 | Extends branch protection tests to include GCS | Reuben Cruise | -11/+23 |
| 2025-09-22 | Rollup merge of #146878 - RalfJung:check_language_ub, r=tgross35 | Stuart Cook | -9/+10 |
| 2025-09-22 | Rollup merge of #146858 - Gelbpunkt:mips64el-musl-dynamic, r=jieyouxu | Stuart Cook | -4/+1 |
| 2025-09-22 | Rollup merge of #146846 - hkBst:btree-2, r=tgross35 | Stuart Cook | -2/+3 |