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

Support setting Miri flags in the rustc file via attributes A-interpreter Area: affects the core interpreter C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement C-proposal Category: a proposal for something we might want to do, or maybe not; details still being worked out
#3670 opened Jun 13, 2024 by RalfJung
Detect UB due to mismatching declarations? A-interpreter Area: affects the core interpreter C-spec-question Category: it is unclear what the intended behavior of Miri for this case is I-misses-UB Impact: makes Miri miss UB, i.e., a false negative (with default settings)
#3581 opened May 7, 2024 by RalfJung
Sometimes reuse stack addresses A-interpreter Area: affects the core interpreter C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3487 opened Apr 18, 2024 by RalfJung
GC runtime is O(allocations), so it eventually dominates runtime A-interpreter Area: affects the core interpreter C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement I-slow Impact: Makes Miri even slower than it already is
#3209 opened Dec 4, 2023 by saethlin
Add support for setting dynamically available target features A-interpreter Area: affects the core interpreter C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#3100 opened Oct 2, 2023 by RalfJung
miri fails to apply recursion limit, hits stack overflow instead A-interpreter Area: affects the core interpreter C-bug Category: This is a bug. I-ICE Impact: makes Miri crash with some ICE
#2934 opened Jun 18, 2023 by matthiaskrgr
Always use -Z symbolic-alignment-checks for *unleaked* allocations A-interpreter Area: affects the core interpreter C-proposal Category: a proposal for something we might want to do, or maybe not; details still being worked out
#1988 opened Feb 26, 2022 by JakobDegen
Can/should miri ensure that the addresses of consts/vtables/... are unstable? A-interpreter Area: affects the core interpreter C-spec-question Category: it is unclear what the intended behavior of Miri for this case is
#1955 opened Jan 4, 2022 by saethlin
Miri doesn't understand C-variadic functions A-interpreter Area: affects the core interpreter C-bug Category: This is a bug.
#1892 opened Sep 24, 2021 by bugadani
Evaluate whether we can make miri a rustc backend A-interpreter Area: affects the core interpreter C-proposal Category: a proposal for something we might want to do, or maybe not; details still being worked out
#1365 opened Apr 25, 2020 by oli-obk
Miri should catch uses of slice::from_raw_parts on uninitialized memory A-interpreter Area: affects the core interpreter C-proposal Category: a proposal for something we might want to do, or maybe not; details still being worked out
#1240 opened Mar 19, 2020 by CAD97
Allocator does not properly report OOM A-interpreter Area: affects the core interpreter C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#613 opened Feb 6, 2019 by RalfJung
Evaluate global constructors (life before main) A-interpreter Area: affects the core interpreter A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
#450 opened Sep 5, 2018 by oli-obk
ProTip! Adding no:label will show everything without a label.