-
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 #91727
Rollup of 7 pull requests #91727
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for acd39ff - Browse repository at this point
Copy the full SHA acd39ffView commit details
Commits on Dec 9, 2021
-
rustdoc: Show type layout for type aliases
At first, you might think, "Why not just click through to the aliased type?" But, if a type alias instantiates all of the generic parameters of the aliased type, then it can show layout info even though the aliased type cannot (because we can't compute layout for generic types). So, I think it's useful to show layout info for type aliases. This is a followup of 78d4b453ad2e19d44011b26fc55c949bff5dba3d (originally part of rust-lang#83501).
Configuration menu - View commit details
-
Copy full SHA for e36da67 - Browse repository at this point
Copy the full SHA e36da67View commit details -
Improve the readability of
List<T>
.This commit does the following. - Expands on some of the things already mentioned in comments. - Describes the uniqueness assumption, which is critical but wasn't mentioned at all. - Rewrites `empty()` into a clearer form, as provided by Daniel Henry-Mantilla on Zulip. - Reorders things slightly so that more important things are higher up, and incidental things are lower down, which makes reading the code easier.
Configuration menu - View commit details
-
Copy full SHA for 769a707 - Browse repository at this point
Copy the full SHA 769a707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 258fd89 - Browse repository at this point
Copy the full SHA 258fd89View commit details -
Configuration menu - View commit details
-
Copy full SHA for e472fea - Browse repository at this point
Copy the full SHA e472feaView commit details -
Update src/test/rustdoc-ui/issue-91713.rs
Co-authored-by: Joshua Nelson <github@jyn.dev>
Configuration menu - View commit details
-
Copy full SHA for 2b6987d - Browse repository at this point
Copy the full SHA 2b6987dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d18a45 - Browse repository at this point
Copy the full SHA 7d18a45View commit details -
Add needs-unwind to tests that depend on panicking
This directive isn't automatically set by compiletest or x.py, but can be turned on manually for targets that require it.
Configuration menu - View commit details
-
Copy full SHA for ea68758 - Browse repository at this point
Copy the full SHA ea68758View commit details
Commits on Dec 10, 2021
-
Rollup merge of rust-lang#91373 - djkoloski:fuchsia_test_suite, r=Mar…
…k-Simulacrum Add needs-unwind to tests that depend on panicking These tests were found by running the test suite on fuchsia which compiles with `panic=abort` by default, then picking through the failures manually to locate the tests that require unwinding support. Most of these tests are already opted-out on platforms that compile with `panic=abort` by default. This just generalizes it a bit more so that fuchsia tests can be run properly. Currently, the `needs-unwind` directive needs to be manually passed to compiletest (e.g. via `--test-args '--target-panic=abort'`). Eventually, I would like `x.py` or compiletest to determine whether the directive should be used automatically based on the target panic settings.
Configuration menu - View commit details
-
Copy full SHA for 7776a74 - Browse repository at this point
Copy the full SHA 7776a74View commit details -
Rollup merge of rust-lang#91426 - eggyal:idfunctor-panic-safety, r=lcnr
Make IdFunctor::try_map_id panic-safe Addresses FIXME comment created in rust-lang#78313 r? ``@lcnr``
Configuration menu - View commit details
-
Copy full SHA for ba9d072 - Browse repository at this point
Copy the full SHA ba9d072View commit details -
Rollup merge of rust-lang#91617 - nnethercote:improve-List-readabilit…
…y, r=lcnr Improve the readability of `List<T>`. This commit does the following. - Expands on some of the things already mentioned in comments. - Describes the uniqueness assumption, which is critical but wasn't mentioned at all. - Rewrites `empty()` into a clearer form, as provided by Daniel Henry-Mantilla on Zulip. - Reorders things slightly so that more important things are higher up, and incidental things are lower down, which makes reading the code easier. r? ``@lcnr``
Configuration menu - View commit details
-
Copy full SHA for a6a38c2 - Browse repository at this point
Copy the full SHA a6a38c2View commit details -
Rollup merge of rust-lang#91682 - camelid:alias-layout, r=jyn514
rustdoc: Show type layout for type aliases Fixes rust-lang#91265. At first, you might think, "Why not just click through to the aliased type?" But, if a type alias instantiates all of the generic parameters of the aliased type, then it can show layout info even though the aliased type cannot (because we can't compute layout for generic types). So, I think it's useful to show layout info for type aliases. This is a followup of 78d4b453ad2e19d44011b26fc55c949bff5dba3d (originally part of rust-lang#83501).
Configuration menu - View commit details
-
Copy full SHA for de3d1cc - Browse repository at this point
Copy the full SHA de3d1ccView commit details -
Rollup merge of rust-lang#91717 - inashivb:issue-91713, r=jyn514
Add deprecation warning for --passes Issue rust-lang#91713 mentored by ``@jyn514``
Configuration menu - View commit details
-
Copy full SHA for 633773f - Browse repository at this point
Copy the full SHA 633773fView commit details -
Rollup merge of rust-lang#91718 - RalfJung:unaligned_references, r=na…
…gisa give more help in the unaligned_references lint Cc rust-lang#82523 (comment) `@kaisq`
Configuration menu - View commit details
-
Copy full SHA for b90cdbf - Browse repository at this point
Copy the full SHA b90cdbfView commit details