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 #62902

Merged
merged 40 commits into from
Jul 23, 2019
Merged

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    50840ee View commit details
    Browse the repository at this point in the history
  2. Regression test.

    pnkfelix committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    837fe7b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

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

Commits on Jul 14, 2019

  1. better comments

    RalfJung committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    3f77f2c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

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

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    469b7a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6735a6 View commit details
    Browse the repository at this point in the history
  3. Revert "Disable stack probing for gnux32."

    This reverts commit 42d652e.
    crlf0710 committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    10d4159 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5b2859 View commit details
    Browse the repository at this point in the history
  5. review comments

    estebank committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    9dbe2e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b361864 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6e027d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    2641bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd352b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Add tests for issue-58887

    JohnTitor committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    18dceab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e63fe15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e75ae15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    795d96d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. add rustc_private as a proper language feature gate

    At the moment, `rustc_private` as a (library) feature exists by
    accident: `char::is_xid_start`, `char::is_xid_continue` methods in
    libcore define it.
    matklad committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    27b703d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a7127b View commit details
    Browse the repository at this point in the history
  3. Change "OSX" to "macOS"

    atouchet authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    4e02a1f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Update stage0.txt

    Grammar.
    git-iso authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    1ed375c View commit details
    Browse the repository at this point in the history
  2. Update src/librustc_lexer/src/lib.rs

    Co-Authored-By: Ralf Jung <[email protected]>
    matklad and RalfJung authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    7e612c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90426ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3730ed9 View commit details
    Browse the repository at this point in the history
  5. Update stage0.txt

    Fix columns.
    git-iso authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    f48ee09 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#60951 - saleemjaffer:mir_better_error_enum,…

    … r=oli-obk
    
    more specific errors in src/librustc/mir/interpret/error.rs
    
    Implements [this](rust-lang/const-eval#4)
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    52e9e44 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#62523 - pnkfelix:delay-bug-to-resolve-issue…

    …-62203-ice, r=varkor
    
    Delay bug to resolve HRTB ICE
    
    Fix rust-lang#62203
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    ad57597 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#62656 - RalfJung:contains-no-own, r=Dylan-DPC

    explain how to search in slice without owned data
    
    Cc rust-lang#62367
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    4264f83 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#62791 - estebank:type-ascription, r=petroch…

    …enkov
    
    Handle more cases of typos misinterpreted as type ascription
    
    Fix rust-lang#60933, rust-lang#54516.
    
    CC rust-lang#47666, rust-lang#34255, rust-lang#48016.
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    ab7149b View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#62804 - lundibundi:help-infer-const-static,…

    … r=eddyb
    
    rustc_typeck: improve diagnostics for _ const/static declarations
    
    This continues rust-lang#62694 and adds type suggestions to const/static declarations with `_` type.
    
    r? @eddyb
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    13775d2 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#62808 - crlf0710:gnux32_stack_probe, r=nikic

    Revert "Disable stack probing for gnux32."
    
    This reverts commit 42d652e. (rust-lang#59686)
    
    Closes rust-lang#59674.
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    66c2965 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#62817 - estebank:variant-sp, r=matthewjasper

    Tweak span for variant not found error
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    24a8065 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8afc53c View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#62851 - matklad:unescape, r=petrochenkov

    move unescape module to rustc_lexer
    
    It makes sense to keep the definition of escape sequences closer to the lexer itself, and it is also a bit of code that I would like to share with rust-analyzer.
    
    r? @petrochenkov
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    4cb3586 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#62859 - spastorino:rename-to-as-ref, r=Centril

    Place::as_place_ref is now Place::as_ref
    
    r? @oli-obk
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    b2155dd View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#62869 - matklad:feature-gate, r=Mark-Simula…

    …crum
    
    add rustc_private as a proper language feature gate
    
    At the moment, `rustc_private` as a (library) feature exists by
    accident: `char::is_xid_start`, `char::is_xid_continue` methods in
    libcore define it.
    
    cc https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/How.20to.20declare.20new.20langauge.20feature.3F
    
    I don't know if this is at all reasonable, but at least tests seem to pass locally. That probably means that we can remove/rename to something more resonable the feature in libcore in the next release?
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    f11ffd3 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#62880 - fakenine:normalize_use_of_backticks…

    …_compiler_messages_p14, r=Centril
    
    normalize use of backticks in compiler messages for librustc_allocator
    
    rust-lang#60532
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    32e5f98 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#62885 - atouchet:macos, r=alexcrichton

    Change "OSX" to "macOS"
    
    Apple no longer uses the OS X branding.
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    f1b267b View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#62889 - git-iso:patch-1, r=jonas-schievink

    Update stage0.txt
    
    Grammar.
    Mark-Simulacrum authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    c939db7 View commit details
    Browse the repository at this point in the history