rust/src/librustc/middle
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
..
borrowck gather_loans/mod.rs Visitor refactoring (#7081): unify GatherLoan{Ctxt,Visitor}. 2013-09-10 11:25:09 +02:00
cfg change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
trans auto merge of #9244 : thestinger/rust/drop, r=catamorphism 2013-09-17 07:15:42 -07:00
typeck std: Restore Option::chain{,_mut}_ref as and_then{,_mut}_ref 2013-09-12 18:54:28 -07:00
astencode.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
check_const.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
check_loop.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
check_match.rs ident->name cleanup 2013-09-11 22:18:45 -07:00
const_eval.rs std: Remove {float,f64,f32}::from_str in favor of from_str 2013-09-18 04:02:42 +02:00
dataflow.rs change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
effect.rs Implement the notion of a "generated unsafe block" 2013-09-11 00:13:22 -07:00
entry.rs middle/entry.rs Visitor refactoring (#7081): unify Entry{Context,Visitor}. 2013-09-10 11:25:10 +02:00
freevars.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
graph.rs Bugfix .each_edge in middle/graph.rs 2013-08-07 22:39:57 -04:00
kind.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
lang_items.rs Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
lint.rs Flag unsafe blocks from format! as compiler-generated 2013-09-11 00:13:41 -07:00
liveness.rs change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
mem_categorization.rs ident->name cleanup 2013-09-11 22:18:45 -07:00
moves.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00
pat_util.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
privacy.rs std: rename Option::unwrap_or_default() to unwrap_or() 2013-09-12 18:54:11 -07:00
reachable.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
region.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
resolve.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
stack_check.rs rustc: Fix cstack lint for default methods. Closes #8753 2013-09-12 15:21:01 -07:00
subst.rs Generalize the ty::substs struct so that it can represent 2013-07-24 16:52:57 -04:00
ty.rs make ! support the equality/ordering operators 2013-09-13 17:31:59 -04:00