Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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 label:T-libs-api
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
14.1k
Star
108k
Code
Issues
5k+
Pull requests
904
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.92
#149161 ·
cuviper
opened
on Nov 20, 2025
4
Issues
Search Issues
state
:
open
label
:
T-libs-api
state:open label:T-libs-api
Search
Labels
Milestones
New issue
Search results
Open
Closed
Tracking issue for release notes of #146792: Implement <code>TryFrom<char></code> for <code>usize</code>.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
This issue may need triage. Remove it if it has been sufficiently triaged.
relnotes
Marks issues that should be documented in the release notes of the next release.
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
Marks issues tracking what text to put in release notes.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open.
#149491
In rust-lang/rust;
·
rustbot
opened
on Nov 30, 2025
unstable proc_macro tracked::* rename/restructure
A-run-make
Area: port run-make Makefiles to rmake.rs
Area: port run-make Makefiles to rmake.rs
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
Nominated for discussion during a libs-api team meeting.
S-waiting-on-t-libs-api
Status: Awaiting decision from T-libs-api
Status: Awaiting decision from T-libs-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-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open (in progress).
rust-lang/rust
number 149400
#149400
In rust-lang/rust;
·
Skgland
opened
on Nov 27, 2025
Edition 2027: Consider replacing <code>std::sync::Mutex</code> and other locks with <code>std::sync::nonpoison</code> versions
A-maybe-future-edition
Something we may consider for a future edition.
Something we may consider for a future edition.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
Category: Discussion or questions that doesn't represent real issues.
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
Nominated for discussion during a libs-api team meeting.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open.
#149359
In rust-lang/rust;
·
tgross35
opened
on Nov 26, 2025
Tracking Issue for constifying x86 intrinsics in stdarch
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-unimplemented
Status: The feature has not been implemented.
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open.
#149298
In rust-lang/rust;
·
sayantn
opened
on Nov 25, 2025
<code>impl Deref for &Extern</code> shouldn't be allowed
C-bug
Category: This is a bug.
Category: This is a bug.
F-extern_types
`#![feature(extern_types)]`
`#![feature(extern_types)]`
F-sized_hierarchy
`#![feature(sized_hierarchy)]`
`#![feature(sized_hierarchy)]`
requires-nightly
This issue requires a nightly compiler in some way.
This issue requires a nightly compiler in some way.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Relevant to the types team, which will review and decide on the PR/issue.
Status: Open.
#149231
In rust-lang/rust;
·
theemathas
opened
on Nov 23, 2025
Tracking Issue for <code>option_reference_flattening</code>
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-unimplemented
Status: The feature has not been implemented.
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open.
#149221
In rust-lang/rust;
·
Coca162
opened
on Nov 22, 2025
Allow shortening lifetime in CoerceUnsized for &mut
A-coercions
Area: implicit and explicit `expr as Type` coercions
Area: implicit and explicit `expr as Type` coercions
F-coerce_unsized
The `CoerceUnsized` trait
The `CoerceUnsized` trait
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Relevant to the types team, which will review and decide on the PR/issue.
Status: Open (in progress).
rust-lang/rust
number 149219
#149219
In rust-lang/rust;
·
theemathas
opened
on Nov 22, 2025
Make PinCoerceUnsized require Deref
A-coercions
Area: implicit and explicit `expr as Type` coercions
Area: implicit and explicit `expr as Type` coercions
A-pin
Area: Pin
Area: Pin
needs-crater
This change needs a crater run to check for possible breakage in the ecosystem.
This change needs a crater run to check for possible breakage in the ecosystem.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-crater
Status: Waiting on a crater run to be completed.
Status: Waiting on a crater run to be completed.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Relevant to the types team, which will review and decide on the PR/issue.
Status: Open (in progress).
rust-lang/rust
number 149218
#149218
In rust-lang/rust;
·
theemathas
opened
on Nov 22, 2025
Tracking Issue for <code>#![feature(ptr_cast_slice)]</code>
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-unimplemented
Status: The feature has not been implemented.
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open.
#149103
In rust-lang/rust;
·
Paladynee
opened
on Nov 19, 2025
Tracking Issue for <code>clone_from_ref</code>
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-unimplemented
Status: The feature has not been implemented.
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open.
#149075
In rust-lang/rust;
·
zachs18
opened
on Nov 19, 2025
Introduce a interfaces to expose the current <code>Command</code> captured env var logic
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-unimplemented
Status: The feature has not been implemented.
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open.
#149070
In rust-lang/rust;
·
schneems
opened
on Nov 18, 2025
Tracking Issue for <code>uint_gather_scatter_bits</code>
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
Status: Open.
#149069
In rust-lang/rust;
·
okaneco
opened
on Nov 18, 2025
You can’t perform that action at this time.