about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-06-14Implement RFC 1014Steven Fackler-12/+14
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
2015-05-01Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnikManish Goregaokar-4/+4
2015-04-30Replaces instanced of 'an UTF' with 'a UTF'Corey Farwell-4/+4
2015-04-30Add downcasting to std::error::ErrorAaron Turon-3/+4
2015-04-30std: Always check for EDEADLK in rwlocks on unixAlex Crichton-2/+24
2015-04-30std: Favor cfg! over #[cfg] in unix rwlocksAlex Crichton-10/+5
2015-04-29Test fixes and rebase conflictsAlex Crichton-1/+0
2015-04-29rollup merge of #24873: alexcrichton/fix-windows-stdioAlex Crichton-177/+138
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-722/+1202
2015-04-29std: Fix inheriting standard handles on windowsAlex Crichton-177/+138
2015-04-28std: Implement fs::DirBuilderAlex Crichton-12/+46
2015-04-28Register new snapshotsTamir Duberstein-2/+0