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 4 pull requests #81639

Closed
wants to merge 11 commits into from

Commits on Jan 28, 2021

  1. move a bunch of tests

    lcnr committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    61f6fa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Remove unneeded mut variable

    `arg_elide` gets initialized, immediately cloned, and only written to after that.
    The last reading access was removed back in
    rust-lang@7704762
    LingMan committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8e34522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    198e3ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5243e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c013f2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee5ea24 View commit details
    Browse the repository at this point in the history
  6. Update ui tests

    jesusprubio committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9ef24f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    338173e View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#81557 - GuillaumeGomez:primitive-search, r=…

    …ollie27
    
    Fix primitive search in parameters and returned values
    
    Part of rust-lang#60485.
    Fixes rust-lang#74780.
    
    Replacing rust-lang#74879.
    
    cc `@camelid` `@jyn514` `@CraftSpider`
    r? `@ollie27`
    GuillaumeGomez authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4033a04 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#81631 - LingMan:rem_var, r=davidtwco

    Remove unneeded `mut` variable
    
    `arg_elide` gets initialized, immediately cloned, and only written to after that.
    The last reading access was removed back in
    rust-lang@7704762
    GuillaumeGomez authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bb530ee View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#81634 - jesusprubio:jesusprubio/add-long-ex…

    …planation-e0521, r=GuillaumeGomez
    
    Add long explanation e0521
    
    Helps with rust-lang#61137
    GuillaumeGomez authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    3c4aca2 View commit details
    Browse the repository at this point in the history