Uh oh!
There was an error while loading. Please reload this page.
Refactor byteorder to std in rustc_middle - #75741
Conversation
rust-highfive
commented
Aug 20, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
09f6b30 to
3f4e682CompareUh oh!
There was an error while loading. Please reload this page.
3f4e682 to
bd474e1CompareUh oh!
There was an error while loading. Please reload this page.
0f08382 to
cb4673dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Aug 30, 2020
☔ The latest upstream changes (presumably #74862) made this pull request unmergeable. Please resolve the merge conflicts. |
2f7654e to
b688314Comparematthewjasper
commented
Sep 4, 2020
@bors r+ |
bors
commented
Sep 4, 2020
📌 Commit b688314 has been approved by |
…r=matthewjasper
Refactor byteorder to std in rustc_middle
Use std::io::{Read, Write} and {to, from}_{le, be}_bytes methods in
order to remove byteorder from librustc_middle's dependency graph.bors
commented
Sep 5, 2020
☔ The latest upstream changes (presumably #75173) made this pull request unmergeable. Please resolve the merge conflicts. |
Use std::io::{Read, Write} and {to, from}_{le, be}_bytes methods in
order to remove byteorder from librustc_middle's dependency graph.Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Co-authored-by: matthewjasper <mjjasper1@gmail.com>
698541f to
2df552bCompareworkingjubilee
commented
Sep 5, 2020
bors
commented
Sep 5, 2020
@workingjubilee: 🔑 Insufficient privileges: Not in reviewers |
matthewjasper
commented
Sep 5, 2020
@bors r+ |
bors
commented
Sep 5, 2020
📌 Commit 2df552b has been approved by |
…r=matthewjasper
Refactor byteorder to std in rustc_middle
Use std::io::{Read, Write} and {to, from}_{le, be}_bytes methods in
order to remove byteorder from librustc_middle's dependency graph.Rollup of 11 pull requests Successful merges: - rust-lang#75695 (Add a regression test for issue-72793) - rust-lang#75741 (Refactor byteorder to std in rustc_middle) - rust-lang#75954 (Unstable Book: add links to tracking issues for FFI features) - rust-lang#75994 (`impl Rc::new_cyclic`) - rust-lang#76060 (Link vec doc to & reference) - rust-lang#76078 (Remove disambiguators from intra doc link text) - rust-lang#76082 (Fix intra-doc links on pub re-exports) - rust-lang#76254 (Fold length constant in Rvalue::Repeat) - rust-lang#76258 (x.py check checks tests/examples/benches) - rust-lang#76263 (inliner: Check for codegen fn attributes compatibility) - rust-lang#76285 (Move jointness censoring to proc_macro) Failed merges: r? @ghost
Use std::io::{Read, Write} and {to, from}_{le, be}_bytes methods in
order to remove byteorder from librustc_middle's dependency graph.