about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
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-21std: Tweak rt::at_exit behaviorAlex Crichton-1/+1
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-4/+7
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-4/+7
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-6/+6
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-16/+33
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-16/+33
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-6/+6
2015-03-19Auto merge of #23430 - alexcrichton:io-error, r=aturonbors-17/+10
2015-03-19std: Stablize io::ErrorKindAlex Crichton-17/+10
2015-03-19Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichtonbors-4/+4
2015-03-19Fix spelling errors in comments.Joseph Crail-4/+4
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-16/+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-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