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

Rollup of 6 pull requests #40053

Closed
wants to merge 15 commits into from
Closed

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    b2ac1c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    047a215 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

  1. Fix indentation of error message

    So I just encountered this error for the first time. It's unclear what
    it means, why I encountered it, or how to fix it. But worst of all, it
    has a random newline and weird indentation! This commit fixes that last
    bit.
    sgrif committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    ec648a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

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

Commits on Feb 21, 2017

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

Commits on Feb 22, 2017

  1. Configuration menu
    Copy the full SHA
    689dc26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958fbc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Update exception-safety.md

    Fix variable name typo
    DaseinPhaos authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    84ca464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    729948f View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#39859 - GuillaumeGomez:rustdoc-test-relativ…

    …e-path, r=alexcrichton
    
    Set rustdoc --test files' path relative to the current directory
    
    r? @alexcrichton
    GuillaumeGomez authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    2282077 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#39886 - mbrubeck:doc-edit, r=steveklabnik

    Additional docs for Vec, String, and slice trait impls
    
    r? @steveklabnik
    GuillaumeGomez authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    f8a642d View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#39940 - sgrif:sg-indentation, r=alexcrichton

    Fix indentation of error message
    
    So I just encountered this error for the first time. It's unclear what
    it means, why I encountered it, or how to fix it. But worst of all, it
    has a random newline and weird indentation! This commit fixes that last
    bit.
    
    <img width="680" alt="screen shot 2017-02-18 at 4 35 36 pm" src="https://cloud.githubusercontent.com/assets/1529387/23097087/0ef5ac4a-f5f9-11e6-9132-18ce759f7092.png">
    GuillaumeGomez authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    6637bc9 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#40010 - GuillaumeGomez:barrier-docs, r=frew…

    …sxcv
    
    Add missing urls and examples into Barrier structs
    
    r? @frewsxcv
    GuillaumeGomez authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    178355f View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#40030 - matklad:stack-docs, r=alexcrichton

    Clarify thread::Builder::stack_size docs
    
    Add two pieces of information:
    
    * the size is in bytes
    * the actual stack size might be bigger.
    
    Also change the example to use a more realistic value of 32 kilobytes.
    
    r? @steveklabnik
    GuillaumeGomez authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    dcd5c55 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#40050 - DaseinPhaos:patch-3, r=steveklabnik

    Update exception-safety.md
    
    Fix variable name typo
    GuillaumeGomez authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    c672e06 View commit details
    Browse the repository at this point in the history