rust/tests/run-pass
2019-12-25 12:38:34 -05:00
..
panic the never type got de-stabilized again; adjust tests 2019-12-15 12:23:43 +01:00
stacked-borrows add an interesting run-pass stacked borrows example 2019-11-05 11:05:02 +01:00
align_offset.rs test align_to example 2019-10-25 20:26:01 +02:00
align_offset.stdout more align_offset tests 2019-09-29 11:43:50 -04:00
args.rs
args.stdout
arrays.rs
arrays.stdout
associated-const.rs
assume_bug.rs
async-fn.rs the never type got de-stabilized again; adjust tests 2019-12-15 12:23:43 +01:00
atomic.rs also test AcqRel fence 2019-10-09 10:29:08 +02:00
bad_substs.rs
binops.rs
bitop-beyond-alignment.rs
bools.rs
box-pair-to-vec.rs
box-pair-to-vec.stdout
btreemap.rs
c_enums.rs
calloc.rs
calls.rs
cast_fn_ptr_unsafe.rs
cast_fn_ptr.rs
cast-rfc0401-vtable-kinds.rs
catch.rs
catch.stdout
char.rs
clock.rs Use places instead of ptrs to write packed immtys 2019-10-14 16:00:40 -05:00
closure-drop.rs
closure-field-ty.rs
closures.rs move blosure tests to closures file; test Box<dyn> a bit more 2019-11-07 09:14:23 +01:00
coerce_non_capture_closure_to_fn_ptr.rs test diverging closure fn ptr coercion 2019-12-02 15:42:33 +01:00
coercions.rs rename some more tests 2019-11-25 15:08:47 +01:00
const-vec-of-fns.rs
constants.rs
current_dir.rs Correct style of comments 2019-10-11 04:17:43 -05:00
deriving-associated-types.rs
drop_empty_slice.rs
drop_on_array_elements.rs rename call_drop_ tests to drop_ 2019-11-07 08:56:11 +01:00
drop_on_fat_ptr_array_elements.rs rename call_drop_ tests to drop_ 2019-11-07 08:56:11 +01:00
drop_on_zst_array_elements.rs rename call_drop_ tests to drop_ 2019-11-07 08:56:11 +01:00
drop_through_owned_slice.rs rename call_drop_ tests to drop_ 2019-11-07 08:56:11 +01:00
drop_through_trait_object_rc.rs rename call_drop_ tests to drop_ 2019-11-07 08:56:11 +01:00
drop_through_trait_object.rs rename call_drop_ tests to drop_ 2019-11-07 08:56:11 +01:00
dst-field-align.rs
dst-irrefutable-bind.rs
dst-raw.rs
dst-struct-sole.rs
dst-struct.rs
dyn-traits.rs also test Box<self> receiver 2019-11-07 09:17:40 +01:00
enum-nullable-const-null-with-fields.rs
enums.rs add another test case 2019-09-20 08:53:35 +02:00
env-exclude.rs
env-without-isolation.rs
env.rs
exit.rs
extern_types.rs
fat_ptr.rs rename some more tests 2019-11-25 15:08:47 +01:00
float_fast_math.rs
floats.rs Implments intrinsics::copysignf32 and intrinsics::copysignf64. 2019-11-13 17:41:09 +08:00
foreign-fn-linkname.rs
format.rs
format.stdout
from_utf8.rs
fs.rs remove restrictions due to stat unavailability 2019-12-25 12:38:34 -05:00
function_pointers.rs
generator.rs the never type got de-stabilized again; adjust tests 2019-12-15 12:23:43 +01:00
hashmap.rs
heap_allocator.rs
heap.rs
hello.rs
hello.stdout
integer-ops.rs
intptrcast.rs
intrinsics-integer.rs
intrinsics-math.rs Add acos, asin, and atan foreign functions 2019-11-21 17:33:30 -05:00
intrinsics.rs
ints.rs
issue-3794.rs
issue-3794.stdout
issue-5917.rs
issue-15063.rs
issue-15080.rs
issue-15523-big.rs
issue-17877.rs slice matching overflow got fixed 2019-11-20 19:38:41 +01:00
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-miri-133.rs rename miri-issue to issue-miri for grouping 2019-11-14 10:16:44 +01:00
issue-miri-184.rs
issue-miri-1075.rs test diverging closure fn ptr coercion 2019-12-02 15:42:33 +01:00
iter.rs fix into_iter usage 2019-11-08 12:43:26 +01:00
last-use-in-cap-clause.rs
linked-list.rs
linux-getrandom-without-isolation.rs
linux-getrandom.rs
loop-break-value.rs the never type got de-stabilized again; adjust tests 2019-12-15 12:23:43 +01:00
loops.rs
main_fn.rs
main_result.rs support main functions with Result return type 2019-12-23 17:45:23 +01:00
malloc.rs
many_shr_bor.rs
match_slice.rs
memchr.rs
memleak_ignored.rs add flag to ignore memory leaks 2019-12-07 13:44:48 +01:00
move-arg-2-unique.rs
move-arg-3-unique.rs
move-undef-primval.rs
mpsc.rs
multi_arg_closure.rs
negative_discriminant.rs
observed_local_mut.rs
option_box_transmute_ptr.rs
option_eq.rs
overloaded-calls-simple.rs
packed_static.rs
packed_struct.rs
pointers.rs
products.rs
ptr_arith_offset_overflow.rs
ptr_arith_offset.rs
ptr_int_casts.rs
ptr_int_ops.rs
ptr_offset_from.rs test offset_from 2019-11-05 20:17:35 +01:00
ptr_offset.rs
raw.rs
rc.rs
recursive_static.rs
regions-lifetime-nonfree-late-bound.rs
regions-mock-trans.rs
rfc1623.rs
rust-lang-org.rs
send-is-not-static-par-for.rs
sendable-class.rs
simd-intrinsic-generic-elements.rs
slices.rs
small_enum_size_bug.rs
specialization.rs
static_memory_modification.rs
static_mut.rs
strings.rs
subslice_array.rs
sums.rs
sync.rs
tag-align-dyn-u64.rs
thread-local.rs
too-large-primval-write-problem.rs
track-caller-attribute.rs add caller_location tests to Miri 2019-12-08 11:06:35 +01: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
union-overwrite.rs rustup: fix for write_bytes and new union rules 2019-10-22 10:13:11 +02:00
union.rs
unops.rs
unsized-tuple-impls.rs
validation_lifetime_resolution.rs
vec-matching-fold.rs
vecdeque.rs
vecdeque.stdout
vecs.rs
volatile.rs
without-validation.rs
write-bytes.rs
zero-sized-binary-heap-push.rs
zst_box.rs
zst_variant_drop.rs
zst.rs