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 19 pull requests #40357

Closed
wants to merge 43 commits into from
Closed

Rollup of 19 pull requests #40357

wants to merge 43 commits into from

Commits on Feb 28, 2017

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

Commits on Mar 2, 2017

  1. fix link

    steveklabnik committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    ae2c9d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Configuration menu
    Copy the full SHA
    6698fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace24bb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2017

  1. Configuration menu
    Copy the full SHA
    b55f1e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a97fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cac4bf3 View commit details
    Browse the repository at this point in the history
  4. remove nomicon

    steveklabnik committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    5a644f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4369aee View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. clarify docs for Args and ArgsOs

    The args() and args_os() docs include a line about how the first element
    is usually the program name. Include that line in the struct docs too.
    oconnor663 committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    03b83a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    86bad49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f121e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e5b380 View commit details
    Browse the repository at this point in the history
  4. Improve the style of the sidebar in rustdoc output

    Makes the sidebar a light grey and highlights the currently viewed item
    in the sidebar more prominently.
    
    All visual design credit goes to @johnwhelchel (rust-lang#37856)
    wesleywiser committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    2bb2a29 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Configuration menu
    Copy the full SHA
    4f424b3 View commit details
    Browse the repository at this point in the history
  2. Fix a typo in the docs

    oli-obk committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    acd8fe8 View commit details
    Browse the repository at this point in the history
  3. Update libc to 0.2.21

    malbarbo committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    4fd93df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f283141 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5533d2 View commit details
    Browse the repository at this point in the history
  6. Added remove_from to vec.rs

    madseagames authored and eddyb committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    df61719 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65ac1e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    025bf95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3a2f90 View commit details
    Browse the repository at this point in the history
  10. rustbuild: Assert directory creation succeeds

    I've been seeing failures on the bots when building jemalloc and my assumption
    is that it's because cwd isn't created. That may be possible if this
    `create_dir_all` call change in this commit fails, in which case we ignore the
    error.
    
    This commit updates the location to call `create_dir_racy` which handles
    concurrent invocations, as multiple build scripts may be trying to create the
    `native` dir.
    alexcrichton committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    e412af2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Rollup merge of rust-lang#39921 - cramertj:add-catch-to-ast, r=nikoma…

    …tsakis
    
    Add catch {} to AST
    
    Part of rust-lang#39849. Builds on rust-lang#39864.
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    cd9e0e7 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#40154 - steveklabnik:link-unstable-book, r=…

    …frewsxcv
    
    add unstable book to the bookshelf
    
    r? @frewsxcv @GuillaumeGomez
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    2bdd89b View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#40222 - steveklabnik:extract-nomicon, r=ale…

    …xcrichton
    
    Extract nomicon to its own repo
    
    part of rust-lang#39588
    
    same as rust-lang#40213 but for the nomicon
    
    r? @alexcrichton
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    ee3fe63 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#40225 - shepmaster:restore-build-date-file,…

    … r=alexcrichton
    
    Restore creating the channel-rust-$channel-date.txt files
    
    I have **not** run this (because I don't know how to 😇), but it *does* compile.
    
    r? @alexcrichton
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    e00c7e4 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#40226 - jdhorwitz:master, r=frewsxcv

    Issue rust-lang#39688 - Help people find String::as_bytes() for UTF-8
    
    Added in links for the inverse functions so people will know that as_bytes() is the inverse of from_utf8() and vice versa.
    ?r @steveklabnik
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    cf806ea View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#40258 - est31:master, r=nikomatsakis

    Fix description of closure coercion feature
    
    Thanks to @whitequark for pointing this out.
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    ef0d01c View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#40265 - wesleywiser:rustdoc_style, r=Guilla…

    …umeGomez
    
    Improve the style of the sidebar in rustdoc output
    
    Makes the sidebar a light grey and highlights the currently viewed item in the sidebar more prominently.
    
    All visual design credit goes to @johnwhelchel (rust-lang#37856)
    
    Sample screenshots:
    
    ![screen shot 2017-03-04 at 12 29 48 pm](https://cloud.githubusercontent.com/assets/831192/23580829/db6c26c2-00d6-11e7-8d89-822e25ba79f0.png)
    
    ![screen shot 2017-03-04 at 12 30 10 pm](https://cloud.githubusercontent.com/assets/831192/23580828/db69eeca-00d6-11e7-9f89-1e06fd3bf098.png)
    
    ![screen shot 2017-03-04 at 12 30 31 pm](https://cloud.githubusercontent.com/assets/831192/23580830/db6d00ce-00d6-11e7-89ca-cd03e148a121.png)
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    9bee49f View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#40283 - oconnor663:args_docs, r=alexcrichton

    clarify docs for Args and ArgsOs
    
    The args() and args_os() docs include a line about how the first element
    is usually the program name. Include that line in the struct docs too.
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    a49340f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#40292 - mmatyas:readme_fix, r=alexcrichton

    Fix text formatting in README
    
    There was a missing backtick in the README.
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    2563230 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#40293 - malbarbo:rustdoctest, r=alexcrichton

    Remove extra space in test description (of a mod test)
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    a40a452 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#40316 - oli-obk:patch-4, r=GuillaumeGomez

    Fix a typo in the docs
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    6232763 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#40317 - malbarbo:update-libc, r=alexcrichton

    Update libc to 0.2.21
    
    Update to include android aarch64 and x86 improvements.
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    e652321 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#40321 - joelgallant:joelgallant-readme, r=a…

    …turon
    
    README formatting in configure/make section
    
    Tiny change to render the `config.mk` correctly
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    1278188 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#40325 - eddyb:pr38143, r=alexcrichton

    Added remove_from to vec.rs (rust-lang#38143)
    
    Turns out that if you push to someone's PR branch and cause the PR to close, you lose delegation 😞.
    
    @madseagames I'm really sorry about that 😭
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    b1907e3 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#40326 - crazymerlyn:fix-doc-link, r=alexcri…

    …chton
    
    Update link to COMPILER_TESTS.md in CONTRIBUTING.md
    
    Link to compiler test documentation was broken after the file was moved by rust-lang#40086.
    This updates the link to the new location of the file.
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    52fdf16 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#40327 - GuillaumeGomez:macros-urls, r=frewsxcv

    Add missing urls in some macros doc
    
    r? @frewsxcv
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    bf00978 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#40333 - tbu-:pr_doc_ptr_write, r=alexcrichton

    Clarify handling of `src` in `ptr::write`
    
    Fixes rust-lang#39733.
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    38d15ad View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#40335 - tbu-:pr_doc_str_to_somecase, r=stev…

    …eklabnik
    
    Document why `str.to_{lower,upper}case` return `String`
    
    Fixes rust-lang#39201.
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    1911c0b View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#40337 - alexcrichton:racy-dirs, r=brson

    rustbuild: Assert directory creation succeeds
    
    I've been seeing failures on the bots when building jemalloc and my assumption
    is that it's because cwd isn't created. That may be possible if this
    `create_dir_all` call change in this commit fails, in which case we ignore the
    error.
    
    This commit updates the location to call `create_dir_racy` which handles
    concurrent invocations, as multiple build scripts may be trying to create the
    `native` dir.
    frewsxcv committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    ed9e79b View commit details
    Browse the repository at this point in the history