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 14 pull requests #65716

Merged
merged 43 commits into from
Oct 23, 2019
Merged

Rollup of 14 pull requests #65716

merged 43 commits into from
Oct 23, 2019

Commits on Oct 2, 2019

  1. Mention keyword closing policy

    BO41 committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    cabcd99 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    BO41 authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    59ce359 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Add more coherence tests

    weiznich committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    77f0aaf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Replaced warn attibute by deny

    Lucas Henry committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    b9bca18 View commit details
    Browse the repository at this point in the history
  2. Replaced warn attribute by deny

    Lucas Henry committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    43b5dca View commit details
    Browse the repository at this point in the history
  3. Replaced pretty-json error-format with only json

    Lucas Henry committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    46a4466 View commit details
    Browse the repository at this point in the history
  4. Replaced pretty-json error-format with only json

    Lucas Henry committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a1387e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Added text after error messages

    Lucas Henry committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    95d98af View commit details
    Browse the repository at this point in the history
  2. Apply suggested wording

    to better describe the situation
    BO41 authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    1c85b45 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Fix test paths

    weiznich committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    7e17ea3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. fix WASI sleep impl

    newpavlov authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    1e2b711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429f91c View commit details
    Browse the repository at this point in the history
  3. Update ui tests

    GuillaumeGomez committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    2541d49 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

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

Commits on Oct 22, 2019

  1. Apply suggestions

    JohnTitor committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4fcc784 View commit details
    Browse the repository at this point in the history
  2. Code cleanups following up on rust-lang#65576.

    This makes a few code cleanups to follow up on the review comments in
    rust-lang#65576.
    sunfishcode committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    3f1af90 View commit details
    Browse the repository at this point in the history
  3. refactor maybe_append

    yjhmelody committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    40f92b3 View commit details
    Browse the repository at this point in the history
  4. Add test for issue-41366

    JohnTitor committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    a239c8d View commit details
    Browse the repository at this point in the history
  5. Add test for issue-51431

    JohnTitor committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    dd0f98b View commit details
    Browse the repository at this point in the history
  6. Add test for issue-52437

    JohnTitor committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    93fab98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    768965a View commit details
    Browse the repository at this point in the history
  8. add comments

    RalfJung committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    fc5b485 View commit details
    Browse the repository at this point in the history
  9. Add test for issue-63496

    JohnTitor committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    7a85c43 View commit details
    Browse the repository at this point in the history
  10. Update error_codes.rs

    Dylan-DPC authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    07f2f05 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    66a0253 View commit details
    Browse the repository at this point in the history
  12. Add link to async/await

    JohnTitor committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    a1f6589 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    de3fd02 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8497f79 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Rollup merge of rust-lang#64145 - togiberlin:feature/target-features-…

    …doc, r=ehuss
    
    Target-feature documented as unsafe
    
    @nikomatsakis asked me to help out on the docs on this issue: rust-lang#63597
    
    The following docs have been modified
    - ```rustc -C help``` text for `target-feature`
    - RustC book:
    
    ## Preview of src/doc/rustc/src/targets/index.md
    ![Screenshot 2019-09-17 at 12 22 45](https://user-images.githubusercontent.com/13764830/65033746-f7826700-d945-11e9-9dd2-d8f9b08f45de.png)
    
    ## Preview of src/doc/rustc/src/targets/known-issues.md
    ![Screenshot 2019-09-17 at 12 22 25](https://user-images.githubusercontent.com/13764830/65033774-00733880-d946-11e9-9398-90f01f3938d5.png)
    
    Fixes rust-lang#63597
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    8699227 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#65007 - BO41:keywords, r=nikomatsakis

    Mention keyword closing policy
    
    closes rust-lang#59233 / rust-lang#59233 (comment)
    
    rewording suggestions welcome
    
    > Also in the referenced issue, the commit number of the new commit
    > that could close that issue is not really informative. The PR number itself appeared in the issue
    > is more informative and concise.
    
    @lzutao what do you mean with that? Is this fixed by the new "May be fixed by #XXXXX"?
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    bd82de0 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#65417 - weiznich:more_coherence_tests, r=ni…

    …komatsakis
    
    Add more coherence tests
    
    I've wrote the missing test cases listed in [this google doc](https://docs.google.com/spreadsheets/d/1WlroTEXE6qxxGvEOhICkUpqguYZP9YOZEvnmEtSNtM0/edit#gid=0)
    
    > The other thing that might be useful is to rename the existing tests so they all fit the new naming scheme we were using.
    
    I'm not entirely sure how to do this. If everything from the google sheet is covered could I just remove the remaining tests in `src/test/ui/coherence` or is there something in there that should remain?
    
    cc rust-lang#63599
    
    r? @nikomatsakis
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    557d276 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#65507 - polyedre:master, r=nikomatsakis

    Fix test style in unused parentheses lint test
    
    I think this fixes rust-lang#63237
    I'm not sure if I had to add text after the `//~ ERROR` comments.
    This is my first pull request, so I'm open to feedback.
    This issues already received one pull request [here](rust-lang#63257) but it was marked as closed for inactivity.
    
    r?  @nikomatsakis
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    1dbb010 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#65591 - GuillaumeGomez:long-err-explanation…

    …-E0588, r=Dylan-DPC
    
    Add long error explanation for E0588
    
    Part of rust-lang#61137.
    
    r? @kinnison
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    6f6f3e8 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#65617 - newpavlov:patch-2, r=alexcrichton

    Fix WASI sleep impl
    
    Closes rust-lang#65607
    
    @sunfishcode
    Is it fine to use 0 for the `identifier` field? What is this field used for?
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    ff2442f View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#65656 - GuillaumeGomez:option-disable-short…

    …cut, r=Dylan-DPC
    
    Add option to disable keyboard shortcuts in docs
    
    Fixes rust-lang#65211.
    
    r? @Manishearth
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    88e3ae2 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#65678 - JohnTitor:add-e0728-explanation, r=…

    …GuilliaumeGomez
    
    Add long error explanation for E0728
    
    Part of rust-lang#61137
    
    r? @GuillaumeGomez
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    b799465 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#65681 - sunfishcode:followup, r=Centril

    Code cleanups following up on rust-lang#65576.
    
    This makes a few code cleanups to follow up on the review comments in
    rust-lang#65576.
    
    r? @Centril
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    7fc6ce9 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#65686 - yjhmelody:yjhmelody-patch-1, r=Centril

    refactor and move `maybe_append`
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    5bac361 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#65688 - JohnTitor:add-some-tests, r=Dylan-DPC

    Add some tests for fixed ICEs
    
    Fixes rust-lang#41366 from 1.35.0
    Fixes rust-lang#51431 from 1.31.0-nightly (77af314 2018-10-11) (on my local)
    Fixes rust-lang#52437 from nightly
    Fixes rust-lang#63496 from nightly
    
    r? @Centril
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    c3e5413 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#65689 - RalfJung:miri-debug, r=Centril

    bring back some Debug instances for Miri
    
    These were erroneously removed in rust-lang#65647, but Miri needs them.
    
    r? @Centril Cc @nnethercote @oli-obk
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    12f32c2 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#65695 - michaelwoerister:fix-self-profiling…

    …-work-item-event-names, r=wesleywiser
    
    self-profiling: Remove module names from some event-ids in codegen backend.
    
    Event-IDs are not supposed to contain argument values. Event-IDs are the equivalent of function names. Proper support for parameters will be added to self-profiling down the line.
    
    This PR fixes an oversight from rust-lang#64840.
    
    r? @wesleywiser
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    41850df View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#65706 - popzxc:add-missing-space, r=Mark-Si…

    …mulacrum
    
    Add missing space in librustdoc
    
    It just hurts my eyes...
    
    r? @Centril
    JohnTitor authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    1df9081 View commit details
    Browse the repository at this point in the history