about summary refs log tree commit diff
path: root/src/libstd/io/net/ip.rs
AgeCommit message (Expand)AuthorLines
2015-01-26std: Rename io to old_ioAlex Crichton-700/+0
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+4
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+4
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-05std: remove remaining boxed closuresJorge Aparicio-9/+10
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-2/+2
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+1
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-5/+5
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-2/+2
2014-12-23Fix some spelling errors.Huon Wilson-3/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-7/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-22/+26
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+5
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-3/+3
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-3/+3
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-16Move FromStr to core::strBrendan Zabarauskas-3/+2
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-05Fixed not compiling code in docstringVladimir Matveev-2/+2
2014-11-05Added more documentation on ToSocketAddr traitVladimir Matveev-0/+80
2014-11-05Added ToSocketAddr traitVladimir Matveev-0/+151
2014-11-01collections: Remove all collections traitsAlex Crichton-2/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-3/+3
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-4/+12
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use byte literals in libstdnham-6/+6
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+5
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2