| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -5/+9 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -17/+18 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -31/+3 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -1/+1 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -10/+2 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -3/+11 |
| 2014-05-07 | core: Inherit the any module | Alex Crichton | -0/+305 |