-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Handling of legacy-incompatible paths by 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-api
Relevant to the library API team, which will review and decide on the PR/issue.
PathBuf::push
on Windows
A-io
#135443
opened Jan 13, 2025 by
kornelski
MaybeUninit
inherent slice methods part 2
O-windows
#135394
opened Jan 12, 2025 by
clarfonthey
Loading…
rustc segfaults on Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-windows
Operating system: Windows
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
global_asm!("jz [foo]")
on x86_64-pc-windows-msvc (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
A-LLVM
#135362
opened Jan 11, 2025 by
Trolldemorted
compiletest: error emitter pretty svg tests don't normalize color differences between Windows and Unixes
A-compiletest
Area: The compiletest test runner
A-diagnostics
Area: Messages for errors, warnings, and lints
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
D-diagnostic-infra
Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.
O-windows
Operating system: Windows
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.
#135270
opened Jan 8, 2025 by
jieyouxu
DllMain is never run when given stdcall decorated export
A-dynamic-library
Area: Dynamic/Shared Libraries
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-windows
Operating system: Windows
#135188
opened Jan 7, 2025 by
PARTYMANX
std: net: Add function to return the system hostname
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#135141
opened Jan 6, 2025 by
orowith2os
Loading…
rustc fails to build trivial hello world program; cargo build always fails : exit code: 0xc0000005, STATUS_ACCESS_VIOLATION
O-windows
Operating system: Windows
S-needs-info
Status: The issue lacks details necessary to triage or act on it.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
#135114
opened Jan 4, 2025 by
abhijitsahu
2 tasks done
#[thread_local] + #[no_mangle] produces a "symbol already defined" error on Windows targets
A-thread-locals
Area: Thread local storage (TLS)
C-bug
Category: This is a bug.
F-thread_local
`#![feature(thread_local)]`
O-windows
Operating system: Windows
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#134939
opened Dec 30, 2024 by
saethlin
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
Windows: remove readonly files
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
final-comment-period
In the final comment period and will be merged soon unless new substantive objections are raised.
O-windows
Operating system: Windows
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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-blocked
Status: Blocked on something else such as an RFC or other implementation work.
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-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
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
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.
O-windows
Operating system: Windows
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132752
opened Nov 8, 2024 by
celinval
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
Previous Next
ProTip!
Updated in the last three days: updated:>2025-01-13.