| Age | Commit message (Expand) | Author | Lines |
| 2015-02-02 | std: Add some missing stability attributes | Alex Crichton | -0/+4 |
| 2015-02-02 | Test fixes and rebase conflicts | Alex Crichton | -5/+5 |
| 2015-02-02 | rollup merge of #21854: alexcrichton/try-borrow | Alex Crichton | -14/+51 |
| 2015-02-02 | rollup merge of #21842: alexcrichton/issue-21839 | Alex Crichton | -244/+110 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -124/+11 |
| 2015-02-02 | rollup merge of #21794: alexcrichton/stabilize-atomic-usize | Alex Crichton | -0/+20 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -7/+6 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -2/+2 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -2/+2 |
| 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 |