.. |
auxiliary
|
Revert "Revert "rustup to rustc 1.15.0-dev (ace092f56 2016-12-13)""
|
2016-12-16 17:10:16 -08:00 |
arrays.rs
|
|
|
assume_bug.rs
|
ensure that integers cast to pointers will never point at a valid alloc, not even the zst alloc
|
2016-11-10 19:20:11 +01:00 |
aux_test.rs
|
re-enable auxiliary tests for the host only
|
2017-01-12 08:40:16 +01:00 |
binops.rs
|
don't print in the binop tests
|
2016-11-15 15:24:22 +01:00 |
bools.rs
|
|
|
c_enums.rs
|
|
|
call_drop_on_array_elements.rs
|
run drop on array elements
|
2016-11-04 17:34:33 +01:00 |
call_drop_on_fat_ptr_array_elements.rs
|
run drop on array elements
|
2016-11-04 17:34:33 +01:00 |
call_drop_through_owned_slice.rs
|
call drop for all elements of an owned slice
|
2016-11-04 16:51:43 +01:00 |
call_drop_through_trait_object_rc.rs
|
fix the block processing for the drop_in_place intrinsic
|
2016-11-04 17:55:06 +01:00 |
call_drop_through_trait_object.rs
|
generate a drop method pointer in the vtable and process it
|
2016-11-04 16:38:04 +01:00 |
calls.rs
|
|
|
cast_fn_ptr_unsafe.rs
|
|
|
cast-rfc0401-vtable-kinds.rs
|
|
|
char.rs
|
|
|
closures.rs
|
|
|
const-vec-of-fns.rs
|
fix static mut accidental dealloc or freeze
|
2017-02-07 19:20:16 +01:00 |
constants.rs
|
|
|
deriving-associated-types.rs
|
fix enum variants with multiple fields
|
2016-09-30 10:45:52 +02:00 |
dst-irrefutable-bind.rs
|
|
|
dst-raw.rs
|
|
|
dst-struct-sole.rs
|
|
|
dst-struct.rs
|
|
|
enum-nullable-const-null-with-fields.rs
|
allow zsts in the zero case of a nullable pointer optimized enum
|
2016-11-15 16:15:17 +01:00 |
enums.rs
|
fix enum variants with multiple fields
|
2016-09-30 10:45:52 +02:00 |
floats.rs
|
|
|
fn_item_as_closure_trait_object.rs
|
fix turning function items into closure trait objects
|
2017-02-07 11:04:46 +01:00 |
fn_item_with_args_as_closure_trait_object.rs
|
fix turning function items into closure trait objects
|
2017-02-07 11:04:46 +01:00 |
fn_item_with_multiple_args_as_closure_trait_object.rs
|
fix turning function items into closure trait objects
|
2017-02-07 11:04:46 +01:00 |
fn_ptr_as_closure_trait_object.rs
|
cleanup buggy closure dispatch code
|
2017-02-07 14:22:20 +01:00 |
function_pointers.rs
|
|
|
heap.rs
|
Revert "Fix tests broken by std::vec::SetLenOnDrop."
|
2016-11-04 09:15:59 +01:00 |
intrinsics-integer.rs
|
fix intrinsics and implement more of them
|
2016-09-29 15:58:26 +02:00 |
intrinsics.rs
|
|
|
ints.rs
|
|
|
issue-15063.rs
|
fix drop impls for clike enums
|
2017-02-07 17:41:30 +01:00 |
issue-15080.rs
|
implement slice patterns
|
2016-09-28 18:22:09 +02:00 |
issue-15523-big.rs
|
1 > -1
|
2017-02-09 09:43:45 +01:00 |
issue-17877.rs
|
implement slice patterns
|
2016-09-28 18:22:09 +02:00 |
issue-23261.rs
|
|
|
issue-30530.rs
|
implement fn item -> trait object conversion
|
2016-11-15 16:32:21 +01:00 |
issue-33387.rs
|
implement Arc<T> -> Arc<Trait> unsizing
|
2016-09-27 18:01:33 +02:00 |
issue-35815.rs
|
fix size of dst in size_of_val intrinsic
|
2017-02-09 11:15:56 +01:00 |
issue-36278-prefix-nesting.rs
|
|
|
last-use-in-cap-clause.rs
|
merge closures and function and implement some closure vtable cases
|
2016-11-15 17:19:37 +01:00 |
loops.rs
|
|
|
main_fn.rs
|
|
|
match_slice.rs
|
fix matching on chars
|
2016-09-27 11:10:25 +02:00 |
mir_coercions.rs
|
cleanup buggy closure dispatch code
|
2017-02-07 14:22:20 +01:00 |
mir_fat_ptr.rs
|
|
|
move-arg-2-unique.rs
|
fix drop ordering and forward fat pointer extras to fields
|
2016-11-04 15:55:05 +01:00 |
move-arg-3-unique.rs
|
deallocate all locals on function exit and transitively freeze constants through pointers
|
2016-11-18 10:05:55 +01:00 |
move-undef-primval.rs
|
Add test for #95.
|
2016-12-21 17:26:52 -08:00 |
multi_arg_closure.rs
|
cleanup buggy closure dispatch code
|
2017-02-07 14:22:20 +01:00 |
negative_discriminant.rs
|
Read discriminant as a signed integer if specified by layout.
|
2016-11-05 15:41:19 +00:00 |
observed_local_mut.rs
|
Add test for 39bb1254d .
|
2016-10-18 21:45:11 -06:00 |
option_box_transmute_ptr.rs
|
|
|
option_eq.rs
|
|
|
overloaded-calls-simple.rs
|
|
|
packed_struct.rs
|
can't call assert_eq on packed struct fields since that takes references
|
2017-01-31 10:51:52 +01:00 |
pointers.rs
|
|
|
products.rs
|
|
|
rc.rs
|
call user defined drop impls
|
2016-11-03 17:32:37 +01:00 |
recursive_static.rs
|
add regression test for #120
|
2017-02-07 20:38:23 +01:00 |
regions-lifetime-nonfree-late-bound.rs
|
implement drop for NonZero optimized enums
|
2016-11-04 09:34:54 +01:00 |
rust-lang-org.rs
|
fix matching on chars
|
2016-09-27 11:10:25 +02:00 |
sendable-class.rs
|
add more atomic intrinsics
|
2016-11-15 15:19:38 +01:00 |
simd-intrinsic-generic-elements.rs
|
fix creation of simd types
|
2016-11-15 15:23:19 +01:00 |
small_enum_size_bug.rs
|
fix null optimizations for smaller than pointer enums
|
2016-11-11 13:10:47 +01:00 |
specialization.rs
|
|
|
static_memory_modification.rs
|
|
|
static_mut.rs
|
fix static mut accidental dealloc or freeze
|
2017-02-07 19:20:16 +01:00 |
std.rs
|
Enable an old test that works now!
|
2016-12-17 01:58:03 -08:00 |
strings.rs
|
|
|
sums.rs
|
This test appears to work on 32-bit now.
|
2016-12-17 01:52:26 -08:00 |
too-large-primval-write-problem.rs
|
Add regression test for write_primval bug.
|
2016-12-17 01:34:19 -08:00 |
traits.rs
|
|
|
trivial.rs
|
|
|
try-operator-custom.rs
|
|
|
tuple_like_enum_variant_constructor_pointer_opt.rs
|
allow using tuple variant names as function handles in presence of NonZero optimizations
|
2017-01-23 12:56:40 +01:00 |
tuple_like_enum_variant_constructor_struct_pointer_opt.rs
|
correctly implement pointers to enum variant constructors
|
2017-01-28 15:46:46 +01:00 |
tuple_like_enum_variant_constructor.rs
|
allow using tuple variant names as function handles
|
2017-01-23 12:56:40 +01:00 |
tuple_like_struct_constructor.rs
|
allow the use of tuple struct constructors as functions
|
2017-01-12 08:52:22 +01:00 |
u128.rs
|
fix some leftover u128 errors
|
2017-02-07 17:52:32 +01:00 |
union.rs
|
add test for unions and remove needles forced alloc
|
2017-01-12 12:43:37 +01:00 |
unique-send.rs
|
allow zsts in the zero case of a nullable pointer optimized enum
|
2016-11-15 16:15:17 +01:00 |
vec-matching-fold.rs
|
implement slice patterns
|
2016-09-28 18:22:09 +02:00 |
vecs.rs
|
Revert "Fix tests broken by std::vec::SetLenOnDrop."
|
2016-11-04 09:15:59 +01:00 |
zst_box.rs
|
sanity check that boxes of zsts don't deallocate the zst allocation
|
2016-11-03 16:01:14 +01:00 |
zst.rs
|
|
|