Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

slice::contains is not general in the key like HashMap::get C-discussion Category: Discussion or questions that doesn't represent real issues. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135019 opened Jan 2, 2025 by hkBst
Built-in attributes are treated differently vs prelude attributes, unstable built-in attributes can name-collide with stable macro, and built-in attributes can break back-compat A-attributes Area: Attributes (`#[…]`, `#![…]`) A-resolve Area: Name/path resolution done by `rustc_resolve` specifically A-stability Area: `#[stable]`, `#[unstable]` etc. C-discussion Category: Discussion or questions that doesn't represent real issues. I-compiler-nominated Nominated for discussion during a compiler team meeting. I-lang-nominated Nominated for discussion during a lang team meeting. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134963 opened Dec 31, 2024 by jieyouxu
matching on functions with similar call stacks breaks optimized backtraces even with debuginfo A-backtrace Area: Backtraces A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) 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.
#134909 opened Dec 30, 2024 by jyn514
std::fs::File::create return a wrong error on Windows when the path points to a directory A-filesystem Area: `std::fs` A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134893 opened Dec 29, 2024 by Chen1Plus
c++ code frequency dlclose/dlopen *.so compiled by rust cause crash A-dynamic-library Area: Dynamic/Shared Libraries A-linkage Area: linking into static, shared libraries and binaries 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.
#134820 opened Dec 27, 2024 by Rust401
std::thread::yield_now() example is lacking. A-docs 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134723 opened Dec 24, 2024 by dev-ardi
Creating a file with a single colon in its name strips the part after the colon from the file name and produces an empty file (on Windows) A-filesystem Area: `std::fs` C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134671 opened Dec 23, 2024 by FeldrinH
Slice indexing panics with valid "backwards" ranges C-discussion Category: Discussion or questions that doesn't represent real issues. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134665 opened Dec 22, 2024 by clarfonthey
Rust reproducibility issue - Finding the proper fix A-reproducibility Area: Reproducible / deterministic builds 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.
#134589 opened Dec 19, 2024 by sundeep-kokkonda
#[linkage = "weak"] const fn accepted without warning A-diagnostics Area: Messages for errors, warnings, and lints A-linkage Area: linking into static, shared libraries and binaries C-discussion Category: Discussion or questions that doesn't represent real issues. F-linkage #![feature(linkage)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134451 opened Dec 18, 2024 by HaoboGu
Better error reporting for T: ?Sized types when impl Receiver for MyType<T> is implicitly sized A-diagnostics Area: Messages for errors, warnings, and lints C-discussion Category: Discussion or questions that doesn't represent real issues. D-confusing Diagnostics: Confusing error or lint that should be reworked. F-arbitrary_self_types `#![feature(arbitrary_self_types)]`
#134390 opened Dec 16, 2024 by compiler-errors
Warn when more specific lint overridden by a lint group A-diagnostics Area: Messages for errors, warnings, and lints 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134382 opened Dec 16, 2024 by dev-ardi
How much stack space should Windows reserve for stack overflow exceptions? A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134200 opened Dec 12, 2024 by ChrisDenton
Always show the lint name involved in a diagnostic? A-diagnostics Area: Messages for errors, warnings, and lints 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-diagnostics Working group: Diagnostics
#134634 opened Dec 11, 2024 by Kannen
#![debugger_visualizer] arbitrary file access & storing of file in debug binary C-discussion Category: Discussion or questions that doesn't represent real issues. F-debugger_visualizer `#![feature(debugger_visualizer)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133837 opened Dec 4, 2024 by bf
Support non-UTF-8 in environment variable dependency tracking 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.
#133699 opened Dec 1, 2024 by madsmtm
Scrutinee dropped after if-let body A-lifetimes Area: Lifetimes / regions C-discussion Category: Discussion or questions that doesn't represent real issues. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#133677 opened Nov 30, 2024 by Aquam4n
Rust release signing key uses SHA1 self-/binding signatures C-discussion Category: Discussion or questions that doesn't represent real issues. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#133638 opened Nov 29, 2024 by Fabian-Gruenbichler
Forbid disabling SSE on x86 targets that have SSE in their "baseline" A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-discussion Category: Discussion or questions that doesn't represent real issues. O-x86_32 Target: x86 processors, 32 bit (like i686-*) O-x86_64 Target: x86-64 processors (like x86_64-*) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133611 opened Nov 29, 2024 by RalfJung
no method named "fract" found for type "f64" in the current scope when in no_std C-discussion Category: Discussion or questions that doesn't represent real issues. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#133579 opened Nov 28, 2024 by hukasu
Deprecate std::time::Instant::saturating_duration_since()? C-discussion Category: Discussion or questions that doesn't represent real issues. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#133525 opened Nov 27, 2024 by cher-nov
Non pub functions are exported as DLL symbols C-discussion Category: Discussion or questions that doesn't represent real issues.
#133437 opened Nov 25, 2024 by kobe2000
Compile time error, for structs with lifetime and trait functions that have a where clause 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.
#133387 opened Nov 23, 2024 by mematthias
Using Release in the store operation for make_mut just prevent out-of-thin-air value? A-atomic Area: Atomics, barriers, and sync primitives C-discussion Category: Discussion or questions that doesn't represent real issues. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133284 opened Nov 21, 2024 by xmh0511
Compiled wasm32-wasip2 component from simple code requires excessive WASI interfaces C-discussion Category: Discussion or questions that doesn't represent real issues. O-wasi Operating system: Wasi, Webassembly System Interface T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133235 opened Nov 20, 2024 by ifsheldon
ProTip! no:milestone will show everything without a milestone.