about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-01 01:51:35 -0700
committerbors <bors@rust-lang.org>2013-05-01 01:51:35 -0700
commitf67239fac3cc521fedaf14faf5357beab78caea8 (patch)
tree6d6d050de821c8dbfd16ea84500f9616298b3cb0 /src/rustllvm/RustWrapper.cpp
parentbfccfdc78065752079a3863db19ca7148ade3e6f (diff)
parentee26c7c433dbb8d41a2b65dbc89eb84acfc2d311 (diff)
downloadrust-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