about summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-0/+2
2015-03-31Stabilize std::numAaron Turon-0/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-98/+98
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-79/+0
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-1/+38
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-0/+18
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-98/+98
2015-03-26Register new snapshotsAlex Crichton-79/+0
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-12/+12
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-1/+1
2015-03-24rollup merge of #23592: alexcrichton/tweak-at-exitAlex Crichton-1/+1
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-1/+1
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-0/+79
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+79
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-2/+2
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-1/+1
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-10/+13
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-10/+13
2015-03-19Fix spelling errors in comments.Joseph Crail-4/+4
2015-03-18Register new snapshotsAlex Crichton-12/+0
2015-03-17Auto merge of #23330 - alexcrichton:thread-sleep, r=aturonbors-10/+5
2015-03-17Auto merge of #23104 - japaric:inherent, r=nikomatsakisbors-0/+12
2015-03-16impl<T> [T]Jorge Aparicio-0/+12
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-16/+16
2015-03-15std: Clean up the sys::thread modulesAlex Crichton-10/+5
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-9/+9
2015-03-13std: Stabilize the `net` moduleAlex Crichton-16/+16
2015-03-13Fallout of std::old_io deprecationAlex Crichton-20/+26
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-9/+9
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-0/+4
2015-03-12Stabilize std::pathAaron Turon-0/+4
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-46/+27
2015-03-11Example -> ExamplesSteve Klabnik-3/+3
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-5/+5
2015-03-06rollup merge of #22813: alexcrichton/deprecate-netAlex Crichton-0/+2
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+2
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-5/+1
2015-03-06Use `#[allow_internal_unstable]` for `thread_local!`Huon Wilson-5/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-1/+1
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-4/+3
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-25Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichtonManish Goregaokar-13/+8
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-3/+3
2015-02-23Hide unnecessary error checking from the userTobias Bucher-13/+8
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-4/+4
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-27/+0
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-4/+8
2015-02-20Register new snapshotsAlex Crichton-27/+0