| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -2/+45 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -2/+45 |
| 2015-03-31 | rollup merge of #23879: seanmonstar/del-from-error | Alex Crichton | -3/+3 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23876: alexcrichton/stabilize-any | Alex Crichton | -21/+6 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -1/+0 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -1/+0 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -1/+0 |
| 2015-03-30 | convert: remove FromError, use From<E> instead | Sean McArthur | -3/+3 |
| 2015-03-30 | std: Stabilize the rest of Any/BoxAny | Alex Crichton | -21/+6 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -1/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -1/+1 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23775: alexcrichton/fix-flaky-test | Alex Crichton | -2/+2 |
| 2015-03-27 | rollup merge of #23743: Adenilson/addInfoArcClone01 | Alex Crichton | -1/+5 |
| 2015-03-27 | rollup merge of #23712: nikomatsakis/reflect-trait | Alex Crichton | -3/+3 |
| 2015-03-27 | alloc: Don't run some Arc doc tests | Alex Crichton | -2/+2 |
| 2015-03-26 | Implement `Reflect` trait with a variant on the standard OIBIT | Niko Matsakis | -3/+3 |
| 2015-03-26 | Adding more information about the behavior of Arc/Rc | Adenilson Cavalcanti | -1/+5 |
| 2015-03-26 | Added instability markers to `POST_DROP_*` consts, and related opt-in's. | Felix S. Klock II | -1/+1 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -5/+6 |
| 2015-03-24 | Remove unnecessary bounds from Drop impl for `Arc` and `arc::Weak` and | Felix S. Klock II | -3/+3 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -74/+92 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+24 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+24 |
| 2015-03-23 | Add note about pointer state after the call. | Steve Klabnik | -0/+3 |
| 2015-03-18 | liballoc: Partially inline the refcount manipulation in the Arc | Patrick Walton | -8/+18 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -8/+0 |
| 2015-03-17 | Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrc | bors | -1/+10 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -1/+10 |
| 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 |