-
Notifications
You must be signed in to change notification settings - Fork 12.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
refining_impl_trait suggestion in invalid code
A-diagnostics
#129404
opened Aug 22, 2024 by
cyrgani
wasip2 uses wasi:random/random to generate hashmap_random_keys
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#129402
opened Aug 22, 2024 by
juntyr
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
box_uninit_write
C-tracking-issue
#129397
opened Aug 22, 2024 by
workingjubilee
2 tasks
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
new_zeroed_alloc
C-tracking-issue
#129396
opened Aug 22, 2024 by
workingjubilee
2 tasks
run-make: audit tests that codegen for specific targets
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129390
opened Aug 22, 2024 by
jieyouxu
4 tasks
run-make: fix Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
run_make_support::fs::create_symlink API and audit symlink usages in rmake.rs tests
A-run-make
#129389
opened Aug 22, 2024 by
jieyouxu
Closure Fn* trait coercion removes other implementable Fn* traits
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#129381
opened Aug 21, 2024 by
konnorandrews
Tracking Issue for unbounded_shifts
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#129375
opened Aug 21, 2024 by
chorman0773
3 tasks
ICE with higher order associated types
A-associated-items
Area: Associated items such as associated types and consts.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129372
opened Aug 21, 2024 by
LHolten
Add some docs for tidy
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#129368
opened Aug 21, 2024 by
jieyouxu
Integer literal type inference causes weird behavior including strange compiler diagnostic (but the suggestion is working).
A-diagnostics
Area: Messages for errors, warnings, and lints
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.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#129360
opened Aug 21, 2024 by
VictorArcium
Compiler can't infer &str type when &String is inserted first in a collection with tuples
A-inference
Area: Type inference
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129358
opened Aug 21, 2024 by
zkkv
Error message suggests to use a Box to wrap dyn Trait when it's unnecessary
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129357
opened Aug 21, 2024 by
msakuta
unreachable_patterns fires on match arm that can't be removed.
A-lint
#129352
opened Aug 21, 2024 by
Dirbaio
#[inline(never)] does not work for async functions
A-async-await
Area: Async & Await
A-codegen
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129347
opened Aug 21, 2024 by
michaelwoerister
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
lazy_get
C-tracking-issue
#129333
opened Aug 20, 2024 by
ChayimFriedman2
1 of 4 tasks
Сompiler can't remove panic locations if they are not used in panic handler
A-panic
Area: Panicking machinery
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
regression-untriaged
Untriaged performance or correctness regression.
#129330
opened Aug 20, 2024 by
StackOverflowExcept1on
Outdated Area: documentation for any part of the project, including the compiler, standard library, and tools
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
static.rust-lang.org documentation from 2014
A-docs
#129328
opened Aug 20, 2024 by
cyrgani
Overly conservative async capture analysis when values are borrowed
I-async-nominated
The issue / PR has been nominated for discussion during an async working group meeting.
WG-async
Working group: Async & await
#129325
opened Aug 20, 2024 by
nikomatsakis
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
ptr::fn_addr_eq
C-tracking-issue
#129322
opened Aug 20, 2024 by
Urgau
1 of 4 tasks
--emit metadata produces less error messages with some targets
C-bug
#129315
opened Aug 20, 2024 by
japaric
We should document the exact minimum versions of build tools required to build a given Rust toolchain
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-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.
#129307
opened Aug 20, 2024 by
jieyouxu
unused_qualification breaks code for older rust versions
A-diagnostics
#129306
opened Aug 20, 2024 by
EdJoPaTo
Incorrect relative jump (rjmp) code generation in latest nightly release for AVR toolchain
A-codegen
Area: Code generation
A-inline-assembly
Area: inline asm!(..)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129301
opened Aug 20, 2024 by
VivekYadav7272
Build to AArch64 errors with "error: fixup value out of range"
C-bug
Category: This is a bug.
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129299
opened Aug 20, 2024 by
midnightveil
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.

