about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-07-27bless clippyDeadbeef-33/+36
2023-07-27Auto merge of #113298 - tgross35:update-bless-envs, r=oli-obkbors-12/+14
2023-07-27Remove `constness` from `ParamEnv`Deadbeef-4/+3
2023-07-27Revert "add tidy check that forbids issue ui test filenames"Jubilee Young-4329/+6
2023-07-27Rollup merge of #114032 - tshepang:patch-1, r=GuillaumeGomezGuillaume Gomez-2/+2
2023-07-27fmtRalf Jung-20/+11
2023-07-27Merge from rustcRalf Jung-155/+143
2023-07-27Preparing for merge from rustcRalf Jung-1/+1
2023-07-27Rollup merge of #114102 - compiler-errors:fulldeps-stage1-hack, r=pnkfelixMatthias Krüger-1/+8
2023-07-27Avoid `into_trees` usage in rustfmt.Nicholas Nethercote-14/+14
2023-07-26Auto merge of #113843 - wesleywiser:replace_rustc_apfloat, r=pnkfelixbors-14/+2
2023-07-26Unite bless environment variables under `RUSTC_BLESS`Trevor Gross-12/+14
2023-07-26Rollup merge of #114090 - mdibaiee:remove-remap-path-prefix-ci, r=wesleywiserMatthias Krüger-8/+0
2023-07-26Rollup merge of #114070 - blyxyas:iter_mut_symbol, r=oli-obkMatthias Krüger-1/+1
2023-07-26Dont pass -Zwrite-long-types-to-disk=no for ui-fulldeps --stage=1Michael Goulet-1/+8
2023-07-26Fix miriWesley Wiser-10/+0
2023-07-26Replace in-tree `rustc_apfloat` with the new version of the crateWesley Wiser-4/+2
2023-07-26Auto merge of #114071 - RalfJung:interpret-generic-read-write, r=oli-obkbors-125/+125
2023-07-26we correctly check that the perm is not lazy when triggering protectorsNeven Villani-0/+16
2023-07-26fix protectors so that all reads actually commuteNeven Villani-87/+59
2023-07-26Auto merge of #114054 - oli-obk:cleanups, r=estebankbors-14/+15
2023-07-26compiletest: remove ci-specific remap-path-prefixMahdi Dibaiee-8/+0
2023-07-26Auto merge of #2991 - rust-lang:rustup-2023-07-26, r=RalfJungbors-607/+5255
2023-07-26normalize tree borrow diagnostics across targetsRalf Jung-52/+54
2023-07-26Make `x test src/tools/rustfmt --bless` format rustfmt with the freshly built...Oli Scherer-9/+13
2023-07-26move CI var uses after their declarationRalf Jung-4/+4
2023-07-26sparse registry has been stable for a bit nowRalf Jung-3/+0
2023-07-26move nightly cron job a little earlierRalf Jung-1/+1
2023-07-26fmtThe Miri Conjob Bot-2/+3
2023-07-26Merge from rustcThe Miri Conjob Bot-554/+5199
2023-07-26Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-07-26Auto merge of #113583 - asquared31415:tidy_no_issue_tests, r=workingjubileebors-6/+4329
2023-07-26add tidy check that forbids issue ui test filenamesasquared31415-6/+4329
2023-07-26Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errorsbors-0/+1
2023-07-25Add `sym::iter_mut` + `sym::as_mut_ptr`blyxyas-1/+1
2023-07-25Auto merge of #114076 - matthiaskrgr:rollup-cpqq1n9, r=matthiaskrgrbors-20/+44
2023-07-25Rollup merge of #114062 - Kobzol:ci-group-splitting, r=Mark-SimulacrumMatthias Krüger-19/+43
2023-07-25Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnrMatthias Krüger-1/+1
2023-07-25Auto merge of #114027 - arlosi:update-cargo, r=ehussbors-0/+0
2023-07-25make MPlaceTy non-CopyRalf Jung-12/+12
2023-07-25interpret: make read functions generic over operand typeRalf Jung-45/+45
2023-07-25interpret: make write functions generic over the place typeRalf Jung-71/+71
2023-07-25Split nested GHA groups instead of panickingJakub Beránek-19/+43
2023-07-25Auto merge of #114063 - matthiaskrgr:rollup-c90czu6, r=matthiaskrgrbors-2/+4
2023-07-25Rollup merge of #114058 - chenyukang:yukang-fix-113981-crate-arg, r=fmease,ol...Matthias Krüger-1/+3
2023-07-25Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillotMatthias Krüger-1/+1
2023-07-25Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnrbors-2/+2
2023-07-25Make everything builtin!Michael Goulet-2/+2
2023-07-26Add help for crate arg when crate name is invalidyukang-1/+3
2023-07-25Auto merge of #114011 - RalfJung:place-projection, r=oli-obkbors-110/+99