-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Various fixes #11250
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
Various fixes #11250
Conversation
Hm, would it be possible for the e.g. add a target |
I'm not sure if we can use git grep, since we need to be able to make check On Tue, Dec 31, 2013 at 7:52 PM, Huon Wilson [email protected]:
|
r? @huonw, @alexcrichton, @brson I made tidy stop spitting out every NOTE line, unless it contains "snap". It really isn't useful. This might be a contentious change? |
@@ -379,6 +379,18 @@ pub fn failing() -> bool { | |||
local.get().unwinder.unwinding() | |||
} | |||
|
|||
pub fn stack_bounds() -> Option<(uint, uint)> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I commented on this commit as well, but let's leave this out for now.
I don't think it's relevant, a warning is more appropriate. Easier to just maintain the order. Closes #4681
This let's us specify exactly which snapshot a given note to update after snapshot is for. Closes #2483
pcwalton says this is right, and it looks right to me too. Closes #4731
Obviously everything is unstable, but these particularly so, and they will likely remain that way. Closes #10239
Rustup r? `@ghost` changelog: none
See the commits for details. From my triage queue.