about summary refs log tree commit diff
path: root/src/libcore/owned.rs
AgeCommit message (Expand)AuthorLines
2013-05-08Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]Zack Corr-3/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-6/+6
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-1/+1
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-8/+8
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-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30core: Make core.rc more readable. CleanupBrian Anderson-0/+2
2012-11-28Register snapshotsBrian Anderson-24/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+24
2012-10-25Rename core::uniq to core::ownedTim Chevalier-0/+20