about summary refs log tree commit diff
path: root/src/libcore/nil.rs
AgeCommit message (Expand)AuthorLines
2013-05-08Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]Zack Corr-5/+5
2013-03-27add a TotalEq traitDaniel Micay-2/+8
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-7/+7
2013-03-10add a TotalOrd impl for the unit typeDaniel Micay-1/+6
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-0/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
2013-01-14Inlining methods/functions in core.gifnksm-0/+6
2012-12-03core: rename unit to nil. Close #4080.Graydon Hoare-0/+36