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 11 pull requests #40072

Merged
merged 27 commits into from
Feb 25, 2017
Merged

Rollup of 11 pull requests #40072

merged 27 commits into from
Feb 25, 2017

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    6ba7065 View commit details
    Browse the repository at this point in the history
  2. make more types public

    oli-obk authored Feb 14, 2017
    Configuration menu
    Copy the full SHA
    80ac323 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Configuration menu
    Copy the full SHA
    5189c4f View commit details
    Browse the repository at this point in the history
  2. add bash to error-messages

    JDemler committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    9a39994 View commit details
    Browse the repository at this point in the history
  3. book: binary prefixed are defined by IEC and not in SI

    Binary prefixes (such as Gi for ‘gibi-’ in GiB) are defined by
    International Electrotechnical Commission (IEC) and not in the
    International System of Units (SI).
    mina86 committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    8685adb View commit details
    Browse the repository at this point in the history
  4. fixed whitespace issues

    JDemler committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    9745199 View commit details
    Browse the repository at this point in the history

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

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 19, 2017

  1. Fixed some small issues

    JDemler committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    198208b 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

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    6b8e175 View commit details
    Browse the repository at this point in the history
  2. 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
  3. Configuration menu
    Copy the full SHA
    729948f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    088b727 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    7c52cad View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#39777 - mina86:gib, r=steveklabnik

    book: binary prefixed are defined by IEC and not in SI
    
    Binary prefixes (such as Gi for ‘gibi-’ in GiB) are defined by
    International Electrotechnical Commission (IEC) and not in the
    International System of Units (SI).
    
    Though to be honest I’d just reword the previous paragraph to use ‘1 GiB’.
    GuillaumeGomez authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    246b1db View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#39815 - oli-obk:patch-3, r=aturon

    enable tools to use test runners programmatically
    GuillaumeGomez authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    c07aa14 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#39845 - JDemler:master, r=steveklabnik

    Add Documentation for Custom Attributes and Error Reporting in Procedural Macros
    
    This fixes rust-lang#39821 .
    
    I'm not sure if the process of how to access custom attributes should be documented as well.
    But I feel, that this should rather be documented in `syn`
    GuillaumeGomez authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    03e9e00 View commit details
    Browse the repository at this point in the history
  5. 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 24, 2017
    Configuration menu
    Copy the full SHA
    3b10300 View commit details
    Browse the repository at this point in the history
  6. 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 24, 2017
    Configuration menu
    Copy the full SHA
    01758c1 View commit details
    Browse the repository at this point in the history
  7. 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 24, 2017
    Configuration menu
    Copy the full SHA
    94a3172 View commit details
    Browse the repository at this point in the history
  8. 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 24, 2017
    Configuration menu
    Copy the full SHA
    ef4d27d View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#40048 - jimblandy:fmt-arg-types-doc, r=alex…

    …crichton
    
    Update std::fmt module docs for landing of rust-lang#33642.
    
    Since rust-lang#33642, it's no longer true that all references to a given format argument must use the same type. The docs don't seem to have been updated.
    GuillaumeGomez authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    173b725 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#40050 - DaseinPhaos:patch-3, r=steveklabnik

    Update exception-safety.md
    
    Fix variable name typo
    GuillaumeGomez authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    6f9e69a View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#40052 - GuillaumeGomez:sunc_docs, r=frewsxcv

    Add missing urls in MutexGuard docs
    
    r? @frewsxcv
    GuillaumeGomez authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    802a502 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#40071 - tomwhoiscontrary:pr-lets-apostrophe…

    …s, r=GuillaumeGomez
    
    Correct another typo in procedural macros chapter of the Book.
    
    Another (and the only remaining) instance of the lets/let's mistake fixed in c8292fc / 36b00cf.
    
    r? @steveklabnik
    GuillaumeGomez authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    f26bbb3 View commit details
    Browse the repository at this point in the history