| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | Rollup merge of #142586 - compiler-errors:remove-visit-struct-field-def, r=fm... | Jubilee | -18/+2 |
| 2025-06-17 | Rollup merge of #142585 - rustbot:docs-update, r=ehuss | Jubilee | -0/+0 |
| 2025-06-17 | Rollup merge of #142584 - Urgau:span-borrowck-139049, r=fmease | Jubilee | -120/+65 |
| 2025-06-17 | Rollup merge of #142570 - jieyouxu:disunion, r=estebank | Jubilee | -36/+115 |
| 2025-06-17 | Rollup merge of #142563 - jieyouxu:no-more-i686-mingw, r=mati865 | Jubilee | -24/+17 |
| 2025-06-17 | Rollup merge of #142542 - cjgillot:invalidate-simplify-cfg, r=SparrowLii | Jubilee | -3/+16 |
| 2025-06-17 | Rollup merge of #142216 - nealsid:refcell-logging, r=tgross35 | Jubilee | -36/+30 |
| 2025-06-17 | Rollup merge of #141946 - xizheyin:141933, r=jhpratt | Jubilee | -11/+16 |
| 2025-06-17 | Rollup merge of #138538 - hkBst:patch-4, r=tgross35 | Jubilee | -9/+16 |
| 2025-06-17 | linked_list tests: buff check_links | Marijn Schouten | -40/+25 |
| 2025-06-16 | tests: remove define so dso_local attr does not disrupt test | Jubilee Young | -1/+1 |
| 2025-06-17 | Make performance of String::insert_str more precise | Marijn Schouten | -9/+16 |
| 2025-06-17 | Merge pull request #4402 from rust-lang/rustup-2025-06-17 | Ralf Jung | -1757/+4626 |
| 2025-06-17 | Merge from rustc | The Miri Cronjob Bot | -1756/+4625 |
| 2025-06-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-16 | compiler: Redescribe rustc_target search algo more accurately | Jubilee Young | -14/+7 |
| 2025-06-16 | compiler: Redescribe rustc_target::spec more accurately | Jubilee Young | -8/+18 |
| 2025-06-16 | don't unwrap in enzyme builds in case of missing llvm-config | Manuel Drehwald | -13/+14 |
| 2025-06-17 | Don't match on platform-specific directory not found message | Jieyou Xu | -6/+2 |
| 2025-06-17 | Refine run-make test ignores due to unpredictable `i686-pc-windows-gnu` unwin... | Jieyou Xu | -18/+15 |
| 2025-06-17 | Add a comment to `FORMAT_VERSION`. | Nicholas Nethercote | -0/+8 |
| 2025-06-16 | rustdoc: make srcIndex no longer a global variable | binarycat | -31/+11 |
| 2025-06-17 | Add a warning to LateContext::get_def_path | blyxyas | -0/+9 |
| 2025-06-17 | Reject union default field values | Jieyou Xu | -30/+103 |
| 2025-06-16 | clippy: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -2/+8 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -30/+36 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -30/+36 |
| 2025-06-16 | miri: bless tests | David Wood | -4/+4 |
| 2025-06-16 | clippy: add `MetaSized` conditions | David Wood | -1/+8 |
| 2025-06-16 | miri: fix build | David Wood | -1/+1 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -60/+72 |
| 2025-06-16 | clippy: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -2/+8 |
| 2025-06-16 | clippy: add `MetaSized` conditions | David Wood | -1/+8 |
| 2025-06-16 | bootstrap: address lint failures | David Wood | -2/+2 |
| 2025-06-16 | rustdoc: `PointeeSized` bounds with extern types | David Wood | -1/+1 |
| 2025-06-16 | rustdoc: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -21/+109 |
| 2025-06-16 | rustdoc: skip `MetaSized` bounds | David Wood | -7/+52 |
| 2025-06-16 | trait_sel: skip `nominal_obligations` for `Sized` | David Wood | -36/+12 |
| 2025-06-16 | trait_sel: skip elaboration of sizedness supertrait | David Wood | -40/+268 |
| 2025-06-16 | trait_sel: extend fast path with sized hierarchy | David Wood | -23/+47 |
| 2025-06-16 | tests: bless remaining tests | David Wood | -25/+135 |
| 2025-06-16 | tests: add overflow test | David Wood | -0/+66 |
| 2025-06-16 | tests: unconstrain params in `non_lifetime_binders` | David Wood | -43/+64 |
| 2025-06-16 | tests: update tests with unconstrained parameters | David Wood | -7/+32 |
| 2025-06-16 | tests: `PointeeSized` bounds with extern types | David Wood | -69/+131 |
| 2025-06-16 | middle: print `{Meta,Pointee}Sized` in opaques | David Wood | -5/+150 |
| 2025-06-16 | trait_sel: print `{Meta,Pointee}Sized` impl headers | David Wood | -16/+252 |
| 2025-06-16 | trait_sel: sort `{Meta,Pointee}Sized` diagnostics last | David Wood | -10/+17 |
| 2025-06-16 | trait_sel: `MetaSized` bounds in dispatchable check | David Wood | -8/+15 |
| 2025-06-16 | trait_sel: stash `{Meta,Pointee}Sized` errors | David Wood | -1/+4 |