rust/src/libsyntax/ext
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
..
deriving std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
tt std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
asm.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
base.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
build.rs syntax: Add a source field to Local for tracking if it comes from lets or fors. 2014-05-26 22:44:38 +10:00
bytes.rs Make bytes!() return 'static 2014-05-18 13:03:38 -07:00
cfg.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
concat.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
concat_idents.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
env.rs libstd: Remove ~str from all libstd modules except fmt and str. 2014-05-22 14:42:01 -07:00
expand.rs auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcrichton 2014-05-27 17:46:48 -07:00
fmt.rs Change static.rust-lang.org to doc.rust-lang.org 2014-05-21 19:55:39 -07:00
format.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
log_syntax.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
mtwt.rs std: Modernize the local_data api 2014-05-07 23:43:39 -07:00
quote.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
registrar.rs rustc: Don't link in syntax extensions 2014-04-13 11:29:28 -07:00
source_util.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
trace_macros.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00