Uh oh!
There was an error while loading. Please reload this page.
Replace int/uint by isize/usize in libstd/thread.rs - #22510
Conversation
rust-highfive
commented
Feb 18, 2015
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Feb 24, 2015
Thanks! r=me with a squash Also feel free to comment on a PR whenever you update it because sadly github does not send out notifications otherwise. |
GuillaumeGomez
commented
Feb 26, 2015
@alexcrichton: I think it can be merged now. Except if @aturon sees something else which needs to be changed ? |
alexcrichton
commented
Feb 27, 2015
Could you squash the commits together as well? |
GuillaumeGomez
commented
Feb 27, 2015
Done ! |
alexcrichton
commented
Feb 27, 2015
@bors: r+ d708089 |
bors
commented
Feb 27, 2015
⌛ Testing commit d708089 with merge 54449c5... |
bors
commented
Feb 27, 2015
💔 Test failed - auto-linux-64-x-android-t |
alexcrichton
commented
Feb 27, 2015
@bors: retry |
bors
commented
Feb 27, 2015
⚡ Previous build results are reusable. Rebuilding only auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-64-x-android-t, auto-mac-32-opt, auto-mac-64-nopt-t, auto-mac-64-opt, auto-win-32-nopt-t, auto-win-32-opt, auto-win-64-nopt-t, auto-win-64-opt... |
bors
commented
Feb 27, 2015
💔 Test failed - auto-win-32-nopt-t |
alexcrichton
commented
Feb 27, 2015
@bors: retry clean |
alexcrichton
commented
Feb 28, 2015
@bors: rollup |
Manishearth
commented
Feb 28, 2015
I'm getting these errors in libstd: Could you try to make sure |
Manishearth
commented
Feb 28, 2015
@bors: r- |
GuillaumeGomez
commented
Mar 1, 2015
Tests have been fixed. @alexcrichton@Manishearth |
Manishearth
commented
Mar 1, 2015
bors
commented
Mar 2, 2015
bors
commented
Mar 2, 2015
tbu-
commented
Mar 2, 2015
@Manishearth This looks incorrect, it is casting a pointer to a |
Manishearth
commented
Mar 2, 2015
Where? Can you file a followup bug or pull-request? |
GuillaumeGomez
commented
Mar 2, 2015
You're talking about the change in the tests ? I didn't see that. Erf... Sorry about that... |
tbu-
commented
Mar 2, 2015
I'm working on it. |
Conflicts: src/libstd/thread.rs
internal: Align MIR ProjectionElem more with rustc's version and simplify it
Part of #22240.