-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 6 pull requests #90862
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 27893dd - Browse repository at this point
Copy the full SHA 27893ddView commit details
Commits on Nov 5, 2021
-
rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d468418 - Browse repository at this point
Copy the full SHA d468418View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fc9624c - Browse repository at this point
Copy the full SHA fc9624cView commit details
Commits on Nov 11, 2021
-
librustdoc: revert use of def_id for one of the edge case
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5cfc7ce - Browse repository at this point
Copy the full SHA 5cfc7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ca71f - Browse repository at this point
Copy the full SHA 26ca71fView commit details
Commits on Nov 12, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 6b3695d - Browse repository at this point
Copy the full SHA 6b3695dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4aa65 - Browse repository at this point
Copy the full SHA 7a4aa65View commit details
Commits on Nov 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 688ed0a - Browse repository at this point
Copy the full SHA 688ed0aView commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 6831829 - Browse repository at this point
Copy the full SHA 6831829View commit details -
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/`.
Configuration menu - View commit details
-
Copy full SHA for c4e0b8b - Browse repository at this point
Copy the full SHA c4e0b8bView commit details -
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```
Configuration menu - View commit details
-
Copy full SHA for 3f815e7 - Browse repository at this point
Copy the full SHA 3f815e7View commit details -
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!
Configuration menu - View commit details
-
Copy full SHA for 70c4adf - Browse repository at this point
Copy the full SHA 70c4adfView commit details -
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```
Configuration menu - View commit details
-
Copy full SHA for 5172666 - Browse repository at this point
Copy the full SHA 5172666View commit details -
Rollup merge of rust-lang#90853 - notriddle:notriddle/option-vec, r=G…
…uillaumeGomez rustdoc: Use an empty Vec instead of Option<Vec>
Configuration menu - View commit details
-
Copy full SHA for c35d057 - Browse repository at this point
Copy the full SHA c35d057View commit details