Skip to content

Conversation

Dylan-DPC
Copy link
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

c410-f3r and others added 12 commits March 21, 2022 19:45
Signed-off-by: ZHANGWENTAI <[email protected]>
Signed-off-by: ZHANGWENTAI <[email protected]>
…nkov

[`macro-metavar-expr`] Fix generated tokens hygiene

Only uses `Marker` on generated tokens -> rust-lang#83527 (comment))

I really don't know how to test this PR

r? `@petrochenkov`
rename LocalState::Uninitialized to Unallocated

This is to avoid confusion with `Uninit` as in `ScalarMaybeUninit`, which is very different.

r? `@oli-obk`
…rain, r=petrochenkov

Suggest constraining param for unary ops when missing trait impl

This PR adds a suggestion of constraining param for unary ops `-` and `!` when the corresponding trait implementation
is missing.

Fixs rust-lang#94543.

BTW, this is my first time to touch rustc, please correct me if I did anything wrong.
…en-parsing-generic-arg, r=oli-obk

Cancel a not emitted error after parsing const generic args

closes rust-lang#95163
… r=yaahc

update Termination trait docs

this pr add some statement about intending to provide `Termination` trait only on standard library's runtime.

from rust-lang#93448

r? `@Lokathor`
@Dylan-DPC
Copy link
Member Author

@bors r+ rollup=never p=5

@rustbot rustbot added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Mar 22, 2022
@bors
Copy link
Collaborator

bors commented Mar 22, 2022

📌 Commit 2aca599 has been approved by Dylan-DPC

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 22, 2022
@bors
Copy link
Collaborator

bors commented Mar 22, 2022

⌛ Testing commit 2aca599 with merge 5f37001...

@bors
Copy link
Collaborator

bors commented Mar 22, 2022

☀️ Test successful - checks-actions
Approved by: Dylan-DPC
Pushing 5f37001 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Mar 22, 2022
@bors bors merged commit 5f37001 into rust-lang:master Mar 22, 2022
@rustbot rustbot added this to the 1.61.0 milestone Mar 22, 2022
This was referenced Mar 22, 2022
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (5f37001): comparison url.

Summary: This benchmark run did not return any relevant results.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants