rust/src/libstd
bors 10bdd808b5 Auto merge of #32050 - achanda:from-slice-v4, r=alexcrichton
Add an impl for From trait

Converts a u8 slice to a Ipv4Addr
More discussion on this here: https://github.com/rust-lang/rfcs/pull/1498#issuecomment-191921655
2016-03-18 17:30:22 -07:00
..
collections Use issue number from rust-lang/rust, not rust-lang/rfcs. 2016-03-15 23:48:15 -04:00
ffi std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
io Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton 2016-03-13 09:27:17 -07:00
net Auto merge of #32050 - achanda:from-slice-v4, r=alexcrichton 2016-03-18 17:30:22 -07:00
num Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
os Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichton 2016-03-08 01:04:36 +00:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand std: restructure rand os code into sys modules 2016-02-17 16:21:32 -08:00
sync std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
sys std: Fix overflow when subtracting Instant 2016-03-15 15:19:11 -07:00
thread std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
time std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
ascii.rs Auto merge of #32051 - steveklabnik:gh9447, r=bluss 2016-03-07 06:54:36 +00:00
build.rs cover more linux targets in libstd cargobuild 2016-03-08 16:15:58 -05:00
Cargo.toml rustbuild: Sync some Cargo.toml/lib.rs dependencies 2016-02-21 09:49:13 -08:00
env.rs doc: "ref" not needed in the example 2016-02-28 09:37:45 +02:00
error.rs Impl Error for Box<T: Error> 2016-01-23 09:03:09 +01:00
fs.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
lib.rs Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
macros.rs mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
memchr.rs Minor spelling fixes 2016-02-09 11:52:39 -05:00
panic.rs Make set_hook take a Box<Fn> 2016-03-15 20:51:48 -07:00
panicking.rs Make set_hook take a Box<Fn> 2016-03-15 20:51:48 -07:00
path.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
primitive_docs.rs doc: Fix a bunch of broken links 2016-03-08 13:44:14 -08:00
process.rs std: Don't spawn threads in wait_with_output 2016-03-09 10:12:36 -08:00
rt.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
rtdeps.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00