rust/src/test
blake2-ppc 8522341274 Remove {uint,int,u64,i64,...}::from_str,from_str_radix
Remove these in favor of the two traits themselves and the wrapper
function std::from_str::from_str.

Add the function std::num::from_str_radix in the corresponding role for
the FromStrRadix trait.
2013-09-15 14:29:16 +02:00
..
auxiliary Remove {uint,int,u64,i64,...}::from_str,from_str_radix 2013-09-15 14:29:16 +02:00
bench Remove {uint,int,u64,i64,...}::from_str,from_str_radix 2013-09-15 14:29:16 +02:00
codegen Fix warnings it tests 2013-08-17 08:42:35 -07:00
compile-fail Document all of the format! related macros 2013-09-15 01:09:00 -07:00
debug-info debuginfo: Support for namespaces (functions only) 2013-09-10 16:25:19 +02:00
pretty Fix the empty-impl tests 2013-09-11 23:58:30 +00:00
run-fail make ! support the equality/ordering operators 2013-09-13 17:31:59 -04:00
run-pass Remove {uint,int,u64,i64,...}::from_str,from_str_radix 2013-09-15 14:29:16 +02:00
run-pass-fulldeps quote_*! macros take an ExtCtx 2013-08-18 13:14:15 -04:00