rust/src/test
Alex Crichton b53454e2e4 Move std::{reflect,repr,Poly} to a libdebug crate
This commit moves reflection (as well as the {:?} format modifier) to a new
libdebug crate, all of which is marked experimental.

This is a breaking change because it now requires the debug crate to be
explicitly linked if the :? format qualifier is used. This means that any code
using this feature will have to add `extern crate debug;` to the top of the
crate. Any code relying on reflection will also need to do this.

Closes #12019

[breaking-change]
2014-05-27 21:44:51 -07:00
..
auxiliary Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -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 Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -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 Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
run-pass-fulldeps std: Remove String's to_owned 2014-05-27 11:11:15 -07:00