summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
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
2015-05-08Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brsonbors-2/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-7/+7
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-2/+2
2015-05-07std: Remove a double-box in ReentrantMutexAlex Crichton-22/+25
2015-05-07std: Remove unused helper_thread.rs fileAlex Crichton-170/+0
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-28/+28
2015-05-07Rollup merge of #25138 - tshepang:typos, r=sanxiynSteve Klabnik-1/+1
2015-05-06Stabilize from_raw_osSteven Allen-13/+14
2015-05-06fix typos caught by codespellTshepang Lekhonkhobe-1/+1
2015-05-05Rollup merge of #25079 - alexcrichton:fix-nsec, r=aturonManish Goregaokar-3/+3
2015-05-04std: Fix {atime,mtime,ctime}_nsec accessorsAlex Crichton-3/+3
2015-05-03Change 'inner' field name to 'fd'/'socket' on Unix/Windows in Debug implsNick Hamann-3/+6
2015-05-03Unwrap address values in Debug implementations for TcpStream/TcpListener/UdpS...Nick Hamann-13/+28
2015-05-03Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}Nick Hamann-0/+29
2015-05-02Auto merge of #25015 - alexcrichton:rwlock-check-ret, r=aturonbors-12/+29