rust/src/test
bors 0422934e24 auto merge of #14831 : alexcrichton/rust/format-intl, r=brson
* The select/plural methods from format strings are removed
* The # character no longer needs to be escaped
* The \-based escapes have been removed
* '{{' is now an escape for '{'
* '}}' is now an escape for '}'

Closes #14810
[breaking-change]
2014-06-13 14:42:03 +00:00
..
auxiliary debuginfo: Generate cross-crate unique type identifiers for debuginfo types. 2014-06-12 18:39:01 +02:00
bench rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #14831 : alexcrichton/rust/format-intl, r=brson 2014-06-13 14:42:03 +00:00
compile-fail-fulldeps Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
debuginfo debuginfo: Generate cross-crate unique type identifiers for debuginfo types. 2014-06-12 18:39:01 +02:00
pretty Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
run-fail sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
run-make auto merge of #14831 : alexcrichton/rust/format-intl, r=brson 2014-06-13 14:42:03 +00:00
run-pass auto merge of #14831 : alexcrichton/rust/format-intl, r=brson 2014-06-13 14:42:03 +00:00
run-pass-fulldeps Convert tests to use #[plugin_registrar] 2014-06-09 14:29:30 -07:00