-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
std::fs::File::create
return a wrong error on Windows when the path points to a directory
A-filesystem
#134893
opened Dec 29, 2024 by
Chen1Plus
fix(rustdoc): print the Area: The compiletest test runner
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-run-make
Area: port run-make Makefiles to rmake.rs
A-rustdoc-json
Area: Rustdoc JSON backend
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-unix
Operating system: Unix-like
O-windows
Operating system: Windows
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
doc(hidden)
attribute the same as others
A-compiletest
#134802
opened Dec 26, 2024 by
poliorcetics
Loading…
Windows: remove readonly files
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
O-windows
Operating system: Windows
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#134679
opened Dec 23, 2024 by
ChrisDenton
Loading…
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
Windows: Don't error on broken non UTF-8 output
O-windows
Operating system: Windows
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#134534
opened Dec 19, 2024 by
ChrisDenton
•
Draft
Windows x86: Change i128 to return via the vector ABI
O-windows
Operating system: Windows
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134290
opened Dec 14, 2024 by
tgross35
Loading…
Rust's Area: Concerning the application binary interface (ABI)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
i128
return ABI does not agree with Clang and GCC on Windows targets
A-ABI
#134288
opened Dec 13, 2024 by
tgross35
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
Many applications on Windows (e.g. the Chocolatey wrapper) do not work when current_dir is a canonicalized path
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#133553
opened Nov 27, 2024 by
jbiason
Tracking issue for release notes of #131781: Stabilize Arm64EC inline assembly
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
O-AArch64
Armv8-A or later processors in AArch64 mode
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
Compiletest path normalization fails in windows if path is inside a string
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-windows
Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132752
opened Nov 8, 2024 by
celinval
std: lazily allocate the main thread handle
O-unix
Operating system: Unix-like
O-windows
Operating system: Windows
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132654
opened Nov 5, 2024 by
joboet
Loading…
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.
assembler label '' cannot be undefined
on Windows ARM
A-inline-assembly
#132287
opened Oct 28, 2024 by
NicholasLYang
Tracking Issue for Area: linking into static, shared libraries and binaries
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-windows
Operating system: Windows
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
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.
bare_link_kind
A-linkage
#132061
opened Oct 23, 2024 by
ChrisDenton
4 tasks
Allow #[link(kind = "dylib")] without a name
O-windows
Operating system: Windows
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#131966
opened Oct 20, 2024 by
ChrisDenton
•
Draft
Remove Area: Incremental compilation
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-windows
Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
std.dll
from dist archives on Windows
A-incr-comp
#131587
opened Oct 12, 2024 by
Kobzol
The scrollable part of the scrollbar has low contrast with the background
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
O-windows
Operating system: Windows
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#131330
opened Oct 6, 2024 by
alper
std: detect stack overflows in TLS destructors on UNIX
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
A-thread-locals
Area: Thread local storage (TLS)
O-hermit
Operating System: Hermit
O-SGX
Target: SGX
O-solid
Operating System: SOLID
O-unix
Operating system: Unix-like
O-windows
Operating system: Windows
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
#131282
opened Oct 5, 2024 by
joboet
Loading…
target_arch
is wrong in arm64ec-pc-windows-msvc
C-bug
#131172
opened Oct 2, 2024 by
madsmtm
Add inherent constructors on Operating system: Unix-like
O-wasi
Operating system: Wasi, Webassembly System Interface
O-windows
Operating system: Windows
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
str
O-unix
#131118
opened Oct 1, 2024 by
robertbastian
Loading…
tests/ui/unpretty/staged-api-invalid-path-108697.rs
may fail on non English Windows installs
A-testsuite
#131018
opened Sep 29, 2024 by
mati865
On Windows Area: `std::io`, `std::fs`, `std::net` and `std::path`
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
is_terminal
always returns false
if the handle is not opened with read access
A-io
#130974
opened Sep 28, 2024 by
ChrisDenton
Failed To Run Custom Build Command For Category: This is a bug.
O-windows
Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
proc-macro-test v0.0.0
During Windows Compile From Source
C-bug
#130890
opened Sep 26, 2024 by
TeaFTI
Create Operating System: Hermit
O-itron
Operating System: ITRON
O-SGX
Target: SGX
O-unix
Operating system: Unix-like
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
O-windows
Operating system: Windows
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Atomic<T>
type alias
O-hermit
#130543
opened Sep 19, 2024 by
CAD97
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.