| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycat | Jacob Pratt | -0/+2 |
| 2025-06-17 | Rollup merge of #142608 - workingjubilee:redescribe-rustc_target-more-accurat... | Jacob Pratt | -22/+25 |
| 2025-06-17 | Rollup merge of #142605 - ZuseZ4:autodiff-check-builds2, r=oli-obk | Jacob Pratt | -13/+14 |
| 2025-06-17 | Rollup merge of #142588 - ZuseZ4:generic-ctx-imprv, r=oli-obk | Jacob Pratt | -9/+6 |
| 2025-06-17 | Rollup merge of #142520 - hkBst:less-static-mut, r=tgross35 | Jacob Pratt | -106/+55 |
| 2025-06-17 | Rollup merge of #142517 - ChrisDenton:anon-pipe, r=Mark-Simulacrum | Jacob Pratt | -86/+142 |
| 2025-06-17 | Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov | Jacob Pratt | -45/+62 |
| 2025-06-17 | Rollup merge of #142100 - lolbinarycat:rustdoc-srcIndex-138467, r=GuillaumeGomez | Jacob Pratt | -31/+11 |
| 2025-06-17 | Rollup merge of #141608 - moatom:proc_macro-140238, r=dtolnay | Jacob Pratt | -63/+519 |
| 2025-06-17 | Rollup merge of #141574 - fee1-dead-contrib:push-owzulzmzszzx, r=jhpratt | Jacob Pratt | -0/+7 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -299/+334 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -1021/+4167 |
| 2025-06-17 | Lint about `console` calls in rustdoc JS | Guillaume Gomez | -0/+2 |
| 2025-06-17 | Rollup merge of #142601 - nnethercote:format_version-comment, r=aDotInTheVoid | Jubilee | -0/+8 |
| 2025-06-17 | Rollup merge of #142598 - ostylk:fix/ppc64_llvmabi, r=nikic,workingjubilee | Jubilee | -0/+26 |
| 2025-06-17 | Rollup merge of #142595 - workingjubilee:revert-warning-138139, r=ChrisDenton | Jubilee | -38/+0 |
| 2025-06-17 | Rollup merge of #142587 - compiler-errors:try-visit-expr-fields, r=jieyouxu | Jubilee | -4/+23 |
| 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-17 | Make performance of String::insert_str more precise | Marijn Schouten | -9/+16 |
| 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 | Reject union default field values | Jieyou Xu | -30/+103 |
| 2025-06-16 | miri: bless tests | David Wood | -4/+4 |
| 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 |