about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-07-01msvc: Fix TLS destructorsAlex Crichton-2/+6
2015-06-30std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT optionAlex Crichton-16/+34
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-242/+352
2015-06-23Auto merge of #26219 - Veedrac:patch-1, r=alexcrichtonbors-0/+5
2015-06-22Fix build on Android API levels below 21Geoffrey Thomas-0/+20
2015-06-22sys/unix/process: Reset signal behavior before execGeoffrey Thomas-2/+85
2015-06-22sys/unix: Consolidate signal-handling FFI bindingsGeoffrey Thomas-268/+199
2015-06-22sys/unix/c.rs: Remove unused codeGeoffrey Thomas-75/+5
2015-06-19liblibc: Fix prototype of functions taking `char *const argv[]`Geoffrey Thomas-1/+1
2015-06-18std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-1/+3
2015-06-18Fix libstd testsAlex Crichton-2/+1
2015-06-17More test fixes and fallout of stability changesAlex Crichton-25/+1
2015-06-17std: Stabilize the sync_poison featureAlex Crichton-4/+4
2015-06-17std: Remove two internal `str_internals` functionsAlex Crichton-25/+0
2015-06-17std: Split the `std_misc` featureAlex Crichton-4/+4
2015-06-15Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichtonbors-12/+14
2015-06-14Implement RFC 1014Steven Fackler-12/+14
2015-06-12Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors-77/+105
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-11Changed patch wordingJoshua Landau-3/+5
2015-06-11Comment for #26196.Joshua Landau-0/+3
2015-06-11Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brsonbors-88/+32
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-1/+1
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-88/+32
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-77/+105
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-06-09fix example in comments about demanglingAndrew Straw-1/+1
2015-06-09Auto merge of #26102 - retep998:openoptionsext, r=alexcrichtonbors-17/+17
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-6/+6
2015-06-08OpenOptionsExt on Windows: i32 -> u32Peter Atashian-17/+17
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-6/+6
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-1/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-06-03Rollup merge of #25974 - richo:stack-msg, r=alexcrichtonManish Goregaokar-8/+4
2015-06-02std: clarify comments about sp* implementationsRicho Healey-8/+4
2015-06-01Auto merge of #25246 - mzabaluev:io-invalid-data, r=alexcrichtonbors-1/+1
2015-05-30Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichtonbors-7/+114
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-18/+185
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-1/+1
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-7/+114
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-98/+79
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-3/+3
2015-05-19Auto merge of #25495 - alexcrichton:process-pid, r=aturonbors-0/+11
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-13/+14
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-18/+185
2015-05-16std: Add an unstable method Child::idAlex Crichton-0/+11
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-61/+54
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-61/+54
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-7/+7