rust/src/test
P1start 57d8289754 Make UnsafeCell, RefCell, Mutex, and RwLock accept DSTs
This + DST coercions (#24619) would allow code like `Rc<RefCell<Box<Trait>>>` to
be simplified to `Rc<RefCell<Trait>>`.
2015-05-02 10:03:35 +12:00
..
auxiliary Auto merge of #24932 - pnkfelix:fix-issue-24687, r=huonw 2015-04-29 10:40:03 +00:00
bench Auto merge of #24681 - tamird:unignore-android, r=alexcrichton 2015-04-29 04:09:45 +00:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Make UnsafeCell, RefCell, Mutex, and RwLock accept DSTs 2015-05-02 10:03:35 +12:00
compile-fail-fulldeps Remove FakeExtCtxt from qquote tests. 2015-04-26 01:09:36 -04:00
debuginfo Re-enable tests on Android 2015-04-29 14:34:45 -07:00
parse-fail Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis 2015-04-27 16:45:21 +00:00
pretty std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
run-fail Move qquote.rs from run-fail to run-fail-fulldeps 2015-04-26 06:05:39 -07:00
run-fail-fulldeps Move qquote.rs from run-fail to run-fail-fulldeps 2015-04-26 06:05:39 -07:00
run-make Auto merge of #24884 - michaelsproul:extended-errors, r=nrc 2015-04-30 02:03:27 +00:00
run-pass rollup merge of #24962: tamird/unignore-android-tests 2015-04-29 15:45:58 -07:00
run-pass-fulldeps test: Fix some tests to run with musl 2015-04-28 09:35:22 -07:00
run-pass-valgrind test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
rustdoc rustdoc: Fix rendering associated constants 2015-04-30 09:37:13 -07:00