-
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 #126345
Rollup of 8 pull requests #126345
Commits on Jun 1, 2024
-
Add
target_env = "p1"
to thewasm32-wasip1
targetThis commit sets the `target_env` key for the `wasm32-wasi{,p1,p1-threads}` targets to the string `"p1"`. This mirrors how the `wasm32-wasip2` target has `target_env = "p2"`. The intention of this is to more easily detect each target in downstream crates to enable adding custom code per-target. cc rust-lang#125803
Configuration menu - View commit details
-
Copy full SHA for 87ad80a - Browse repository at this point
Copy the full SHA 87ad80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ecb034 - Browse repository at this point
Copy the full SHA 5ecb034View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d313e7e - Browse repository at this point
Copy the full SHA d313e7eView commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f88c647 - Browse repository at this point
Copy the full SHA f88c647View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbc5037 - Browse repository at this point
Copy the full SHA bbc5037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a6bc13 - Browse repository at this point
Copy the full SHA 8a6bc13View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 185a48d - Browse repository at this point
Copy the full SHA 185a48dView commit details -
Avoid a bunch of booleans in favor of
Result<(), ErrorGuaranteed>
a……s that more robustly proves that an error has been emitted
Configuration menu - View commit details
-
Copy full SHA for 3da9289 - Browse repository at this point
Copy the full SHA 3da9289View commit details -
Configuration menu - View commit details
-
Copy full SHA for be464b8 - Browse repository at this point
Copy the full SHA be464b8View commit details -
Adjust LoongArch64 data layouts for LLVM update
The data layout was changed in LLVM 19: llvm/llvm-project#93814
Configuration menu - View commit details
-
Copy full SHA for 4a06a5b - Browse repository at this point
Copy the full SHA 4a06a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d72c42 - Browse repository at this point
Copy the full SHA 4d72c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9065889 - Browse repository at this point
Copy the full SHA 9065889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6299071 - Browse repository at this point
Copy the full SHA 6299071View commit details -
Detect pub structs never constructed even though they impl pub trait …
…with assoc constants
Configuration menu - View commit details
-
Copy full SHA for af10661 - Browse repository at this point
Copy the full SHA af10661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c3b86 - Browse repository at this point
Copy the full SHA 39c3b86View commit details -
Add TODO comment to unsafe env modification
Addresses rust-lang#124636 (comment). I think that the diff display regresses a little, because it's no longer showing the `+` to show where the `unsafe {}` is added. I think it's still fine.
Configuration menu - View commit details
-
Copy full SHA for 4f5fb31 - Browse repository at this point
Copy the full SHA 4f5fb31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54429cf - Browse repository at this point
Copy the full SHA 54429cfView commit details -
Rollup merge of rust-lang#125869 - alexcrichton:add-p1-to-wasi-target…
…s, r=wesleywiser Add `target_env = "p1"` to the `wasm32-wasip1` target This commit sets the `target_env` key for the `wasm32-wasi{,p1,p1-threads}` targets to the string `"p1"`. This mirrors how the `wasm32-wasip2` target has `target_env = "p2"`. The intention of this is to more easily detect each target in downstream crates to enable adding custom code per-target. cc rust-lang#125803 <!-- 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 7133257 - Browse repository at this point
Copy the full SHA 7133257View commit details -
Rollup merge of rust-lang#126019 - tbu-:pr_unsafe_env_fixme, r=fee1-dead
Add TODO comment to unsafe env modification Addresses rust-lang#124636 (comment). I think that the diff display regresses a little, because it's no longer showing the `+` to show where the `unsafe {}` is added. I think it's still fine. Tracking: - rust-lang#124866 r? `@RalfJung`
Configuration menu - View commit details
-
Copy full SHA for 88984fe - Browse repository at this point
Copy the full SHA 88984feView commit details -
Rollup merge of rust-lang#126036 - Oneirical:the-intelligent-intestor…
…, r=jieyouxu Migrate `run-make/short-ice` to `rmake` Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). try-job: x86_64-msvc
Configuration menu - View commit details
-
Copy full SHA for d25227c - Browse repository at this point
Copy the full SHA d25227cView commit details -
Rollup merge of rust-lang#126276 - mu001999-contrib:dead/enhance, r=f…
…ee1-dead Detect pub structs never constructed even though they impl pub trait with assoc constants Extend dead code analysis to impl items of pub assoc constants. <!-- 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 3065010 - Browse repository at this point
Copy the full SHA 3065010View commit details -
Rollup merge of rust-lang#126282 - lqd:contain-the-self-contained-lin…
…ker, r=Mark-Simulacrum Ensure self-contained linker is only enabled on dev/nightly This is a version of rust-lang#126278 for the master branch. It should be no-op _here_, compared to beta. I'll r? `@Mark-Simulacrum` like the other one.
Configuration menu - View commit details
-
Copy full SHA for 49b28a4 - Browse repository at this point
Copy the full SHA 49b28a4View commit details -
Rollup merge of rust-lang#126317 - oli-obk:recursive_rpit4, r=compile…
…r-errors Avoid a bunch of booleans in favor of Result<(), ErrorGuaranteed> as that more robustly proves that an error has been emitted pulled out of rust-lang#126316 This PR cannot have any effect on compilation. All it does is shift a `Ty::new_misc_error` to a `span_delayed_bug` and preserve the `ErrorGuaranteed` in all other cases
Configuration menu - View commit details
-
Copy full SHA for 7276f34 - Browse repository at this point
Copy the full SHA 7276f34View commit details -
Rollup merge of rust-lang#126324 - zmodem:loongarch, r=nikic
Adjust LoongArch64 data layouts for LLVM update The data layout was changed in LLVM 19: llvm/llvm-project#93814
Configuration menu - View commit details
-
Copy full SHA for 754b26d - Browse repository at this point
Copy the full SHA 754b26dView commit details -
Rollup merge of rust-lang#126340 - fee1-dead-contrib:fix-predicates_o…
…f-comments, r=compiler-errors Fix outdated predacates_of.rs comments <!-- 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 0d1d6ba - Browse repository at this point
Copy the full SHA 0d1d6baView commit details