Skip to content

Rollup of 5 pull requests - #70726

Merged
bors merged 16 commits into
rust-lang:masterfrom
Centril:rollup-zrdkkpt
Apr 3, 2020
Merged

Rollup of 5 pull requests#70726
bors merged 16 commits into
rust-lang:masterfrom
Centril:rollup-zrdkkpt

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

andre-richterand 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@eddybFixesrust-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
@CentrilCentril added the rollup A PR which is a rollup label Apr 3, 2020
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=5 rollup=never

@bors

bors commented Apr 3, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit c2372f1 has been approved by Centril

@borsbors 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

bors commented Apr 3, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c2372f1 with merge 548afdb...

@bors

bors commented Apr 3, 2020

Copy link
Copy Markdown
Collaborator

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

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Apr 3, 2020
@bors
bors merged commit 548afdb into rust-lang:masterApr 3, 2020
@Centril
Centril deleted the rollup-zrdkkpt branch April 3, 2020 10:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.rollupA PR which is a rollupS-waiting-on-borsStatus: 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

@Centril@bors@andre-richter@GuillaumeGomez@nikomatsakis@RalfJung