about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-30std: merge address family computationjoboet-57/+26
2025-09-30Add regression test for another (long-standing) bug fixed by the new solverChayim Refael Friedman-1/+23
2025-09-30std: add missing unsafe blocksjoboet-136/+156
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
2025-09-30test bevy compute_implied_bounds hack with new trait solverJana Dönszelmann-2/+4
2025-09-30Rollup merge of #147167 - jyn514:rustdoc-tests, r=KobzolStuart Cook-9/+3
2025-09-30Rollup merge of #147109 - BoxyUwU:rename_concrete_opaques, r=lcnrStuart Cook-109/+83
2025-09-30Rollup merge of #146649 - folkertdev:cmse-call-erase-regions, r=lcnrStuart Cook-0/+40
2025-09-30Rollup merge of #146011 - estebank:lifetime-obligation-span, r=lcnrStuart Cook-32/+258
2025-09-30Rollup merge of #140916 - moatom:140578, r=chenyukangStuart Cook-11/+115
2025-09-30std: improve internal socket functionsjoboet-27/+69
2025-09-30Replace `MetadataType` with the `MetadataKindId` constantsZalathar-49/+17
2025-09-30Declare all "fixed" metadata kinds as `MetadataKindId`Zalathar-0/+116
2025-09-30Move `MetadataKindId` into its own submoduleZalathar-10/+16
2025-09-30add testslcnr-1/+90
2025-09-30std: call WinSock cleanup function directly instead of through its reexportjoboet-2/+2
2025-09-30Fix unuseful span in type error in some format_args!() invocationsTomoaki Kobayashi-36/+60
2025-09-30fix tuple child creationWalnut-2/+3
2025-09-30Add test for unuseful span in type error in some format_args!() invocationsTomoaki Kobayashi-0/+80
2025-09-30Auto merge of #147143 - estebank:verbose-ret-type, r=fee1-deadbors-150/+258
2025-09-30Merge pull request #20745 from Oblarg/fix-negative-int-literals-in-macro-by-e...Shoyu Vanilla (Flint)-1/+55
2025-09-30Pass around `DirectiveLine` instead of bare stringsZalathar-145/+107
2025-09-30Remove `parse_negative_name_directive`Zalathar-16/+2
2025-09-30Split off a separate name/value parser for debuginfo test commandsZalathar-16/+19
2025-09-30Auto merge of #147169 - jhpratt:rollup-65ooei8, r=jhprattbors-167/+249
2025-09-29Rollup merge of #147153 - GuillaumeGomez:doc-propagation-before-stripping-ite...Jacob Pratt-4/+20
2025-09-29Rollup merge of #147152 - lcnr:instantiate-pre-sized-check, r=BoxyUwUJacob Pratt-131/+134
2025-09-29Rollup merge of #146457 - alexcrichton:wasm-no-exn-instructions, r=bjorn3Jacob Pratt-27/+86
2025-09-29Rollup merge of #145883 - shepmaster:unify-macos-ci, r=madsmtmJacob Pratt-5/+9
2025-09-29Don't condition RUSTDOC_LIBDIR on `--no-doc`Jynn Nelson-9/+3