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

Add checked operation methods to Duration #36463

Merged
merged 5 commits into from
Sep 15, 2016
Merged

Add checked operation methods to Duration #36463

merged 5 commits into from
Sep 15, 2016

Commits on Sep 14, 2016

  1. Add checked operation methods to Duration

    Eugene Bulkin committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    606cded View commit details
    Browse the repository at this point in the history
  2. Fix Duration::checked_mul documentation

    Eugene Bulkin committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    07b41b5 View commit details
    Browse the repository at this point in the history
  3. Implement add, sub, mul and div methods using checked methods for Dur…

    …ation
    Eugene Bulkin committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    b1bcd18 View commit details
    Browse the repository at this point in the history
  4. Fix doc-tests for Duration

    Eugene Bulkin committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    f2eb4f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Configuration menu
    Copy the full SHA
    b6321bd View commit details
    Browse the repository at this point in the history