about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-4/+4
2015-03-17Auto merge of #23330 - alexcrichton:thread-sleep, r=aturonbors-221/+178
2015-03-17std: Implement `thread::sleep`Alex Crichton-1/+31
2015-03-17Auto merge of #23104 - japaric:inherent, r=nikomatsakisbors-0/+14
2015-03-16preemptively fix windows compilation errorsJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+13
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-24/+24
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-1/+1
2015-03-16Auto merge of #23396 - semarie:remove-sized-bounds, r=sfacklerbors-2/+2
2015-03-15Auto merge of #23353 - alexcrichton:stabilize-os, r=aturonbors-316/+390
2015-03-15std: Clean up the sys::thread modulesAlex Crichton-221/+148
2015-03-15unbreak freebsd/openbsd/bitrig build after #23316Sébastien Marie-2/+2
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-316/+390
2015-03-15Auto merge of #23372 - tamird:fix-ios-compilation, r=alexcrichtonbors-13/+3
2015-03-15Implement `winsize()` for {ios,dragonfly}Tamir Duberstein-12/+2
2015-03-15Fallout of c933d44f7bb9Tamir Duberstein-1/+1
2015-03-14std: Remove ?Sized bounds from many I/O functionsAlex Crichton-1/+1
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-9/+9
2015-03-13std: Stabilize the `net` moduleAlex Crichton-24/+24
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-47/+113
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-4/+17
2015-03-12Stabilize std::pathAaron Turon-4/+17
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-161/+76
2015-03-11Example -> ExamplesSteve Klabnik-4/+4
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-5/+5
2015-03-06rollup merge of #22813: alexcrichton/deprecate-netAlex Crichton-0/+20
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+20
2015-03-06Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturonManish Goregaokar-0/+4
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-5/+1
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+4
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-3/+3
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-1/+3
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-1/+1
2015-03-03Rollup merge of #22956 - ejjeong:aarch64-linux-android, r=alexcrichtonManish Goregaokar-1/+1
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-3/+3
2015-03-03Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichtonManish Goregaokar-8/+9
2015-03-03Fix backtrace tests for LinuxManish Goregaokar-1/+1
2015-03-02core: Audit num module for int/uintBrian Anderson-2/+2
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-8/+9
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-03-02Auto merge of #22797 - alexcrichton:io-stdio, r=aturonbors-2/+224
2015-03-02Fix broken aarch64 buildEunji Jeong-1/+1
2015-02-28std: Implement stdio for `std::io`Alex Crichton-2/+224
2015-02-28openbsd: adjust page guard addressSébastien Marie-1/+1
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-2/+2
2015-02-28Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichtonbors-10/+107
2015-02-27remove leftover annotationsJorge Aparicio-2/+2