index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
cmp.rs
Age
Commit message (
Expand
)
Author
Lines
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-2
/
+2
2013-01-30
rustc: make integral type inference transactional, close #3211, close #4401, ...
Graydon Hoare
-3
/
+3
2013-01-29
Merge pull request #4676 from thestinger/fuzzy
Tim Chevalier
-3
/
+3
2013-01-29
fix FuzzyEq
Daniel Micay
-3
/
+3
2013-01-29
Fix licenseck to allow 2012-2013 as the year range
Tim Chevalier
-2
/
+2
2013-01-29
implement fuzzy_eq with fuzzy_eq_eps
Daniel Micay
-4
/
+4
2013-01-28
add a FuzzyEq method that accepts an epsilon value
Daniel Micay
-1
/
+20
2013-01-28
update FuzzyEq to explicit self
Daniel Micay
-11
/
+10
2013-01-28
fix std::cmp docstring
Daniel Micay
-1
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+4
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-27
De-export std::{base64,cmp,par}. Part of #3583.
Graydon Hoare
-1
/
+1
2012-09-02
std: warn(non_camel_case_types) everywhere. still some exceptions
Brian Anderson
-1
/
+0
2012-08-31
Remove deprecated modes from FuzzyEq in cmp.rs
Kevin Cantu
-10
/
+12
2012-08-28
CamelCasify lots of std
Ben Striegel
-4
/
+5
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+3
2012-08-01
Convert ret to return
Brian Anderson
-3
/
+3
2012-07-26
core: Mark a bunch of numeric functions as pure
Patrick Walton
-5
/
+5
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-06-07
std: Implement a fuzzy-equal interface
Patrick Walton
-0
/
+33