about summary refs log tree commit diff
path: root/src/libstd/cmp.rs
AgeCommit message (Collapse)AuthorLines
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-09-28std: Eliminate deprecated patternsBrian Anderson-1/+0
2012-09-27De-export std::{base64,cmp,par}. Part of #3583.Graydon Hoare-1/+1
2012-09-02std: warn(non_camel_case_types) everywhere. still some exceptionsBrian Anderson-1/+0
2012-08-31Remove deprecated modes from FuzzyEq in cmp.rsKevin Cantu-10/+12
This commit may require changes to the following Servo files: * rust-geom/matrix.rs * servo/platform/osmain.rs * rust-layers/layers.rs * rust-geom/matrix.rs
2012-08-28CamelCasify lots of stdBen Striegel-4/+5
2012-08-08Convert impls to new syntaxBrian Anderson-3/+3
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-26core: Mark a bunch of numeric functions as purePatrick Walton-5/+5
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-1/+1
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-06-07std: Implement a fuzzy-equal interfacePatrick Walton-0/+33