-
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 8 pull requests #93220
Rollup of 8 pull requests #93220
Commits on Nov 22, 2021
-
Currently fails to build: error[E0600]: cannot apply unary operator `!` to type `!` --> library/core/tests/ops.rs:239:8 | 239 | if !return () {} | ^^^^^^^^^^ cannot apply unary operator `!`
Configuration menu - View commit details
-
Copy full SHA for a4bff74 - Browse repository at this point
Copy the full SHA a4bff74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e83478 - Browse repository at this point
Copy the full SHA 9e83478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 881e093 - Browse repository at this point
Copy the full SHA 881e093View commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ef472f1 - Browse repository at this point
Copy the full SHA ef472f1View commit details
Commits on Dec 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ce31cbc - Browse repository at this point
Copy the full SHA ce31cbcView commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7356e28 - Browse repository at this point
Copy the full SHA 7356e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3136c5f - Browse repository at this point
Copy the full SHA 3136c5fView commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f0525da - Browse repository at this point
Copy the full SHA f0525daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6c33c - Browse repository at this point
Copy the full SHA ee6c33cView commit details
Commits on Jan 22, 2022
-
rustdoc: Make some
pub
items crate-privateThey don't need to be `pub`. Making them crate-private improves code clarity and `dead_code` linting.
Configuration menu - View commit details
-
Copy full SHA for fc16b81 - Browse repository at this point
Copy the full SHA fc16b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9427ccb - Browse repository at this point
Copy the full SHA 9427ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e191c - Browse repository at this point
Copy the full SHA 00e191cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5437e - Browse repository at this point
Copy the full SHA ab5437eView commit details
Commits on Jan 23, 2022
-
Rollup merge of rust-lang#90666 - bdbai:arc_new_cyclic, r=m-ou-se
Stabilize arc_new_cyclic This stabilizes feature `arc_new_cyclic` as the implementation has been merged for one year and there is no unresolved questions. The FCP is not started yet. Closes rust-lang#75861 . ``@rustbot`` label +T-libs-api
Configuration menu - View commit details
-
Copy full SHA for 59d9ad9 - Browse repository at this point
Copy the full SHA 59d9ad9View commit details -
Rollup merge of rust-lang#91122 - dtolnay:not, r=m-ou-se
impl Not for ! The lack of this impl caused trouble for me in some degenerate cases of macro-generated code of the form `if !$cond {...}`, even without `feature(never_type)` on a stable compiler. Namely if `$cond` contains a `return` or `break` or similar diverging expression, which would otherwise be perfectly legal in boolean position, the code previously failed to compile with: ```console error[E0600]: cannot apply unary operator `!` to type `!` --> library/core/tests/ops.rs:239:8 | 239 | if !return () {} | ^^^^^^^^^^ cannot apply unary operator `!` ```
Configuration menu - View commit details
-
Copy full SHA for 55a1f8b - Browse repository at this point
Copy the full SHA 55a1f8bView commit details -
Rollup merge of rust-lang#93068 - jsha:dot-spacing, r=GuillaumeGomez
Fix spacing for `·` between stability and source This puts in an actual space (by adjusting the space-eating operators in our templates), updates the test, and remove the now-unnecessary CSS rule. r? ``@GuillaumeGomez``
Configuration menu - View commit details
-
Copy full SHA for 24ac541 - Browse repository at this point
Copy the full SHA 24ac541View commit details -
Rollup merge of rust-lang#93103 - estebank:await-span, r=nagisa
Tweak `expr.await` desugaring `Span` Fix rust-lang#93074
Configuration menu - View commit details
-
Copy full SHA for a152528 - Browse repository at this point
Copy the full SHA a152528View commit details -
Rollup merge of rust-lang#93113 - GuillaumeGomez:unify-sizes, r=jsha
Unify search input and buttons size Fixes rust-lang#93060. Here what it looks like: ![Screenshot from 2022-01-20 21-38-19](https://user-images.githubusercontent.com/3050060/150418571-fefd6538-b3ee-4dd2-b77b-77e96bcfa0ed.png) ![Screenshot from 2022-01-20 21-38-22](https://user-images.githubusercontent.com/3050060/150418570-53ba259b-9bd4-4084-8b43-d74a5752d712.png) You can test it [here](https://rustdoc.crud.net/imperio/unify-sizes/std/index.html). r? ``@jsha``
Configuration menu - View commit details
-
Copy full SHA for 74b05ce - Browse repository at this point
Copy the full SHA 74b05ceView commit details -
Rollup merge of rust-lang#93168 - skrap:master, r=Amanieu
update uclibc instructions for new toolchain, add link from platforms doc 2 quick things: 1) `libc` was updated to make use of features in a uclibc version more recent than the recommended toolchain in the target document, so I updated the link. 2) As has been done with other platforms, link directly from the platform support doc to the target-specific document.
Configuration menu - View commit details
-
Copy full SHA for 389e712 - Browse repository at this point
Copy the full SHA 389e712View commit details -
Rollup merge of rust-lang#93185 - camelid:crate-private, r=GuillaumeG…
…omez rustdoc: Make some `pub` items crate-private They don't need to be `pub`. Making them crate-private improves code clarity and `dead_code` linting.
Configuration menu - View commit details
-
Copy full SHA for d4c9c5a - Browse repository at this point
Copy the full SHA d4c9c5aView commit details -
Rollup merge of rust-lang#93196 - mati865:remove-build_helper-dead-co…
…de, r=Mark-Simulacrum Remove dead code from build_helper Tested with `./x.py check` ran on x86_64 Linux.
Configuration menu - View commit details
-
Copy full SHA for 1a935a5 - Browse repository at this point
Copy the full SHA 1a935a5View commit details