-
Notifications
You must be signed in to change notification settings - Fork 389
Stacked Borrows NG #492
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
Merged
Stacked Borrows NG #492
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1ae1b9b
adapt to rustc API changes and factor out computing the tag for ty+mutbl
RalfJung dd1558f
rustc update and be very selective about what we accept on a deref
RalfJung fda03e9
some more compile-fail tests
RalfJung 01828fd
respect memory's privacy
RalfJung 26bb4f7
get rid of implicit Raw at bottom of stack; locals get a uniq at thei…
RalfJung 44b3c38
make sure raw ptrs only have to be valid as far as they are used
RalfJung 8cd73e5
use as(_mut)_ptr on slices to entirely escape them to raw
RalfJung cc328f6
test passing invalid refs around
RalfJung fe83ef3
also run compile-fail tests with and without optimizations
RalfJung 5388037
remove code duplication by letting reactivatable() compute what react…
RalfJung 356369d
test against passing invalid shared refs around
RalfJung a34b9c7
make some things public for the benefit of priroda
RalfJung 4a98f64
Merge remote-tracking branch 'origin/master' into rustup
RalfJung 559f63a
Merge remote-tracking branch 'origin/master' into rustup
RalfJung 942204e
bump Rust version
RalfJung a48b2cc
disable validation for some tests that need further investigation
RalfJung 6cbe280
Merge remote-tracking branch 'origin/master' into rustup
RalfJung 9c95522
test cargo-miri without validation, and fix how we invoke it so we se…
RalfJung 1fa0ff8
fix nits
RalfJung File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nightly-2018-10-29 | ||
nightly-2018-10-30 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.