rust/src/libstd/io
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
..
buffered.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
cursor.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
error.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
impls.rs std: Stabilize last bits of io::Error 2015-03-31 16:12:48 -07:00
lazy.rs std: Tweak rt::at_exit behavior 2015-03-21 11:14:58 -07:00
mod.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00
prelude.rs std: Deny most warnings in doctests 2015-04-07 17:54:34 -07:00
stdio.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
util.rs Test fixes and rebase conflicts, round 3 2015-03-31 17:39:24 -07:00