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
..
2014-05-11 17:41:36 -04:00
2014-05-25 02:53:53 -07:00
2014-05-07 08:12:48 -07:00
2013-10-29 16:22:08 -07:00
2014-05-07 23:23:17 -07:00
2014-05-15 15:45:55 -07:00
2014-02-02 10:59:14 -08:00
2013-10-29 16:22:08 -07:00
2014-02-14 19:17:50 -08:00