rust/src/libcoretest
Alex Crichton ac83242ac9 test: Deny warnings in {core,collections}test
Help cleans up our build a bit and stays in line with the rest of our crates
denying warnings traditionally.
2016-01-30 16:19:37 -08:00
..
fmt test: Deny warnings in {core,collections}test 2016-01-30 16:19:37 -08:00
hash
num test: Deny warnings in {core,collections}test 2016-01-30 16:19:37 -08:00
any.rs Implement Any for unsized types 2016-01-14 23:02:32 -08:00
array.rs
atomic.rs
cell.rs Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00
char.rs Make style more uniform, add tests for specialization of .last(), move tests to libcoretest 2016-01-16 09:12:09 +01:00
clone.rs Add unused modules to libcoretest 2015-10-16 21:15:23 +02:00
cmp.rs
intrinsics.rs Add unused modules to libcoretest 2015-10-16 21:15:23 +02:00
iter.rs test: Deny warnings in {core,collections}test 2016-01-30 16:19:37 -08:00
lib.rs test: Deny warnings in {core,collections}test 2016-01-30 16:19:37 -08:00
mem.rs
nonzero.rs
ops.rs
option.rs
ptr.rs
result.rs
slice.rs Avoid bounds check for slice binary search 2016-01-22 15:08:27 -02:00
str.rs
tuple.rs