| Age | Commit message (Expand) | Author | Lines |
| 2025-09-10 | Improve `core::ops` coverage | Christian Poveda | -1/+74 |
| 2025-09-10 | Merge pull request #4575 from RalfJung/weakmem-origin | Ralf Jung | -343/+375 |
| 2025-09-10 | Auto merge of #146418 - matthiaskrgr:rollup-za0lrux, r=matthiaskrgr | bors | -863/+1612 |
| 2025-09-10 | Less greedily parse `[const]` bounds | León Orell Valerian Liehr | -5/+33 |
| 2025-09-10 | Restore the test intention of several MBE trait bound modifier tests | León Orell Valerian Liehr | -100/+123 |
| 2025-09-10 | add release sequence test | Ralf Jung | -3/+39 |
| 2025-09-10 | s390x: mark soft-float target feature as incompatible | Ralf Jung | -31/+45 |
| 2025-09-10 | tidy: check that error messages don't start with a capitalized letter | Sasha Pourcelot | -4/+70 |
| 2025-09-10 | Pick up changes from robamu that I missed. | Jonathan 'theJPster' Pallant | -18/+28 |
| 2025-09-10 | Update the arm-* and aarch64-* platform docs. | Jonathan 'theJPster' Pallant | -19/+264 |
| 2025-09-10 | fixup no_{core,std} handling code | Jana Dönszelmann | -8/+2 |
| 2025-09-10 | fixup no_{core,std} handling code | Jana Dönszelmann | -92/+207 |
| 2025-09-10 | Rollup merge of #146342 - folkertdev:c-variadic-errors-take-3, r=workingjubilee | Matthias Krüger | -167/+357 |
| 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 |