summary refs log tree commit diff
path: root/src/libstd/owned.rs
AgeCommit message (Collapse)AuthorLines
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-6/+6
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+33
This only changes the directory names; it does not change the "real" metadata names.