about summary refs log tree commit diff
path: root/src/libstd/io/net/addrinfo.rs
AgeCommit message (Expand)AuthorLines
2015-01-26std: Rename io to old_ioAlex Crichton-137/+0
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-5/+5
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-5/+5
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-2/+9
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-11/+5
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+11
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-26/*! -> //!Steve Klabnik-8/+4
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-29/+3
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-0/+1
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-13Clean up rustc warnings.NODA, Kai-2/+0
2014-10-01Remove iotest macroAaron Turon-4/+12
2014-09-30Fix libstdSteven Fackler-1/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-2/+29
2014-05-08Handle fallout in io::net::addrinfo, io::process, and rt::rtioKevin Ballard-3/+3
2014-03-31std: Switch field privacy as necessaryAlex Crichton-9/+9
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+2
2014-02-03std: Fixing all documentationAlex Crichton-8/+0
2014-02-03std: Fix tests with io_error usageAlex Crichton-1/+1
2014-02-03std: Remove io::io_errorAlex Crichton-3/+4
2014-01-30Remove unused imports.OGINO Masanori-4/+0
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-24libstd: Use iotest! for for get_host_addresses.Luqman Aden-5/+11
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-1/+1
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-10/+1
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-11/+10
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+128