| Age | Commit message (Expand) | Author | Lines |
| 2015-02-26 | Fixed build with jemalloc disabled | Valerii Hiora | -1/+1 |
| 2015-02-26 | Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex` | nwin | -0/+7 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -0/+1 |
| 2015-02-23 | import boxed for alloc/rc.rs (fixup #22696) | Manish Goregaokar | -1/+3 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -4/+6 |
| 2015-02-23 | boxed: mark from_raw and into_raw functions inline | Stepan Koltsov | -0/+2 |
| 2015-02-23 | boxed: fix typo in doc | Stepan Koltsov | -3/+3 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -23/+0 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -23/+0 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -0/+1 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -14/+0 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -14/+0 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -11/+35 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -14/+2 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -8/+8 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -8/+8 |
| 2015-02-17 | Rc itself isn't immutable. | Artem | -1/+1 |
| 2015-02-11 | Feature-gate the `#[unsafe_no_drop_flag]` attribute. | Felix S. Klock II | -0/+1 |
| 2015-02-09 | int/uint => isize/usize in liblibc/liballoc/libarena | we | -62/+62 |
| 2015-02-08 | Auto merge of #22044 - caspark:fix-rc-doc-links, r=nikomatsakis | bors | -2/+2 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -0/+1 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -1/+2 |
| 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 |