-
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 8 pull requests #125563
Rollup of 8 pull requests #125563
Commits on May 13, 2024
-
Panic if
PathBuf::set_extension
would add a path separatorThis is likely never intended and potentially a security vulnerability if it happens. I'd guess that it's mostly literal strings that are passed to this function in practice, so I'm guessing this doesn't break anyone. CC rust-lang#125060
Configuration menu - View commit details
-
Copy full SHA for 700b3ea - Browse repository at this point
Copy the full SHA 700b3eaView commit details
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 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09c8e39 - Browse repository at this point
Copy the full SHA 09c8e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b5466 - Browse repository at this point
Copy the full SHA 24b5466View 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
Commits on May 26, 2024
-
Rollup merge of rust-lang#125070 - tbu-:pr_set_extension_panic, r=jhp…
…ratt Panic if `PathBuf::set_extension` would add a path separator This is likely never intended and potentially a security vulnerability if it happens. I'd guess that it's mostly literal strings that are passed to this function in practice, so I'm guessing this doesn't break anyone. CC rust-lang#125060
Configuration menu - View commit details
-
Copy full SHA for f6e46b4 - Browse repository at this point
Copy the full SHA f6e46b4View 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 6f729a3 - Browse repository at this point
Copy the full SHA 6f729a3View 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 3160e75 - Browse repository at this point
Copy the full SHA 3160e75View commit details -
Rollup merge of rust-lang#125413 - lcnr:ambig-drop-region-constraints…
…, r=compiler-errors drop region constraints for ambiguous goals See the comment in `compute_external_query_constraints`. While the underlying issue is preexisting, this fixes a bug introduced by rust-lang#125343. It slightly weakens the leak chec, even if we didn't have any test which was affected. I want to write such a test before merging this PR. r? ``@compiler-errors``
Configuration menu - View commit details
-
Copy full SHA for 836e30d - Browse repository at this point
Copy the full SHA 836e30dView commit details -
Rollup merge of rust-lang#125433 - surechen:fix_125189, r=Urgau
A small diagnostic improvement for dropping_copy_types For a value `m` which implements `Copy` trait, `drop(m);` does nothing. We now suggest user to ignore it by a abstract and general note: `let _ = ...`. I think we can give a clearer note here: `let _ = m;` fixes rust-lang#125189 <!-- If this PR is related to an unstable feature or an otherwise tracked effort, please link to the relevant tracking issue here. If you don't know of a related tracking issue or there are none, feel free to ignore this. This PR will get automatically assigned to a reviewer. In case you would like a specific user to review your work, you can assign it to them by using r? <reviewer name> -->
Configuration menu - View commit details
-
Copy full SHA for e776f47 - Browse repository at this point
Copy the full SHA e776f47View 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 54c18c3 - Browse repository at this point
Copy the full SHA 54c18c3View 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 7e2393e - Browse repository at this point
Copy the full SHA 7e2393eView 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 e4a79c6 - Browse repository at this point
Copy the full SHA e4a79c6View commit details