| Age | Commit message (Expand) | Author | Lines |
| 2015-01-25 | cleanup: s/impl Copy/#[derive(Copy)]/g | Jorge Aparicio | -4/+2 |
| 2015-01-25 | Auto merge of #21582 - FlaPer87:rollup, r=brson | bors | -3/+12 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -581/+753 |
| 2015-01-25 | Auto merge of #21558 - alexcrichton:result-debug, r=aturon | bors | -5/+5 |
| 2015-01-25 | Moving away from deprecated i/u suffixes in libcore | Alfie John | -128/+128 |
| 2015-01-24 | Auto merge of #21488 - aturon:os-str, r=alexcrichton | bors | -87/+125 |
| 2015-01-24 | Add ffi::OsString and OsStr | Aaron Turon | -87/+125 |
| 2015-01-24 | Spellfix for Debug trait | Pyfisch | -2/+2 |
| 2015-01-24 | Add Hash trait to NonZero type | GuillaumeGomez | -2/+2 |
| 2015-01-24 | Rollup merge of #21445 - P1start:no-implemented, r=nikomatsakis | Flavio Percoco Premoli | -3/+12 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -614/+614 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -39/+78 |
| 2015-01-23 | std: Relax Result::unwrap() to Debug | Alex Crichton | -5/+5 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -289/+289 |
| 2015-01-23 | Improve libcore/cell.rs docs | Steve Klabnik | -85/+209 |
| 2015-01-23 | Auto merge of #21453 - Stebalien:exactsize, r=alexcrichton | bors | -0/+15 |
| 2015-01-23 | Auto merge of #21382 - tshepang:improve-iter-docs, r=alexcrichton | bors | -236/+263 |
| 2015-01-23 | iter: miscellaneous improvements | Tshepang Lekhonkhobe | -236/+263 |
| 2015-01-22 | Rollup merge of #21472 - steveklabnik:gh21469, r=huonw | Steve Klabnik | -0/+4 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |
| 2015-01-22 | core::marker: s/task/thread/ | P1start | -3/+3 |
| 2015-01-22 | Add `#[rustc_on_unimplemented]` annotations to more traits | P1start | -0/+9 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -284/+284 |
| 2015-01-21 | Minor fixes | Brian Anderson | -1/+2 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -2/+0 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -949/+1102 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -189/+164 |
| 2015-01-21 | Test fixes and rebase conflicts | Alex Crichton | -14/+1 |
| 2015-01-21 | Explain that RefCell is single-threaded. | Steve Klabnik | -0/+4 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -88/+279 |
| 2015-01-21 | rollup merge of #21437: FlaPer87/snapshot | Alex Crichton | -19/+0 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -5/+5 |
| 2015-01-21 | rollup merge of #21392: japaric/iter | Alex Crichton | -0/+16 |
| 2015-01-21 | rollup merge of #21367: steveklabnik/remove_gate | Alex Crichton | -30/+0 |
| 2015-01-21 | rollup merge of #21157: steveklabnik/deprecation | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21053: apasel422/exact | Alex Crichton | -0/+5 |
| 2015-01-21 | Use the default `len` implementation in ExactSizeIterator impls | Steven Allen | -24/+5 |
| 2015-01-21 | Improve quality of String#to_slice() deprecation message | Steve Klabnik | -1/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-21 | Deprecate slicing methods in favor of notation | Aaron Turon | -91/+87 |
| 2015-01-21 | Stabilize Index traits and most range notation | Aaron Turon | -100/+79 |
| 2015-01-21 | Auto merge of #21227 - sellibitze:core-ops-for-references, r=aturon | bors | -4/+92 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -88/+279 |
| 2015-01-20 | implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}` | Andrew Paseltiner | -0/+5 |
| 2015-01-20 | Implement ExactSizeIterator for remaining core Iterators where applicable. | Steven Allen | -0/+34 |
| 2015-01-20 | also forward Iterator::size_hint() | Jorge Aparicio | -0/+4 |
| 2015-01-20 | add stability text like suggested in discussion | Sebastian Gesemann | -4/+4 |
| 2015-01-20 | Register snapshot for 9006c3c | Flavio Percoco | -19/+0 |
| 2015-01-21 | Rollup merge of #21404 - japaric:hash, r=alexcrichton | Barosl LEE | -0/+7 |
| 2015-01-21 | Rollup merge of #21386 - Diggsey:issue-21384, r=alexcrichton | Barosl LEE | -4/+4 |