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

Implement RFC #2169 (Euclidean modulo). #49389

Merged
merged 5 commits into from
Apr 13, 2018

Commits on Mar 26, 2018

  1. Implement RFC rust-lang#2169 (Euclidean division).

    Tracking issue: rust-lang#49048
    fanzier committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    9255bbd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Address nits and tidy errors.

    fanzier committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    ece87c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Fix #![feature]s.

    fanzier committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    1b5db85 View commit details
    Browse the repository at this point in the history
  2. Fix doctest (typo).

    fanzier committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    c0870e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Address more nits.

    fanzier committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    ca4e458 View commit details
    Browse the repository at this point in the history