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

1.85.1: NetBSD x86_64 installation provides Linux rust-objcopy C-bug Category: This is a bug. O-netbsd Operating system: NetBSD T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#139195 opened Mar 31, 2025 by 0-wiz-0
NetBSD archive servers are down A-CI Area: Our Github Actions CI C-external-bug Category: issue that is caused by bugs in software beyond our control O-netbsd Operating system: NetBSD T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#138493 opened Mar 14, 2025 by Kobzol
Bootstrap libz-sys ignores --set=target.<host>.cc A-cross Area: Cross compilation C-bug Category: This is a bug. O-netbsd Operating system: NetBSD T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#136090 opened Jan 26, 2025 by riastradh
attempting to build on NetBSD/amd64 9.99.81 causes boootstrap/debug/rustc to crash with a SIGSEGV 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-netbsd Operating system: NetBSD S-needs-info Status: The issue lacks details necessary to triage or act on it. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#135513 opened Jan 15, 2025 by robohack
Arm32 EABI exception handling A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state O-netbsd Operating system: NetBSD T-libs Relevant to the library team, which will review and decide on the PR/issue.
#128156 opened Jul 24, 2024 by workingjubilee
2 tasks
std: use a queue-based Condvar on NetBSD and other platforms A-atomic Area: Atomics, barriers, and sync primitives O-netbsd Operating system: NetBSD O-SGX Target: SGX O-teeos Target: Arm's secure enclave that code isn't supposed to be able to jailbreak O-unix Operating system: Unix-like O-windows Operating system: Windows O-windows-7 OS: Windows 7 or Windows Server 2008 R2 or etc. O-xous OS: A microkernel OS for privacy in computing 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.
#127578 opened Jul 10, 2024 by joboet Loading…
rust 1.77.1 fails to build on aarch64-unknown-netbsd with stack exhaustion C-bug Category: This is a bug. O-AArch64 Armv8-A or later processors in AArch64 mode O-netbsd Operating system: NetBSD P-low Low priority regression-from-stable-to-stable Performance or correctness regression from one stable version to another. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123551 opened Apr 6, 2024 by he32
rust 1.77.1 fails to build natively on armv7-unknown-netbsd-eabihf C-bug Category: This is a bug. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state O-netbsd Operating system: NetBSD P-low Low priority regression-from-stable-to-stable Performance or correctness regression from one stable version to another. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123549 opened Apr 6, 2024 by he32
Building rust 1.75.0 fails on NetBSD when using an external LLVM due to missing RPATH C-bug Category: This is a bug. O-netbsd Operating system: NetBSD regression-untriaged Untriaged performance or correctness regression. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#119846 opened Jan 11, 2024 by he32
rustc ICE while building proc-macro2 from cbindgen with cross-built 1.74.1 on mipsel-unknown-netbsd A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ O-MIPS Target: MIPS processors O-netbsd Operating system: NetBSD T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118978 opened Dec 15, 2023 by he32
Building 1.74.0 natively on NetBSD/powerpc results in "pattern Some(_) not covered" error message A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. O-netbsd Operating system: NetBSD O-PowerPC Target: PowerPC processors P-high High priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118099 opened Nov 20, 2023 by he32
Build failure on NetBSD/sparc64 when using the embedded version of LLVM C-bug Category: This is a bug. O-netbsd Operating system: NetBSD O-SPARC Target: SPARC processors
#117231 opened Oct 26, 2023 by he32
rust-installer may soon be too VM resource hungry for some 32-bit native builds O-netbsd Operating system: NetBSD T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#116758 opened Oct 15, 2023 by he32
Check target definitions to see if more should have cfg(target_thread_local) enabled. A-thread-locals Area: Thread local storage (TLS) F-thread_local `#![feature(thread_local)]` O-dragonfly Operating system: DragonFly BSD O-freebsd Operating system: FreeBSD O-netbsd Operating system: NetBSD O-openbsd Operating system: OpenBSD O-windows-gnu Toolchain: GNU, Operating system: Windows
#91659 opened Dec 8, 2021 by thomcc
Command.spawn posix_spawn support for NetBSD / DragonFlyBSD. A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-enhancement Category: An issue proposing an enhancement or a PR with one. O-dragonfly Operating system: DragonFly BSD O-netbsd Operating system: NetBSD T-libs Relevant to the library team, which will review and decide on the PR/issue.
#48681 opened Mar 2, 2018 by bdrewery
Decouple NetBSD/amd64 builds from dynamic libgcc_s C-feature-request Category: A feature request, i.e: not implemented / a PR. O-netbsd Operating system: NetBSD T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#45084 opened Oct 7, 2017 by cypheratheist
Enable segfault / bus error handlers on more UNIX platforms A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-bug Category: This is a bug. O-android Operating system: Android O-netbsd Operating system: NetBSD T-libs Relevant to the library team, which will review and decide on the PR/issue.
#25872 opened May 29, 2015 by geofft
ProTip! What’s not been updated in a month: updated:<2025-04-01.