Uh oh!
There was an error while loading. Please reload this page.
Batch up libsyntax breaking changes - #33864
Conversation
This makes the "shadowing labels" warning *not* print the entire loop as a span, but only the lifetime. Also makes rust-lang#31719 go away, but does not fix its root cause (the span of the expanded loop is still wonky, but not used anymore).
This is more idiomatic, putting the caller in charge of whether or not to panic.
rust-highfive
commented
May 25, 2016
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
Manishearth
commented
May 25, 2016
@bors r+ p=20 |
bors
commented
May 25, 2016
📌 Commit 5bc8cdd has been approved by |
bors
commented
May 25, 2016
⌛ Testing commit 5bc8cdd with merge d2bc653... |
bors
commented
May 25, 2016
💔 Test failed - auto-linux-64-nopt-t |
Manishearth
commented
May 25, 2016
looks like a recent change broke your PR? |
petrochenkov
commented
May 25, 2016
Looks like it, I'll rebase it this evening. |
petrochenkov
commented
May 25, 2016
@Manishearth |
Manishearth
commented
May 26, 2016
command line snippet |
Manishearth
commented
May 26, 2016
@bors r+ p=10 |
bors
commented
May 26, 2016
📌 Commit 2b73335 has been approved by |
bors
commented
May 26, 2016
Batch up libsyntax breaking changes cc #31645
bors
commented
May 26, 2016
💔 Test failed - auto-mac-64-opt |
Manishearth
commented
May 26, 2016
@petrochenkov pat-tuple-overfield fails |
I'm sure it passed locally yesterday, something probably changed again, I'm investigating. |
petrochenkov
commented
May 26, 2016
This is very strange, the test still passes locally after rebase even if it shouldn't be platform-dependent. I've pushed one more commit, splitting this test into two. Also, maybe let's try a clean rebuild? |
Manishearth
commented
May 26, 2016
@bors try clean |
bors
commented
May 26, 2016
💔 Test failed - auto-linux-64-opt |
Manishearth
commented
May 26, 2016
@bors retry
|
bors
commented
May 26, 2016
⌛ Testing commit 74651d0 with merge e1a647f... |
bors
commented
May 26, 2016
💔 Test failed - auto-mac-64-opt |
Manishearth
commented
May 26, 2016
ICE? o.o |
petrochenkov
commented
May 26, 2016
Ugh. I see why it passed locally, because overflow checks are disabled by default. |
Manishearth
commented
May 26, 2016
@pnkfelix One more for your list! |
petrochenkov
commented
May 26, 2016
Updated. |
…elix This makes the \"shadowing labels\" warning *not* print the entire loop as a span, but only the lifetime. Also makes rust-lang#31719 go away, but does not fix its root cause (the span of the expanded loop is still wonky, but not used anymore).
cc rust-lang#33627 r? @nikomatsakis plugin-[breaking-change] cc rust-lang#31645@Manishearth
The AST part of rust-lang#33505. rust-lang#33505 isn't landed yet, so this PR is based on top of it. r? @nrc plugin-[breaking-change] cc rust-lang#31645@Manishearth
…ption, r=nmatsakis This is more idiomatic, putting the caller in charge of whether or not to panic.
Manishearth
commented
May 27, 2016
@bors r+ |
bors
commented
May 27, 2016
📌 Commit 63dfbdb has been approved by |
Manishearth
commented
May 27, 2016
@bors force |
bors
commented
May 27, 2016
⌛ Testing commit 63dfbdb with merge 36d5dc7... |
Batch up libsyntax breaking changes cc #31645
bors
commented
May 27, 2016
Manishearth
commented
Jul 12, 2016
List for next breaking batch (unplanned as of now):
|
pnkfelix
commented
Jul 12, 2016
Here! https://github.com/pnkfelix/collab-docs/blob/master/rust/arith-overflow-buglist.md |
Next breaking batch will happen soon, including just #34764 unless any more PRs appear. cc @petrochenkov if you have anything you need merged |
cc #31645