rust/src/test
bors 1489374750 auto merge of #14451 : alexcrichton/rust/issue-14442, r=brson
This avoids having to perform conversions from `*u8` to `&'static str` which can
suck in a good deal of code.

Closes #14442
2014-05-28 20:01:37 -07:00
..
auxiliary auto merge of #14451 : alexcrichton/rust/issue-14442, r=brson 2014-05-28 20:01:37 -07:00
bench Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Test pattern macros 2014-05-28 12:42:21 -07:00
compile-fail-fulldeps test: Move syntax extension tests to cfail-full 2014-05-15 23:22:06 -07:00
debuginfo core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
pretty Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
run-fail Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
run-make core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
run-pass Test pattern macros 2014-05-28 12:42:21 -07:00
run-pass-fulldeps std: Remove String's to_owned 2014-05-27 11:11:15 -07:00