summary refs log tree commit diff
path: root/src/test/run-pass/trait-inheritance-num2.rs
AgeCommit message (Expand)AuthorLines
2013-10-01remove the `float` typeDaniel Micay-4/+0
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-22test: Fix tests.Patrick Walton-1/+0
2013-05-06Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq'Brendan Zabarauskas-2/+1
2013-04-14Restore Num traitBrendan Zabarauskas-1/+1
2013-03-26test: Fix testsPatrick Walton-2/+2
2013-03-05libsyntax: Separate multiple inherited traits with `+`Patrick Walton-2/+2
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-2/+2
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-52/+52
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-52/+52
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-1/+1
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-2/+2
2013-02-08Fix broken testsBrendan Zabarauskas-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-07Trait constraints are separated by space, not commaBrian Anderson-2/+2
2012-11-29Implement trait inheritance for bounded type parametersBrian Anderson-0/+96