-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 9 pull requests #73550
Rollup of 9 pull requests #73550
Commits on May 26, 2020
-
Properly encode AnonConst into crate metadata
Fixes rust-lang#68104 Previous, we were encoding AnonConst as a regular Const, causing us to treat them differently after being deserialized in another compilation session.
Configuration menu - View commit details
-
Copy full SHA for ebe5a91 - Browse repository at this point
Copy the full SHA ebe5a91View commit details
Commits on Jun 9, 2020
-
Add a disabled builder for riscv64 emulated tests
This will run all tests for `riscv64gc-unknown-linux-gnu` in a QEMU instance. This is based upon the armhf QEMU test image.
Configuration menu - View commit details
-
Copy full SHA for a008a55 - Browse repository at this point
Copy the full SHA a008a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 253112d - Browse repository at this point
Copy the full SHA 253112dView commit details
Commits on Jun 10, 2020
-
tools: remote-test-client: fix typo
Thanks to jfrimmel for pointing this out Co-authored-by: J. Frimmel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 086eaf8 - Browse repository at this point
Copy the full SHA 086eaf8View commit details
Commits on Jun 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 83e6c0e - Browse repository at this point
Copy the full SHA 83e6c0eView commit details
Commits on Jun 17, 2020
-
ci: disable alt build during try builds
The build is not actually needed often, and it can be added back on a case-by-case basis if a specific PR needs access to it.
Configuration menu - View commit details
-
Copy full SHA for afde860 - Browse repository at this point
Copy the full SHA afde860View commit details
Commits on Jun 18, 2020
-
Prevent attacker from manipulating FPU tag word used in SGX enclave
Insufficient sanitization of the x87 FPU tag word in the trusted enclave runtime allowed unprivileged adversaries in the containing host application to induce incoherent or unexpected results for ABI-compliant compiled enclave application code that uses the x87 FPU. Vulnerability was disclosed to us by Fritz Alder, Jo Van Bulck, David Oswald and Frank Piessens
Configuration menu - View commit details
-
Copy full SHA for daedb79 - Browse repository at this point
Copy the full SHA daedb79View commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 33b304c - Browse repository at this point
Copy the full SHA 33b304cView commit details
Commits on Jun 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2851c9f - Browse repository at this point
Copy the full SHA 2851c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e88be - Browse repository at this point
Copy the full SHA a3e88beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e6e93 - Browse repository at this point
Copy the full SHA d2e6e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e7a14 - Browse repository at this point
Copy the full SHA 66e7a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4840db - Browse repository at this point
Copy the full SHA c4840dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a24c897 - Browse repository at this point
Copy the full SHA a24c897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 180334c - Browse repository at this point
Copy the full SHA 180334cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef10694 - Browse repository at this point
Copy the full SHA ef10694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6e082 - Browse repository at this point
Copy the full SHA 1e6e082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d8c45 - Browse repository at this point
Copy the full SHA 59d8c45View commit details -
Rollup merge of rust-lang#72600 - Aaron1011:fix/anon-const-encoding, …
…r=varkor Properly encode AnonConst into crate metadata Fixes rust-lang#68104 Previous, we were encoding AnonConst as a regular Const, causing us to treat them differently after being deserialized in another compilation session.
Configuration menu - View commit details
-
Copy full SHA for 5431ef6 - Browse repository at this point
Copy the full SHA 5431ef6View commit details -
Rollup merge of rust-lang#73055 - lcnr:skol-no-more, r=matthewjasper
remove leftover mentions of `skol` and `int` from the compiler This PR mostly changes `skol` -> `placeholder` and all cases where `int` is used as a type to `i32`.
Configuration menu - View commit details
-
Copy full SHA for b015b28 - Browse repository at this point
Copy the full SHA b015b28View commit details -
Rollup merge of rust-lang#73058 - tmiasko:aarch64-san, r=nagisa
Support sanitizers on aarch64-unknown-linux-gnu
Configuration menu - View commit details
-
Copy full SHA for 913aac8 - Browse repository at this point
Copy the full SHA 913aac8View commit details -
Rollup merge of rust-lang#73171 - tblah:riscv-qemu-test, r=pietroalbini
RISC-V Emulated Testing Adds a disabled docker image on which to run RISC-V tests. Based on the armhf image. Test using ``` ./src/ci/docker/run.sh riscv64gc-linux ``` cc: @msizanoen1
Configuration menu - View commit details
-
Copy full SHA for 77efcab - Browse repository at this point
Copy the full SHA 77efcabView commit details -
Rollup merge of rust-lang#73404 - ajpaverd:cfguard_syntax, r=Mark-Sim…
…ulacrum Update CFGuard syntax Update the naming and syntax of the control-flow-guard option, as discussed in rust-lang#68793. r? @Mark-Simulacrum
Configuration menu - View commit details
-
Copy full SHA for 91bd333 - Browse repository at this point
Copy the full SHA 91bd333View commit details -
Rollup merge of rust-lang#73444 - pietroalbini:ci-remove-try-alt, r=M…
…ark-Simulacrum ci: disable alt build during try builds The alt build is not actually needed often, and it can be added back on a case-by-case basis if a specific PR needs access to it. This will free up a builder. r? @Mark-Simulacrum
Configuration menu - View commit details
-
Copy full SHA for 7930ee6 - Browse repository at this point
Copy the full SHA 7930ee6View commit details -
Rollup merge of rust-lang#73471 - raoulstrackx:raoul/fpu_tag_word, r=…
…jethrogb Prevent attacker from manipulating FPU tag word used in SGX enclave Insufficient sanitization of the x87 FPU tag word in the trusted enclave runtime allowed unprivileged adversaries in the containing host application to induce incoherent or unexpected results for ABI-compliant compiled enclave application code that uses the x87 FPU. Vulnerability was disclosed to us by Fritz Alder, Jo Van Bulck, David Oswald and Frank Piessens cc: @jethrogb
Configuration menu - View commit details
-
Copy full SHA for 96b86ea - Browse repository at this point
Copy the full SHA 96b86eaView commit details -
Rollup merge of rust-lang#73539 - LukasKalbertodt:deprecate-vec-remov…
…e-item, r=Mark-Simulacrum Deprecate `Vec::remove_item` In rust-lang#40062 we decided to remove that method. In rust-lang#71834 it was said that we want to deprecate it for a few cycles before removing it. That's what this PR does.
Configuration menu - View commit details
-
Copy full SHA for c1cad70 - Browse repository at this point
Copy the full SHA c1cad70View commit details -
Rollup merge of rust-lang#73543 - GuillaumeGomez:cleanup-e0695, r=Dyl…
…an-DPC Clean up E0695 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for bb0016b - Browse repository at this point
Copy the full SHA bb0016bView commit details