| Age | Commit message (Expand) | Author | Lines |
| 2015-08-26 | Any docs: as_ref doesn't exist anymore | Steve Klabnik | -5/+6 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -1/+2 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -2/+2 |
| 2015-07-02 | Auto merge of #26725 - tshepang:patch-2, r=bluss | bors | -1/+1 |
| 2015-07-01 | doc: add missing space | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-01 | doc: there is just one trait in here | Tshepang Lekhonkhobe | -2/+0 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -1/+1 |
| 2015-04-30 | Add downcasting to std::error::Error | Aaron Turon | -4/+2 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -1/+1 |
| 2015-04-09 | Ensure that .join().unwrap() works | Aaron Turon | -0/+10 |
| 2015-04-06 | Fix broken link and markup in `trait Any` docs. | Matt Brubeck | -2/+3 |
| 2015-04-01 | Fallout in libstd: remove impls now considered to conflict. | Niko Matsakis | -0/+8 |
| 2015-03-30 | std: Stabilize the rest of Any/BoxAny | Alex Crichton | -2/+1 |
| 2015-03-26 | Implement `Reflect` trait with a variant on the standard OIBIT | Niko Matsakis | -11/+13 |
| 2015-03-24 | Clean up Any's title line | Steve Klabnik | -4/+4 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -1/+0 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -0/+26 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -1/+1 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | register snaphots | Jorge Aparicio | -1/+0 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -12/+5 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -6/+6 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+2 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -2/+2 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -8/+10 |
| 2015-01-21 | Test fixes and rebase conflicts | Alex Crichton | -8/+1 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -4/+4 |
| 2015-01-18 | std: Stabilize TypeId and tweak BoxAny | Alex Crichton | -9/+45 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-06 | More test fixes | Alex Crichton | -2/+2 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -1/+1 |
| 2015-01-03 | remove `Any[Mut]RefExt` traits in favor of `impl Any` | Jorge Aparicio | -28/+8 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+2 |
| 2014-11-24 | auto merge of #19223 : reem/rust/any-typeid-unstable, r=aturon | bors | -1/+1 |
| 2014-11-22 | Any: use plain transmute instead of transmute_copy for downcasting. | Jonathan Reem | -3/+3 |
| 2014-11-22 | Mark Any::get_type_id as experimental | Jonathan Reem | -1/+1 |
| 2014-11-14 | libs: fix #[stable] inheritance fallout | Aaron Turon | -3/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -19/+0 |
| 2014-10-06 | Remove core::any::AnyPrivate | Aaron Turon | -7/+2 |
| 2014-09-30 | Bound Any with 'static | Jonathan Reem | -3/+3 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+2 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -14/+48 |
| 2014-07-25 | librustc: Check built-in trait bounds on implementations when direct | Patrick Walton | -1/+1 |
| 2014-07-09 | Add example to Any documentation | Alisdair Owens | -6/+55 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -176/+0 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+2 |
| 2014-06-13 | rustc: [T, ..N] and [T, ..N+1] are not the same | Alex Crichton | -0/+8 |
| 2014-06-13 | Clarify `Any` docs | P1start | -4/+6 |