diff options
| author | bors <bors@rust-lang.org> | 2013-05-01 01:51:35 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-01 01:51:35 -0700 |
| commit | f67239fac3cc521fedaf14faf5357beab78caea8 (patch) | |
| tree | 6d6d050de821c8dbfd16ea84500f9616298b3cb0 /src/rustllvm/RustWrapper.cpp | |
| parent | bfccfdc78065752079a3863db19ca7148ade3e6f (diff) | |
| parent | ee26c7c433dbb8d41a2b65dbc89eb84acfc2d311 (diff) | |
| download | rust-f67239fac3cc521fedaf14faf5357beab78caea8.tar.gz rust-f67239fac3cc521fedaf14faf5357beab78caea8.zip | |
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`
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
