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
is:issue state:open author:thomcc
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
908
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
is
:
issue
state
:
open
author
:
thomcc
is:issue state:open author:thomcc
Search
Labels
Milestones
New issue
Search results
Open
Closed
Provide a better error on anonymous parameters in unexpected locations
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-parser
Area: The lexing & parsing of Rust source code to an AST
Area: The lexing & parsing of Rust source code to an AST
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
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.
#120357
In rust-lang/rust;
·
thomcc
opened
on Jan 26, 2024
Figure out what the stdlib should do about apple's new required reason manifest.
O-ios
Operating system: iOS
Operating system: iOS
O-macos
Operating system: macOS
Operating system: macOS
O-tvos
Operating system: tvOS (including simulator)
Operating system: tvOS (including simulator)
O-watchos
Operating System: watchOS
Operating System: watchOS
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.
#114186
In rust-lang/rust;
·
thomcc
opened
on Jul 28, 2023
Improve <code>core::intrinsics::black_box</code> output.
A-codegen
Area: Code generation
Area: Code generation
A-intrinsics
Area: Intrinsics
Area: Intrinsics
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.
#99899
In rust-lang/rust;
·
thomcc
opened
on Jul 29, 2022
Ignore gitignored files in tidy's file counting
A-testsuite
Area: The testsuite used to check the correctness of rustc
Area: The testsuite used to check the correctness of rustc
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Category: A feature request, i.e: not implemented / a PR.
Status: Open.
#98797
In rust-lang/rust;
·
thomcc
opened
on Jul 2, 2022
<code>x.py bench</code> should consider warning/informing the user if they have a configuration that may produce slower/inaccurate benchmakrs
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
Area: Makes things more difficult for new or seasoned contributors to Rust
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.
#93683
In rust-lang/rust;
·
thomcc
opened
on Feb 5, 2022
Check target definitions to see if more should have <code>cfg(target_thread_local)</code> enabled.
A-thread-locals
Area: Thread local storage (TLS)
Area: Thread local storage (TLS)
F-thread_local
`#![feature(thread_local)]`
`#![feature(thread_local)]`
O-dragonfly
Operating system: DragonFly BSD
Operating system: DragonFly BSD
O-freebsd
Operating system: FreeBSD
Operating system: FreeBSD
O-netbsd
Operating system: NetBSD
Operating system: NetBSD
O-openbsd
Operating system: OpenBSD
Operating system: OpenBSD
O-windows-gnu
Toolchain: GNU, Operating system: Windows
Toolchain: GNU, Operating system: Windows
Status: Open.
#91659
In rust-lang/rust;
·
thomcc
opened
on Dec 8, 2021
Several trivial <code>Vec<T></code> methods (deref, as_ref, etc) end up in compiled output when optimizing for size.
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
#89389
In rust-lang/rust;
·
thomcc
opened
on Sep 30, 2021
<code>thread_local!</code> dtor registration can pass wrong <code>__dso_handle</code> if dynamically linked
A-thread-locals
Area: Thread local storage (TLS)
Area: Thread local storage (TLS)
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.
#88737
In rust-lang/rust;
·
thomcc
opened
on Sep 8, 2021
Tracking Issue for <code>#![feature(c_size_t)]</code> (<code>std::os::raw::c_size_t</code>/<code>std::os::raw::c_ssize_t</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.
#88345
In rust-lang/rust;
·
thomcc
opened
on Aug 25, 2021
Ignored doctests are run with <code>cargo test -- --ignored</code>.
A-doctests
Area: Documentation tests, run by rustdoc
Area: Documentation tests, run by rustdoc
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.
#87586
In rust-lang/rust;
·
thomcc
opened
on Jul 29, 2021
<code>dsymutil</code> hits SIGBUS during <code>cargo build</code>, and spams warnings like "could not find object file symbol for symbol"
A-codegen
Area: Code generation
Area: Code generation
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.
#84849
In rust-lang/rust;
·
thomcc
opened
on May 3, 2021
Rustc unable to see through Vec/RawVec abstraction for <code>push</code> (and other cases)
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.
Status: Open.
#84542
In rust-lang/rust;
·
thomcc
opened
on Apr 25, 2021
You can’t perform that action at this time.