rust/src/test
bors f67239fac3 auto merge of #6147 : bjz/rust/numeric-traits, r=brson
After much discussion on IRC and #4819, we have decided to revert to the old naming of the `/` operator. This does not change its behavior. In making this change, we also have had to rename some of the methods in the `Integer` trait. Here is a list of the methods that have changed:

- `Quot::quot` -> `Div::div`
- `Rem::rem` - stays the same
- `Integer::quot_rem` -> `Integer::div_rem`
- `Integer::div` -> `Integer::div_floor`
- `Integer::modulo` -> `Integer::mod_floor`
- `Integer::div_mod` -> `Integer::div_mod_floor`
2013-05-01 01:51:35 -07:00
..
auxiliary
bench
compile-fail auto merge of #6147 : bjz/rust/numeric-traits, r=brson 2013-05-01 01:51:35 -07:00
debug-info
pretty
run-fail Revert rename of Div to Quot 2013-05-01 15:40:05 +10:00
run-pass auto merge of #6115 : jbclements/rust/test-case-fixes, r=jbclements 2013-04-30 21:12:36 -07:00
run-pass-fulldeps