about summary refs log tree commit diff
path: root/src/libstd/any.rs
AgeCommit message (Expand)AuthorLines
2013-11-30Wrap the return value of the type_id intrinsic in an opaque boxCorey Richardson-23/+8
2013-11-11Fix path parsingSeo Sanghyeon-1/+1
2013-11-08Implement IterBytes for TypeIdTomas Sedovic-0/+15
2013-11-06Register new snapshotsAlex Crichton-15/+0
2013-11-01Remove unnecessary unwind messagesAlex Crichton-3/+4
2013-11-01Add a type_id intrinsicAlex Crichton-17/+42
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-0/+418