about summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2015-08-15std: Add issues to all unstable featuresAlex Crichton-2/+4
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-106/+11
2015-08-13Auto merge of #27693 - nagisa:remutex-docs, r=alexcrichtonbors-3/+10
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-106/+11
2015-08-12Fix ReentrantMutex documentation wrt DerefMutSimonas Kazlauskas-3/+10
2015-08-11Register new snapshotsAlex Crichton-21/+0
2015-08-10Remove morestack supportAlex Crichton-319/+4
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+8
2015-07-27Fix escaping of characters in Debug for OsStrdiaphore-15/+25
2015-07-23wtf8, char: Replace uses of `mem::transmute` with more specific functionsTobias Bucher-12/+19
2015-07-21Auto merge of #27073 - alexcrichton:less-proc-fs, r=brsonbors-4/+4
2015-07-21std: Be resilient to failure in pthread_getattr_npAlex Crichton-4/+4
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-0/+6
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+140
2015-07-11fixing trailing whitespaceDave Huseby-1/+1
2015-07-11adding support for i686-unknown-freebsd targetDave Huseby-7/+9
2015-07-01Add netbsd amd64 supportAlex Newman-0/+2
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-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-1/+1
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-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-6/+6
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-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-7/+39
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-46/+41
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-10/+10
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-4/+4
2015-05-07std: Remove a double-box in ReentrantMutexAlex Crichton-7/+11
2015-05-07std: Remove unused helper_thread.rs fileAlex Crichton-170/+0
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
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-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-28Register new snapshotsTamir Duberstein-2/+0
2015-04-27std: Don't assume thread::current() works on panicAlex Crichton-6/+5
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-24Auto merge of #24594 - doomsplayer:patch-2, r=alexcrichtonbors-2/+6
2015-04-23implement set_tcp_keepalive for linuxYoung Wu-2/+6
2015-04-22std: Audit std::thread implementationsAlex Crichton-14/+14
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-2/+0