Skip to content

Rollup of 5 pull requests #70726

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 16 commits into from
Apr 3, 2020
Merged

Rollup of 5 pull requests #70726

merged 16 commits into from
Apr 3, 2020

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Apr 3, 2020

Successful merges:

Failed merges:

r? @ghost

andre-richter and others added 16 commits February 28, 2020 19:05
This patch enables building of rust-std for the aarch64 bare-metal targets.

For the compiler intrinsics, it fetches the AArch64 bare-metal target
(aarch64-none-elf) GCC for the A-profile provided by ARM itself from
https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads
AArch64 bare-metal targets: Build rust-std

This PR complements rust-lang#68253
…testers, r=Dylan-DPC

Clean up rustdoc js testers

I realized after the improvement made by @ollie27 on the rustdoc-js-tester that a lot of code was actually duplicated. This PR intends to remove this duplication, making it simpler to update in case of future main.js updates.

r? @ollie27

cc @kinnison
Miri engine: stronger type-based sanity check for assignments

r? @oli-obk @eddyb
Fixes rust-lang#70405

That issue says
> be sure to also add appropriate mutability checks to the patterns (mutable for the source, immutable for the dest)

I decided not to do that because I see no good reason to do it. The engine does not care either way, the assignment will happen correctly.
…rk-Simulacrum

bootstrap: add `--json-output` for rust-analyzer

Motivation is that this allows us to customize rust-analyzer's "cargo watch" integration to run x.py. You simply have to set the command to run to be `x.py --json-output`

r? @Mark-Simulacrum -- feel free to make changes, this is quick and dirty for sure
@Centril Centril added the rollup A PR which is a rollup label Apr 3, 2020
@Centril
Copy link
Contributor Author

Centril commented Apr 3, 2020

@bors r+ p=5 rollup=never

@bors
Copy link
Collaborator

bors commented Apr 3, 2020

📌 Commit c2372f1 has been approved by Centril

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 3, 2020
@bors
Copy link
Collaborator

bors commented Apr 3, 2020

⌛ Testing commit c2372f1 with merge 548afdb...

@bors
Copy link
Collaborator

bors commented Apr 3, 2020

☀️ Test successful - checks-azure
Approved by: Centril
Pushing 548afdb to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 3, 2020
@bors bors merged commit 548afdb into rust-lang:master Apr 3, 2020
@Centril Centril deleted the rollup-zrdkkpt branch April 3, 2020 10:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants