summary refs log tree commit diff
path: root/src/libcore/uniq.rs
AgeCommit message (Expand)AuthorLines
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-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-04libcore: "import" -> "use"Patrick Walton-1/+1
2012-08-29rustc: Make `<=`, `>=`, and `>` use traits as wellPatrick Walton-0/+3
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+12