]> git.lizzy.rs Git - rust.git/history - src/libstd/cmp.rs
mod items need to be marked with `cfg(test)` not `test`.
[rust.git] / src / libstd / cmp.rs
2013-05-02 Felix S. Klock IImod items need to be marked with `cfg(test)` not `test`.
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-03-30 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 borsauto merge of #5628 : brson/rust/assert, r=brson
2013-03-29 Patrick Waltonlibrustc: Remove `fail_unless!`
2013-03-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-25 borsauto merge of #5505 : catamorphism/rust/macro-tutorial...
2013-03-25 Brian AndersonMerge remote-tracking branch 'brson/rt'
2013-03-25 borsauto merge of #5424 : luqmana/rust/inline-rt, r=brson
2013-03-23 borsauto merge of #5510 : thadguidry/rust/incoming, r=brson
2013-03-23 borsauto merge of #5515 : nikomatsakis/rust/issue-5514...
2013-03-23 Patrick Waltonlibrustc: Remove the `const` declaration form everywhere
2013-03-22 borsauto merge of #5497 : luqmana/rust/clang-ver, r=thestinger
2013-03-22 borsauto merge of #5496 : catamorphism/rust/release-notes...
2013-03-22 borsauto merge of #5488 : pcwalton/rust/depure, r=pcwalton
2013-03-22 Patrick Waltonlibstd: Remove all uses of `pure` from libstd. rs=depure
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltonlibrustc: Convert all uses of `assert` over to `fail_un...
2013-02-15 borsauto merge of #4941 : nickdesaulniers/rust/issue4524cle...
2013-02-15 borsauto merge of #4940 : hansjorg/rust/manpage_06, r=catam...
2013-02-15 borsauto merge of #4938 : thestinger/rust/no_zero, r=brson
2013-02-15 borsauto merge of #4927 : sanxiyn/rust/remove-dvec, r=catam...
2013-02-15 borsauto merge of #4911 : lifthrasiir/rust/comment-exemptio...
2013-02-14 borsauto merge of #4934 : nickdesaulniers/rust/issue4524cle...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2013-02-10 borsauto merge of #4827 : mcpherrinm/rust/master, r=catamor...
2013-02-08 Matthew McPherrinMerge branch 'master' of https://github.com/mozilla...
2013-02-08 borsauto merge of #4845 : osaut/rust/master, r=graydon
2013-02-07 borsauto merge of #4803 : alexcrichton/rust/fix-unused...
2013-02-07 borsauto merge of #4791 : jbclements/rust/demodeing-and...
2013-02-07 Brian AndersonMerge pull request #4619 from brson/exchange
2013-02-07 borsauto merge of #4832 : sanxiyn/rust/pretty-exact, r...
2013-02-07 borsauto merge of #4814 : brson/rust/check, r=nikomatsakis
2013-02-07 borsauto merge of #4831 : bjz/rust/incoming, r=pcwalton
2013-02-07 borsauto merge of #4810 : nikomatsakis/rust/owned-fn-noncop...
2013-02-07 Niko MatsakisMake ~fn non-copyable, make &fn copyable, split barefn...
2013-02-07 Brendan ZabarauskasMerge branch 'incoming' of https://github.com/mozilla...
2013-02-07 Brendan ZabarauskasAdd type parameter for epsilon value
2013-02-06 Brendan ZabarauskasConvert fuzzy_epsilon constant to upper case and make...
2013-01-31 Patrick Waltonlibrustc: Change `self` as a type to `Self` everywhere...
2013-01-31 Graydon Hoarerustc: make integral type inference transactional,...
2013-01-30 Tim ChevalierMerge pull request #4669 from pnkfelix/tutorial-revisions
2013-01-29 Tim ChevalierMerge pull request #4676 from thestinger/fuzzy
2013-01-29 Daniel Micayfix FuzzyEq
2013-01-29 Tim ChevalierFix licenseck to allow 2012-2013 as the year range
2013-01-29 Tim ChevalierMerge pull request #4664 from thestinger/fuzzy
2013-01-29 Daniel Micayimplement fuzzy_eq with fuzzy_eq_eps
2013-01-29 Daniel Micayadd a FuzzyEq method that accepts an epsilon value
2013-01-29 Daniel Micayupdate FuzzyEq to explicit self
2013-01-29 Daniel Micayfix std::cmp docstring
2013-01-14 Brian AndersonMerge remote-tracking branch 'mneumann/f-serialize'
2013-01-08 Brian AndersonMerge remote-tracking branch 'gifnksm/bigint' into...
2013-01-05 Brian AndersonMerge remote-tracking branch 'superoptimizer/master...
2012-12-28 Tim ChevalierMerge pull request #4268 from catamorphism/issue-3477
2012-12-28 Tim ChevalierMerge pull request #4308 from steveklabnik/patch-1
2012-12-27 Tim ChevalierMerge pull request #4298 from JensNockert/byteswap
2012-12-27 Patrick Waltonlibrustc: Terminate name searches at the nearest module...
2012-12-07 Brian AndersonMerge pull request #4101 from brson/bound-default-methods
2012-12-06 Tim ChevalierMerge pull request #4089 from BeyondSora/incoming
2012-12-05 Brian AndersonMerge remote-tracking branch 'rntz/tuple-iterbytes'
2012-12-05 Brian AndersonMerge remote-tracking branch 'luqmana/incoming'
2012-12-04 Graydon HoareUpdate license, add license boilerplate to most files...
2012-10-04 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-09-28 Brian AndersonMerge pull request #3621 from z0w0/jit-crates
2012-09-28 Brian Andersonstd: Eliminate deprecated patterns
2012-09-28 Brian AndersonMerge pull request #3607 from gutworth/incoming
2012-09-27 Graydon HoareDe-export std::{base64,cmp,par}. Part of #3583.
2012-09-04 Brian AndersonMerge pull request #3333 from dbp/tutorial
2012-09-04 Graydon HoareMerge pull request #3377 from jimblandy/doc-fixes
2012-09-02 Brian Andersonstd: warn(non_camel_case_types) everywhere. still some...
2012-08-31 Brian AndersonMerge remote-tracking branch 'erickt/incoming'
2012-08-31 Brian AndersonMerge pull request #3308 from killerswan/modes7
2012-08-31 Kevin CantuRemove deprecated modes from FuzzyEq in cmp.rs
2012-08-29 Ben StriegelCamelCasify lots of std
2012-08-11 Brian AndersonMerge pull request #3185 from megakorre/master
2012-08-09 Brian AndersonConvert impls to new syntax
2012-08-02 Brian AndersonConvert ret to return
2012-07-26 Paul StansiferMerge branch 'incoming' of github.com:mozilla/rust
2012-07-26 Patrick Waltoncore: Mark a bunch of numeric functions as pure
2012-07-05 Gareth Daniel Smithconvert doc-attributes to doc-comments using ./src...
2012-06-10 Brian AndersonMerge remote-tracking branch 'z0w0/cargo-deps'
2012-06-08 Patrick WaltonMerge branch 'incoming'
2012-06-08 Patrick Waltonstd: Implement a fuzzy-equal interface