| Age | Commit message (Expand) | Author | Lines |
| 2015-06-14 | Implement RFC 1014 | Steven Fackler | -33/+96 |
| 2015-06-09 | fix example in comments about demangling | Andrew Straw | -1/+1 |
| 2015-06-09 | Auto merge of #26102 - retep998:openoptionsext, r=alexcrichton | bors | -17/+17 |
| 2015-06-08 | Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton | bors | -7/+7 |
| 2015-06-08 | OpenOptionsExt on Windows: i32 -> u32 | Peter Atashian | -17/+17 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -7/+7 |
| 2015-06-08 | Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton | bors | -3/+3 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -3/+3 |
| 2015-06-05 | Another small grammar fix for process.rs | Martin Pool | -1/+1 |
| 2015-06-05 | Doc fix for process.rs | Martin Pool | -1/+1 |
| 2015-06-05 | Rollup merge of #26001 - sae-bom:master, r=alexcrichton | Steve Klabnik | -33/+82 |
| 2015-06-04 | support aarch64-android raw type definitions | Sae-bom Kim | -33/+82 |
| 2015-06-04 | Rollup merge of #25990 - carols10cents:try-docs, r=nikomatsakis | Manish Goregaokar | -1/+28 |
| 2015-06-04 | Rollup merge of #25988 - webmobster:master, r=alexcrichton | Manish Goregaokar | -0/+4 |
| 2015-06-03 | Add priority policy to RWLock API Documentation | webmobster | -0/+4 |
| 2015-06-03 | Indent 4 spaces instead of 2 | Carol Nichols | -2/+2 |
| 2015-06-03 | Return Ok(()) instead of Ok() | Carol Nichols | -2/+2 |
| 2015-06-03 | Use write_all instead of write_line | Carol Nichols | -2/+2 |
| 2015-06-03 | Add prelude to get Write | Carol Nichols | -0/+1 |
| 2015-06-03 | Improve `try!` docs to make clearer it returns `Result`. | Carol Nichols | -1/+27 |
| 2015-06-03 | Rollup merge of #25974 - richo:stack-msg, r=alexcrichton | Manish Goregaokar | -8/+4 |
| 2015-06-02 | std: clarify comments about sp* implementations | Richo Healey | -8/+4 |
| 2015-06-02 | Rollup merge of #25951 - mbrubeck:nan, r=alexcrichton | Manish Goregaokar | -0/+8 |
| 2015-06-01 | Auto merge of #25246 - mzabaluev:io-invalid-data, r=alexcrichton | bors | -2/+9 |
| 2015-06-01 | Document behavior of {f32,f64}::{min,max} on NaN | Matt Brubeck | -0/+8 |
| 2015-06-01 | Auto merge of #25858 - alexcrichton:disable-os-tls, r=brson | bors | -27/+75 |
| 2015-05-31 | Inline hash_table::calculate_offsets, used by iterators. | Eduard Burtescu | -0/+1 |
| 2015-05-30 | std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0 | Mikhail Zabaluev | -1/+1 |
| 2015-05-30 | Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichton | bors | -7/+324 |
| 2015-05-29 | Loosen timeout restrictions | Steven Fackler | -20/+12 |
| 2015-05-29 | Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon | bors | -59/+243 |
| 2015-05-29 | std::io: New ErrorKind value InvalidData | Mikhail Zabaluev | -2/+9 |
| 2015-05-29 | Skip timeout upper bound check on windows | Steven Fackler | -4/+12 |
| 2015-05-28 | Implement RFC 1047 - socket timeouts | Steven Fackler | -7/+324 |
| 2015-05-29 | Auto merge of #25816 - sfackler:io-error-delegation, r=alexcrichton | bors | -5/+87 |
| 2015-05-28 | Mention UFCS sadness in instability messages | Steven Fackler | -3/+6 |
| 2015-05-28 | std: Add an option to disable ELF based TLS | Alex Crichton | -27/+75 |
| 2015-05-28 | remove references to IoResult | Steve Klabnik | -1/+1 |
| 2015-05-28 | Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonw | bors | -8/+0 |
| 2015-05-27 | Add a test for downcasting | Steven Fackler | -2/+38 |
| 2015-05-27 | Add accessors for io::Error's inner error. | Steven Fackler | -6/+42 |
| 2015-05-27 | Delegate io::Error::cause to inner error | Steven Fackler | -0/+7 |
| 2015-05-27 | Remove mentions of int / uint from the isize / usize docs | Jake Goulding | -8/+0 |
| 2015-05-28 | Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichton | Manish Goregaokar | -0/+54 |
| 2015-05-28 | Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -424/+320 |
| 2015-05-26 | Add note about filesystems to fs::rename | Steve Klabnik | -0/+2 |
| 2015-05-26 | Document std::env::const values | Steve Klabnik | -0/+54 |
| 2015-05-25 | Auto merge of #25767 - mystor:patch-1, r=Gankro | bors | -6/+4 |
| 2015-05-25 | Remove unsafe block around boxed::into_raw() as it is now safe | Michael Layzell | -6/+4 |