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
type:"Bug"
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
873
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
type
:
"Bug"
type:"Bug"
Search
Labels
Milestones
New issue
Search results
Open
Closed
amdgcn target failling to build compiler_builtins (and thus all examples)
C-bug
Category: This is a bug.
Category: This is a bug.
O-amdgcn
Target: the Radeon 9001XT and such
Target: the Radeon 9001XT and such
Status: Closed (completed).
Bug
#144381
In rust-lang/rust;
·
by
ZuseZ4
was closed
on Jul 27, 2025
GVN makes an incorrect index access
A-mir-opt
Area: MIR optimizations
Area: MIR optimizations
A-mir-opt-GVN
Area: MIR opt Global Value Numbering (GVN)
Area: MIR opt Global Value Numbering (GVN)
A-rustlantis
A miscompilation found by Rustlantis
A miscompilation found by Rustlantis
C-bug
Category: This is a bug.
Category: This is a bug.
I-miscompile
Issue: Correct Rust code lowers to incorrect machine code
Issue: Correct Rust code lowers to incorrect machine code
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
P-high
High priority
High priority
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: Closed (completed).
Bug
#141251
In rust-lang/rust;
·
by
dianqk
was closed
on May 28, 2025
Fix autodiff builds on Apple CI
A-CI
Area: Our Github Actions CI
Area: Our Github Actions CI
C-bug
Category: This is a bug.
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
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)
Status: Open.
Bug
#140137
In rust-lang/rust;
·
ZuseZ4
opened
on Apr 22, 2025
x.py check fails on enzyme build step
C-bug
Category: This is a bug.
Category: This is a bug.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
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)
Status: Closed (completed).
Bug
#139936
In rust-lang/rust;
·
by
ZuseZ4
was closed
on Apr 20, 2025
autodiff fails in impl blocks
C-bug
Category: This is a bug.
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
Status: Closed (completed).
Bug
#139557
In rust-lang/rust;
·
by
ZuseZ4
was closed
on Apr 23, 2025
rustdoc <code>ignore-*</code> markdown attribute ignores everything
A-doctests
Area: Documentation tests, run by rustdoc
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
Performance or correctness regression from stable to nightly.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Status: Closed (completed).
Bug
#138863
In rust-lang/rust;
·
by
weihanglo
was closed
on Mar 26, 2025
MIR inliner, despite running, doesn't always inline trivial things like <code>i32::le</code>
A-mir-opt
Area: MIR optimizations
Area: MIR optimizations
A-mir-opt-inlining
Area: MIR inlining
Area: MIR inlining
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
Category: An issue highlighting optimization opportunities or PRs implementing such
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: Closed (completed).
Bug
#138136
In rust-lang/rust;
·
by
scottmcm
was closed
on Mar 14, 2025
<code>size_hint</code> can be malformed from <code>rustc_middle::mir::traversal::Postorder</code>
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
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: Closed (completed).
Bug
#137919
In rust-lang/rust;
·
by
scottmcm
was closed
on Mar 16, 2025
Debug impls of ExtractIf have inconsistent trait bounds
C-bug
Category: This is a bug.
Category: This is a bug.
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: Closed (completed).
Bug
#137654
In rust-lang/rust;
·
by
dtolnay
was closed
on May 6, 2025
running <code>rustdoc-js-std</code> tests does not rebuild rustdoc even if it is dirty
A-testsuite
Area: The testsuite used to check the correctness of rustc
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
Category: This is a bug.
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)
Status: Open.
Bug
#135590
In rust-lang/rust;
·
lolbinarycat
opened
on Jan 16, 2025
<code>impl ... for Box<CoreType></code> in alloc should not require <code>#[cfg(not(test))]</code>
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
C-bug
Category: This is a bug.
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
Call for partcipation: This issues needs some investigation to determine current status
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.
Bug
#135100
In rust-lang/rust;
·
joshtriplett
opened
on Jan 4, 2025
compiletest: more granular <code>--nocapture</code> for <code>run-make</code> tests
A-compiletest
Area: The compiletest test runner
Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
Area: port run-make Makefiles to rmake.rs
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
Area: test infrastructure (may span bootstrap/compiletest/more)
C-bug
Category: This is a bug.
Category: This is a bug.
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.
Bug
#134520
In rust-lang/rust;
·
jieyouxu
opened
on Dec 19, 2024
You can’t perform that action at this time.