about summary refs log tree commit diff
path: root/src/libstd/sys/common/net.rs
AgeCommit message (Expand)AuthorLines
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-5/+7
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-4/+4
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-4/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-6/+6
2015-01-02More falloutNick Cameron-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-5/+1
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+38
2014-12-30std: Re-enable at_exit()Alex Crichton-1/+5
2014-12-29Test fixes and rebase conflictsAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+38
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-4/+4
2014-12-21Remove a ton of public reexportsCorey Farwell-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-17/+20
2014-12-05Fall out of the std::sync rewriteAlex Crichton-6/+6
2014-11-20Make most of std::rt privateAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-08Runtime removal: refactor helper threadsAaron Turon-0/+2
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-0/+909