-
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 7 pull requests #108127
Rollup of 7 pull requests #108127
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f93edd - Browse repository at this point
Copy the full SHA 5f93eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f02d8ec - Browse repository at this point
Copy the full SHA f02d8ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb61f5d - Browse repository at this point
Copy the full SHA fb61f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 287cd59 - Browse repository at this point
Copy the full SHA 287cd59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d63e10 - Browse repository at this point
Copy the full SHA 5d63e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd176ee - Browse repository at this point
Copy the full SHA bd176eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 755252b - Browse repository at this point
Copy the full SHA 755252bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dff10d0 - Browse repository at this point
Copy the full SHA dff10d0View commit details -
Correctly handle reexport traversal by fixing multiple bugs, especial…
…ly for items with a path of 1 element
Configuration menu - View commit details
-
Copy full SHA for 02a845a - Browse repository at this point
Copy the full SHA 02a845aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec1d94 - Browse repository at this point
Copy the full SHA 1ec1d94View commit details -
Correctly handle reexports of
#[doc(hidden)]
is reexport does not u……se `#[doc(inline)]`
Configuration menu - View commit details
-
Copy full SHA for 374f798 - Browse repository at this point
Copy the full SHA 374f798View commit details
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0400c68 - Browse repository at this point
Copy the full SHA 0400c68View commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b488508 - Browse repository at this point
Copy the full SHA b488508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 540bd98 - Browse repository at this point
Copy the full SHA 540bd98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8751fa1 - Browse repository at this point
Copy the full SHA 8751fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf6a46 - Browse repository at this point
Copy the full SHA 5bf6a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3230577 - Browse repository at this point
Copy the full SHA 3230577View commit details -
Rollup merge of rust-lang#106347 - estebank:removal-suggestion, r=TaK…
…O8Ki More accurate spans for arg removal suggestion Partially address rust-lang#106304.
Configuration menu - View commit details
-
Copy full SHA for f65c6e4 - Browse repository at this point
Copy the full SHA f65c6e4View commit details -
Rollup merge of rust-lang#108057 - GuillaumeGomez:fix-reexport-attr-m…
…erge, r=notriddle Prevent some attributes from being merged with others on reexports Final fix for rust-lang#59368. As discussed on zulip [here](https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/Filtering.20sub.20attributes.20in.20ast.3A.3AAttribute), we need to clone the `Attribute` to be able to filter some parts of it. Then we need to go through the attributes to able to only keep what we want (everything except a few attributes in short). As for the second commit, when I wrote the test, I realized that the code to traverse all reexports one by one to collect all their attributes was not completely working so I fixed the few issues remaining. r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for 0412898 - Browse repository at this point
Copy the full SHA 0412898View commit details -
Rollup merge of rust-lang#108090 - WaffleLapkin:if_not_now_then_when……
…, r=oli-obk `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` Resurrection of rust-lang#108079
Configuration menu - View commit details
-
Copy full SHA for 64a4f70 - Browse repository at this point
Copy the full SHA 64a4f70View commit details -
Rollup merge of rust-lang#108092 - BelovDV:fix-feature-description-pb…
…l, r=petrochenkov note issue for feature(packed_bundled_libs) Add to feature (introduced in rust-lang#105601) gate description number of issue created for it. r? `@petrochenkov`
Configuration menu - View commit details
-
Copy full SHA for 2dc21c0 - Browse repository at this point
Copy the full SHA 2dc21c0View commit details -
Rollup merge of rust-lang#108099 - matthiaskrgr:str_to_char, r=Guilla…
…umeGomez use chars instead of strings where applicable
Configuration menu - View commit details
-
Copy full SHA for 09a2267 - Browse repository at this point
Copy the full SHA 09a2267View commit details -
Rollup merge of rust-lang#108115 - eggyal:unmet_trait_alias_bound, r=…
…compiler-errors Do not ICE on unmet trait alias bounds Rework of rust-lang#108093 following feedback on that PR. Fixes rust-lang#108072 r? `@compiler-errors`
Configuration menu - View commit details
-
Copy full SHA for d77b022 - Browse repository at this point
Copy the full SHA d77b022View commit details -
Rollup merge of rust-lang#108125 - albertlarsan68:moar-compiletest-re…
…viewers, r=wesleywiser Add new people to the compiletest review rotation `@oli-obk` and `@wesleywiser` volunteered to be part of the review rotation of compiletest in https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202023-02-16/near/328274017
Configuration menu - View commit details
-
Copy full SHA for eb9f9c7 - Browse repository at this point
Copy the full SHA eb9f9c7View commit details