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

Stabilize the Duration API #26818

Merged
merged 6 commits into from
Aug 11, 2015
Merged

Commits on Aug 11, 2015

  1. Turn nonzeroing move hints back off by default.

    This is a temporary workaround for the bugs that have been found in
    the implementation of PR rust-lang#26173.
    
     * pnkfelix is unavailable in the short-term (i.e. for the next week) to fix them.
    
     * When the bugs are fixed, we will turn this back on by default.
    
    (If you want to play with the known-to-be-buggy optimization in the
    meantime, you can opt-back in via the debugging option that this
    commit is toggling.)
    pnkfelix authored and sfackler committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    91f5d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc54934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af32c01 View commit details
    Browse the repository at this point in the history
  4. Stabilize the Duration API

    This commit stabilizes the `std::time` module and the `Duration` type.
    `Duration::span` remains unstable, and the `Display` implementation for
    `Duration` has been removed as it is still being reworked and all trait
    implementations for stable types are de facto stable.
    
    This is a [breaking-change] to those using `Duration`'s `Display`
    implementation.
    sfackler committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    999bdec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e29a62f View commit details
    Browse the repository at this point in the history
  6. Fix doc test

    sfackler committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    b51e009 View commit details
    Browse the repository at this point in the history