-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 7 pull requests #125569
Rollup of 7 pull requests #125569
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c773deb - Browse repository at this point
Copy the full SHA c773debView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b45a9 - Browse repository at this point
Copy the full SHA d0b45a9View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab73bb2 - Browse repository at this point
Copy the full SHA ab73bb2View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2782123 - Browse repository at this point
Copy the full SHA 2782123View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7248d7 - Browse repository at this point
Copy the full SHA d7248d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bebcb4e - Browse repository at this point
Copy the full SHA bebcb4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c84361 - Browse repository at this point
Copy the full SHA 0c84361View commit details
Commits on May 26, 2024
-
opt-dist: dont overrwite config.toml when verifying
This is another step toward making opt-dist work in sandboxed environments opt-dist verifies the final built rustc against a subset of rustc test suite. However it overwrote the pre-existing `config.toml` [^1], and that results in ./vendor/ directory removed [^2]. Instead of overwriting, this patch use `--set <config-value>` to override paths to rustc / cargo / llvm-config. [^1]: https://github.com/rust-lang/rust/blob/606afbb617a2949a4e35c4b0258ff94c980b9451/src/tools/opt-dist/src/tests.rs#L62-L77 [^2]: https://github.com/rust-lang/rust/blob/8679004993f08807289911d9f400f4ac4391d2bc/src/bootstrap/bootstrap.py#L1057
Configuration menu - View commit details
-
Copy full SHA for c81a40b - Browse repository at this point
Copy the full SHA c81a40bView commit details -
Rollup merge of rust-lang#125307 - workingjubilee:uproot-entry-limit,…
… r=Mark-Simulacrum tidy: stop special-casing tests/ui entry limit It is genuinely more annoying to have this error, now that this value is below the general `ENTRY_LIMIT` cap, when one is trying to clean out tests from tests/ui! This code has served its purpose well, let it rest now rather than force it to continue haunting us.
Configuration menu - View commit details
-
Copy full SHA for 02ae27a - Browse repository at this point
Copy the full SHA 02ae27aView commit details -
Rollup merge of rust-lang#125375 - Kobzol:triagebot-rfl-ping-group, r…
…=Mark-Simulacrum Create a triagebot ping group for Rust for Linux Corresponding rustc-dev-guide PR [here](rust-lang/rustc-dev-guide#1984). Discussed on [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Testing.20Rust.20for.20Linux.20in.20our.20CI).
Configuration menu - View commit details
-
Copy full SHA for 15424a8 - Browse repository at this point
Copy the full SHA 15424a8View commit details -
Rollup merge of rust-lang#125473 - weihanglo:respect-existing-config-…
…toml, r=Kobzol fix(opt-dist): respect existing config.toml This is another step toward making opt-dist work in sandboxed environments. See also <rust-lang#125465>. opt-dist verifies the final built rustc against a subset of rustc test suite. However it overwrote the pre-existing `config.toml` [^1], and that results in ./vendor/ directory removed [^2]. Instead of overwriting, this patch use `--set <config-value>` to override paths to rustc / cargo / llvm-config. [^1]: https://github.com/rust-lang/rust/blob/606afbb617a2949a4e35c4b0258ff94c980b9451/src/tools/opt-dist/src/tests.rs#L62-L77 [^2]: https://github.com/rust-lang/rust/blob/8679004993f08807289911d9f400f4ac4391d2bc/src/bootstrap/bootstrap.py#L1057
Configuration menu - View commit details
-
Copy full SHA for 773ba21 - Browse repository at this point
Copy the full SHA 773ba21View commit details -
Rollup merge of rust-lang#125508 - scottmcm:fix-125506, r=Nilstrieb
Stop SRoA'ing `DynMetadata` in MIR Fixes rust-lang#125506
Configuration menu - View commit details
-
Copy full SHA for aba81b5 - Browse repository at this point
Copy the full SHA aba81b5View commit details -
Rollup merge of rust-lang#125530 - SparrowLii:expand2, r=petrochenkov
cleanup dependence of `ExtCtxt` in transcribe when macro expansion part of rust-lang#125356 We can remove `transcribe`’s dependence on `ExtCtxt` to facilitate subsequent work (such as moving macro expansion into the incremental compilation system) r? ````@petrochenkov```` Thanks for the reviewing!
Configuration menu - View commit details
-
Copy full SHA for a700f73 - Browse repository at this point
Copy the full SHA a700f73View commit details -
Rollup merge of rust-lang#125544 - Urgau:check-cfg-mention-cargo-spec…
…ific, r=Mark-Simulacrum Also mention my-self for other check-cfg docs changes This PR adds a mention for my-self for the recently added `src/doc/rustc/src/check-cfg` directory. *I had to add a second mention just for the directory since [`Path::starts_with`](https://doc.rust-lang.org/std/path/struct.Path.html#method.starts_with) as used by [triagebot](https://github.com/rust-lang/triagebot/blob/48f29f351cae774caa90f555fbbc6d0df7dce80e/src/handlers/mentions.rs#L69), matches on path components and so can never return true for a file and directory at the same time.*
Configuration menu - View commit details
-
Copy full SHA for 7000c1c - Browse repository at this point
Copy the full SHA 7000c1cView commit details -
Rollup merge of rust-lang#125559 - scottmcm:simplify-shift-ubcheck, r…
…=workingjubilee Simplify the `unchecked_sh[lr]` ub-checks a bit It can use the constant in the check, rather than passing it as a parameter.
Configuration menu - View commit details
-
Copy full SHA for ac9558d - Browse repository at this point
Copy the full SHA ac9558dView commit details