summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
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
2015-02-17Fallout from stabilizationAaron Turon-5/+5
2015-02-17std: Stabilize the `ascii` moduleAlex Crichton-1/+6
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-1/+1
2015-02-13Add std::processAaron Turon-0/+21
2015-02-11More test fixes and rebase conflictsAlex Crichton-0/+1
2015-02-11rollup merge of #22015: alexcrichton/netv2Alex Crichton-0/+394
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+394
2015-02-11Test fixes and rebase conflictsAlex Crichton-0/+4
2015-02-11PR review fixesDave Huseby-12/+2
2015-02-11bitrig integrationDave Huseby-3/+17
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-2/+2
2015-02-10rollup merge of #21920: vojtechkral/main-thread-nameAlex Crichton-4/+0
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-0/+10
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+10
2015-02-08Move native thread name setting from thread_info to Thread, fixes #21911Vojtech Kral-4/+0
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-56/+56
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1