| Age | Commit message (Expand) | Author | Lines |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -23/+23 |
| 2015-01-29 | remove #[old_impl_check] now that #21363 has been fixed | Jorge Aparicio | -4/+0 |
| 2015-01-29 | register snaphots | Jorge Aparicio | -12/+0 |
| 2015-01-29 | undo some conversions | Jorge Aparicio | -1/+1 |
| 2015-01-29 | remove unused imports | Jorge Aparicio | -3/+2 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -6/+6 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -3/+3 |
| 2015-01-29 | Auto merge of #21730 - Manishearth:rollup, r=alexcrichton | bors | -6/+0 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -1/+1 |
| 2015-01-29 | Rollup merge of 21663 - tbu-:pr_doc_cell_static_safety, r=alexcrichton | Manish Goregaokar | -6/+0 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -1019/+1287 |
| 2015-01-28 | Move return type an associated type of the `Fn*` traits. Mostly this involves... | Niko Matsakis | -6/+80 |
| 2015-01-27 | Add an implementation of Zeroable for Unique<T> | Jonathan Reem | -0/+2 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -95/+220 |
| 2015-01-28 | Rollup merge of #21658 - Manishearth:index_on_unimplemented, r=Gankro | Manish Goregaokar | -0/+2 |
| 2015-01-27 | Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton | Manish Goregaokar | -4/+2 |
| 2015-01-27 | Rollup merge of #21591 - GuillaumeGomez:hash, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-27 | Auto merge of #21586 - pyfisch:patch-1, r=alexcrichton | bors | -2/+2 |
| 2015-01-27 | Auto merge of #21564 - steveklabnik:doc_cell, r=alexcrichton | bors | -85/+209 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -9/+9 |
| 2015-01-26 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -0/+1 |
| 2015-01-27 | Add on_unimplemented note to Index | Manish Goregaokar | -0/+2 |
| 2015-01-26 | Remove comment about `UnsafeCell`s and `static` | Tobias Bucher | -6/+0 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -223/+270 |
| 2015-01-25 | Add a missing fmt::Debug impl lint | Steven Fackler | -0/+1 |
| 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 |