Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

lcnr
Copy link
Contributor

@lcnr lcnr commented Sep 26, 2022

@rustbot rustbot added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Sep 26, 2022
@rustbot
Copy link
Collaborator

rustbot commented Sep 26, 2022

Some changes occurred in src/tools/clippy

cc @rust-lang/clippy

Some changes occurred in src/librustdoc/clean/types.rs

cc @camelid

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 26, 2022
@bors
Copy link
Collaborator

bors commented Sep 26, 2022

☔ The latest upstream changes (presumably #102224) made this pull request unmergeable. Please resolve the merge conflicts.

@lcnr lcnr force-pushed the rustc_hir_analysis branch 2 times, most recently from 30766a0 to 668cc19 Compare September 26, 2022 15:32
@bors
Copy link
Collaborator

bors commented Sep 26, 2022

☔ The latest upstream changes (presumably #102051) made this pull request unmergeable. Please resolve the merge conflicts.

@compiler-errors
Copy link
Member

This just renames the whole crate? If so, then I guess that's a fine first step. r=me

@bors p=5 rollup=never since it's bitrotty

@lcnr lcnr force-pushed the rustc_hir_analysis branch from 668cc19 to 1fc86a6 Compare September 27, 2022 08:38
@lcnr
Copy link
Contributor Author

lcnr commented Sep 27, 2022

@bors r=compiler-errors

@bors
Copy link
Collaborator

bors commented Sep 27, 2022

📌 Commit 1fc86a6 has been approved by compiler-errors

It is now in the queue for this repository.

@bors 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 Sep 27, 2022
@lcnr lcnr changed the title rustc_typeck to rustc_hir_analysis rename rustc_typeck to rustc_hir_analysis Sep 27, 2022
@bors
Copy link
Collaborator

bors commented Sep 27, 2022

⌛ Testing commit 1fc86a6 with merge 57ee5cf...

@bors
Copy link
Collaborator

bors commented Sep 27, 2022

☀️ Test successful - checks-actions
Approved by: compiler-errors
Pushing 57ee5cf to master...

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (57ee5cf): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean1 range count2
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
3.3% [3.3%, 3.3%] 1
Improvements ✅
(primary)
-2.6% [-2.6%, -2.6%] 1
Improvements ✅
(secondary)
-4.0% [-4.0%, -4.0%] 1
All ❌✅ (primary) -2.6% [-2.6%, -2.6%] 1

Cycles

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean1 range count2
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-3.2% [-3.2%, -3.2%] 1
Improvements ✅
(secondary)
-2.6% [-3.1%, -2.1%] 2
All ❌✅ (primary) -3.2% [-3.2%, -3.2%] 1

Footnotes

  1. the arithmetic mean of the percent change 2

  2. number of relevant changes 2

davidtwco added a commit to davidtwco/rust that referenced this pull request Sep 28, 2022
In rust-lang#102306, `rustc_typeck` was renamed to `rustc_hir_analysis` but the
diagnostic resources were not renamed - which is what this commit
changes.

Signed-off-by: David Wood <[email protected]>
Dylan-DPC added a commit to Dylan-DPC/rust that referenced this pull request Sep 28, 2022
…k, r=estebank

errors: rename `typeck.ftl` to `hir_analysis.ftl`

In rust-lang#102306, `rustc_typeck` was renamed to `rustc_hir_analysis` but the diagnostic resources were not renamed - which is what this pull request changes.
davidtwco added a commit to davidtwco/rust that referenced this pull request Oct 3, 2022
In rust-lang#102306, `rustc_typeck` was renamed to `rustc_hir_analysis` but the
diagnostic resources were not renamed - which is what this commit
changes.

Signed-off-by: David Wood <[email protected]>
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 4, 2022
… r=compiler-errors

errors: rename `typeck.ftl` to `hir_analysis.ftl`

In rust-lang#102306, `rustc_typeck` was renamed to `rustc_hir_analysis` but the diagnostic resources were not renamed - which is what this pull request changes.
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. 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants