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 6 pull requests #61460

Merged
merged 20 commits into from
Jun 2, 2019
Merged

Rollup of 6 pull requests #61460

merged 20 commits into from
Jun 2, 2019

Commits on May 31, 2019

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

Commits on Jun 1, 2019

  1. Configuration menu
    Copy the full SHA
    8e595f5 View commit details
    Browse the repository at this point in the history
  2. codegen: change $6d$ to $u6d$

    This changes a mistake introduced in rust-lang#61195 where the mangling
    workaround used was incorrect.
    davidtwco committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    e71f466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2885947 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0754c84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d0eae1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Configuration menu
    Copy the full SHA
    c2b663c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2155135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a2410a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e82cd95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31918d6 View commit details
    Browse the repository at this point in the history
  6. Fix missing semicolon in doc

    A semicolon is missing in the examples of compile_error.
    Macros that expand to items must be delimited with braces or followed by a semicolon.
    0x1793d1 authored Jun 2, 2019
    Configuration menu
    Copy the full SHA
    b3fdde4 View commit details
    Browse the repository at this point in the history
  7. Fix typo in AsRef doc

    fabric-and-ink committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    9583398 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#61380 - varkor:expected-usize-got-param, r=…

    …eddyb
    
    Fix some issues with `unwrap_usize` instead of `assert_usize`
    
    Fixes rust-lang#61337.
    Fixes rust-lang#61341.
    Fixes rust-lang#61422.
    
    r? @eddyb
    Centril authored Jun 2, 2019
    Configuration menu
    Copy the full SHA
    c748c7b View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#61423 - davidtwco:correct-symbol-mangling, …

    …r=eddyb
    
    codegen: change `$6d$` to `$u6d$`
    
    This changes a mistake introduced in rust-lang#61195 where the mangling
    workaround used was incorrect, resolving [this comment](rust-lang#61195 (comment)) from @eddyb.
    
    r? @eddyb
    Centril authored Jun 2, 2019
    Configuration menu
    Copy the full SHA
    5599985 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#61438 - estebank:generics-span, r=varkor

    Point at individual type args on arg count mismatch
    
    - Point at individual type arguments on arg count mismatch
    - Make generics always have a valid span, even when there are no args
    - Explain that `impl Trait` introduces an implicit type argument
    
    Fix rust-lang#55991.
    Centril authored Jun 2, 2019
    Configuration menu
    Copy the full SHA
    83b74f2 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#61441 - estebank:fn-call-in-match, r=varkor

    Tweak wording when encountering `fn` call in pattern
    
    Fix rust-lang#60642
    Centril authored Jun 2, 2019
    Configuration menu
    Copy the full SHA
    247e0a6 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#61451 - 0x1793d1:master, r=Centril

    Fix missing semicolon in doc
    
    A semicolon is missing in the examples of compile_error.
    Macros that expand to items must be delimited with braces or followed by a semicolon.
    Centril authored Jun 2, 2019
    Configuration menu
    Copy the full SHA
    d70f288 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#61458 - fabric-and-ink:doc-typo, r=jonas-sc…

    …hievink
    
    Fix typo in AsRef doc
    Centril authored Jun 2, 2019
    Configuration menu
    Copy the full SHA
    aaf264b View commit details
    Browse the repository at this point in the history