about summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-1/+38
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
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-4/+5
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-7/+12
2015-02-18std: Implement CString-related RFCsAlex Crichton-7/+12
2015-02-18make FromIterator use IntoIteratorAlexis-2/+2
2015-02-18make Extend use IntoIteratorAlexis-2/+3
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+28
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-1/+1
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-5/+5