Skip to content

Issues: rust-lang/miri

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

Figure out behavior of powf/powi(sNaN, 0) A-shims Area: This affects the external function shims C-spec-question Category: it is unclear what the intended behavior of Miri for this case is
#4286 opened Apr 22, 2025 by RalfJung
Support num_cpus on FreeBSD A-freebsd Area: affects our FreeBSD target support A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement E-good-first-issue A good way to start contributing, mentoring is available
#4265 opened Apr 10, 2025 by RalfJung
add access FFI shim function for unix/posix A-linux Area: affects only Linux targets A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4256 opened Apr 8, 2025 by programmerjake
Miri float ops are less precise than what the standard library expects A-shims Area: This affects the external function shims C-bug Category: This is a bug.
#4208 opened Feb 25, 2025 by RalfJung
fs::set_permissions/chmod unsupported on Linux A-files Area: related to files, paths, sockets, file descriptors, or handles A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement E-good-first-issue A good way to start contributing, mentoring is available
#4202 opened Feb 23, 2025 by barely-a-dev
Add support for Windows virtual memory functions (VirtualAlloc, ...) A-shims Area: This affects the external function shims A-windows Area: affects only Windows targets C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4187 opened Feb 11, 2025 by yanchith
std::fs::copy is unsupported A-files Area: related to files, paths, sockets, file descriptors, or handles A-linux Area: affects only Linux targets A-mac Area: Affects only macOS targets A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4183 opened Feb 7, 2025 by anatawa12
linkme crate not supported by Miri A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4171 opened Feb 2, 2025 by nazar-pc
Support F_SETFL and F_GETFL A-concurrency Area: affects our concurrency (multi-thread) support A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4119 opened Jan 3, 2025 by tiif
2 tasks
Miri should warn or error when accessing file at /proc/self/fd/X A-linux Area: affects only Linux targets A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement E-good-first-issue A good way to start contributing, mentoring is available
#4096 opened Dec 16, 2024 by stevenengler
Add TID support to sched_getaffinity/sched_setaffinity A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement E-good-first-issue A good way to start contributing, mentoring is available
#4062 opened Nov 26, 2024 by RalfJung
unix: add support for libc::readv and libc::writev A-shims Area: This affects the external function shims A-unix Area: affects our shared Unix target support C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement E-good-second-issue A good issue to pick up if you've already seen some parts of Miri, mentoring is available
#4048 opened Nov 22, 2024 by mstoeckl
Randomize thread unblocking operation A-concurrency Area: affects our concurrency (multi-thread) support A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4032 opened Nov 13, 2024 by tiif
Support kqueue on macOS A-mac Area: Affects only macOS targets A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#4007 opened Nov 1, 2024 by danielsn
socketpair SOCK_DGRAM support A-linux Area: affects only Linux targets A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3986 opened Oct 22, 2024 by tiif
Tokio shim wishlist A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement C-project Category: a larger project is being tracked here, usually with checkmarks for individual steps
#3963 opened Oct 11, 2024 by tiif
Add support for Linux timerfd A-files Area: related to files, paths, sockets, file descriptors, or handles A-linux Area: affects only Linux targets A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3934 opened Oct 2, 2024 by FrankReh
unsupported operation: renameat2, openat, openat2, ... A-files Area: related to files, paths, sockets, file descriptors, or handles A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement S-blocked Status: blocked on something happening somewhere else
#3931 opened Oct 1, 2024 by cyphar
Add -Zmiri-trace-ffi to emit a message per FFI call A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3919 opened Sep 27, 2024 by oli-obk
Solarish: Implement file system support A-files Area: related to files, paths, sockets, file descriptors, or handles A-shims Area: This affects the external function shims A-solarish Area: affects our Solaris/Illumos target support C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement E-good-first-issue A good way to start contributing, mentoring is available
#3890 opened Sep 15, 2024 by RalfJung
Shims ICE when a scalar argument isn't actually a scalar A-shims Area: This affects the external function shims C-bug Category: This is a bug. E-good-first-issue A good way to start contributing, mentoring is available I-ICE Impact: makes Miri crash with some ICE
#3842 opened Aug 24, 2024 by RalfJung
Shims cannot trust user-defined types, need to always use deref_pointer_as A-shims Area: This affects the external function shims C-cleanup Category: cleaning up our code E-good-first-issue A good way to start contributing, mentoring is available
#3841 opened Aug 24, 2024 by RalfJung
Support atexit, and detect racy calls to exit as UB A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3725 opened Jul 1, 2024 by RalfJung
terminal APIs not supported: can't call foreign function ioctl on OS linux A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3719 opened Jun 28, 2024 by CramBL
strerror based on ErrorKind is technically valid but surprising A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3612 opened May 18, 2024 by saethlin
ProTip! What’s not been updated in a month: updated:<2025-03-22.