-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
RFC: Implicit caller location (third try to the unwrap/expect line info problem) #2091
Merged
Commits on Jul 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 23ffba2 - Browse repository at this point
Copy the full SHA 23ffba2View commit details
Commits on Aug 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c126489 - Browse repository at this point
Copy the full SHA c126489View commit details
Commits on Aug 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a4828f6 - Browse repository at this point
Copy the full SHA a4828f6View commit details
Commits on Aug 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 30b12eb - Browse repository at this point
Copy the full SHA 30b12ebView commit details
Commits on Aug 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1093814 - Browse repository at this point
Copy the full SHA 1093814View commit details
Commits on Aug 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 82ef9a0 - Browse repository at this point
Copy the full SHA 82ef9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366351d - Browse repository at this point
Copy the full SHA 366351dView commit details
Commits on Sep 5, 2017
-
1. `#[implicit_caller_location]` -> `#[blame_caller]`. The internal attribute remains as `#[rustc_implicit_caller_location]`. 2. Imported discussion about "my fault" vs "your fault". Ensure only `panic!()` and `assert!()` will get caller's location. 3. Added DbC as a viable alternative (in terms of syntax). 4. Removed the section about `Try` since we decided not to support `#[blame_caller]` on traits.
Configuration menu - View commit details
-
Copy full SHA for 2c89cee - Browse repository at this point
Copy the full SHA 2c89ceeView commit details
Commits on Sep 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3ddca9d - Browse repository at this point
Copy the full SHA 3ddca9dView commit details
Commits on Sep 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ffea16f - Browse repository at this point
Copy the full SHA ffea16fView commit details
Commits on Jan 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 97747b3 - Browse repository at this point
Copy the full SHA 97747b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6feba - Browse repository at this point
Copy the full SHA dd6febaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.