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 label:A-allocators
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
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
13.9k
Star
107k
Code
Issues
5k+
Pull requests
903
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
20
Issues
Search Issues
state
:
open
label
:
A-allocators
state:open label:A-allocators
Search
Labels
Milestones
New issue
Search results
Open
Closed
Tracking issue for release notes of #55724: Tracking issue for alloc_layout_extra
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
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.
#148117
In rust-lang/rust;
·
rustbot
opened
on Oct 25, 2025
Simplify <code>jemalloc</code> setup
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
O-linux
Operating system: Linux
Operating system: Linux
O-macos
Operating system: macOS
Operating system: macOS
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-clippy
Relevant to the Clippy team.
Relevant to the Clippy team.
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-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: Open (in progress).
rust-lang/rust
number 146627
#146627
In rust-lang/rust;
·
madsmtm
opened
on Sep 16, 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
-Zfixed-x18
Unstable option: -Zfixed-x18
Unstable option: -Zfixed-x18
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
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
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
'unsafe impl<A> Allocator for &A where A: Allocator' is problematic
A-allocators
Area: Custom and system allocators
Area: Custom and system allocators
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
Category: An issue highlighting optimization opportunities or PRs implementing such
I-slow
Issue: Problems and improvements with respect to performance of generated code.
Issue: Problems and improvements with respect to performance of generated code.
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.
#98232
In rust-lang/rust;
·
RalfJung
opened
on Jun 18, 2022
You can’t perform that action at this time.