This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
48f7c8e2e6
rust
/
tests
/
compile-fail
/
stacked_borrows
History
Ralf Jung
48f7c8e2e6
fix reborrowing of tagged ZST references
2021-02-27 20:10:50 +01:00
..
alias_through_mutation.rs
aliasing_mut1.rs
aliasing_mut2.rs
aliasing_mut3.rs
aliasing_mut4.rs
box_exclusive_violation1.rs
buggy_as_mut_slice.rs
buggy_split_at_mut.rs
make reborrow shallow, and fix tests for that
2019-08-02 08:09:22 +02:00
deallocate_against_barrier1.rs
test that even &Cell must be dereferencable
2019-08-09 19:22:47 +02:00
deallocate_against_barrier2.rs
typo
2019-11-22 18:12:10 +01:00
illegal_read1.rs
illegal_read2.rs
illegal_read3.rs
illegal_read4.rs
illegal_read5.rs
illegal_read6.rs
illegal_read7.rs
illegal_read8.rs
new compile-fail test involving non-reborrowing-cast-to-raw
2020-01-30 12:22:15 +01:00
illegal_write1.rs
illegal_write2.rs
illegal_write3.rs
illegal_write4.rs
illegal_write5.rs
illegal_write6.rs
Rustup to rustc 1.42.0-nightly (
9ff30a781
2019-12-21)
2019-12-21 11:45:09 +01:00
interior_mut1.rs
interior_mut2.rs
invalidate_against_barrier1.rs
invalidate_against_barrier2.rs
issue-miri-1050-1.rs
do full deref-check before reborrowing
2019-11-14 10:24:02 +01:00
issue-miri-1050-2.rs
rustup; fix for changed error messages
2020-05-01 14:43:59 +02:00
load_invalid_mut.rs
make sure we find some things without validation or stacked borrows, respectively
2020-04-14 10:23:47 +02:00
load_invalid_shr.rs
make sure we find some things without validation or stacked borrows, respectively
2020-04-14 10:23:47 +02:00
mut_exclusive_violation1.rs
mut_exclusive_violation2.rs
outdated_local.rs
pass_invalid_mut.rs
pass_invalid_shr.rs
pointer_smuggling.rs
raw_tracking.rs
enable track-raw-ptr tests on Windows
2020-12-11 11:28:33 +01:00
return_invalid_mut_option.rs
make reborrow shallow, and fix tests for that
2019-08-02 08:09:22 +02:00
return_invalid_mut_tuple.rs
make reborrow shallow, and fix tests for that
2019-08-02 08:09:22 +02:00
return_invalid_mut.rs
return_invalid_shr_option.rs
make reborrow shallow, and fix tests for that
2019-08-02 08:09:22 +02:00
return_invalid_shr_tuple.rs
make reborrow shallow, and fix tests for that
2019-08-02 08:09:22 +02:00
return_invalid_shr.rs
shared_rw_borrows_are_weak1.rs
shared_rw_borrows_are_weak2.rs
shr_frozen_violation1.rs
static_memory_modification.rs
transmute-is-no-escape.rs
unescaped_local.rs
unescaped_static.rs
zst_slice.rs
fix reborrowing of tagged ZST references
2021-02-27 20:10:50 +01:00