rust/src/test
bors 2a5a320bab Auto merge of #25300 - kballard:core-slice-overflow, r=Gankro
core::slice was originally written to tolerate overflow (notably, with
slices of zero-sized elements), but it was never updated to use wrapping
arithmetic when overflow traps were added.

Also correctly handle the case of calling .nth() on an Iter with a
zero-sized element type. The iterator was assuming that the pointer
value of the returned reference was meaningful, but that's not true for
zero-sized elements.

Fixes #25016.
2015-05-12 14:39:31 +00:00
..
auxiliary Remove auxiliary files not used since eb4d39e 2015-05-09 13:10:57 -04:00
bench Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Auto merge of #24818 - tbelaire:double-import, r=nrc 2015-05-12 08:54:40 +00:00
compile-fail-fulldeps Remove FakeExtCtxt from qquote tests. 2015-04-26 01:09:36 -04:00
debuginfo Update tests to not use old ~ syntax 2015-05-03 20:16:03 -04:00
parse-fail Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis 2015-04-27 16:45:21 +00:00
pretty Correct pretty-printing of type Foo<T> where T: Bound = ...; 2015-05-04 10:21:39 +02:00
run-fail Fix the tests broken by replacing task with thread 2015-05-09 04:04:08 +09:00
run-fail-fulldeps Move qquote.rs from run-fail to run-fail-fulldeps 2015-04-26 06:05:39 -07:00
run-make Add regression test for #20626 2015-05-07 00:25:54 +02:00
run-pass Auto merge of #25300 - kballard:core-slice-overflow, r=Gankro 2015-05-12 14:39:31 +00:00
run-pass-fulldeps Add test for custom deriving plugins which rely on field attributes 2015-05-01 15:49:05 +05:30
run-pass-valgrind test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
rustdoc rustdoc: Add Associated Constants section 2015-05-09 12:20:45 +02:00