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 5 pull requests #61234

Closed
wants to merge 29 commits into from
Closed

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    725199c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4bc69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    705d75e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c4dbb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3449fa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    2a738bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    980db98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5b6fab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11464e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32ba4bd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

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

Commits on Apr 10, 2019

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

Commits on Apr 16, 2019

  1. Update src/librustc/mir/interpret/allocation.rs

    Co-Authored-By: LooMaclin <loo.maclin@protonmail.com>
    RalfJung and LooMaclin committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    0d97ad3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    15d50de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a54e3cc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

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

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    941ca6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c7537 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Reword malformed attribute input diagnostics

    - Handle empty `cfg_attr` attribute
    - Reword empty `derive` attribute error
    - Use consistend error message: "malformed `attrname` attribute input"
    - Provide suggestions when possible
    - Move note/help to label/suggestion
    - Use consistent wording "ill-formed" -> "malformed"
    - Move diagnostic logic out of parser
    estebank committed May 25, 2019
    Configuration menu
    Copy the full SHA
    609ffa1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    ffd0dc7 View commit details
    Browse the repository at this point in the history
  2. Improve miri's error reporting in check_in_alloc

    Co-Authored-By: Ralf Jung <post@ralfj.de>
    LooMaclin and RalfJung committed May 26, 2019
    Configuration menu
    Copy the full SHA
    9e643e6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    5c5f08a View commit details
    Browse the repository at this point in the history
  2. Use Symbol more in lint APIs

    oli-obk committed May 27, 2019
    Configuration menu
    Copy the full SHA
    d6ca34c View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#59627 - LooMaclin:issue_57128_improve_miri_…

    …error_reporting_in_check_in_alloc, r=RalfJung
    
    Improve miri error reporting in check_in_alloc
    
    Fixes rust-lang#57128
    
    r? @RalfJung @oli-obk
    Centril committed May 27, 2019
    Configuration menu
    Copy the full SHA
    cea81b0 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#60827 - oli-obk:late_symbol, r=nnethercote

    Use `Symbol` more in lint APIs
    
    r? @nnethercote
    
    This will cause clippy breakage, but super trivial to fix since we can then remove the hacky `match_def_path` function that I added and go back to calling rustc's `match_def_path` method.
    Centril committed May 27, 2019
    Configuration menu
    Copy the full SHA
    32d9b74 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#61084 - blkerby:unreachable_doc, r=KodrAus

    Clarify docs for unreachable! macro
    
    Fixes rust-lang#60754.
    Centril committed May 27, 2019
    Configuration menu
    Copy the full SHA
    b2cca1b View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#61140 - estebank:attr-diagnostics, r=michae…

    …lwoerister
    
    Reword malformed attribute input diagnostics
    
    - Handle empty `cfg_attr` attribute
    - Reword empty `derive` attribute error
    - Use consistend error message: "malformed `attrname` attribute input"
    - Provide suggestions when possible
    - Move note/help to label/suggestion
    - Use consistent wording "ill-formed" -> "malformed"
    - Move diagnostic logic out of parser
    
    Split up from rust-lang#61026, where there's prior conversation.
    Centril committed May 27, 2019
    Configuration menu
    Copy the full SHA
    e3b66d6 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#61227 - diwic:patch-2, r=Centril

    Use .await syntax instead of await!
    
    Tiny doc fix.
    Centril committed May 27, 2019
    Configuration menu
    Copy the full SHA
    88115b9 View commit details
    Browse the repository at this point in the history