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

Vendor deprecated/unstable traits from std::num #75

Merged
merged 1 commit into from Apr 3, 2015

Conversation

Projects
None yet
2 participants
@aturon
Copy link
Contributor

aturon commented Apr 3, 2015

This commit brings in a load of unstable and/or deprecated traits from
the std::num module. These traits provide for some degree of generic
programming over numeric types. They are not stable in std mostly
because we want more time to iterate on their design. Moving them to the
num crate allows existing code to keep using this functionality as we
do so.

r? @alexcrichton

Closes #74

Vendor deprecated/unstable traits from std::num
This commit brings in a load of unstable and/or deprecated traits from
the `std::num` module. These traits provide for some degree of generic
programming over numeric types. They are not stable in `std` mostly
because we want more time to iterate on their design. Moving them to the
`num` crate allows existing code to keep using this functionality as we
do so.

Closes #74

@aturon aturon force-pushed the aturon:master branch from 230cbbe to 03db5c9 Apr 3, 2015

@alexcrichton

This comment has been minimized.

Copy link
Contributor

alexcrichton commented Apr 3, 2015

Nice!

alexcrichton added a commit that referenced this pull request Apr 3, 2015

Merge pull request #75 from aturon/master
Vendor deprecated/unstable traits from std::num

@alexcrichton alexcrichton merged commit 1579bf6 into rust-num:master Apr 3, 2015

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

remexre pushed a commit to remexre/num that referenced this pull request Jun 1, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.