| Age | Commit message (Expand) | Author | Lines |
| 2025-09-11 | remove unused getLongestEntryLength | klensy | -8/+0 |
| 2025-09-11 | remove unused macro | klensy | -116/+0 |
| 2025-09-11 | Auto merge of #146429 - Zalathar:rollup-eivhl6u, r=Zalathar | bors | -534/+576 |
| 2025-09-11 | Auto merge of #146400 - nikic:llvm-21.1.1, r=dianqk | bors | -0/+0 |
| 2025-09-11 | Rollup merge of #146428 - jieyouxu:revert-assert-desugaring, r=estebank,jackh726 | Stuart Cook | -135/+74 |
| 2025-09-11 | Rollup merge of #146425 - ferrocene:pvdrz/improve-array-coverage, r=workingju... | Stuart Cook | -0/+7 |
| 2025-09-11 | Rollup merge of #146424 - ferrocene:pvdrz/improve-ops-coverage, r=workingjubilee | Stuart Cook | -1/+75 |
| 2025-09-11 | Rollup merge of #146422 - fmease:less-greedy-maybe-const-bounds, r=estebank | Stuart Cook | -105/+156 |
| 2025-09-11 | Rollup merge of #146415 - RalfJung:s390x-softfloat, r=workingjubilee | Stuart Cook | -31/+45 |
| 2025-09-11 | Rollup merge of #146380 - rperier:unify_and_dedup_bits_conv_float_tests, r=tg... | Stuart Cook | -110/+63 |
| 2025-09-11 | Rollup merge of #146379 - madsmtm:fix-platform_version-test, r=tgross35 | Stuart Cook | -3/+3 |
| 2025-09-11 | Rollup merge of #146370 - heiher:update-loong-linux-docs, r=jieyouxu | Stuart Cook | -8/+11 |
| 2025-09-11 | Rollup merge of #146347 - folkertdev:duplicate-symbol-panic, r=fee1-dead | Stuart Cook | -6/+15 |
| 2025-09-11 | Rollup merge of #146335 - arielb1:dont-dump-core, r=nnethercote | Stuart Cook | -1/+16 |
| 2025-09-11 | Rollup merge of #142315 - lolbinarycat:core-dedup-ptr-docs-139190-pt3, r=work... | Stuart Cook | -134/+111 |
| 2025-09-11 | Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov" | Jieyou Xu | -150/+53 |
| 2025-09-11 | Add regression test for assert desugaring change | Jieyou Xu | -0/+36 |
| 2025-09-10 | Improve `core::array` coverage | Christian Poveda | -0/+7 |
| 2025-09-10 | Update library/coretests/tests/ops.rs | Christian Poveda Ruiz | -1/+2 |
| 2025-09-10 | Improve `core::ops` coverage | Christian Poveda | -1/+74 |
| 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 | s390x: mark soft-float target feature as incompatible | Ralf Jung | -31/+45 |
| 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 | -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 | core::ptr: deduplicate docs for as_ref, addr, and as_uninit_ref | binarycat | -134/+111 |
| 2025-09-10 | Auto merge of #146409 - matthiaskrgr:rollup-thju381, r=matthiaskrgr | bors | -97/+530 |
| 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 | -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 | Update to LLVM 21.1.1 | Nikita Popov | -0/+0 |
| 2025-09-10 | Add suggestions | Georg Semmler | -3/+2 |
| 2025-09-09 | don't trim paths in mir dumping when filtering and at the top of the file | beepster4096 | -10/+12 |
| 2025-09-09 | allow `#[rustc_align_static(N)]` on `static`s | Folkert de Vries | -5/+246 |
| 2025-09-09 | c-variadic: reject functions with unsupported extern ABI | Folkert de Vries | -40/+79 |
| 2025-09-09 | c-variadic: reject non-unsafe functions | Folkert de Vries | -21/+98 |
| 2025-09-09 | Auto merge of #146375 - matthiaskrgr:rollup-utik9zj, r=matthiaskrgr | bors | -129/+416 |
| 2025-09-09 | Strip frontmatter in fewer places | León Orell Valerian Liehr | -115/+208 |