| Age | Commit message (Expand) | Author | Lines |
| 2015-02-02 | register snapshots | Jorge Aparicio | -112/+0 |
| 2015-02-02 | Documenting libcore/char.rs | Steve Klabnik | -20/+174 |
| 2015-02-01 | std: Deprecate RefCell::{try_borrow, try_borrow_mut} | Alex Crichton | -14/+51 |
| 2015-02-01 | std: Remove extra type params on iter adaptors | Alex Crichton | -244/+110 |
| 2015-02-01 | Auto merge of #21806 - edwardw:new-range-impl, r=alexcrichton | bors | -69/+47 |
| 2015-02-01 | Make sure type inference with `a..b` as good as `range(a,b)` | Edward Wang | -69/+47 |
| 2015-01-31 | remove Copy impls from remaining iterators | Jorge Aparicio | -2/+3 |
| 2015-01-30 | std: Stabilize Atomic{Isize,Usize} methods | Alex Crichton | -0/+20 |
| 2015-01-30 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -0/+3 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -13/+13 |
| 2015-01-30 | rollup merge of #21713: alexcrichton/second-pass-fmt | Alex Crichton | -196/+242 |
| 2015-01-30 | rollup merge of #21760: brson/snaps | Alex Crichton | -62/+0 |
| 2015-01-30 | rollup merge of #21718: alexcrichton/stabilize-from-str | Alex Crichton | -67/+164 |
| 2015-01-30 | rollup merge of #21706: reem/missing-zeroable-impl-for-unique | Alex Crichton | -0/+2 |
| 2015-01-30 | std: Stabilize the std::fmt module | Alex Crichton | -196/+242 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -67/+164 |
| 2015-01-30 | fixes after rebase | Jorge Aparicio | -1/+0 |
| 2015-01-30 | remove Copy impls from iterators | Jorge Aparicio | -11/+8 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -11/+15 |
| 2015-01-30 | core: add the `IntoIterator` trait | Jorge Aparicio | -0/+51 |
| 2015-01-30 | Auto merge of #21604 - nikomatsakis:closure-move-indiv-vars, r=eddyb | bors | -0/+3 |
| 2015-01-30 | Use `#[rustc_paren_sugar]` as a more extensible way of deciding when | Niko Matsakis | -0/+3 |
| 2015-01-29 | Register snaps | Brian Anderson | -62/+0 |
| 2015-01-30 | Change from core::ops::RangeFull to std::ops | Nick Cameron | -3/+3 |
| 2015-01-30 | Rename FullRange to RangeFull | Nick Cameron | -14/+55 |
| 2015-01-30 | Remove FullRange from the prelude etc. | Nick Cameron | -0/+6 |
| 2015-01-30 | Use absolute path to FullRange, rather than assuming it is in the prelude | Nick Cameron | -0/+1 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -52/+35 |
| 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 |