.. |
2phase.rs
|
Remove unnecessary test directive
|
2019-04-06 16:17:33 +01:00 |
args.rs
|
implement passing arguments to the interpreted program
|
2019-02-09 20:00:40 +01:00 |
args.stdout
|
implement passing arguments to the interpreted program
|
2019-02-09 20:00:40 +01:00 |
arrays.rs
|
|
|
associated-const.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
assume_bug.rs
|
|
|
async-fn.rs
|
temporarily ignore async fn test
|
2019-04-06 22:11:59 +02:00 |
atomic-access-bool.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
atomic-compare_exchange.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
bad_substs.rs
|
|
|
binops.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
bools.rs
|
update for bool/char being checked at binops
|
2018-08-24 19:18:21 +02:00 |
box_box_trait.rs
|
no longer run rustc on the tests; instead make sure we actually deny all warnings
|
2018-07-16 08:39:06 +02:00 |
box-pair-to-vec.rs
|
implement stdout/stderr on Windows
|
2018-12-19 12:16:07 +01:00 |
box-pair-to-vec.stdout
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
btreemap.rs
|
test BTree a bit more
|
2019-02-22 17:42:01 +01:00 |
c_enums.rs
|
|
|
call_drop_on_array_elements.rs
|
|
|
call_drop_on_fat_ptr_array_elements.rs
|
|
|
call_drop_on_zst_array_elements.rs
|
|
|
call_drop_through_owned_slice.rs
|
whitelist std::ptr::read
|
2018-10-12 10:40:44 +02:00 |
call_drop_through_trait_object_rc.rs
|
|
|
call_drop_through_trait_object.rs
|
|
|
calls.rs
|
|
|
cast_fn_ptr_unsafe.rs
|
|
|
cast_fn_ptr.rs
|
|
|
cast-rfc0401-vtable-kinds.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
catch.rs
|
implement stdout/stderr on Windows
|
2018-12-19 12:16:07 +01:00 |
catch.stdout
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
char.rs
|
move some more helpers to rustc
|
2018-08-30 10:42:18 +02:00 |
closure-drop.rs
|
do not use 'let _', it is strange
|
2018-11-26 15:31:53 +01:00 |
closure-field-ty.rs
|
|
|
closures.rs
|
|
|
const-vec-of-fns.rs
|
Various cosmetic improvements.
|
2019-02-26 18:37:46 +00:00 |
constants.rs
|
|
|
deriving-associated-types.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
drop_empty_slice.rs
|
do not use 'let _', it is strange
|
2018-11-26 15:31:53 +01:00 |
dst-field-align.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
dst-irrefutable-bind.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
dst-raw.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
dst-struct-sole.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
dst-struct.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
enum-nullable-const-null-with-fields.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
enums.rs
|
|
|
env.rs
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
extern_types.rs
|
small test for extern_type
|
2018-08-26 15:15:26 +02:00 |
float_fast_math.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
floats.rs
|
update for memory signedness removal; test some float casts
|
2018-08-16 11:35:38 +02:00 |
fn_item_as_closure_trait_object.rs
|
|
|
fn_item_with_args_as_closure_trait_object.rs
|
|
|
fn_item_with_multiple_args_as_closure_trait_object.rs
|
|
|
fn_ptr_as_closure_trait_object.rs
|
|
|
foreign-fn-linkname.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
format.rs
|
test padding in format strings
|
2019-02-09 15:52:59 +01:00 |
format.stdout
|
test padding in format strings
|
2019-02-09 15:52:59 +01:00 |
from_utf8.rs
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
function_pointers.rs
|
fix ptr comparison test
|
2019-02-13 10:07:31 +01:00 |
generator.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
hashmap.rs
|
OS X is "macos", not "darwin"
|
2019-04-08 22:48:57 -04:00 |
heap_allocator.rs
|
Various cosmetic improvements.
|
2019-02-26 18:37:46 +00:00 |
heap.rs
|
ignore overaligned tests on Windows (because, of course, Windows' API is broken here)
|
2019-02-13 19:48:26 +01:00 |
hello.rs
|
implement stdout/stderr on Windows
|
2018-12-19 12:16:07 +01:00 |
hello.stdout
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
integer-ops.rs
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
intrinsics-integer.rs
|
make tests compatible with 2018 edition
|
2018-11-20 14:15:14 +01:00 |
intrinsics-math.rs
|
|
|
intrinsics.rs
|
reenable an old test
|
2018-08-14 20:10:25 +02:00 |
ints.rs
|
|
|
issue-3794.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-3794.stdout
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
issue-5917.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-15063.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-15080.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-15523-big.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-17877.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-20575.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-23261.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-26709.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-27901.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-29746.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-30530.rs
|
|
|
issue-31267-additional.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-33387.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-34571.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-35815.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-36278-prefix-nesting.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
issue-53728.rs
|
test for interestingly aligned field access
|
2018-09-22 08:45:24 +02:00 |
issue-miri-184.rs
|
do not use 'let _', it is strange
|
2018-11-26 15:31:53 +01:00 |
iter.rs
|
fix (un)likely intrinsics
|
2019-02-09 13:08:23 +01:00 |
last-use-in-cap-clause.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
loop-break-value.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
loops.rs
|
|
|
main_fn.rs
|
|
|
many_shr_bor.rs
|
remove a whole lot of unnecessary attributes
|
2018-12-02 11:26:09 +01:00 |
match_slice.rs
|
|
|
memchr.rs
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
mir_coercions.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
mir_fat_ptr.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
miri-issue-133.rs
|
|
|
move-arg-2-unique.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
move-arg-3-unique.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
move-undef-primval.rs
|
stub Retag hook; fix tests for removal of -Zmir-emit-validate
|
2018-11-01 08:58:03 +01:00 |
multi_arg_closure.rs
|
|
|
negative_discriminant.rs
|
|
|
non_capture_closure_to_fn_ptr.rs
|
new tests for new fn arg passing code
|
2018-08-30 10:42:18 +02:00 |
observed_local_mut.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 |
option_box_transmute_ptr.rs
|
|
|
option_eq.rs
|
|
|
overloaded-calls-simple.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
packed_static.rs
|
|
|
packed_struct.rs
|
stub Retag hook; fix tests for removal of -Zmir-emit-validate
|
2018-11-01 08:58:03 +01:00 |
pointers.rs
|
more compile-fail ptr equality tests, to rule out any non-determinism; and fix ptr equality to fail all of them.
|
2018-09-17 10:02:31 +02:00 |
products.rs
|
|
|
ptr_arith_offset_overflow.rs
|
use as(_mut)_ptr on slices to entirely escape them to raw
|
2018-10-22 18:51:06 +02:00 |
ptr_arith_offset.rs
|
|
|
ptr_int_casts.rs
|
|
|
ptr_int_ops.rs
|
support computing the remainder of a ptr, if covered by alignment
|
2018-08-14 20:10:25 +02:00 |
ptr_offset.rs
|
add test for offseting fn ptr
|
2018-12-26 16:23:04 +01:00 |
raw.rs
|
stacked borrows: enforcement at memory accesses
|
2018-10-17 15:15:53 +02:00 |
rc.rs
|
actually they should be equal
|
2019-02-15 09:35:55 +01:00 |
recursive_static.rs
|
stub Retag hook; fix tests for removal of -Zmir-emit-validate
|
2018-11-01 08:58:03 +01:00 |
ref-invalid-ptr.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
refcell.rs
|
fix mutability gap: do not allow shared mutation when creating frozen reference
|
2018-12-03 09:15:18 +01:00 |
regions-lifetime-nonfree-late-bound.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
regions-mock-trans.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
rfc1623.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
rust-lang-org.rs
|
|
|
send-is-not-static-par-for.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
sendable-class.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
simd-intrinsic-generic-elements.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
slices.rs
|
do not use 'let _', it is strange
|
2018-11-26 15:31:53 +01:00 |
small_enum_size_bug.rs
|
|
|
specialization.rs
|
|
|
stacked-borrows.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
static_memory_modification.rs
|
test mutating a non-mut static with interior mutability
|
2018-09-23 09:14:55 +02:00 |
static_mut.rs
|
|
|
strings.rs
|
test mutable string slice indexing
|
2019-02-06 11:47:32 +01:00 |
subslice_array.rs
|
|
|
sums.rs
|
remove/fix outdated FIXMEs in tests
|
2018-12-02 11:14:24 +01:00 |
tag-align-dyn-u64.rs
|
|
|
thread-local.rs
|
fix libc feature gate
|
2018-12-13 20:25:24 +01:00 |
threads.rs
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
too-large-primval-write-problem.rs
|
Various cosmetic improvements.
|
2019-02-26 18:37:46 +00:00 |
traits.rs
|
|
|
transmute_fat.rs
|
add a scary test case
|
2018-08-14 20:10:25 +02:00 |
trivial.rs
|
|
|
try-operator-custom.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
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
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
union-overwrite.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
union.rs
|
|
|
unique-send.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
unops.rs
|
some unary operator tests
|
2018-08-26 20:42:02 +02:00 |
unsized-tuple-impls.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
validation_lifetime_resolution.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
vec-matching-fold.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
vecdeque.rs
|
test VecDeque debug printing
|
2019-02-15 10:41:12 +01:00 |
vecdeque.stdout
|
test VecDeque debug printing
|
2019-02-15 10:41:12 +01:00 |
vecs.rs
|
More extensive slice and vec tests
|
2018-11-01 08:58:03 +01:00 |
volatile.rs
|
use copy_op directly insteadof write_scalar
|
2019-02-26 19:49:02 +09:00 |
write-bytes.rs
|
|
|
zero-sized-binary-heap-push.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |
zst_box.rs
|
|
|
zst_variant_drop.rs
|
|
|
zst.rs
|
Removed copyright notices.
|
2019-02-26 18:37:45 +00:00 |