about summary refs log tree commit diff
path: root/src/libcore/any.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Test fixes and rebase conflictsAlex Crichton-8/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-4/+4
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-9/+45
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-28/+8
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-24auto merge of #19223 : reem/rust/any-typeid-unstable, r=aturonbors-1/+1
2014-11-22Any: use plain transmute instead of transmute_copy for downcasting.Jonathan Reem-3/+3
2014-11-22Mark Any::get_type_id as experimentalJonathan Reem-1/+1
2014-11-14libs: fix #[stable] inheritance falloutAaron Turon-3/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-19/+0
2014-10-06Remove core::any::AnyPrivateAaron Turon-7/+2
2014-09-30Bound Any with 'staticJonathan Reem-3/+3
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-14/+48
2014-07-25librustc: Check built-in trait bounds on implementations when directPatrick Walton-1/+1
2014-07-09Add example to Any documentationAlisdair Owens-6/+55
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-176/+0
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+2
2014-06-13rustc: [T, ..N] and [T, ..N+1] are not the sameAlex Crichton-0/+8
2014-06-13Clarify `Any` docsP1start-4/+6
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-5/+9
2014-05-15core: Update all tests for fmt movementAlex Crichton-17/+18
2014-05-13std: Move the owned module from core to stdAlex Crichton-31/+3
2014-05-11core: Remove the cast moduleAlex Crichton-1/+1
2014-05-07Test fixes and rebase conflictsAlex Crichton-10/+2
2014-05-07core: Get coretest workingAlex Crichton-3/+11
2014-05-07core: Inherit the any moduleAlex Crichton-0/+305