Skip to content

Rollup of 14 pull requests #66009

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

Closed
wants to merge 37 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
cae8987
Don't print newline inside a node label
ecstatic-morse Oct 16, 2019
cbf6929
Use `DefId` to create globally unique basic block labels
ecstatic-morse Oct 16, 2019
3fa99f9
Use subgraphs to render multiple MIR bodies
ecstatic-morse Oct 16, 2019
cd3e9c4
Bless graphviz test with unique identifiers
ecstatic-morse Oct 16, 2019
58b67c8
Use structured suggestion for unnecessary bounds in type aliases
estebank Oct 28, 2019
afbb89e
Optimize long-linker-command-line test
tmiasko Oct 28, 2019
08ca236
Add lint for unnecessary parens around types
jack-t Oct 4, 2019
9bb9833
Add method to `Candidate` that determines its promotability rules
ecstatic-morse Oct 29, 2019
46b68b0
Emit errors in `promote_consts` when required promotion fails
ecstatic-morse Oct 29, 2019
122c6fe
Stop emitting error in `qualify_consts` if promotion fails
ecstatic-morse Oct 29, 2019
8995974
vxWorks: remove all code related to UNIX socket as it is not supporte…
BaoshanPang Oct 29, 2019
732842f
update submodules to rust-lang
steveklabnik Oct 30, 2019
627e3ef
Remove references to now unused `E0526`
ecstatic-morse Oct 30, 2019
bb1f4c4
doc: reword iter module example and mention other methods
tesuji Oct 30, 2019
e9e4836
Fix libunwind build: Define __LITTLE_ENDIAN__ for LE targets
Oct 30, 2019
c24a099
rustdoc: Resolve module-level doc references more locally
kinnison Oct 31, 2019
8bb5450
Fix incorrect diagnostics for expected type in E0271 with an associat…
ohadravid Oct 30, 2019
5dfb167
Create new error E0743
GuillaumeGomez Oct 31, 2019
fcbf77e
Update ui tests
GuillaumeGomez Oct 31, 2019
18391b6
Fix outdated rustdoc of Once::init_locking function
spastorino Oct 31, 2019
9c2f1dd
Add long error explanation for E0578
GuillaumeGomez Oct 16, 2019
bfe9c9e
update ui tests
GuillaumeGomez Oct 16, 2019
be0e381
Merge pull request #42 from Wind-River/master_003
n-salim Oct 31, 2019
255a713
Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor
tmandry Oct 31, 2019
9f6420b
Rollup merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebank
tmandry Oct 31, 2019
19550e4
Rollup merge of #65471 - GuillaumeGomez:long-err-explanation-E0578, r…
tmandry Oct 31, 2019
ee58559
Rollup merge of #65857 - kinnison:kinnison/issue-55364, r=Manisheart,…
tmandry Oct 31, 2019
ab9e46d
Rollup merge of #65914 - estebank:type-alias-bounds-sugg, r=davidtwco
tmandry Oct 31, 2019
a6e1a73
Rollup merge of #65945 - tmiasko:long-linker-command-line, r=alexcric…
tmandry Oct 31, 2019
93ce064
Rollup merge of #65946 - ecstatic-morse:refactor-promotion2, r=eddyb
tmandry Oct 31, 2019
f82b14d
Rollup merge of #65960 - lzutao:doc-iter-example, r=Centril
tmandry Oct 31, 2019
71bba23
Rollup merge of #65963 - steveklabnik:update-submodules, r=Centril
tmandry Oct 31, 2019
9df994c
Rollup merge of #65972 - braiins:vkr-arm-panicking, r=alexcrichton
tmandry Oct 31, 2019
07b6b70
Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-…
tmandry Oct 31, 2019
0682fc0
Rollup merge of #65995 - GuillaumeGomez:add-err-code-E0743, r=estebank
tmandry Oct 31, 2019
88ceb95
Rollup merge of #65997 - spastorino:fix-init_locking-rustdoc, r=Mark-…
tmandry Oct 31, 2019
1c5156a
Rollup merge of #66005 - Wind-River:master_base, r=alexcrichton
tmandry Oct 31, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bless graphviz test with unique identifiers
  • Loading branch information
ecstatic-morse committed Oct 16, 2019
commit cd3e9c4815c145e2458021ea0ee259dea7b3578c
11 changes: 4 additions & 7 deletions src/test/mir-opt/graphviz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ fn main() {}
// node [fontname="monospace"];
// edge [fontname="monospace"];
// label=<fn main() -&gt; ()<br align="left"/>>;
// bb0 [shape="none", label=<<table border="0" cellborder="1" cellspacing="0"><tr><td bgcolor="gray" align="center" colspan="1">0</td></tr><tr><td align="left" balign="left">_0 = ()<br/></td></tr><tr><td align="left">goto</td></tr></table>
// >];
// bb1 [shape="none", label=<<table border="0" cellborder="1" cellspacing="0"><tr><td bgcolor="gray" align="center" colspan="1">1</td></tr><tr><td align="left">resume</td></tr></table>
// >];
// bb2 [shape="none", label=<<table border="0" cellborder="1" cellspacing="0"><tr><td bgcolor="gray" align="center" colspan="1">2</td></tr><tr><td align="left">return</td></tr></table>
// >];
// bb0 -> bb2 [label=""];
// bb0__0_12 [shape="none", label=<<table border="0" cellborder="1" cellspacing="0"><tr><td bgcolor="gray" align="center" colspan="1">0</td></tr><tr><td align="left" balign="left">_0 = ()<br/></td></tr><tr><td align="left">goto</td></tr></table>>];
// bb1__0_12 [shape="none", label=<<table border="0" cellborder="1" cellspacing="0"><tr><td bgcolor="gray" align="center" colspan="1">1</td></tr><tr><td align="left">resume</td></tr></table>>];
// bb2__0_12 [shape="none", label=<<table border="0" cellborder="1" cellspacing="0"><tr><td bgcolor="gray" align="center" colspan="1">2</td></tr><tr><td align="left">return</td></tr></table>>];
// bb0__0_12 -> bb2__0_12 [label=""];
// }
// END rustc.main.mir_map.0.dot