.. |
alias_through_mutation.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
aliasing_mut1.rs
|
reenable some tests that work now, and organize them better with directories
|
2018-10-17 16:58:54 +02:00 |
aliasing_mut2.rs
|
reenable some tests that work now, and organize them better with directories
|
2018-10-17 16:58:54 +02:00 |
aliasing_mut3.rs
|
reenable some tests that work now, and organize them better with directories
|
2018-10-17 16:58:54 +02:00 |
aliasing_mut4.rs
|
reenable some tests that work now, and organize them better with directories
|
2018-10-17 16:58:54 +02:00 |
buggy_as_mut_slice.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
buggy_split_at_mut.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
illegal_read1.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
illegal_read2.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
illegal_write1.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
illegal_write2.rs
|
illegal_write2 does not work with optimizations
|
2018-11-03 10:23:50 +01:00 |
illegal_write3.rs
|
get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom
|
2018-10-22 18:17:37 +02:00 |
illegal_write4.rs
|
basic retagging (no fn_entry); this also makes us catch more bugs even with optimizations and we can finally stop mutating the state on deref
|
2018-11-01 08:58:03 +01:00 |
illegal_write5.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
load_invalid_mut.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
load_invalid_shr.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
outdated_local.rs
|
get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom
|
2018-10-22 18:17:37 +02:00 |
pass_invalid_mut.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
pass_invalid_shr.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
pointer_smuggling.rs
|
get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom
|
2018-10-22 18:17:37 +02:00 |
return_invalid_mut.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
return_invalid_shr.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
shared_confusion_opt.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
shared_confusion.rs
|
rename RefKind to UsageKind, because it not only used for references now
|
2018-11-01 08:58:03 +01:00 |
static_memory_modification.rs
|
stub Retag hook; fix tests for removal of -Zmir-emit-validate
|
2018-11-01 08:58:03 +01:00 |
unescaped_local.rs
|
get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom
|
2018-10-22 18:17:37 +02:00 |