Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
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
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
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
Search or jump to...
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.5k
Star
105k
Code
Issues
5k+
Pull requests
767
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
Tracking issue for post stage 0 bootstrap sequence redesign follow-ups and bugs
#141901 ·
jieyouxu
opened
on Jun 2, 2025
1
Issues
Search Issues
state
:
open
label
:
A-allocators
state:open label:A-allocators
Search
Labels
Milestones
New issue
Search results
Open
Closed
Change <code>{Box,Arc,Rc,Weak}::into_raw</code> to only work with <code>A = Global</code>
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
A-box
Area: Our favorite opsem complication
Area: Our favorite opsem complication
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
A-miri
Area: The miri tool
Area: The miri tool
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
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 (in progress).
rust-lang/rust
number 141219
#141219
In rust-lang/rust;
·
Amanieu
opened
on May 18, 2025
unresolved symbol <code>rdl_oom</code> when compiling <code>cdylib</code> crate with <code>no_global_oom_handling</code> on <code>pc-windows-msvc</code> target
-Zbuild-std
Unstable Cargo option: Compile the standard library yourself.
Unstable Cargo option: Compile the standard library yourself.
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
A-linkage
Area: linking into static, shared libraries and binaries
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
Toolchain: MSVC, Operating system: Windows
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.
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.
#138758
In rust-lang/rust;
·
wmmc88
opened
on Mar 20, 2025
alloc_error_handler can be an <code>unsafe fn</code> which is then unsoundly invoked
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
C-bug
Category: This is a bug.
Category: This is a bug.
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
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.
#134225
In rust-lang/rust;
·
RalfJung
opened
on Dec 12, 2024
Box sometimes forgets to drop its allocator when the Box is conditionally initialized.
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
A-box
Area: Our favorite opsem complication
Area: Our favorite opsem complication
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
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.
#131082
In rust-lang/rust;
·
theemathas
opened
on Oct 1, 2024
Tracking Issue for __rust_no_alloc_shim_is_unstable
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
A-linkage
Area: linking into static, shared libraries and binaries
Area: linking into static, shared libraries and binaries
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-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#123015
In rust-lang/rust;
·
Mark-Simulacrum
opened
on Mar 24, 2024
<code>RawVec</code> sets capacity incorrectly, causing potentially many bugs
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
A-collections
Area: `std::collections`
Area: `std::collections`
A-slice
Area: `[T]`
Area: `[T]`
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.
#116580
In rust-lang/rust;
·
jmaargh
opened
on Oct 9, 2023
Using <code>thread_local!</code> with <code>Drop</code> from <code>GlobalAlloc::alloc</code> causes crashes
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
C-bug
Category: This is a bug.
Category: This is a bug.
P-high
High priority
High priority
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.
#116390
In rust-lang/rust;
·
nvzqz
opened
on Oct 3, 2023
Crash during thread teardown using TLS in global allocator on macOS
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
A-thread
Area: `std::thread`
Area: `std::thread`
A-thread-locals
Area: Thread local storage (TLS)
Area: Thread local storage (TLS)
C-bug
Category: This is a bug.
Category: This is a bug.
O-macos
Operating system: macOS
Operating system: macOS
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.
#115149
In rust-lang/rust;
·
jrose-signal
opened
on Aug 23, 2023
Regression in global_allocator when using prefer-dynamic on 1.71.0 and above
-Cprefer-dynamic
Codegen option: Prefer dynamic linking to static linking.
Codegen option: Prefer dynamic linking to static linking.
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
A-linkage
Area: linking into static, shared libraries and binaries
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
Category: This is a bug.
P-medium
Medium priority
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
Performance or correctness regression from one stable version to another.
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.
#114518
In rust-lang/rust;
·
alexkornitzer
opened
on Aug 5, 2023
Memory leaks in BTreeMap with <code>allocator_api</code> enabled
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
C-bug
Category: This is a bug.
Category: This is a bug.
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.
#106203
In rust-lang/rust;
·
fuyufjh
opened
on Dec 28, 2022
Unclear unwind safety for <code>std::alloc::Allocator::{grow,shrink}</code>
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
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
Status: Open.
#104224
In rust-lang/rust;
·
kpreid
opened
on Nov 10, 2022
global_allocator does not work with -C prefer-dynamic
-Cprefer-dynamic
Codegen option: Prefer dynamic linking to static linking.
Codegen option: Prefer dynamic linking to static linking.
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-linkage
Area: linking into static, shared libraries and binaries
Area: linking into static, shared libraries and binaries
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.
#100781
In rust-lang/rust;
·
nicbn
opened
on Aug 19, 2022
You can’t perform that action at this time.