about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-03-23Add generic conversion traitsAaron Turon-6/+5
2015-03-23prctl instead of pthread on linux for name setupSimonas Kazlauskas-11/+8
2015-03-23min_stack_size: clarify both reasons to use dlsymAnders Kaseorg-5/+6
2015-03-23min_stack_size: update non-Linux implementation commentAnders Kaseorg-2/+2
2015-03-23Get __pthread_get_minstack at runtime with dlsymAnders Kaseorg-12/+23
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+1
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-4/+4
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-1/+8
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-1/+8
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-4/+4
2015-03-19Auto merge of #23430 - alexcrichton:io-error, r=aturonbors-8/+5
2015-03-19std: Stablize io::ErrorKindAlex Crichton-8/+5
2015-03-19Rollup merge of #23483 - semarie:openbsd-threads, r=alexcrichtonManish Goregaokar-4/+2
2015-03-19Rollup merge of #23479 - tamird:fix-ios-build, r=aturonManish Goregaokar-3/+2
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-18iOS: fallout from 1d5983aTamir Duberstein-3/+2
2015-03-18openbsd/bitrig threadsSébastien Marie-4/+2
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-3/+3
2015-03-17Auto merge of #23330 - alexcrichton:thread-sleep, r=aturonbors-181/+137
2015-03-17std: Implement `thread::sleep`Alex Crichton-1/+15
2015-03-17Auto merge of #23104 - japaric:inherent, r=nikomatsakisbors-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-4/+4
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-167/+212
2015-03-15std: Clean up the sys::thread modulesAlex Crichton-181/+123
2015-03-15unbreak freebsd/openbsd/bitrig build after #23316Sébastien Marie-2/+2
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-167/+212
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-13std: Stabilize the `net` moduleAlex Crichton-4/+4
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-20/+49
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+3
2015-03-12Stabilize std::pathAaron Turon-1/+3
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-79/+37
2015-03-06rollup merge of #22813: alexcrichton/deprecate-netAlex Crichton-0/+9
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+9
2015-03-06Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturonManish Goregaokar-0/+2
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+1
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 #22943 - ipetkov:lint-recursion, r=alexcrichtonManish Goregaokar-2/+3
2015-03-03Fix backtrace tests for LinuxManish Goregaokar-1/+1