Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
state:open author:jyn514 label:T-compiler
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
13.8k
Star
107k
Code
Issues
5k+
Pull requests
861
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Draft release notes for 1.91
#147010 ·
Mark-Simulacrum
opened
on Sep 25, 2025
19
Issues
Search Issues
state
:
open
author
:
jyn514
label
:
T-compiler
state:open author:jyn514 label:T-compiler
Search
Labels
Milestones
New issue
Search results
Open
Closed
Allow printing a fully-qualified path in <code>def_path_str</code>
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open (in progress).
rust-lang/rust
number 147444
#147444
In rust-lang/rust;
·
jyn514
opened
on Oct 7, 2025
track renamed and removed library feature gates
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-stability
Area: `#[stable]`, `#[unstable]` etc.
Area: `#[stable]`, `#[unstable]` etc.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Category: A feature request, i.e: not implemented / a PR.
E-help-wanted
Call for participation: Help is requested to fix this issue.
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
F-staged_api
`#![feature(staged_api)]`
`#![feature(staged_api)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#141617
In rust-lang/rust;
·
jyn514
opened
on May 26, 2025
consider nudging people to document new features in the unstable book
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
Area: Documentation for any part of the project, including the compiler, standard library, and tools
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#141527
In rust-lang/rust;
·
jyn514
opened
on May 25, 2025
autogenerate compiler flag stubs in the unstable book
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
Area: Documentation for any part of the project, including the compiler, standard library, and tools
E-help-wanted
Call for participation: Help is requested to fix this issue.
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#141525
In rust-lang/rust;
·
jyn514
opened
on May 24, 2025
if multiple <code>-Z allow-features</code> are passed, only the last is used
A-CLI
Area: Command-line interface (CLI) to the compiler
Area: Command-line interface (CLI) to the compiler
C-bug
Category: This is a bug.
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#139947
In rust-lang/rust;
·
jyn514
opened
on Apr 17, 2025
add an internal lint for nightly-channel-only features without a feature gate
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-stability
Area: `#[stable]`, `#[unstable]` etc.
Area: `#[stable]`, `#[unstable]` etc.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#139892
In rust-lang/rust;
·
jyn514
opened
on Apr 16, 2025
-Z allow-features does not apply to -Z flags
A-CLI
Area: Command-line interface (CLI) to the compiler
Area: Command-line interface (CLI) to the compiler
A-stability
Area: `#[stable]`, `#[unstable]` etc.
Area: `#[stable]`, `#[unstable]` etc.
C-bug
Category: This is a bug.
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#139890
In rust-lang/rust;
·
jyn514
opened
on Apr 16, 2025
crates are considered for <code>fn() -> type</code> name resolution if they have generic parameters
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#139095
In rust-lang/rust;
·
jyn514
opened
on Mar 29, 2025
Tracking Issue for -Z crate-attr
-Zcrate-attr
Unstable option: -Zcrate-attr
Unstable option: -Zcrate-attr
A-CLI
Area: Command-line interface (CLI) to the compiler
Area: Command-line interface (CLI) to the compiler
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
Blocker: Approved by a merged RFC but not yet implemented.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-impl-incomplete
Status: The implementation is incomplete.
Status: The implementation is incomplete.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#138287
In rust-lang/rust;
·
jyn514
opened
on Mar 9, 2025
Experiment with using <code>HashMap::with_capacity</code> throughout the compiler
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
Category: An issue highlighting optimization opportunities or PRs implementing such
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
I-compiletime
Issue: Problems and improvements with respect to compile times.
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#137005
In rust-lang/rust;
·
jyn514
opened
on Feb 14, 2025
Tracking Issue for short backtraces in the default panic hook
A-backtrace
Area: Backtraces
Area: Backtraces
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#136129
In rust-lang/rust;
·
jyn514
opened
on Jan 27, 2025
Tracking Issue for enabling the <code>linker-messages</code> lint by default
A-linkage
Area: linking into static, shared libraries and binaries
Area: linking into static, shared libraries and binaries
A-linkers
Area: linkers... you gotta love linkers
Area: linkers... you gotta love linkers
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
E-help-wanted
Call for participation: Help is requested to fix this issue.
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
L-linker_messages
Lint: linker_messages
Lint: linker_messages
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#136096
In rust-lang/rust;
·
jyn514
opened
on Jan 26, 2025
You can’t perform that action at this time.