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

Merged
merged 9 commits into from
Aug 12, 2021
Merged

Commits on Aug 8, 2021

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

Commits on Aug 9, 2021

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

Commits on Aug 11, 2021

  1. Fix rustdoc-js tool string "parsing"

    Improve tool: add support for multiline comments
    GuillaumeGomez committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    cc319f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Bless clippy tests.

    m-ou-se committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a851b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a515ae View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#87819 - estebank:assoc-type-span, r=jackh726

    Use a more accurate span on assoc types WF checks
    
    Before
    ```
    error[E0275]: overflow evaluating the requirement `<FooStruct as Foo>::A == _`
      --> $DIR/issue-21946.rs:8:5
       |
    LL |     type A = <FooStruct as Foo>::A;
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ```
    after
    ```
    error[E0275]: overflow evaluating the requirement `<FooStruct as Foo>::A == _`
      --> $DIR/issue-21946.rs:8:14
       |
    LL |     type A = <FooStruct as Foo>::A;
       |              ^^^^^^^^^^^^^^^^^^^^^
    ```
    GuillaumeGomez authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    0b950d3 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#87863 - ChrisDenton:command-env-path-fix, r…

    …=dtolnay
    
    Fix Windows Command::env("PATH")
    
    Fixes rust-lang#87859
    GuillaumeGomez authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    cc54fda View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#87885 - m-ou-se:edition-guide-links, r=rylev

    Link to edition guide instead of issues for 2021 lints.
    
    This changes the 2021 lints to not link to github issues, but to the edition guide instead.
    
    Fixes  rust-lang#86996
    GuillaumeGomez authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3d733f6 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#87941 - GuillaumeGomez:fix-rustdoc-js-tool,…

    … r=notriddle
    
    Fix/improve rustdoc-js tool
    
    This tool is run when testing `src/test/rustdoc-js*`.
    
    r? `@notriddle`
    GuillaumeGomez authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    faf7fb9 View commit details
    Browse the repository at this point in the history