about summary refs log tree commit diff
path: root/src/libcore/any.rs
AgeCommit message (Expand)AuthorLines
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