about summary refs log tree commit diff
path: root/src/libcore/nil.rs
AgeCommit message (Collapse)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-50/+0
This only changes the directory names; it does not change the "real" metadata names.
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`. ↵Patrick Walton-2/+2
rs=implflipping
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719.
2013-01-14Inlining methods/functions in core.gifnksm-0/+6
Also inlining some functions which take functions as arguments.
2012-12-03core: rename unit to nil. Close #4080.Graydon Hoare-0/+36