about summary refs log tree commit diff
path: root/src/libcore/unit.rs
AgeCommit message (Expand)AuthorLines
2019-11-26Format libcore with rustfmtDavid Tolnay-1/+1
2019-04-18libcore => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2017-10-18impl FromIterator<()> for ()Josh Stone-0/+31
2014-05-15core: Remove the unit moduleBrian Anderson-45/+0
2014-05-07core: Inherit the unit moduleAlex Crichton-0/+45
2012-12-03core: rename unit to nil. Close #4080.Graydon Hoare-36/+0
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-09-25core: Mark more mods as demodedBrian Anderson-0/+4
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-16/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+16
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-3/+5
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-08-30libcore: Add missing unit.rsPatrick Walton-0/+17