-
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
First-class error handling with ?
and catch
#243
Merged
nikomatsakis
merged 10 commits into
rust-lang:master
from
glaebhoerl:trait-based-exception-handling
Feb 5, 2016
Merged
First-class error handling with ?
and catch
#243
nikomatsakis
merged 10 commits into
rust-lang:master
from
glaebhoerl:trait-based-exception-handling
Feb 5, 2016
Commits on Sep 16, 2014
-
Configuration menu - View commit details
-
Copy full SHA for c626125 - Browse repository at this point
Copy the full SHA c626125View commit details -
I was going to mention "just do it with a macro" in the Alternatives,…
… but it somehow got lost in the shuffle
Configuration menu - View commit details
-
Copy full SHA for 63a3c4d - Browse repository at this point
Copy the full SHA 63a3c4dView commit details
Commits on Dec 29, 2015
-
* Monomorphize to `Result`, and move all `Carrier` stuff to a "Future possibilities" section. * Move `throw` and `throws` to "Future possibilities". * Move the irrefutable-pattern form of `catch` to "Future possibilities". * Early-exit using `break` instead of `return`. * Rename `Carrier` to `ResultCarrier`. * Miscellaneous other improvements.
Configuration menu - View commit details
-
Copy full SHA for ab63c4f - Browse repository at this point
Copy the full SHA ab63c4fView commit details -
make clearer that early-exit-from-any-block is not proposed, mention …
…it in "Future possibilities"
Configuration menu - View commit details
-
Copy full SHA for ef6bb5c - Browse repository at this point
Copy the full SHA ef6bb5cView commit details
Commits on Dec 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4288a75 - Browse repository at this point
Copy the full SHA 4288a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5bf331 - Browse repository at this point
Copy the full SHA f5bf331View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a50c01 - Browse repository at this point
Copy the full SHA 1a50c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for a12bad6 - Browse repository at this point
Copy the full SHA a12bad6View commit details
Commits on Jan 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fd358fb - Browse repository at this point
Copy the full SHA fd358fbView commit details
Commits on Jan 25, 2016
-
Merge pull request #1 from aturon/explicate-gates
Add specifics around feature gates
Configuration menu - View commit details
-
Copy full SHA for 2daab80 - Browse repository at this point
Copy the full SHA 2daab80View 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.