Skip to content

Rollup of 9 pull requests - #52123

Merged
bors merged 26 commits into
rust-lang:masterfrom
Mark-Simulacrum:rollup
Jul 7, 2018
Merged

Rollup of 9 pull requests#52123
bors merged 26 commits into
rust-lang:masterfrom
Mark-Simulacrum:rollup

Conversation

@Mark-Simulacrum

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost

davidtwcoand others added 26 commits July 4, 2018 20:08
…hton
Rc: remove unused allocation and fix segfault in Weak::new()
Same as rust-lang#50357 did for `Arc`.
Fixesrust-lang#48493
…-mir-mode, r=nikomatsakis
Dont run ast borrowck on mir mode
r? @nikomatsakis
… r=oli-obk
fix typo in stable `--edition` error message
(diff is self-explanatory)
…Simulacrum
Remove unnecessary feature gate.
To fix a warning.
ARM: expose the "mclass" target feature
This let us differentiate, in conditional compilation context, between ARM Cortex-M targets, like
the `thumbv*` targets, and other ARM targets, like the ARM Cortex-A Linux targets.
r? @alexcrichton
cc @gnzlbg
cc rust-lang/stdarch#437
@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented Jul 7, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit cd7ddae has been approved by Mark-Simulacrum

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 7, 2018
@bors

bors commented Jul 7, 2018

Copy link
Copy Markdown
Collaborator

⌛ Testing commit cd7ddae with merge 4f0ca92...

bors added a commit that referenced this pull request Jul 7, 2018
Rollup of 9 pull requests
Successful merges:
- #51901 (Rc: remove unused allocation and fix segfault in Weak::new())
- #52058 (Use of unimplemented!() causing ICE with NLL)
- #52067 (Visit the mir basic blocks in reverse-postfix order)
- #52083 (Dont run ast borrowck on mir mode)
- #52099 (fix typo in stable `--edition` error message)
- #52103 (Stabilize rc_downcast)
- #52104 (Remove unnecessary feature gate.)
- #52117 (Dedupe filetime)
- #52120 (ARM: expose the "mclass" target feature)
Failed merges:
r? @ghost
@bors

bors commented Jul 7, 2018

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing 4f0ca92 to master...

@bors
bors merged commit cd7ddae into rust-lang:masterJul 7, 2018
@borsbors mentioned this pull request Jul 7, 2018
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

11 participants

@Mark-Simulacrum@bors@Centril@davidtwco@csmoe@spastorino@zackmdavis@tmccombs@Eijebong@japaric@SimonSapin