| Age | Commit message (Expand) | Author | Lines |
| 2015-06-17 | std: Stabilize the sync_poison feature | Alex Crichton | -6/+6 |
| 2015-06-17 | std: Remove two internal `str_internals` functions | Alex Crichton | -25/+0 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -4/+6 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -110/+82 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -0/+5 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -0/+3 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -7/+21 |
| 2015-06-16 | Auto merge of #25952 - alexcrichton:fix-scoped-tls, r=aturon | bors | -32/+48 |
| 2015-06-15 | Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichton | bors | -33/+96 |
| 2015-06-14 | Implement RFC 1014 | Steven Fackler | -33/+96 |
| 2015-06-12 | Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturon | bors | -256/+654 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -16/+17 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-11 | Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brson | bors | -101/+60 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -15/+16 |
| 2015-06-10 | disabling socking timing tests because openbsd/bitrig get/set are not congrue... | Dave Huseby | -0/+6 |
| 2015-06-10 | Auto merge of #25777 - shepmaster:cstring-return-to-c, r=alexcrichton | bors | -4/+41 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -101/+60 |
| 2015-06-09 | std: Stabilize a number of new fs features | Alex Crichton | -256/+654 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |
| 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 | Add methods for handing CStrings back and forth to C | Jake Goulding | -1/+29 |
| 2015-06-05 | Convert CString to a Box<[u8]> | Jake Goulding | -4/+13 |
| 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 | std: Fix unsoundness of std::thread::ScopedKey | Alex Crichton | -32/+48 |
| 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 |