rust/src/libstd/io/net
Aaron Turon cfafc1b737 Prelude: rename and consolidate extension traits
This commit renames a number of extension traits for slices and string
slices, now that they have been refactored for DST. In many cases,
multiple extension traits could now be consolidated. Further
consolidation will be possible with generalized where clauses.

The renamings are consistent with the [new `-Prelude`
suffix](https://github.com/rust-lang/rfcs/pull/344). There are probably
a few more candidates for being renamed this way, but that is left for
API stabilization of the relevant modules.

Because this renames traits, it is a:

[breaking-change]

However, I do not expect any code that currently uses the standard
library to actually break.

Closes #17917
2014-11-06 08:03:18 -08:00
..
addrinfo.rs rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
ip.rs Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
mod.rs Fixed tidy errors 2014-11-05 12:01:24 +03:00
pipe.rs rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
tcp.rs Added more documentation on ToSocketAddr trait 2014-11-05 12:01:24 +03:00
udp.rs Added more documentation on ToSocketAddr trait 2014-11-05 12:01:24 +03:00