| Age | Commit message (Expand) | Author | Lines |
| 2015-02-07 | Fix broken link to std::rc module docs | Caspar Krieger | -2/+2 |
| 2015-02-06 | Rollup merge of #21966 - scialex:fix-extern, r=alexcrichton | Manish Goregaokar | -1/+3 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-02-05 | Auto merge of #21894 - dotdash:assume_rc, r=alexcrichton | bors | -2/+25 |
| 2015-02-05 | Made external_crates feature work again. | Alexander Light | -1/+3 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -4/+4 |
| 2015-02-03 | std: Remove `iter::ByRef` and generalize impls | Alex Crichton | -17/+15 |
| 2015-02-03 | Rc: Add assumptions that the pointer is non-null | James Miller | -2/+25 |
| 2015-02-02 | Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton | bors | -32/+32 |
| 2015-02-01 | box: into_raw, from_raw functions | Stepan Koltsov | -0/+88 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -32/+32 |
| 2015-01-30 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -0/+1 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -2/+1 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -63/+63 |
| 2015-01-30 | std: Stabilize the std::fmt module | Alex Crichton | -13/+16 |
| 2015-01-30 | Use `#[rustc_paren_sugar]` as a more extensible way of deciding when | Niko Matsakis | -0/+1 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -63/+63 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -10/+6 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -2/+2 |
| 2015-01-29 | remove #[old_impl_check] now that #21363 has been fixed | Jorge Aparicio | -4/+0 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -3/+3 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | Rollup merge of 21681 - japaric:no-warn, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-01-27 | fix #[cfg(test)] warnings | Jorge Aparicio | -0/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -236/+186 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -47/+47 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -26/+28 |
| 2015-01-22 | Beef up docs for Box<T> | Steve Klabnik | -11/+68 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -25/+25 |
| 2015-01-21 | Minor fixes | Brian Anderson | -2/+0 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -3/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -73/+85 |
| 2015-01-21 | Revert "Use assume to inform the optimiser about refcount invariants" | Alex Crichton | -13/+2 |
| 2015-01-21 | Revert "Add assumptions that the pointer is non-null" | Alex Crichton | -16/+2 |
| 2015-01-21 | Revert "Add more explanation for why the assumes are there" | Alex Crichton | -9/+1 |
| 2015-01-21 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -21/+31 |
| 2015-01-21 | rollup merge of #21446: stepancheg/boxed-test | Alex Crichton | -54/+77 |
| 2015-01-21 | rollup merge of #21444: petrochenkov/null | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21437: FlaPer87/snapshot | Alex Crichton | -154/+0 |
| 2015-01-21 | rollup merge of #21418: Aatch/assume-refcount | Alex Crichton | -4/+37 |
| 2015-01-21 | rollup merge of #21392: japaric/iter | Alex Crichton | -0/+17 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -21/+31 |
| 2015-01-20 | also forward Iterator::size_hint() | Jorge Aparicio | -0/+4 |
| 2015-01-20 | Register snapshot for 9006c3c | Flavio Percoco | -154/+0 |
| 2015-01-20 | alloc::boxed: enable test | Stepan Koltsov | -53/+77 |
| 2015-01-21 | Add more explanation for why the assumes are there | James Miller | -1/+9 |
| 2015-01-21 | Add assumptions that the pointer is non-null | James Miller | -2/+16 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -1/+1 |