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

Merged
merged 14 commits into from
Dec 11, 2022
Merged

Rollup of 6 pull requests #105554

merged 14 commits into from
Dec 11, 2022

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    952bf87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc6992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e81ad69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc63c0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ad7131 View commit details
    Browse the repository at this point in the history
  6. fix rebase

    estebank committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    17547af View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Add regression test for rust-lang#104582

    Signed-off-by: Yuki Okushi <jtitor@2k36.org>
    JohnTitor committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    8a3005d View commit details
    Browse the repository at this point in the history
  2. Add some regression tests for rust-lang#44454

    Signed-off-by: Yuki Okushi <jtitor@2k36.org>
    JohnTitor committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    0f5f163 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#105411 - estebank:short-names, r=oli-obk

    Introduce `with_forced_trimmed_paths`
    
    Built on top of rust-lang#104922, only last commit is relevant.
    matthiaskrgr authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    cb47531 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#105532 - poliorcetics:document-remap-order,…

    … r=JohnTitor
    
    Document behaviour of `--remap-path-prefix` with several matches
    matthiaskrgr authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    12c2fd2 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#105537 - kadiwa4:remove_some_imports, r=fee…

    …1-dead
    
    compiler: remove unnecessary imports and qualified paths
    
    Some of these imports were necessary before Edition 2021, others were already in the prelude.
    
    I hope it's fine that this PR is so spread-out across files :/
    matthiaskrgr authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    2daa3bc View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#105539 - GuillaumeGomez:hashtag-prepended-l…

    …ines-non-rust, r=notriddle
    
    rustdoc: Only hide lines starting with `#` in rust code blocks
    
    Fixes rust-lang#105527.
    
    So before approving, this is a big question: in rust code blocks, in a line starts with a `#`, we hide it in the output. However, should we do the same for non-rust code blocks too? I think it's a bit problematic to do it because `#` can be used for many things but I prefer to check first with everyone (might also be worth updating documentation too).
    
    cc ``@rust-lang/rustdoc``
    r? ``@notriddle``
    matthiaskrgr authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    dd00582 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#105546 - JohnTitor:issue-44454, r=compiler-…

    …errors
    
    Add some regression tests for rust-lang#44454
    
    Closes rust-lang#44454
    r? ``@compiler-errors``
    
    Signed-off-by: Yuki Okushi <jtitor@2k36.org>
    matthiaskrgr authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    f145825 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#105547 - JohnTitor:issue-104582, r=compiler…

    …-errors
    
    Add regression test for rust-lang#104582
    
    Closes rust-lang#104582
    r? `@compiler-errors`
    
    Signed-off-by: Yuki Okushi <jtitor@2k36.org>
    matthiaskrgr authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    49027db View commit details
    Browse the repository at this point in the history