summary refs log tree commit diff
path: root/src/test/run-pass/numeric-method-autoexport.rs
AgeCommit message (Expand)AuthorLines
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-30Remove Times traitBrendan Zabarauskas-3/+0
2013-10-02std: Replace num::IntConvertible with {To,From}PrimitiveErick Tryzelaar-2/+2
2013-10-01remove the `float` typeDaniel Micay-1/+0
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-13/+13
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-13/+13
2013-03-07test: Fix tests.Patrick Walton-0/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-13/+13
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30rustc: make integral type inference transactional, close #3211, close #4401, ...Graydon Hoare-11/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-25Demode Num trait and implsTim Chevalier-10/+10
2012-07-10Get rid of places that expected foo.bar to implicitly bind.Michael Sullivan-10/+10
2012-07-05A new `times` method on numeric typesBen Striegel-2/+15
2012-06-25Remove redundant 'extension' mods from numeric modsBrian Anderson-3/+5
2012-06-25Automatically export methods on core numeric typesBen Striegel-0/+24