Skip to content

Simplify 2 functions in rustc_mir/dataflow - #52641

Merged
bors merged 1 commit into
rust-lang:masterfrom
ljedrz:mir_dataflow_misc
Jul 24, 2018
Merged

Simplify 2 functions in rustc_mir/dataflow#52641
bors merged 1 commit into
rust-lang:masterfrom
ljedrz:mir_dataflow_misc

Conversation

@ljedrz

Copy link
Copy Markdown
Contributor
  • graphviz::outgoing: the enumerate only provides indices; use a range instead
  • DataflowState::interpret_set: change a push loop to an iterator and remove the each_bit helper function

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @cramertj

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 23, 2018
@cramertj

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Jul 23, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit d89ac4c has been approved by cramertj

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 23, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Jul 24, 2018
Simplify 2 functions in rustc_mir/dataflow
- `graphviz::outgoing`: the `enumerate` only provides indices; use a range instead
- `DataflowState::interpret_set`: change a push loop to an iterator and remove the `each_bit` helper function
@kennytmkennytm mentioned this pull request Jul 24, 2018
bors added a commit that referenced this pull request Jul 24, 2018
Rollup of 10 pull requests
Successful merges:
- #52538 (Remove obsolete flags in the i586_musl Dockerfile)
- #52548 (Cursor: update docs to clarify Cursor only works with in-memory buffers)
- #52605 (Do not suggest using `to_owned()` on `&str += &str`)
- #52621 (Fix color detection for Windows msys terminals.)
- #52622 (Use MultiSpan in E0707 and E709)
- #52627 (Compile rustc before building tests for rustdoc)
- #52637 (Don't use NonNull::dangling as sentinel value in Rc, Arc)
- #52640 (Forget Waker when cloning LocalWaker)
- #52641 (Simplify 2 functions in rustc_mir/dataflow)
- #52642 (Replace a few expect+format combos with unwrap_or_else+panic)
Failed merges:
r? @ghost
@bors
bors merged commit d89ac4c into rust-lang:masterJul 24, 2018
@ljedrz
ljedrz deleted the mir_dataflow_misc branch July 24, 2018 06:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-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.

4 participants

@ljedrz@rust-highfive@cramertj@bors