about summary refs log tree commit diff
path: root/src/libcore/raw.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05remove unused `Sized` importsJorge Aparicio-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-14Remove `proc` types/expressions from the parser, compiler, andNiko Matsakis-9/+0
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+9
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-4/+5
2014-10-25make the core::raw struct representation definedDaniel Micay-1/+4
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