| Age | Commit message (Expand) | Author | Lines |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2015-03-16 | remove imports | Jorge Aparicio | -1/+0 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+4 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -2/+2 |
| 2015-03-13 | Add an "allocator" attribute to mark functions as allocators | Björn Steinbrink | -0/+2 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -4/+4 |
| 2015-03-08 | Remove unneeded `T: Send + Sync` bounds from `Arc`. | Huon Wilson | -5/+5 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -3/+3 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -0/+1 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -1/+0 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -1/+1 |
| 2015-03-03 | inline `Box::new` always. | Felix S. Klock II | -0/+1 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -3/+13 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -1/+0 |
| 2015-02-28 | std: Implement stdio for `std::io` | Alex Crichton | -10/+13 |
| 2015-02-27 | Rollup merge of #22843 - vhbit:no-jemalloc-fix, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-27 | Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearth | bors | -0/+7 |
| 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 |