rust/src/libsyntax
Alex Crichton eeb94886ad std: Remove deprecated/unstable num functionality
This commit removes all the old casting/generic traits from `std::num` that are
no longer in use by the standard library. This additionally removes the old
`strconv` module which has not seen much use in quite a long time. All generic
functionality has been supplanted with traits in the `num` crate and the
`strconv` module is supplanted with the [rust-strconv crate][rust-strconv].

[rust-strconv]: https://github.com/lifthrasiir/rust-strconv

This is a breaking change due to the removal of these deprecated crates, and the
alternative crates are listed above.

[breaking-change]
2015-04-21 11:37:43 -07:00
..
ast_map Expose visibility for fns in syntax::visit 2015-04-14 09:54:58 +12:00
diagnostics Enforce 80 char lines in extended errors. 2015-04-17 21:35:24 +10:00
ext Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
parse std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
print Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
util Simplifications to statement macro handling. 2015-04-10 23:42:40 -05:00
abi.rs Fallout in libsyntax 2015-04-01 11:22:39 -04:00
ast.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
ast_util.rs Expose visibility for fns in syntax::visit 2015-04-14 09:54:58 +12:00
attr.rs Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix 2015-04-12 01:26:53 +00:00
codemap.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
config.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
diagnostic.rs Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton 2015-04-18 07:09:22 +00:00
feature_gate.rs Fix some documentation typos 2015-04-16 22:23:36 -04:00
fold.rs Propagate macro backtraces more often, improve formatting diagnostics 2015-04-11 16:00:58 -07:00
lib.rs std: Remove old_io/old_path/rand modules 2015-04-14 10:14:11 -07:00
owned_slice.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
ptr.rs alloc: impl fmt::Pointer for Rc, Arc and Box 2015-04-07 22:50:36 -07:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
std_inject.rs Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
test.rs Work towards a non-panicing parser (libsyntax) 2015-04-05 09:52:50 +01:00
visit.rs Expose visibility for fns in syntax::visit 2015-04-14 09:54:58 +12:00