.. |
concurrency
|
Auto merge of #1933 - 5225225:1931-condvar-false-positive, r=RalfJung
|
2021-12-08 14:51:53 +00:00 |
function_calls
|
Update tests for #[no_mangle] associated functions
|
2021-08-15 17:21:33 +08:00 |
panic
|
rustup
|
2021-07-07 09:33:01 +02:00 |
stacked-borrows
|
Remove spurious maybe_uninit_extra
|
2022-01-11 16:17:52 +01:00 |
adjacent-allocs.rs
|
final tweaks
|
2021-12-05 20:33:20 -05:00 |
align_offset_symbolic.rs
|
use real align_offset unless we symbolic alignment check is enabled
|
2020-08-16 18:26:04 +02:00 |
align_offset_symbolic.stdout
|
use real align_offset unless we symbolic alignment check is enabled
|
2020-08-16 18:26:04 +02:00 |
align.rs
|
use real align_offset unless we symbolic alignment check is enabled
|
2020-08-16 18:26:04 +02:00 |
args.rs
|
|
|
args.stdout
|
|
|
arrays.rs
|
|
|
arrays.stdout
|
|
|
associated-const.rs
|
|
|
assume_bug.rs
|
|
|
async-fn.rs
|
add tests for alignment on array initialization
|
2021-11-28 10:07:31 -05:00 |
atomic.rs
|
Add in atomic_{min,max}_x intrinsics
|
2021-03-02 20:17:05 +05:30 |
available-concurrency.rs
|
rustup
|
2022-01-08 17:27:48 +01:00 |
backtrace-api.rs
|
backtrace tests: support more ways of checking out Rust locally
|
2020-10-31 13:47:42 +01:00 |
backtrace-api.stderr
|
Update backtraces
|
2021-06-20 15:12:11 +08:00 |
backtrace-api.stdout
|
Add an fn_ptr field to MiriFrame
|
2020-10-10 13:07:57 -04:00 |
backtrace-std.rs
|
Normalize column numbers
|
2020-11-19 09:21:11 +01:00 |
backtrace-std.stderr
|
Update backtraces
|
2021-06-20 15:12:11 +08:00 |
bad_substs.rs
|
|
|
binary-heap.rs
|
expand collection tests
|
2020-09-10 08:44:27 +02:00 |
binops.rs
|
|
|
bitop-beyond-alignment.rs
|
|
|
bools.rs
|
|
|
box.rs
|
rustup
|
2020-10-29 20:57:38 +01:00 |
box.stdout
|
test Box::into_raw aliasing
|
2020-10-27 17:26:36 +01:00 |
btreemap.rs
|
rename track-raw-pointers flag to tag-raw-pointers
|
2021-11-13 15:48:27 -05:00 |
c_enums.rs
|
|
|
calloc.rs
|
remove some unnecessary feature flags
|
2020-11-10 16:51:07 +01:00 |
calls.rs
|
rustup
|
2021-05-11 15:32:05 +02:00 |
cast_fn_ptr_unsafe.rs
|
|
|
cast_fn_ptr.rs
|
|
|
cast-rfc0401-vtable-kinds.rs
|
|
|
catch.rs
|
|
|
catch.stdout
|
|
|
cfg_miri.rs
|
Don't use MIRI_DEFAULT_ARGS to compile host crates
|
2021-04-09 00:57:59 +08:00 |
char.rs
|
|
|
closure-drop.rs
|
|
|
closure-field-ty.rs
|
|
|
closures.rs
|
|
|
coerce_non_capture_closure_to_fn_ptr.rs
|
|
|
coercions.rs
|
|
|
const-vec-of-fns.rs
|
|
|
constants.rs
|
|
|
current_dir_with_isolation.rs
|
isolated operations return EPERM; tweak isolation hint
|
2021-06-09 18:24:59 +02:00 |
current_dir_with_isolation.stderr
|
isolated operations return EPERM; tweak isolation hint
|
2021-06-09 18:24:59 +02:00 |
current_dir.rs
|
|
|
deriving-associated-types.rs
|
|
|
disable-alignment-check.rs
|
|
|
drop_empty_slice.rs
|
|
|
drop_on_array_elements.rs
|
|
|
drop_on_fat_ptr_array_elements.rs
|
|
|
drop_on_zst_array_elements.rs
|
|
|
drop_through_owned_slice.rs
|
|
|
drop_through_trait_object_rc.rs
|
|
|
drop_through_trait_object.rs
|
|
|
dst-field-align.rs
|
|
|
dst-irrefutable-bind.rs
|
|
|
dst-raw.rs
|
|
|
dst-struct-sole.rs
|
|
|
dst-struct.rs
|
|
|
dyn-traits.rs
|
rustup
|
2020-10-29 20:57:38 +01:00 |
enum_discriminant_ptr_value.rs
|
add test for better ptr handling in enum niches
|
2021-07-17 13:59:58 +02:00 |
enum-nullable-const-null-with-fields.rs
|
|
|
enums.rs
|
|
|
env-exclude.rs
|
|
|
env-without-isolation.rs
|
|
|
env.rs
|
|
|
env.stdout
|
|
|
exit.rs
|
|
|
extern_crate_std_in_main.rs
|
Detect std by checking if the crate defines #[lang = "start"] rather than string comparison
|
2021-06-06 11:12:05 +08:00 |
extern_types.rs
|
|
|
fat_ptr.rs
|
|
|
float_fast_math.rs
|
|
|
float.rs
|
rustup
|
2021-04-25 16:57:48 +02:00 |
foreign-fn-linkname.rs
|
|
|
format.rs
|
test raw pointer tracking; we cannot track raw pointers on Windows
|
2020-10-28 13:54:50 +01:00 |
format.stdout
|
|
|
from_utf8.rs
|
|
|
fs_with_isolation.rs
|
Update error code for fs ops in isolation
|
2021-07-20 08:23:51 -07:00 |
fs_with_isolation.stderr
|
Update error code for fs ops in isolation
|
2021-07-20 08:23:51 -07:00 |
fs.rs
|
rustup: disable read_dir test for now
|
2022-02-04 17:17:28 +01:00 |
fs.stderr
|
Merge fs and fs_libc tests
|
2020-10-04 12:06:51 -04:00 |
fs.stdout
|
Merge fs and fs_libc tests
|
2020-10-04 12:06:51 -04:00 |
function_pointers.rs
|
|
|
generator.rs
|
Move #[allow(unreachable_code)] in tests/run-pass/generator.rs
|
2021-08-26 16:16:43 +08:00 |
global_allocator.rs
|
implement #[global_allocator]
|
2021-09-28 20:32:53 -07:00 |
global_allocator.stdout
|
implement #[global_allocator]
|
2021-09-28 20:32:53 -07:00 |
hashmap.rs
|
expand collection tests
|
2020-09-10 08:44:27 +02:00 |
heap_allocator.rs
|
Use new std::alloc::Allocator interface.
|
2020-12-05 00:13:33 +01:00 |
heap.rs
|
|
|
hello.rs
|
|
|
hello.stdout
|
|
|
integer-ops.rs
|
rustup; allow some lints
|
2021-01-26 11:43:39 +01:00 |
intptrcast.rs
|
test casting a dangling ptr back from an int
|
2020-07-11 20:56:47 +02:00 |
intrinsics-integer.rs
|
|
|
intrinsics-math.rs
|
|
|
intrinsics.rs
|
test Weak into_raw/from_raw on dangling ptrs
|
2020-12-31 13:11:34 +01:00 |
ints.rs
|
|
|
issue-3794.rs
|
Add #[allow(dead_code)] in some tests
|
2021-09-11 18:58:57 +08:00 |
issue-3794.stdout
|
|
|
issue-5917.rs
|
|
|
issue-15063.rs
|
|
|
issue-15080.rs
|
|
|
issue-15523-big.rs
|
|
|
issue-17877.rs
|
|
|
issue-20575.rs
|
|
|
issue-23261.rs
|
|
|
issue-26709.rs
|
|
|
issue-27901.rs
|
|
|
issue-29746.rs
|
|
|
issue-30530.rs
|
|
|
issue-31267-additional.rs
|
|
|
issue-33387.rs
|
|
|
issue-34571.rs
|
|
|
issue-35815.rs
|
|
|
issue-36278-prefix-nesting.rs
|
|
|
issue-53728.rs
|
|
|
issue-73223.rs
|
rustup
|
2021-01-31 13:12:25 +01:00 |
issue-91636.rs
|
add regression test
|
2021-12-15 19:11:08 +01:00 |
issue-miri-133.rs
|
|
|
issue-miri-184.rs
|
|
|
issue-miri-1075.rs
|
|
|
issue-miri-1925.rs
|
add tests for alignment on array initialization
|
2021-11-28 10:07:31 -05:00 |
iter.rs
|
|
|
last-use-in-cap-clause.rs
|
|
|
leak-in-static.rs
|
leak checker: also test AtomicPtr stored via 'swap'
|
2020-12-21 11:36:39 +01:00 |
libc.rs
|
Per-thread errno storage
|
2020-09-02 20:57:20 -05:00 |
libc.stderr
|
Apply review changes, incrementing the clocks twice is an unnecessary hold-over from earlier versions so fixed.
|
2020-11-27 19:26:06 +00:00 |
linked-list.rs
|
expand collection tests
|
2020-09-10 08:44:27 +02:00 |
linux-getrandom-without-isolation.rs
|
|
|
linux-getrandom.rs
|
|
|
loop-break-value.rs
|
|
|
loops.rs
|
|
|
main_fn.rs
|
Rustup for rust-lang/rust#84401
|
2021-04-30 19:35:59 +08:00 |
main_result.rs
|
|
|
malloc.rs
|
remove some unnecessary feature flags
|
2020-11-10 16:51:07 +01:00 |
many_shr_bor.rs
|
rustup
|
2021-01-31 13:12:25 +01:00 |
match_slice.rs
|
|
|
memchr.rs
|
|
|
memleak_ignored.rs
|
|
|
move-arg-2-unique.rs
|
|
|
move-arg-3-unique.rs
|
|
|
move-uninit-primval.rs
|
|
|
mpsc.rs
|
|
|
multi_arg_closure.rs
|
|
|
negative_discriminant.rs
|
|
|
observed_local_mut.rs
|
|
|
option_box_transmute_ptr.rs
|
|
|
option_eq.rs
|
|
|
overflow_checks_off.rs
|
test for overflow-checks=off
|
2021-11-23 14:07:46 -05:00 |
overloaded-calls-simple.rs
|
|
|
packed_struct.rs
|
rustup
|
2021-01-31 13:12:25 +01:00 |
pointers.rs
|
|
|
portable-simd.rs
|
implement simd_eq and simd_reduce_any
|
2022-02-21 21:41:52 -05:00 |
products.rs
|
|
|
ptr_int_casts.rs
|
|
|
ptr_offset.rs
|
rustup; account for ptr_offset_from stabilization
|
2020-08-24 10:06:44 +02:00 |
ptr_raw.rs
|
|
|
rc.rs
|
rename track-raw-pointers flag to tag-raw-pointers
|
2021-11-13 15:48:27 -05:00 |
recursive_static.rs
|
|
|
reentrant-println.rs
|
|
|
reentrant-println.stdout
|
|
|
regions-lifetime-nonfree-late-bound.rs
|
|
|
regions-mock-trans.rs
|
remove some unnecessary feature flags
|
2020-11-10 16:51:07 +01:00 |
rename_std.rs
|
Detect std by checking if the crate defines #[lang = "start"] rather than string comparison
|
2021-06-06 11:12:05 +08:00 |
rfc1623.rs
|
|
|
rust-lang-org.rs
|
|
|
send-is-not-static-par-for.rs
|
|
|
sendable-class.rs
|
|
|
simd-intrinsic-generic-elements.rs
|
Remove non-power-of-two SIMD vectors
|
2021-02-08 00:17:24 -05:00 |
slices.rs
|
rename track-raw-pointers flag to tag-raw-pointers
|
2021-11-13 15:48:27 -05:00 |
small_enum_size_bug.rs
|
|
|
specialization.rs
|
bump Rust
|
2020-06-20 11:48:42 +02:00 |
start.rs
|
add support for #[start]
|
2021-09-02 15:41:10 -07:00 |
start.stdout
|
add support for #[start]
|
2021-09-02 15:41:10 -07:00 |
static_memory_modification.rs
|
|
|
static_mut.rs
|
|
|
strings.rs
|
rename track-raw-pointers flag to tag-raw-pointers
|
2021-11-13 15:48:27 -05:00 |
subslice_array.rs
|
|
|
sums.rs
|
|
|
tag-align-dyn-u64.rs
|
|
|
threadleak_ignored.rs
|
make sure we only terminate main thread once TLS is initialized
|
2021-07-27 14:05:37 +02:00 |
threadleak_ignored.stderr
|
also ignore 'thread leaks' with -Zmiri-ignore-leaks
|
2021-07-25 14:21:06 +02:00 |
time.rs
|
Update comment
|
2020-09-07 15:05:26 -05:00 |
too-large-primval-write-problem.rs
|
rustup
|
2021-10-12 11:39:06 -04:00 |
track-caller-attribute.rs
|
Rustup for #[track_caller] trait object changes
|
2021-07-10 11:51:00 -05:00 |
transmute_fat2.rs
|
fix a test for big-endian targets
|
2020-08-22 18:07:43 +02:00 |
transmute_fat2.stderr
|
Enable backtrace feature in the generated Xargo.toml
|
2020-10-20 18:27:55 -04:00 |
transmute_fat.rs
|
|
|
trivial.rs
|
|
|
try-operator-custom.rs
|
|
|
tuple_like_enum_variant_constructor_pointer_opt.rs
|
|
|
tuple_like_enum_variant_constructor_struct_pointer_opt.rs
|
|
|
tuple_like_enum_variant_constructor.rs
|
|
|
tuple_like_struct_constructor.rs
|
|
|
u128.rs
|
rustup
|
2021-04-25 16:57:48 +02:00 |
uninit_number_ignored.rs
|
Add tests for -Zmiri-check-number-validity
|
2021-11-10 11:36:42 -08:00 |
union-overwrite.rs
|
|
|
union.rs
|
|
|
unops.rs
|
|
|
unsized-tuple-impls.rs
|
|
|
validation_lifetime_resolution.rs
|
|
|
vec-matching-fold.rs
|
|
|
vec.rs
|
rename track-raw-pointers flag to tag-raw-pointers
|
2021-11-13 15:48:27 -05:00 |
vecdeque.rs
|
rename track-raw-pointers flag to tag-raw-pointers
|
2021-11-13 15:48:27 -05:00 |
vecdeque.stdout
|
|
|
volatile.rs
|
|
|
without-validation.rs
|
|
|
write-bytes.rs
|
Add test for volatile_set_memory
|
2021-08-23 12:42:13 +02:00 |
wtf8.rs
|
test WTF8 encoding corner cases
|
2020-06-01 01:12:31 +02:00 |
zst_box.rs
|
|
|
zst_variant_drop.rs
|
|
|
zst.rs
|
|
|