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

aggregated small pull requests #8257

Closed
wants to merge 9 commits into from
Closed

aggregated small pull requests #8257

wants to merge 9 commits into from

Commits on Aug 3, 2013

  1. modified logging function to truncate output and adjusted error outpu…

    …t formatting tests to be compatible with both the new and old runtimes
    toddaaro authored and thestinger committed Aug 3, 2013
    Configuration menu
    Copy the full SHA
    eab749a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f9c392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54e685d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbb7cd3 View commit details
    Browse the repository at this point in the history
  5. std: add benchmark for vec.mut_iter.

    huonw authored and thestinger committed Aug 3, 2013
    Configuration menu
    Copy the full SHA
    1992765 View commit details
    Browse the repository at this point in the history
  6. Explicitly impl Clone for RWArc

    RWArc had a clone() method, but it was part of impl RWArc instead of
    an implementation of Clone.
    
    Stick with the explicit implementation instead of deriving Clone so we
    can have a docstring.
    
    Fixes #8052.
    lilyball authored and thestinger committed Aug 3, 2013
    Configuration menu
    Copy the full SHA
    75155cd View commit details
    Browse the repository at this point in the history
  7. Remove unused variables.

    Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
    omasanori authored and thestinger committed Aug 3, 2013
    Configuration menu
    Copy the full SHA
    afaca4c View commit details
    Browse the repository at this point in the history
  8. Rename sum -> _sum.

    Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
    omasanori authored and thestinger committed Aug 3, 2013
    Configuration menu
    Copy the full SHA
    6829397 View commit details
    Browse the repository at this point in the history
  9. Move use statements.

    Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
    omasanori authored and thestinger committed Aug 3, 2013
    6 Configuration menu
    Copy the full SHA
    def8891 View commit details
    Browse the repository at this point in the history