about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2015-08-24 17:47:01 +0200
committerAndrea Canciani <ranma42@gmail.com>2015-08-24 17:47:01 +0200
commit152c76ef0d62b2529b50356773ac6907a6db0f6e (patch)
treee638282030c52b5fa018174705e8ed0d2ea6de5c /src/libstd/sys/unix/stack_overflow.rs
parentdb67cbe43dfce043c664c53d709b91252d5afc9e (diff)
downloadrust-152c76ef0d62b2529b50356773ac6907a6db0f6e.tar.gz
rust-152c76ef0d62b2529b50356773ac6907a6db0f6e.zip
Minimize the implementation of `Rem` in libcore
The implementation of the remainder operation belongs to
librustc_trans, but it is also stubbed out in libcore in order to
expose it as a trait on primitive types. Instead of exposing some
implementation details (like the upcast to `f64` in MSVC), use a
minimal implementation just like that of the `Div` trait.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions