about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-03-28Remove ScopeDepth entirely.Mara Bos-30/+18
2025-03-28bootstrap: update `test_find` testonur-ozkan-1/+1
2025-03-28Auto merge of #139037 - jhpratt:rollup-4c74y8a, r=jhprattbors-147/+384
2025-03-28Auto merge of #138965 - nnethercote:less-kw-Empty-hir-Lifetime, r=lcnrbors-82/+330
2025-03-28Remove `rustc_middle::ty::util::ExplicitSelf`.Nicholas Nethercote-62/+22
2025-03-28bootstrap: Update download-ci-llvm-stampMads Marquart-1/+1
2025-03-28bootstrap: Override CMAKE_OSX_SYSROOT when building compiler-rtMads Marquart-3/+4
2025-03-28bootstrap: Set CMAKE_SYSTEM_NAME=Darwin on Apple platformsMads Marquart-0/+8
2025-03-28bootstrap: Fix CMAKE_OSX_ARCHITECTURES on all Apple platformsMads Marquart-1/+1
2025-03-28bootstrap: Always set CMAKE_SYSTEM_NAME when cross-compilingMads Marquart-0/+24
2025-03-28bootstrap: bump cc to 1.2.17 and cmake to 0.1.54Mads Marquart-8/+6
2025-03-28Add new change-id option in bootstrap.example.toml and update the change-id d...bit-aloo-6/+11
2025-03-28Update target maintainers for thumb targets to reflect new REWG Arm team nameAdam Greig-10/+5
2025-03-27Rollup merge of #139030 - saethlin:vacation, r=NoratriebJacob Pratt-0/+1
2025-03-27Rollup merge of #139026 - yotamofek:pr/abs-diff, r=compiler-errorsJacob Pratt-6/+2
2025-03-27Rollup merge of #139025 - compiler-errors:trim-validator-err, r=jieyouxuJacob Pratt-26/+67
2025-03-27Rollup merge of #139021 - joboet:pre-vista-fallback, r=ChrisDentonJacob Pratt-22/+6
2025-03-27Rollup merge of #139010 - madsmtm:parse-xcrun-better, r=wesleywiserJacob Pratt-88/+293
2025-03-27Rollup merge of #138720 - Jeff-A-Martin:channel-stack-overflow-test-fuchsia, ...Jacob Pratt-5/+15
2025-03-27Trusty: Implement write_vectored for stdioThalia Archibald-38/+49
2025-03-28Don't use `kw::Empty` in `hir::Lifetime::ident`.Nicholas Nethercote-51/+136
2025-03-27search.js: revert usage of nonundef for now (not available under test)binarycat-2/+3
2025-03-27Auto merge of #138702 - m-ou-se:spawn-in-atexit, r=Mark-Simulacrumbors-9/+38
2025-03-28Remove `ImplicitObjectLifetimeDefault` case from `suggestion`.Nicholas Nethercote-15/+10
2025-03-28Remove `LifetimeSuggestionPosition` and `Lifetime::suggestion_position`.Nicholas Nethercote-32/+13
2025-03-28Add a HIR pretty-printing test focused on lifetimes.Nicholas Nethercote-0/+187
2025-03-27tester.js: ignore displayTypeSignature if it is nullbinarycat-1/+1
2025-03-27saethlin goes on vacationBen Kimock-0/+1
2025-03-27Merge pull request #2305 from mejrs/delete_from_methodTshepang Mbambo-3/+0
2025-03-27Auto merge of #139023 - jhpratt:rollup-4ou6ei4, r=jhprattbors-251/+429
2025-03-27Use `abs_diff` where applicableYotam Ofek-6/+2
2025-03-27Drive-by get rid of a bunch of unnecessary :?Michael Goulet-25/+23
2025-03-27Do not trim paths in MIR validatorMichael Goulet-1/+44
2025-03-27Delete from_method from rustc_on_unimplemented documentationmejrs-3/+0
2025-03-27Rollup merge of #139016 - Kobzol:post-merge-analysis-durations, r=marcoieniJacob Pratt-9/+120
2025-03-27Rollup merge of #139015 - Kobzol:llvm-ci-test-fixes, r=onur-ozkanJacob Pratt-21/+1
2025-03-27Rollup merge of #139014 - xizheyin:issue-138931, r=oli-obkJacob Pratt-34/+157
2025-03-27Rollup merge of #138999 - jieyouxu:spellout-pass-mode, r=wesleywiserJacob Pratt-12/+17
2025-03-27Rollup merge of #138989 - m-ou-se:clean-up-things, r=jdonszelmann,dingxiangfe...Jacob Pratt-47/+35
2025-03-27Rollup merge of #138926 - nnethercote:less-kw-Empty-rustc_middle, r=lcnrJacob Pratt-20/+11
2025-03-27Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercoteJacob Pratt-108/+88
2025-03-27Only take outer attributes into account when generating content between first...Guillaume Gomez-120/+19
2025-03-27rustc_resolve: prevent iteration of refids for completenessAugie Fackler-2/+3
2025-03-27add changeInfo to change trackerbit-aloo-0/+5
2025-03-27feat(config): Add ChangeId enum for suppressing warningsbit-aloo-48/+70
2025-03-27Add CI metadata to bootstrap metricsJakub Beránek-5/+38
2025-03-27librustdoc: also stabilize iteration order hereAugie Fackler-1/+2
2025-03-27Remove recursion in `check_item`Guillaume Gomez-16/+4
2025-03-27Add new regression test for doctestGuillaume Gomez-0/+131
2025-03-27Auto merge of #138927 - nnethercote:rearrange-Item-ItemInner, r=GuillaumeGomezbors-37/+46