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

Runaway builds: the build hangs for 2 hours without producing any output on arm64 C-bug Category: This is a bug. I-compiletime Issue: Problems and improvements with respect to compile times. O-freebsd Operating system: FreeBSD S-needs-info Status: The issue lacks details necessary to triage or act on it. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137496 opened Feb 23, 2025 by yurivict
the rust build fails on FreeBSD/amd64-14 due to not finding libzstd despite it being installed on the build host. C-bug Category: This is a bug. O-freebsd Operating system: FreeBSD T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#135503 opened Jan 14, 2025 by robohack
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…
Build breaks on armv7-unknown-freebsd: undefined symbol: _Unwind_SjLj_Register A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-freebsd Operating system: FreeBSD T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#119914 opened Jan 13, 2024 by yurivict
riscv64-unknown-freebsd patches backtrace support out O-freebsd Operating system: FreeBSD O-riscv Target: RISC-V architecture T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#117183 opened Oct 25, 2023 by estebank
i686-unknown-freebsd uses base.cpu = "pentium4" but the version in ports patches it to be `base.cpu = "pentiumpro" O-freebsd Operating system: FreeBSD O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#117182 opened Oct 25, 2023 by estebank
powerpc64-unknown-freebsd version in ports has patches to ELF version support and target description C-feature-request Category: A feature request, i.e: not implemented / a PR. O-freebsd Operating system: FreeBSD O-PowerPC Target: PowerPC processors T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#117181 opened Oct 25, 2023 by estebank
Rust 1.73.0 fails to build on powerpc-unknown-freebsd (regression from 1.72.0) C-bug Category: This is a bug. O-freebsd Operating system: FreeBSD P-medium Medium priority regression-untriaged Untriaged performance or correctness regression.
#116845 opened Oct 17, 2023 by pkubaj
thread 'rustc' panicked at 'Span must not be empty and have no suggestion' C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ O-freebsd Operating system: FreeBSD T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#105957 opened Dec 20, 2022 by MikaelUrankar
dtrace's ustack() function cannot unwind stack frames on FreeBSD since 1.56.0 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. O-freebsd Operating system: FreeBSD O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64) P-medium Medium priority 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.
#97723 opened Jun 4, 2022 by asomers
rust-dev LLVM artifacts are corrupt on FreeBSD 13 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. E-help-wanted Call for participation: Help is requested to fix this issue. O-freebsd Operating system: FreeBSD T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#96633 opened May 2, 2022 by m-ou-se
Profraw files are not produced when using instrument-coverage on freebsd A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) C-bug Category: This is a bug. O-freebsd Operating system: FreeBSD
#94616 opened Mar 4, 2022 by elinorbgr
Uses non-existent FreeBSD 11 syscall ABI for FreeBSD RISC-V C-bug Category: This is a bug. O-freebsd Operating system: FreeBSD O-riscv Target: RISC-V architecture
#92466 opened Dec 31, 2021 by jrtc27
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
Drop support for FreeBSD 10 and 11 from std disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. O-freebsd Operating system: FreeBSD 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.
#89058 opened Sep 17, 2021 by asomers
Promote powerpc64le-unknown-freebsd to Tier 2 C-feature-request Category: A feature request, i.e: not implemented / a PR. O-freebsd Operating system: FreeBSD O-PowerPC Target: PowerPC processors T-compiler Relevant to the compiler team, 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.
#80586 opened Jan 1, 2021 by pkubaj
Native FreeBSD and OpenBSD testing on CI O-freebsd Operating system: FreeBSD O-openbsd Operating system: OpenBSD T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#55461 opened Oct 29, 2018 by gnzlbg
rustc aborts when there is a compilation failure on FreeBSD and OpenBSD 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-freebsd Operating system: FreeBSD O-openbsd Operating system: OpenBSD T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#43575 opened Jul 31, 2017 by dumbbell
FreeBSD x86_64 test failures C-bug Category: This is a bug. O-freebsd Operating system: FreeBSD O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)
#27887 opened Aug 18, 2015 by dhuseby
FreeBSD i386 test failures C-bug Category: This is a bug. O-freebsd Operating system: FreeBSD O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)
#27806 opened Aug 13, 2015 by dhuseby
ProTip! Find all open issues with in progress development work with linked:pr.