Skip to content

Issues: rust-lang/rust

Draft release notes for 1.87
#140133 opened Apr 21, 2025 by BoxyUwU
Open 5
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

Document From::from impls 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. O-linux Operating system: Linux 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#137330 opened Feb 20, 2025 by TimTheBig Loading…
x86_64-unknown-linux-musl with -Ctarget-feature=-crt-static links to glibc A-linkage Area: linking into static, shared libraries and binaries A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-bug Category: This is a bug. O-linux Operating system: Linux O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135244 opened Jan 8, 2025 by LunarLambda
Linker error when building dylib with "vectorcall" no_mangle fn on x86-64 Linux A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130196 opened Sep 10, 2024 by RalfJung
std::process::Command is broken on VMWare ESXi A-process Area: `std::process` and `std::env` C-bug Category: This is a bug. O-linux Operating system: Linux T-libs Relevant to the library team, which will review and decide on the PR/issue.
#129654 opened Aug 27, 2024 by aapanfilovv
Stabilize tcp_quickack disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. I-libs-api-nominated Nominated for discussion during a libs-api team meeting. needs-fcp This change is insta-stable, so needs a completed FCP to proceed. O-android Operating system: Android O-linux Operating system: Linux 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#129121 opened Aug 15, 2024 by devnexen Loading…
#[link(kind = "static", name = "c")] segfaults on run A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124043 opened Apr 16, 2024 by GuillaumeGomez
Consider using llvm-strip A-codegen Area: Code generation C-discussion Category: Discussion or questions that doesn't represent real issues. O-illumos the other shiny OS O-linux Operating system: Linux O-macos Operating system: macOS T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#123151 opened Mar 28, 2024 by workingjubilee
std::thread::available_parallelism merging linux/android/freebsd version O-android Operating system: Android O-freebsd Operating system: FreeBSD O-linux Operating system: Linux O-unix Operating system: Unix-like 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.
#120589 opened Feb 2, 2024 by devnexen Loading…
UnixDatagram::local_addr wrongly assumes the presence of a trailing NUL C-bug Category: This is a bug. O-linux Operating system: Linux T-libs Relevant to the library team, which will review and decide on the PR/issue.
#118925 opened Dec 13, 2023 by asomers
splice usage may be incorrect if it is possible for the source to be mutated A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. O-linux Operating system: Linux 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.
#116451 opened Oct 5, 2023 by safinaskar
UB with ToSocketAddrs and statically linking glibc w/ Oracle Linux 9 A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux
#115723 opened Sep 9, 2023 by DouglasDwyer
std::sys configurability A-technical-debt Area: Internal cleanup work O-linux Operating system: Linux T-libs Relevant to the library team, which will review and decide on the PR/issue.
#113410 opened Jul 6, 2023 by mkroening
std::thread::JoinHandle::join panics with seccomp-killed threads A-thread Area: `std::thread` C-bug Category: This is a bug. O-linux Operating system: Linux T-libs Relevant to the library team, which will review and decide on the PR/issue.
#112521 opened Jun 11, 2023 by inikulin
Cross-compilation from LInux to x86_64-apple-darwin fails due to bad "cc" command line params A-cross Area: Cross compilation A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux O-macos Operating system: macOS
#112501 opened Jun 10, 2023 by John-Nagle
In linux(debian 11.2, Alma 8.5) TcpStream after write_all cache to much memory A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example O-linux Operating system: Linux T-libs Relevant to the library team, which will review and decide on the PR/issue.
#105293 opened Dec 5, 2022 by tickbh
x86_64-unknown-linux-gnu using 'target-feature=+crt-static' exits with: Segmentation fault (core dumped). A-linkage Area: linking into static, shared libraries and binaries A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-bug Category: This is a bug. O-linux Operating system: Linux
#100110 opened Aug 3, 2022 by noonuid
Binary crashes when statically linked with LTO turned on A-LTO Area: Link-time optimization (LTO) O-linux Operating system: Linux regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#94564 opened Mar 3, 2022 by elast0ny
internal compiler error: unexpected panic C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ O-AArch64 Armv8-A or later processors in AArch64 mode O-linux Operating system: Linux O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#92913 opened Jan 15, 2022 by ShuoShenDe
-C link-arg=-nostartfiles does not work on musl target A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux O-musl Target: The musl libc
#91578 opened Dec 6, 2021 by AsafFisher
segfault running debug static musl hello world app on Linux A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#85543 opened May 21, 2021 by lukebond
Error bootstrapping on CentOS C-bug Category: This is a bug. O-linux Operating system: Linux T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#71227 opened Apr 16, 2020 by alexreg
2
6
Statics don't support alignments larger than the page size A-align Area: alignment control (`repr(align(N))` and so on) A-target-specs Area: Compile-target specifications C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness O-linux Operating system: Linux O-windows-gnu Toolchain: GNU, Operating system: Windows O-windows-msvc Toolchain: MSVC, Operating system: Windows P-high High priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#70022 opened Mar 15, 2020 by Amanieu
current_exe() returns invalid path on linux when exe has been deleted C-bug Category: This is a bug. O-linux Operating system: Linux T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#69343 opened Feb 21, 2020 by tsurai
Linux version of nonblocking TcpListener::accept differs from other platforms C-bug Category: This is a bug. O-linux Operating system: Linux T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#67027 opened Dec 4, 2019 by hashmap
std::fs::copy failed with OS error 1 on Linux when copying over CIFS from local FS C-bug Category: This is a bug. O-linux Operating system: Linux T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#66760 opened Nov 25, 2019 by vadixidav
ProTip! Exclude everything labeled bug with -label:bug.