about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-07Auto merge of #119199 - dpaoliello:arm64ec, r=petrochenkovbors-1/+72
2024-03-07Auto merge of #122149 - flip1995:clippy-subtree-update, r=Manishearthbors-2401/+4114
2024-03-07Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...Philipp Krones-2401/+4114
2024-03-07Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+7
2024-03-07Auto merge of #122139 - GuillaumeGomez:rollup-37vtwsc, r=GuillaumeGomezbors-4/+20
2024-03-07Rollup merge of #122129 - tgross35:rustcdocs-host-only, r=onur-ozkanGuillaume Gomez-0/+1
2024-03-07Rollup merge of #122126 - workingjubilee:every-os-in-the-world-belongs-to-uni...Guillaume Gomez-1/+5
2024-03-07Rollup merge of #122110 - WaffleLapkin:miri-temp, r=RalfJungGuillaume Gomez-1/+7
2024-03-07Rollup merge of #122066 - mu001999:clean, r=oli-obkGuillaume Gomez-2/+7
2024-03-07Auto merge of #121985 - RalfJung:interpret-return-place, r=oli-obkbors-112/+111
2024-03-07remove the --generate-link-to-definition flags from bootstrapr0cky-2/+7
2024-03-07Set `RustcDocs` to only run on hostTrevor Gross-0/+1
2024-03-07Auto merge of #121866 - Kobzol:opt-dist-find-llvm, r=Mark-Simulacrumbors-0/+13
2024-03-07Auto merge of #122054 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-03-06Fix tidy --bless on WindowsJubilee Young-1/+5
2024-03-07Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgrbors-9/+32
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-1/+72
2024-03-07Rollup merge of #122109 - alexcrichton:compiletests-needs-threads, r=workingj...Matthias Krüger-0/+35
2024-03-07Rollup merge of #122094 - slanterns:arm-stack-probe-footnote, r=workingjubileeMatthias Krüger-5/+1
2024-03-06Update cargoWeihang Lo-0/+0
2024-03-06Add advice for failing `shims/fs.rs` miri testMaybe Waffle-0/+4
2024-03-06Make `x t miri` respect `MIRI_TEMP`Maybe Waffle-1/+3
2024-03-06Rollup merge of #122026 - clubby789:fmt-removed, r=onur-ozkanMatthias Krüger-6/+13
2024-03-06Rollup merge of #121976 - lu-zero:bootstrap-cache, r=onur-ozkanMatthias Krüger-3/+19
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-2/+4
2024-03-06Rollup merge of #117199 - Zalathar:instrument-coverage-on, r=oli-obk,NadrierilMatthias Krüger-4/+23
2024-03-06Rollup merge of #113518 - jyn514:streaming-failures, r=cuviperMatthias Krüger-4/+7
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-0/+35
2024-03-06Update src/bootstrap/src/utils/change_tracker.rsLuca Barbato-1/+1
2024-03-07Remove outdated footnote "missing-stack-probe"Slanterns-5/+1
2024-03-06Auto merge of #121967 - nikic:libllvm-linker-script, r=Mark-Simulacrumbors-2/+10
2024-03-06Auto merge of #121956 - ChrisDenton:srwlock, r=joboetbors-0/+21
2024-03-06Change the documented implicit value of `-C instrument-coverage` to `=yes`Zalathar-4/+23
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+1
2024-03-06Auto merge of #122041 - matthiaskrgr:rollup-imsmdke, r=matthiaskrgrbors-49/+31
2024-03-05Rollup merge of #121301 - davidtwco:rustfmt-silent-emitter, r=pnkfelixMatthias Krüger-49/+31
2024-03-05Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`Jason Newcomb-7/+7
2024-03-05Do not try to format removed filesclubby789-6/+13
2024-03-05Auto merge of #121992 - jieyouxu:fix-tidy-unpaired-revision, r=onur-ozkanbors-7/+19
2024-03-05errors: share `SilentEmitter` between rustc and rustfmtDavid Wood-49/+31
2024-03-05Add a build option to specify the bootstrap cacheLuca Barbato-9/+18
2024-03-05Assert that test names cannot contain dots许杰友 Jieyou Xu (Joe)-0/+6
2024-03-05Change message type in bug functions.Nicholas Nethercote-2/+3
2024-03-05Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwcobors-17/+22
2024-03-04bootstrap: print test name on failure even with `verbose-tests=false`jyn-4/+7
2024-03-05Rename `DiagnosticExt` as `DiagExt`.Nicholas Nethercote-4/+4
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-13/+18
2024-03-05Windows: Implement mutex using futexChris Denton-0/+21
2024-03-05Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelixbors-2/+13
2024-03-04consistently use MPlaceTy for return placesRalf Jung-112/+111