| Age | Commit message (Expand) | Author | Lines |
| 2025-09-10 | Rollup merge of #146340 - fmease:frontmatter-containment, r=fee1-dead,Urgau | Matthias Krüger | -7/+9 |
| 2025-09-10 | Rollup merge of #146340 - fmease:frontmatter-containment, r=fee1-dead,Urgau | Matthias Krüger | -128/+226 |
| 2025-09-10 | Rollup merge of #146327 - Darksonn:pin-deref-tests, r=lcnr | Matthias Krüger | -0/+382 |
| 2025-09-10 | Rollup merge of #146322 - weiznich:fix/146087, r=joboet | Matthias Krüger | -0/+13 |
| 2025-09-10 | Rollup merge of #146311 - nnethercote:symbol-comments, r=petrochenkov | Matthias Krüger | -7/+6 |
| 2025-09-10 | Rollup merge of #146123 - IoaNNUwU:issue-68293, r=estebank | Matthias Krüger | -0/+143 |
| 2025-09-10 | Rollup merge of #145879 - Bryanskiy:supertraits-2, r=lcnr | Matthias Krüger | -345/+209 |
| 2025-09-10 | Rollup merge of #145327 - joboet:net-addr-sgx-hack, r=tgross35 | Matthias Krüger | -216/+276 |
| 2025-09-10 | Simplify code for `find_raw_urls` | Guillaume Gomez | -17/+11 |
| 2025-09-10 | Merge pull request #2516 from lolbinarycat/patch-4 | Tshepang Mbambo | -0/+1 |
| 2025-09-10 | Add new ui tests for `rustdoc::bare_urls` | Guillaume Gomez | -1/+97 |
| 2025-09-10 | Improve suggestion in case a bare URL is surrounded by brackets | Guillaume Gomez | -13/+40 |
| 2025-09-10 | Add missing documentation for running tests with GCC backend | Guillaume Gomez | -1/+32 |
| 2025-09-10 | glossary(rustbuild): reword according to code review | lolbinarycat | -1/+1 |
| 2025-09-10 | tidy: Add specific line info for allowed dependencies | clubby789 | -9/+25 |
| 2025-09-10 | tidy: More accurate permitted dependencies location | clubby789 | -2/+15 |
| 2025-09-10 | glossary: add entry for rustbuild | lolbinarycat | -0/+1 |
| 2025-09-10 | tidy: Print crate name on dependency error | clubby789 | -1/+2 |
| 2025-09-10 | core::ptr: deduplicate docs for as_ref, addr, and as_uninit_ref | binarycat | -134/+111 |
| 2025-09-10 | this apparently needs more test rounds | Ralf Jung | -3/+11 |
| 2025-09-10 | tidy: Introduce `WorkspaceInfo` struct for deps information | clubby789 | -36/+73 |
| 2025-09-10 | move all weak memory tests into their folder | Ralf Jung | -2/+2 |
| 2025-09-10 | also use nicer check_all_outcomes in float_nan | Ralf Jung | -177/+142 |
| 2025-09-10 | loongarch: Align intrinsic signatures with LLVM | WANG Rui | -16/+20 |
| 2025-09-10 | Auto merge of #146409 - matthiaskrgr:rollup-thju381, r=matthiaskrgr | bors | -97/+530 |
| 2025-09-10 | refactor weak-mem test to list all expected executions | Ralf Jung | -103/+114 |
| 2025-09-10 | ensure we do not see the inconsistent execution from Figure 8 | Ralf Jung | -1/+10 |
| 2025-09-10 | weak memory tests: add more info on where they come from | Ralf Jung | -11/+14 |
| 2025-09-10 | clarify current MIR semantics re: overlapping assignment | Ralf Jung | -4/+15 |
| 2025-09-10 | interpret: fix overlapping aggregate initialization | Ralf Jung | -11/+77 |
| 2025-09-10 | std: only test `dlsym!` on platforms where it is actually used | joboet | -0/+10 |
| 2025-09-10 | bless miri tests | joboet | -24/+24 |
| 2025-09-10 | std: move `thread` into `sys` | joboet | -1042/+842 |
| 2025-09-10 | Unify and deduplicate bits conv float tests | Romain Perier | -110/+63 |
| 2025-09-10 | Rollup merge of #146391 - beepster4096:trimnt, r=saethlin | Matthias Krüger | -10/+12 |
| 2025-09-10 | Rollup merge of #146378 - alexcrichton:update-wasm-component-ld, r=lqd | Matthias Krüger | -26/+26 |
| 2025-09-10 | Rollup merge of #146368 - ojeda:rfl, r=lqd | Matthias Krüger | -3/+1 |
| 2025-09-10 | Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr... | Matthias Krüger | -5/+246 |
| 2025-09-10 | Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt | Matthias Krüger | -1/+0 |
| 2025-09-10 | Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt | Matthias Krüger | -53/+245 |
| 2025-09-10 | Permit `more_maybe_bounds` in supertraits and trait objects only | Bryanskiy | -18/+60 |
| 2025-09-10 | Default auto traits: revert to the default supertraits | Bryanskiy | -333/+155 |
| 2025-09-10 | fix(needless_closure): don't lint on `AsyncFn*`s | Ada Alakbarova | -12/+31 |
| 2025-09-10 | Update to LLVM 21.1.1 | Nikita Popov | -0/+0 |
| 2025-09-10 | avoid calling insert_presorted more than once | Ralf Jung | -11/+17 |
| 2025-09-10 | interpret: copy_provenance: avoid large intermediate buffer for large repeat ... | Ralf Jung | -81/+81 |
| 2025-09-10 | Add suggestions | Georg Semmler | -3/+2 |
| 2025-09-10 | Merge pull request #20649 from ChayimFriedman2/cast-unknown | Shoyu Vanilla (Flint) | -6/+25 |
| 2025-09-10 | Always coerce in a cast, even when there are unknown types | Chayim Refael Friedman | -6/+25 |
| 2025-09-10 | Merge pull request #20645 from ChayimFriedman2/update-rustc | Shoyu Vanilla (Flint) | -330/+468 |