about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-54/+238
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-0/+9
2015-03-31Stabilize std::numAaron Turon-0/+9
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-28Auto merge of #23300 - sfackler:rm-iterator-ext, r=alexcrichtonbors-1/+1
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-28iOS: int/uint falloutValerii Hiora-3/+3
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23197: aatxe/masterAlex Crichton-2/+1
2015-03-27Updated std::dynamic_lib to use std::path.Aaron Weiss-2/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-195/+195
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-79/+0
2015-03-27rollup merge of #23753: aturon/revise-convertAlex Crichton-8/+0
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-1/+38
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-54/+238
2015-03-26Revise use of conversion traitsAaron Turon-8/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-195/+195
2015-03-26Register new snapshotsAlex Crichton-79/+0
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-12/+12
2015-03-25Rollup merge of #23693 - semarie:openbsd-pathbuf-new, r=nikomatsakisManish Goregaokar-2/+2
2015-03-25Rollup merge of #23684 - tamird:ios-fallout, r=alexcrichtonManish Goregaokar-1/+1
2015-03-25unbreak bitrig/openbsd build after 8389253dSébastien Marie-2/+2
2015-03-24[iOS] Fallout from 8389253Tamir Duberstein-1/+1
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-3/+7
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-1/+1
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-1/+1
2015-03-24rollup merge of #23592: alexcrichton/tweak-at-exitAlex Crichton-1/+1
2015-03-25Bug fixesNick Cameron-1/+1
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-10/+6
2015-03-23rollup merge of #23640: nagisa/thread-less-weakAlex Crichton-11/+8
2015-03-23rollup merge of #23631: andersk/minstack-dlsymAlex Crichton-14/+26
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-0/+79
2015-03-23rollup merge of #23557: aturon/rfc-909Alex Crichton-2/+2
2015-03-23Add generic conversion traitsAaron Turon-6/+5
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-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