Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename div_euc -> div_euclid, and mod_euc -> rem_euclid #56936

Merged
merged 4 commits into from
Dec 23, 2018
Merged

rename div_euc -> div_euclid, and mod_euc -> rem_euclid #56936

merged 4 commits into from
Dec 23, 2018

Commits on Dec 18, 2018

  1. rename div_euc -> div_euclid, and mod_euc -> rem_euclid

    logic is written up in #49048
    
    Also, update the documentation slightly
    ubsan committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    e36b628 View commit details
    Browse the repository at this point in the history
  2. fix tests

    ubsan committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    de39aea View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Update src/libcore/num/mod.rs

    Co-Authored-By: ubsan <npmazzuca@gmail.com>
    dtolnay and ubsan committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    66bb34c View commit details
    Browse the repository at this point in the history
  2. fix nits

    ubsan committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    455bc95 View commit details
    Browse the repository at this point in the history