rust/src/compiletest
blake2-ppc b5d560a9e0 std: Remove {float,f64,f32}::from_str in favor of from_str
Like issue #9209, remove float::{from_str, from_str_radix} in favor of
the two corresponding traits. The same for modules f64 and f32.

New usage is

	from_str::<float>("1.2e34")
2013-09-18 04:02:42 +02:00
..
common.rs auto merge of #8886 : cmr/rust/test-restructure, r=cmr 2013-08-30 14:00:43 -07:00
compiletest.rs std: Remove {float,f64,f32}::from_str in favor of from_str 2013-09-18 04:02:42 +02:00
errors.rs test: Fix tests. 2013-07-17 14:57:54 -07:00
header.rs Correctly determine OS to xfail in cross build 2013-09-03 19:34:23 +09:00
procsrv.rs Rename str::from_bytes to str::from_utf8, closes #8985 2013-09-05 14:17:24 +02:00
runtest.rs Update clients of path.rs to use new API. 2013-09-04 13:10:32 +02:00
util.rs Correctly determine OS to xfail in cross build 2013-09-03 19:34:23 +09:00