about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-04Add a regression test for a fixed new trait solver bugChayim Refael Friedman-1/+22
2025-09-04Fix typo in configChayim Refael Friedman-1/+1
2025-09-04Auto merge of #146192 - jhpratt:rollup-mam0bss, r=jhprattbors-133/+734
2025-09-04Special case allocator module submission to avoid special casing it elsewherebjorn3-146/+79
2025-09-04Ensure the allocator shim never participates in LTObjorn3-18/+13
2025-09-04Export __rdl_* symbols to the allocator shim when doing LTObjorn3-0/+14
2025-09-04add testbendn-0/+6
2025-09-04Add cfg_attr predicate completionA4-Tacks-1/+53
2025-09-04improved solution for function is_non_auto_or_matchesFrancescoV1985-13/+11
2025-09-04Merge pull request #4564 from rust-lang/rustup-2025-09-04Ralf Jung-398/+924
2025-09-04Rollup merge of #146182 - ChayimFriedman2:ns-probe, r=jackh726Jacob Pratt-8/+9
2025-09-04Rollup merge of #146168 - dpaoliello:bootstrapdeps, r=jieyouxuJacob Pratt-34/+108
2025-09-04Rollup merge of #146119 - Zalathar:capture, r=jieyouxuJacob Pratt-75/+275
2025-09-04Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35Jacob Pratt-9/+338
2025-09-04Rollup merge of #145682 - dpaoliello:arm64tier1, r=jieyouxuJacob Pratt-7/+4
2025-09-04Auto merge of #146176 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-09-03Update cargo submoduleWeihang Lo-0/+0
2025-09-04Merge ref '9385c64c95d9' from rust-lang/rustThe Miri Cronjob Bot-397/+923
2025-09-04Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-09-04Implement compiletest `--new-output-capture`, in stable RustZalathar-2/+76
2025-09-04Auto merge of #146185 - Zalathar:rollup-n14lyv6, r=Zalatharbors-707/+2934
2025-09-03rustdoc-search: yet another stringdex optimization attemptMichael Howell-164/+647
2025-09-04Rollup merge of #146172 - RalfJung:triagebot-keyword-mentions, r=UrgauStuart Cook-1/+21
2025-09-04Rollup merge of #146161 - GuillaumeGomez:loaded-paths-scraped-examples, r=lol...Stuart Cook-6/+4
2025-09-04Rollup merge of #146155 - Shourya742:2025-09-03-make-test-run-parallel, r=KobzolStuart Cook-45/+25
2025-09-04Rollup merge of #146150 - weihanglo:rustdoc-emit, r=aDotInTheVoidStuart Cook-2/+21
2025-09-04Rollup merge of #146140 - jeremyd2019:patch-1, r=jieyouxuStuart Cook-1/+1
2025-09-04Rollup merge of #146137 - Urgau:cfg-disallow-frontmatter, r=fmeaseStuart Cook-6/+65
2025-09-04Rollup merge of #146136 - AudaciousAxiom:docs/missing-closing-code-block-fenc...Stuart Cook-2/+7
2025-09-04Rollup merge of #146134 - maurer:nvptx-sync, r=durin42Stuart Cook-1/+5
2025-09-04Rollup merge of #146131 - notriddle:rustdoc-search-load-itemtype-test, r=Guil...Stuart Cook-1/+171
2025-09-04Rollup merge of #146127 - Kobzol:rename-tool-rustc, r=jieyouxuStuart Cook-63/+71
2025-09-04Rollup merge of #146124 - Kobzol:distcheck-ext, r=jieyouxuStuart Cook-62/+99
2025-09-04Rollup merge of #146120 - smoelius:patch-3, r=lqdStuart Cook-1/+1
2025-09-04Rollup merge of #146112 - scrabsha:push-utkysktvulto, r=WaffleLapkinStuart Cook-248/+248
2025-09-04Rollup merge of #146090 - Kobzol:invisible-origin-eq, r=petrochenkovStuart Cook-19/+21
2025-09-04Rollup merge of #146054 - joboet:array-repeat-must_use, r=ibraheemdevStuart Cook-0/+1
2025-09-04Rollup merge of #145963 - heiher:src-analysis-lsx, r=lqdStuart Cook-3/+107
2025-09-04Rollup merge of #145962 - bjorn3:linkage_fixes, r=WaffleLapkinStuart Cook-39/+98
2025-09-04Rollup merge of #145932 - JamieCunliffe:target-feature-inlining, r=jackh726Stuart Cook-27/+400
2025-09-04Rollup merge of #145827 - estebank:issue-51976, r=jackh726Stuart Cook-84/+912
2025-09-04Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35Stuart Cook-25/+2
2025-09-04Rollup merge of #145342 - dianne:if-let-super-let, r=nnethercoteStuart Cook-41/+155
2025-09-04Rollup merge of #145209 - hanna-kruppe:path_add_extension, r=tgross35Stuart Cook-7/+3
2025-09-04Rollup merge of #143725 - kennytm:peekable_next_if_map, r=jhprattStuart Cook-0/+189
2025-09-04Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35Stuart Cook-23/+307
2025-09-03In the rustc_llvm build script, don't consider arm64* to be 32-bitDaniel Paoliello-1/+4
2025-09-03Auto merge of #146156 - RalfJung:miri, r=RalfJungbors-632/+1665
2025-09-04Don't require next-solver `ProbeRef` to be `Copy`Chayim Refael Friedman-8/+9
2025-09-04fix: `read_zero_byte_vec` suggests wrongly inside `let` stmtyanglsh-10/+109