about summary refs log tree commit diff
path: root/src/libcore/raw.rs
AgeCommit message (Expand)AuthorLines
2014-10-02core: remove raw::GcBox.Eduard Burtescu-9/+0
2014-09-26Rename raw::Box to raw::GcBoxKeegan McAllister-4/+4
2014-08-29Register new snapshotsAlex Crichton-6/+0
2014-08-26Rebasing changesNick Cameron-2/+2
2014-08-26DST coercions and DST structsNick Cameron-0/+6
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-29/+0
2014-06-28Rename all raw pointers as necessaryAlex Crichton-7/+7
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-11/+0
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-1/+0
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+0
2014-05-11core: Remove the cast moduleAlex Crichton-5/+5
2014-05-07core: Inherit the raw moduleAlex Crichton-0/+114