-
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 6 pull requests #114627
Rollup of 6 pull requests #114627
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3242b4f - Browse repository at this point
Copy the full SHA 3242b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 006903e - Browse repository at this point
Copy the full SHA 006903eView commit details
Commits on Jul 26, 2023
-
add aarch64-unknown-teeos target
Signed-off-by: 袁浩 <yuanhao34@huawei.com>
Configuration menu - View commit details
-
Copy full SHA for 72dd53c - Browse repository at this point
Copy the full SHA 72dd53cView commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ca4bc9 - Browse repository at this point
Copy the full SHA 1ca4bc9View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 078b942 - Browse repository at this point
Copy the full SHA 078b942View commit details -
Configuration menu - View commit details
-
Copy full SHA for da00356 - Browse repository at this point
Copy the full SHA da00356View commit details -
remove llvm-wrapper include to silence deprecation warning
Includes of `include/llvm/Support/Host.h` now emit a deprecated warning: `warning: This header is deprecated, please use llvm/TargetParser/Host.h`.
Configuration menu - View commit details
-
Copy full SHA for bcf7bfc - Browse repository at this point
Copy the full SHA bcf7bfcView commit details -
Rollup merge of rust-lang#110435 - aDotInTheVoid:rdj-field-ordering, …
…r=GuillaumeGomez rustdoc-json: Add test for field ordering. Inspired by [this on twitter](https://twitter.com/PredragGruevski/status/1647705616650043392), the ordering of fields really matters, so we should test we preserve it through json. r? rustdoc
Configuration menu - View commit details
-
Copy full SHA for 806b1cd - Browse repository at this point
Copy the full SHA 806b1cdView commit details -
Rollup merge of rust-lang#113480 - Sword-Destiny:master, r=petrochenkov
add aarch64-unknown-teeos target TEEOS is a mini os run in TrustZone, for trusted/security apps. The libc of TEEOS is a part of musl. The kernel of TEEOS is micro kernel. This MR is to add a target for teeos. MRs for libc and rust-std are in progress. Compiler team MCP: [MCP](rust-lang/compiler-team#652)
Configuration menu - View commit details
-
Copy full SHA for d57f1fa - Browse repository at this point
Copy the full SHA d57f1faView commit details -
Rollup merge of rust-lang#114548 - fee1-dead-contrib:migrate-to-trans…
…, r=davidtwco Migrate a trait selection error to use diagnostic translation
Configuration menu - View commit details
-
Copy full SHA for 886eae6 - Browse repository at this point
Copy the full SHA 886eae6View commit details -
Rollup merge of rust-lang#114606 - bvanjoi:fix-113462, r=compiler-errors
fix: not insert missing lifetime for `ConstParamTy` Fixes rust-lang#113462 We should ignore the missing lifetime, as it's illegal to include a lifetime in a const param. r? `@compiler-errors`
Configuration menu - View commit details
-
Copy full SHA for 50810a5 - Browse repository at this point
Copy the full SHA 50810a5View commit details -
Rollup merge of rust-lang#114612 - lqd:east-17-warning, r=nikic
update llvm-wrapper include to silence deprecation warning Includes of `include/llvm/Support/Host.h` now emit a deprecated warning: `warning: This header is deprecated, please use llvm/TargetParser/Host.h`. I don't believe we are using this include. I don't believe we need to bump the `download-ci-llvm` stamp since these warnings are emitted while building the `llvm-wrapper`. r? `@nikic`
Configuration menu - View commit details
-
Copy full SHA for 58e651f - Browse repository at this point
Copy the full SHA 58e651fView commit details -
Rollup merge of rust-lang#114613 - ferrocene:pa-fix-rebuild, r=lqd
Prevent constant rebuilds of `rustc-main` (and thus everything else) PR rust-lang#114305 changed bootstrap to run `strip -g` on `librustc_driver.so` and `libllvm.so` on Linux when no debuginfo was requested. Unfortunately, that PR resulted in bootstrap always rebuilding everything starting from stage 1 `rustc-main` (including stage 1 libraries and tests) when invoking bootstrap multiple times. We noticed this because Ferrocene's CI times increased to between 2x and 3x total execution time, but the regression can also be reproduced locally by running `./x build library/sysroot --stage 1` twice. The explanation of the problem is in the code comments. r? `@lqd` cc `@ozkanonur`
Configuration menu - View commit details
-
Copy full SHA for a3fb831 - Browse repository at this point
Copy the full SHA a3fb831View commit details