Skip to content

simplify validate_generic_param_order - #86185

Merged
bors merged 1 commit into
rust-lang:masterfrom
klensy:ast-val
Jun 13, 2021
Merged

simplify validate_generic_param_order#86185
bors merged 1 commit into
rust-lang:masterfrom
klensy:ast-val

Conversation

@klensy

Copy link
Copy Markdown
Contributor

No description provided.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @petrochenkov

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 9, 2021
Comment threadcompiler/rustc_ast_passes/src/ast_validation.rs Outdated
Comment threadcompiler/rustc_ast_passes/src/ast_validation.rs Outdated
@klensy

Copy link
Copy Markdown
ContributorAuthor

Will squash after review.

Comment threadcompiler/rustc_ast_passes/src/ast_validation.rs Outdated
Comment threadcompiler/rustc_ast_passes/src/ast_validation.rs Outdated
@klensy

Copy link
Copy Markdown
ContributorAuthor

Expecting small perf improvement, perf run please?

@petrochenkov

Copy link
Copy Markdown
Contributor

@bors try @rust-timer queue

@rust-timer

Copy link
Copy Markdown
Collaborator

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

@rustbotrustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Jun 10, 2021
@bors

bors commented Jun 10, 2021

Copy link
Copy Markdown
Collaborator

⌛ Trying commit ce4308e489461c77cea1e37f405673cf7f031c21 with merge 4bc7477fe1c867c78f756dbad76db4ea55c7eebf...

@petrochenkovpetrochenkov removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 10, 2021
@bors

bors commented Jun 10, 2021

Copy link
Copy Markdown
Collaborator

☀️ Try build successful - checks-actions
Build commit: 4bc7477fe1c867c78f756dbad76db4ea55c7eebf (4bc7477fe1c867c78f756dbad76db4ea55c7eebf)

@rust-timer

Copy link
Copy Markdown
Collaborator

Queued 4bc7477fe1c867c78f756dbad76db4ea55c7eebf with parent c5fbcd3, future comparison URL.

@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking try commit (4bc7477fe1c867c78f756dbad76db4ea55c7eebf): comparison url.

Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying rollup- to bors.

Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up.

@bors rollup=never
@rustbot label: +S-waiting-on-review -S-waiting-on-perf

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-perf Status: Waiting on a perf run to be completed. labels Jun 10, 2021
@klensy

Copy link
Copy Markdown
ContributorAuthor

Nothing interesting in perf, at least not regressed.

@petrochenkov

Copy link
Copy Markdown
Contributor

r=me with #86185 (comment) and commits squashed.

@petrochenkovpetrochenkov added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 10, 2021
@bors

This comment has been minimized.

@klensy
klensyforce-pushed the ast-val branch 3 times, most recently from 39095f2 to f8e3cf7CompareJune 12, 2021 22:32
@klensy

Copy link
Copy Markdown
ContributorAuthor

@rustbot label: -S-waiting-on-author +S-waiting-on-review

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jun 12, 2021
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jun 13, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 6a19867 has been approved by petrochenkov

@borsbors 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 Jun 13, 2021
@bors

bors commented Jun 13, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 6a19867 with merge 6cc5d54...

@bors

bors commented Jun 13, 2021

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: petrochenkov
Pushing 6cc5d54 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jun 13, 2021
@bors
bors merged commit 6cc5d54 into rust-lang:masterJun 13, 2021
@rustbotrustbot added this to the 1.55.0 milestone Jun 13, 2021
@lcnrlcnr added the A-const-generics Area: const generics (parameters and arguments) label Dec 11, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-const-genericsArea: const generics (parameters and arguments)merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@klensy@rust-highfive@petrochenkov@rust-timer@bors@lcnr@rustbot