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

Closed
wants to merge 14 commits into from

Commits on Nov 4, 2021

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

Commits on Nov 5, 2021

  1. rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()

    Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
    mfrw committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d468418 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Fix trait object error code

    asterycs committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    fc9624c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. librustdoc: revert use of def_id for one of the edge case

    Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
    mfrw committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5cfc7ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ca71f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Remove unneeded FIXME: after testing the suggested changes, we reache…

    …d the conclusion that the code readibility wasn't worth the almost unnoticeable perf improvement
    GuillaumeGomez committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    6b3695d View commit details
    Browse the repository at this point in the history
  2. add tests

    b-naber committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7a4aa65 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    688ed0a View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez

    rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()
    
    For: rust-lang#90187
    
    r? `@jyn514`
    matthiaskrgr authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    6831829 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#90560 - vandenheuvel:commandline_argfile_te…

    …sts, r=wesleywiser
    
    Group commandline tests in a directory
    
    I grouped the `ui/command*` tests in `ui/command/argfile/` and `rustdoc-ui/command*` in `rustdoc-ui/commandline-argfile/`.
    matthiaskrgr authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    c4e0b8b View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#90757 - GuillaumeGomez:search-index-perform…

    …ance, r=camelid
    
    Remove unneeded FIXMEs comments in search index generation
    
    Original comment:
    
    > Instead of recreating a new `vec` for each arguments, we re-use the same. The impact on performance should be minor but worth a try.
    
    After testing it, we reached the conclusion that the code readability drop wasn't worth the almost unnoticeable performance improvement.
    
    r? ```@camelid```
    matthiaskrgr authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    3f815e7 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#90771 - asterycs:fix/trait-object-error-cod…

    …e, r=michaelwoerister
    
    Fix trait object error code
    
    closes rust-lang#90768
    
    I `grep`:d and changed the occurrences that seemed relevant. Please let me know what you think and if anything is missing!
    matthiaskrgr authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    70c4adf View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#90801 - b-naber:missing_normalization_equat…

    …e_inputs_output, r=jackh726
    
    Normalize both arguments of `equate_normalized_input_or_output`
    
    Fixes rust-lang#90638
    Fixes rust-lang#90612
    
    Temporary fix for a more complex underlying problem stemming from an inability to normalize closure substs during typecheck.
    
    r? ```@jackh726```
    matthiaskrgr authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    5172666 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#90853 - notriddle:notriddle/option-vec, r=G…

    …uillaumeGomez
    
    rustdoc: Use an empty Vec instead of Option<Vec>
    matthiaskrgr authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    c35d057 View commit details
    Browse the repository at this point in the history