-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Hang with specific compiler options
C-bug
Category: This is a bug.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132673
opened Nov 6, 2024 by
wxie7
1 of 4 tasks
Hang with specific compiler options
C-bug
Category: This is a bug.
F-generic_associated_types_extended
`#![feature(generic_associated_types_extended)]`
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
requires-incomplete-features
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132672
opened Nov 6, 2024 by
wxie7
1 of 4 tasks
[ICE]: hang with specific compiler options
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.
#132669
opened Nov 6, 2024 by
wxie7
1 of 4 tasks
Double same-bound Area: Trait system
C-bug
Category: This is a bug.
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.
where
clause causes failed type inference
A-traits
#132667
opened Nov 5, 2024 by
collinoc
Misparse in for expressions always suggest wrapping with a body, when it might be something else
A-diagnostics
Area: Messages for errors, warnings, and lints
A-parser
Area: The parsing of Rust source code to an AST
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132656
opened Nov 5, 2024 by
estebank
Declarative macro expansion results in different outcomes than its manual expansion
A-diagnostics
Area: Messages for errors, warnings, and lints
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#132655
opened Nov 5, 2024 by
LorDawid
Tracking issue for release notes of #132515: Fix and undeprecate home_dir()
O-windows
Operating system: Windows
relnotes
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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#132650
opened Nov 5, 2024 by
rustbot
3 tasks
'Expected <function pointer>, found <function item>' diagnostic could explicitly suggest casting
A-diagnostics
Area: Messages for errors, warnings, and lints
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132648
opened Nov 5, 2024 by
clubby789
Add a Area: The compiletest test runner
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
dont-check-error-annotations
to compiletest
A-compiletest
#132647
opened Nov 5, 2024 by
BoxyUwU
compiletest seems to be generating its own macro backtrace diagnostics?
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132644
opened Nov 5, 2024 by
jieyouxu
LUB coercions works for a function but fails for a closure
A-closures
Area: Closures (`|…| { … }`)
A-coercions
Area: implicit and explicit `expr as Type` coercions
C-bug
Category: This is a bug.
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#132643
opened Nov 5, 2024 by
pazmank
Tracking issue for release notes of #132562: Remove the Operating system: Wasi, Webassembly System Interface
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
relnotes
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
wasm32-wasi
target from rustc
O-wasi
#132640
opened Nov 5, 2024 by
rustbot
1 of 3 tasks
Regression in performance (poor codegen) between 1.81 and 1.82
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132636
opened Nov 5, 2024 by
tobz
Inefficient implementation of Area: Code generation
A-enum
🤓 akshually it's an "ADT" or "algebraic data type"
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-heavy
Issue: Problems and improvements with respect to binary size of generated code.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
PartialEq
for nested (fieldless) enums
A-codegen
#132628
opened Nov 5, 2024 by
zaneduffield
rustdoc search: trait methods should not show the same as inherent methods
A-rustdoc-search
Area: Rustdoc's search feature
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.
#132622
opened Nov 5, 2024 by
lolbinarycat
rust 1.82.0 wasm32-unknown-unknown triggers issues with wasm-bindgen >= 0.2.94
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132620
opened Nov 5, 2024 by
eric-seppanen
std::thread::Thread
grew from one to two pointer sizes
C-discussion
#132619
opened Nov 4, 2024 by
ginnyTheCat
Must some Area: Concerning the application binary interface (ABI)
A-floating-point
Area: Floating point numbers and arithmetic
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-riscv
Target: RISC-V architecture
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
-Ctarget-feature
s be restrained on RISCV?
A-ABI
#132618
opened Nov 4, 2024 by
workingjubilee
LLVM ERROR: Misplaced debug info with -Cdebuginfo=1 -Zsanitizer=cfi -Clto
A-LTO
Area: Link-time optimization (LTO)
C-bug
Category: This is a bug.
PG-exploit-mitigations
Project group: Exploit mitigations
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132615
opened Nov 4, 2024 by
1c3t3a
Linking failed with Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
f16
: undefined symbol: __floatuntihf
on Ubuntu 20.04
A-linkage
#132614
opened Nov 4, 2024 by
zhassan-aws
Request: Support for more vintage operating systems
C-discussion
Category: Discussion or questions that doesn't represent real issues.
#132610
opened Nov 4, 2024 by
mcandre
rust-lld
is using wrong zlib at runtime
A-linkage
#132604
opened Nov 4, 2024 by
haampie
Use Area: The compiletest test runner
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
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)
git diff --no-index
as the default diff in compiletest
A-compiletest
#132602
opened Nov 4, 2024 by
Noratrieb
Fix argument splitting in compiletest
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132599
opened Nov 4, 2024 by
jieyouxu
Previous Next
ProTip!
Adding no:label will show everything without a label.