about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-10-01Rollup merge of #147213 - ivmarkov:fix-hostname-espidf, r=joboetStuart Cook-1/+1
2025-10-01Rollup merge of #147209 - jieyouxu:remove-no-remap-src-base, r=ZalatharStuart Cook-8/+5
2025-10-01Rollup merge of #147200 - ZuseZ4:fix-autodiff-emptry-ret, r=ZalatharStuart Cook-6/+54
2025-10-01Rollup merge of #147199 - jdonszelmann:outdated-comment-infctx, r=lcnrStuart Cook-17/+2
2025-10-01Rollup merge of #147189 - yotamofek:pr/rustdoc/highlight-optimizations-2, r=G...Stuart Cook-19/+80
2025-10-01Rollup merge of #147188 - Kobzol:remove-compiletest-stage-1, r=Zalathar,jieyouxuStuart Cook-8/+1
2025-10-01Rollup merge of #147180 - lcnr:forced_ambiguity-error, r=jdonszelmannStuart Cook-1/+90
2025-10-01Rollup merge of #147170 - Zalathar:directive, r=jieyouxuStuart Cook-177/+128
2025-10-01Rollup merge of #146980 - hkBst:hir-analysis-1, r=jdonszelmannStuart Cook-28/+25
2025-10-01Rollup merge of #146918 - lcnr:add-regression-test, r=jdonszelmannStuart Cook-0/+30
2025-10-01Don't create a top-level `true` directory when running UI testsZalathar-3/+4
2025-10-01Fix broken STD build for ESP-IDFivmarkov-1/+1
2025-10-01indexing: reword helpMarijn Schouten-34/+30
2025-10-01Remove mention of `compiletest-use-stage0-libtest` from the bootstrap example...Jakub Beránek-3/+0
2025-10-01tests: remove `no-remap-src-base`Jieyou Xu-8/+5
2025-10-01Auto merge of #147198 - matthiaskrgr:rollup-b0ryvvu, r=matthiaskrgrbors-45/+243
2025-09-30updating tests to not break from new typetree metadataManuel Drehwald-5/+5
2025-09-30add empty struct ret testcaseManuel Drehwald-0/+41
2025-09-30fix void and empty struct retManuel Drehwald-1/+8
2025-10-01enable tests on next-solver for rust-lang/trait-system-refactor-initiative/237Jana Dönszelmann-2/+8
2025-10-01add test for trait-system-refactor-initiative/239Jana Dönszelmann-0/+15
2025-09-30remove outdated context (inner) infctxJana Dönszelmann-17/+2
2025-09-30Rollup merge of #147184 - jdonszelmann:bevy-outlives-bound, r=lcnrMatthias Krüger-3/+15
2025-09-30Rollup merge of #146635 - Zalathar:llvm-cov, r=SparrowLiiMatthias Krüger-17/+26
2025-09-30Rollup merge of #146617 - Jules-Bertholet:E0277-NOFORN, r=SparrowLiiMatthias Krüger-15/+94
2025-09-30Rollup merge of #146596 - bjorn3:dummy_backend, r=SparrowLiiMatthias Krüger-4/+70
2025-09-30Rollup merge of #146518 - madsmtm:ld-reproducible-doc, r=SparrowLiiMatthias Krüger-3/+13
2025-09-30Rollup merge of #143069 - jsimmons:current-thread-id-accessor, r=joshtriplett...Matthias Krüger-3/+25
2025-09-30clone region obligations instead of taking in implied bounds hackJana Dönszelmann-1/+11
2025-09-30Auto merge of #147197 - matthiaskrgr:rollup-du5e4pv, r=matthiaskrgrbors-142/+409
2025-09-30Replace `rustc_span::Span` with a stripped down version for librustdoc's high...Yotam Ofek-18/+65
2025-09-30Add fast-path for accessing the current thread idJosh Simmons-3/+25
2025-09-30Rollup merge of #147187 - lcnr:rarw, r=lqdMatthias Krüger-7/+0
2025-09-30Rollup merge of #147181 - Zalathar:fixed-metadata, r=petrochenkovMatthias Krüger-51/+141
2025-09-30Rollup merge of #147172 - notriddle:tooldoc, r=KobzolMatthias Krüger-18/+21
2025-09-30Rollup merge of #147166 - cyrgani:proc-macro-cleanup-1, r=petrochenkovMatthias Krüger-54/+14
2025-09-30Rollup merge of #146886 - taiki-e:rc-inner-align, r=Mark-SimulacrumMatthias Krüger-8/+12
2025-09-30Rollup merge of #142506 - clarfonthey:path-trailing-sep, r=joboetMatthias Krüger-4/+221
2025-09-30Add `#[bench]` for librustdoc's syntax highlighterYotam Ofek-1/+15
2025-09-30iter repeat: add tests for new count and last behaviorMarijn Schouten-0/+11
2025-09-30Split Bound into Canonical and Boundjackh726-247/+391
2025-09-30Auto merge of #147186 - Zalathar:rollup-sza9wxl, r=Zalatharbors-161/+499
2025-09-30bootstrap: build bootstrap docs with in-tree rustdocMichael Howell-18/+21
2025-09-30Merge pull request #20769 from ChayimFriedman2/ns-cleanup4Chayim Refael Friedman-1/+23
2025-09-30Add regression test for another (long-standing) bug fixed by the new solverChayim Refael Friedman-1/+23
2025-09-30Remove usage of `compiletest-use-stage0-libtest` from CIJakub Beránek-5/+1
2025-09-30Add repr(align(2)) to RcInner and ArcInnerTaiki Endo-8/+12
2025-09-30remove unnecessary test directiveslcnr-7/+0
2025-09-30Merge pull request #20768 from ChayimFriedman2/std-error-syntaxerrorChayim Refael Friedman-0/+2
2025-09-30Impl `std::error::Error` for `SyntaxError`Chayim Refael Friedman-0/+2