-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 8 pull requests #79138
Rollup of 8 pull requests #79138
Commits on Nov 3, 2020
-
[self-profiling] Include the estimated size of each cgu in the profile
This is helpful when looking for CGUs where the size estimate isn't a good indicator of compilation time. I verified that moving the profiling timer call doesn't affect the results.
Configuration menu - View commit details
-
Copy full SHA for efe703a - Browse repository at this point
Copy the full SHA efe703aView commit details
Commits on Nov 15, 2020
-
This is mostly me learning the codebase, so feel free to close the PR. It does have the small benefit that we statically know rustdoc isn't generating useless `span`s, though.
Configuration menu - View commit details
-
Copy full SHA for 279bf29 - Browse repository at this point
Copy the full SHA 279bf29View commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 74d5466 - Browse repository at this point
Copy the full SHA 74d5466View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f9795 - Browse repository at this point
Copy the full SHA b3f9795View commit details -
Replace it instead with `(clean::Function, Option<hir::Defaultness>)`.
Configuration menu - View commit details
-
Copy full SHA for 2a991e1 - Browse repository at this point
Copy the full SHA 2a991e1View commit details -
Remove duplicate
Trait::auto
fieldIt was exactly the same as `is_auto`.
Configuration menu - View commit details
-
Copy full SHA for 5903163 - Browse repository at this point
Copy the full SHA 5903163View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1cdf72 - Browse repository at this point
Copy the full SHA a1cdf72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2a627 - Browse repository at this point
Copy the full SHA 5f2a627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a6a5f - Browse repository at this point
Copy the full SHA 96a6a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e8216 - Browse repository at this point
Copy the full SHA 54e8216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57bab5e - Browse repository at this point
Copy the full SHA 57bab5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 704001b - Browse repository at this point
Copy the full SHA 704001bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d64ed - Browse repository at this point
Copy the full SHA 32d64edView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4a33c - Browse repository at this point
Copy the full SHA fd4a33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ee1fc - Browse repository at this point
Copy the full SHA 95ee1fcView commit details -
Add comment explaining why we can't split on
error[{}]:
because of…… the color escape characters
Configuration menu - View commit details
-
Copy full SHA for 63785c8 - Browse repository at this point
Copy the full SHA 63785c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec10824 - Browse repository at this point
Copy the full SHA ec10824View commit details -
Rollup merge of rust-lang#74293 - GuillaumeGomez:rustdoc-test-compile…
…r-output-color, r=jyn514 Rustdoc test compiler output color Fixes rust-lang#72915 We just need to be sure it doesn't break rustdoc doctests' compilation checks. Maybe some other unforeseen consequences too? r? `@ehuss` cc `@rust-lang/rustdoc`
Configuration menu - View commit details
-
Copy full SHA for 81f9feb - Browse repository at this point
Copy the full SHA 81f9febView commit details -
Rollup merge of rust-lang#78702 - wesleywiser:self_profile_cgu_sizes,…
… r=Mark-Simulacrum [self-profiling] Include the estimated size of each cgu in the profile This is helpful when looking for CGUs where the size estimate isn't a good indicator of compilation time. I verified that moving the profiling timer call doesn't affect the results. Results: <img width="297" alt="Screen Shot 2020-11-03 at 7 25 04 AM" src="https://user-images.githubusercontent.com/831192/97985503-5901d100-1da6-11eb-9f10-f3e399702952.png"> `measureme` doesn't have support for custom arg names yet so `arg0` is the CGU name and `arg1` is the estimated size.
Configuration menu - View commit details
-
Copy full SHA for fa45fce - Browse repository at this point
Copy the full SHA fa45fceView commit details -
Rollup merge of rust-lang#79069 - jyn514:class-none, r=GuillaumeGomez
Get rid of `highlight::Class::None` This is mostly me learning the codebase for rust-lang#77939, so feel free to close the PR. It does have the small benefit that we statically know rustdoc isn't generating useless `span`s, though. r? `@GuillaumeGomez` cc `@matklad`
Configuration menu - View commit details
-
Copy full SHA for dda4798 - Browse repository at this point
Copy the full SHA dda4798View commit details -
Rollup merge of rust-lang#79072 - oli-obk:byte_str_pat, r=estebank
Fix exhaustiveness in case a byte string literal is used at slice type fixes rust-lang#79048
Configuration menu - View commit details
-
Copy full SHA for b6f5241 - Browse repository at this point
Copy the full SHA b6f5241View commit details -
Rollup merge of rust-lang#79120 - calebcartwright:update-rustfmt, r=M…
…ark-Simulacrum update rustfmt to v1.4.27 Fixes rust-lang/rustfmt#4528
Configuration menu - View commit details
-
Copy full SHA for 53ddb73 - Browse repository at this point
Copy the full SHA 53ddb73View commit details -
Rollup merge of rust-lang#79125 - jyn514:fewer-types, r=GuillaumeGomez
Get rid of clean::{Method, TyMethod} They're redundant and almost the same as `clean::Function`. I needed this for rust-lang#78082, although I forget why. r? `@GuillaumeGomez`
Configuration menu - View commit details
-
Copy full SHA for 3d63f25 - Browse repository at this point
Copy the full SHA 3d63f25View commit details -
Rollup merge of rust-lang#79126 - jyn514:auto, r=GuillaumeGomez
Remove duplicate `Trait::auto` field It was exactly the same as `is_auto`. I found this while working on rust-lang#78082, but it's not required for that PR. r? `@GuillaumeGomez`
Configuration menu - View commit details
-
Copy full SHA for ca38bd4 - Browse repository at this point
Copy the full SHA ca38bd4View commit details -
Rollup merge of rust-lang#79130 - lcnr:extend-tes, r=varkor
extend macro braces test r? `@varkor`
Configuration menu - View commit details
-
Copy full SHA for f698505 - Browse repository at this point
Copy the full SHA f698505View commit details