Skip to content

Minor compiler operations chapter adjustments #913

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jieyouxu
Copy link
Member

@jieyouxu jieyouxu commented Jul 8, 2025

Some wording clarifications, and a tip about the Github Issues Dashboard and advanced filters.

r? @apiraino

Rendered

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 8, 2025
Copy link
Contributor

@apiraino apiraino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left some nits


## Useful tips

You can utilize the [GitHub Issues Dashboard](https://github.com/issues/) to create custom filters. The filters allow you to aggregate both issues and PRs from *multiple* repositories, and allows applying [advanced filters][adv-filters]. See <https://github.blog/changelog/2025-04-02-github-issues-dashboard-updates/>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is cool (and by the way I should start using it as well) but for clarity I would link a real example. I clicked https://github.com/issues and got 42.881.679, all issues on GitHub 😆

Maybe this example could be more relevant to us: all open issues on r-l/rust and r-l/cargo? Or something else

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me actually fill this in with some filters I use.

Copy link
Member Author

@jieyouxu jieyouxu Jul 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filter Description
repo:rust-lang/rust label:P-critical is:open Open P-critical issues
repo:rust-lang/rust label:T-compiler label:P-high is:open Open P-high T-compiler issues
repo:rust-lang/rust label:needs-triage -label:relnotes Untriaged issues
repo:rust-lang/rust label:regression-untriaged Untriaged regressions
repo:rust-lang/rust label:proposed-final-comment-period Issues/PRs with on-going FCP
repo:rust-lang/rust label:proposed-final-comment-period label:T-compiler Issues/PRs with on-going T-compiler FCP
repo:rust-lang/rust label:I-prioritize Unprioritized issues
repo:rust-lang/rust label:needs-triage label:relnotes-tracking-issue Untriaged/unedited relnotes issues
repo:rust-lang/rfcs label:T-compiler is:pr is:open RFCs concerning T-compiler
repo:rust-lang/rfcs label:T-compiler label:proposed-final-comment-period RFCs concerning T-compiler with on-going FCP

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay thank you!! 🙏

@jieyouxu jieyouxu force-pushed the compiler-ops branch 2 times, most recently from 687f568 to 5797408 Compare July 10, 2025 10:35
@jieyouxu jieyouxu enabled auto-merge July 10, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants