-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Rustdoc reports Area: Intra-doc links, the ability to link to items in docs by name
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
broken-intra-doc-links
for Github markdown [!IMPORTANT]
-type blockquotes
A-intra-doc-links
#141866
opened Jun 1, 2025 by
Qix-
libtest filters should include the test crate's name in the string matched against the filter
A-libtest
Area: `#[test]` / the `test` library
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
T-testing-devex
Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#141862
opened Jun 1, 2025 by
RalfJung
new warnings about Area: Concerning the application binary interface (ABI)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#[inline(always)]
functions missing #[target_feature(enable="sse")]
A-ABI
#141848
opened Jun 1, 2025 by
oconnor663
Should a Relating to patterns and pattern matching
A-slice-patterns
Area: Slice patterns, https://github.com/rust-lang/rust/issues/23121
C-discussion
Category: Discussion or questions that doesn't represent real issues.
I-lang-nominated
Nominated for discussion during a lang team meeting.
P-lang-drag-2
Lang team prioritization drag level 2.https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang.
T-lang
Relevant to the language team
[..]
slice pattern constitute a discriminant read
A-patterns
#141825
opened May 31, 2025 by
meithecatte
Please stop using GITHUB_ACTION to change the behaviour of the build system
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#141813
opened May 31, 2025 by
lu-zero
Ideas for improving Area: Lints (warnings about flaws in source code) such as unused_mut.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
L-mismatched_lifetime_syntaxes
Lint: mismatched_lifetime_syntaxes
T-lang
Relevant to the language team
mismatched_lifetime_syntaxes
wording?
A-lints
#141752
opened May 30, 2025 by
jieyouxu
We don't imply outlives-bounds from the own explicit bounds of a GAT projection
A-associated-items
Area: Associated items (types, constants & functions)
A-GATs
Area: Generic associated types (GATs)
A-implied-bounds
Area: Implied bounds / inferred outlives-bounds
A-lifetimes
Area: Lifetimes / regions
C-discussion
Category: Discussion or questions that doesn't represent real issues.
P-low
Low priority
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#141692
opened May 28, 2025 by
fmease
Adding Area: Lifetimes / regions
A-type-system
Area: Type system
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler 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.
use std::error::Error
unexpectedly breaks lifetime inference
A-lifetimes
#141673
opened May 28, 2025 by
phip1611
Can't use fn() for C binding if C uses sentinel value
A-FFI
Area: Foreign function interface (FFI)
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-opsem
Relevant to the opsem team
#141660
opened May 27, 2025 by
karolherbst
Consider folkertdev's Category: Discussion or questions that doesn't represent real issues.
F-c_variadic
`#![feature(c_variadic)]`
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
T-lang
Relevant to the language team
c_variadic
proposal
C-discussion
#141524
opened May 24, 2025 by
traviscross
Unexpected type inference failure when comparing Vec::<T>::new() to an empty array []
A-inference
Area: Type inference
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141329
opened May 21, 2025 by
623637646
&raw const some_union.field
erroneously requires unsafe
C-discussion
#141264
opened May 19, 2025 by
kupiakos
some macros have scrambled "Since" versions
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-stability
Area: `#[stable]`, `#[unstable]` etc.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140998
opened May 14, 2025 by
lolbinarycat
Failed to compile code targetting Category: Discussion or questions that doesn't represent real issues.
O-wasm32-wasip2
Target: wasm32-wasip2
wasm32-wasip2
with +atomics,+bulk-memory,+mutable-globals
enabled
C-discussion
#140971
opened May 13, 2025 by
aryan9600
Possible regression with rust_panic being mangled
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
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.
#140821
opened May 8, 2025 by
Qwinci
fn_cast!
macro
A-control-flow-integrity
#140803
opened May 8, 2025 by
Darksonn
pub use with glob import behaves differently when re-exported vs directly used
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140694
opened May 6, 2025 by
lalala-233
Can Redox OS implement a TOCTOU-free Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-redox
Operating system: Redox, https://www.redox-os.org/
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
fs::remove_dir_all
yet?
A-docs
#140533
opened Apr 30, 2025 by
workingjubilee
Adding Area: linkers... you gotta love linkers
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
wasm32-unknown-unknown
to a Rust toolchain compiled against a specific LLVM revision
A-linkers
#140473
opened Apr 29, 2025 by
szilardszaloki
Should Category: Discussion or questions that doesn't represent real issues.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Vec::as_ptr()
/Vec::as_mut_ptr()
return nullptr instead of the dangling value?
C-discussion
#140410
opened Apr 28, 2025 by
cmazakas
Compiler crash on cross-compile: cargo build --target x86_64-pc-windows-gnu of crate egui
A-linkers
Area: linkers... you gotta love linkers
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140237
opened Apr 24, 2025 by
John-Nagle
global_asm!
issues LLVM error "undefined temporary symbol" for non-existent numerical labels
A-global-asm
#140179
opened Apr 23, 2025 by
pqcfox
Struct containing only associated type of generic may be too constraining variance wise
A-variance
Area: Variance (https://doc.rust-lang.org/nomicon/subtyping.html)
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#140109
opened Apr 21, 2025 by
krtab
rustc bad cli arg error messages doesn't respect Area: Command-line interface (CLI) to the compiler
A-compiletest
Area: The compiletest test runner
A-diagnostics
Area: Messages for errors, warnings, and lints
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
--error-format=json
A-CLI
#140101
opened Apr 21, 2025 by
jieyouxu
inconsistent Area: Pretty printing (including `-Z unpretty`)
C-discussion
Category: Discussion or questions that doesn't represent real issues.
stringify!
A-pretty
#140060
opened Apr 20, 2025 by
loynoir
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.