-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 4 pull requests #124820
Closed
Closed
Rollup of 4 pull requests #124820
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…, r=ehuss Make check-cfg docs more user-friendly This PR improves the `--check-cfg` to make them more user-friendly by: - explaining the purpose of the feature - removing the "form" jargon - making it (bit) less formal and more "friendly" - making the doc less cluttered - and by fixing (the width and flags) of the examples `@rustbot` label +F-check-cfg
Record impl args in the proof tree in new solver Rather than rematching them during select. Also use `ImplSource::Param` instead of `ImplSource::Builtin` for alias-bound candidates, so we don't ICE in `Instance::resolve`. r? lcnr
…er-errors borrowck: prepopulate opaque storage more eagerly otherwise we ICE due to ambiguity when normalizing while computing implied bounds. r? `@compiler-errors`
Update books ## rust-lang/book 3 commits in d207d894cc5e1d496ab99beeacd1a420e5d4d238..bebcf527e67755a989a1739b7cfaa8f0e6b30040 2024-04-30 02:06:57 UTC to 2024-04-25 21:04:25 UTC - [ch10-03] Fix wording change about mandatory type annotation (rust-lang/book#3904) - Introduce handling for accessible/semantic note rendering in HTML (rust-lang/book#3907) - Backport changes from print for ch7 (rust-lang/book#3901) ## rust-embedded/book 1 commits in aa7d4b0b4653ddb47cb1de2036d090ec2ba9dab1..17842ebb050f62e40a4618edeb8e8ee86e758707 2024-05-01 13:23:40 UTC to 2024-05-01 13:23:40 UTC - Update embedded rust debugging section of tooling.md (rust-embedded/book#369) ## rust-lang/reference 1 commits in 5854fcc286557ad3ab34d325073d11d8118096b6..51817951d0d213a0011f82b62aae02c3b3f2472e 2024-04-27 17:54:45 UTC to 2024-04-27 17:54:45 UTC - Add docs for `#[collapse_debuginfo]` attribute (rust-lang/reference#1468) ## rust-lang/rust-by-example 3 commits in 60d34b5fd33db1346f9aabfc0c9d0bda6c8e42be..229ad13b64d919b12e548d560f06d88963b25cd3 2024-05-06 00:15:45 UTC to 2024-04-24 18:29:38 UTC - Missing import (rust-lang/rust-by-example#1841) - Added missing word (rust-lang/rust-by-example#1838) - Raw string literal can contain up to 255 #s according to Rust Reference (rust-lang/rust-by-example#1839) ## rust-lang/rustc-dev-guide 5 commits in 07425fe..2d1947f 2024-05-06 06:48:21 UTC to 2024-04-28 18:31:21 UTC - Add documentation for check-cfg by-default in UI tests (rust-lang/rustc-dev-guide#1966) - Add documentation on Apple notification group (rust-lang/rustc-dev-guide#1964) - Update CI documentation to avoid mentioning `expand-yaml-anchors` (rust-lang/rustc-dev-guide#1971) - Rename `-Z verbose` to `-Z verbose-internals` (rust-lang/rustc-dev-guide#1968) - typo traige->triage (rust-lang/rustc-dev-guide#1967)
rustbot
added
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
rollup
A PR which is a rollup
labels
May 6, 2024
@bors r+ rollup=never p=4 |
bors
added
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
May 6, 2024
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 6, 2024
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#124209 (Make check-cfg docs more user-friendly) - rust-lang#124759 (Record impl args in the proof tree in new solver) - rust-lang#124809 (borrowck: prepopulate opaque storage more eagerly) - rust-lang#124815 (Update books) r? `@ghost` `@rustbot` modify labels: rollup
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
bors
added
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
and removed
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
labels
May 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
rollup
A PR which is a rollup
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Successful merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup