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 9 pull requests #45233

Merged
merged 24 commits into from
Oct 13, 2017
Merged

Rollup of 9 pull requests #45233

merged 24 commits into from
Oct 13, 2017

Commits on Oct 3, 2017

  1. Inline eq_slice into str::eq

    It's the only use of the function.
    leoyvens committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    bb74c20 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Update the jobserver crate

    Brings in a bugfix to be compatible with the master branch of `make` where
    jobserver fds are set in nonblocking mode
    alexcrichton committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    47fc913 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. fix documentation typo

    camsteffen authored Oct 8, 2017
    Configuration menu
    Copy the full SHA
    e6728ec View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

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

Commits on Oct 10, 2017

  1. unstable book: OIBIT

    tinaun committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    7735f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    364148d View commit details
    Browse the repository at this point in the history
  3. unstable book: fn_traits

    tinaun committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    d078252 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cb9f70 View commit details
    Browse the repository at this point in the history
  5. Shorten some test names

    Paths to object files generated from them were too long and caused errors
    petrochenkov committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    ca61ea2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    7ea286e View commit details
    Browse the repository at this point in the history
  2. formatting fixes

    tinaun committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    d5ef9f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a5fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cb5294 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Rollup merge of rust-lang#44989 - QuietMisdreavus:what-is-your-quest,…

    … r=GuillaumeGomez
    
    let rustdoc print the crate version into docs
    
    This PR adds a new unstable flag to rustdoc, `--crate-version`, which when present will add a new entry to the sidebar of the root module, printing the given version number:
    
    ![Screenshot of a test crate, showing "Version 1.3.37" under the crate name](https://user-images.githubusercontent.com/5217170/31104096-805e3f4c-a7a0-11e7-96fc-368b6fe063d6.png)
    
    Closes rust-lang#24336
    
    (The WIP status is because i don't want to merge this until i can get the std docs to use it, which i need help from rustbuild people to make sure i get right.)
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    445bbde View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#45005 - leodasvacas:inline-eq-slice-into-eq…

    …, r=jseyfried
    
    Inline eq_slice into str::eq
    
    It's the only use of the function.
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    4f83c35 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#45049 - alexcrichton:update-jobserver, r=sf…

    …ackler
    
    Update the `jobserver` crate
    
    Brings in a bugfix to be compatible with the master branch of `make` where
    jobserver fds are set in nonblocking mode
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    81ea49f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#45105 - camsteffen:patch-2, r=pnkfelix

    Fix rustc documentation typo
    
    I'm new to rustc but this looks like a typo.
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    ff53dc7 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#45121 - johnthagen:pep8-bootstrap, r=alexcr…

    …ichton
    
    Fix PEP8 style issues in bootstrap code
    
    This fixes PEP8 style issues (other than line-length) in the bootstrap Python code.
    
    The most important fix is in the `set` function where the code was indented with 6 spaces instead of 4.
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    6944768 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#45166 - tinaun:more_unstable_docs, r=stevek…

    …labnik
    
    Documented a few more unstable feature gates.
    
    unboxed closures, fn_traits, and OIBIT. hope these are decent!
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    7640cda View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#45172 - oli-obk:patch-8, r=pnkfelix

    Upgrade some comments to doc comments
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    db6fdf6 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#45190 - petrochenkov:shorten, r=alexcrichton

    Shorten some test names
    
    An immediate fix for the first issue in rust-lang#45103
    r? @alexcrichton
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    e1a6795 View commit details
    Browse the repository at this point in the history
  9. Fix typo in libsyntax/parse/lexer/unicode_chars.rs

    ` (U+0060) should be the "grave" accent, not "Greek" accent.
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    19901df View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#45231 - kennytm:patch-1, r=petrochenkov

    Fix typo in libsyntax/parse/lexer/unicode_chars.rs
    
    `` ` `` (U+0060) should be the "grave" accent, not "Greek" accent.
    kennytm committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    45e4c19 View commit details
    Browse the repository at this point in the history