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 7 pull requests #107928

Merged
merged 17 commits into from
Feb 11, 2023
Merged

Rollup of 7 pull requests #107928

merged 17 commits into from
Feb 11, 2023

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    1a98305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    414eb48 View commit details
    Browse the repository at this point in the history
  3. remove redundant clones

    matthiaskrgr committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5201bb5 View commit details
    Browse the repository at this point in the history
  4. cleanup and fix naming

    chenyukang committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c52435a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c003c01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddb31de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    295fd0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    897647b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    1057e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef8de38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    585b458 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#107864 - notriddle:notriddle/rustdoc-write-…

    …stutter, r=GuillaumeGomez
    
    rustdoc: clean up `write!` calls with less stuttering
    matthiaskrgr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    240d5e0 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#107873 - zephaniahong:issue-107832-fix, r=a…

    …lbertlarsan68
    
    Emit JSON output for the building of bootstrap itself
    
    Fixes rust-lang#107832 .
    Main changes are from line 792 onwards. Other changes are due to the flake8 formatter. Let me know if I should not use the formatter.
    matthiaskrgr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    420e756 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#107895 - matthiaskrgr:cl, r=compiler-errors

    remove redundant clones
    matthiaskrgr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    4b7b569 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#107897 - GuillaumeGomez:reexported-macros-d…

    …ocs, r=notriddle
    
    Reexported macros docs
    
    Part of rust-lang#59368 (doesn't fix it, only improve the current situation a bit).
    
    Macros were not correctly handled in reexports and the reexport attributes were not merged with the item either. This PR fixes both.
    
    r? `@notriddle`
    matthiaskrgr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    1305119 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#107909 - notriddle:notriddle/register-heade…

    …r-empty-cond, r=camelid
    
    rustdoc: remove redundant `if s.is_empty()` from `find_testable_code`
    matthiaskrgr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    f95f68e View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#107912 - clubby789:doc-bad-enum-field, r=ca…

    …melid,GuillaumeGomez
    
    rustdoc: Don't resolve link to field on different variant
    
    Fix rust-lang#107903
    
    This also gives a more specific diagnostic when the enum has any fields
    matthiaskrgr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    c8614a7 View commit details
    Browse the repository at this point in the history