Skip to content

No labels!

There aren’t any labels for this repository quite yet.

A-aliasing
A-aliasing
Area: This affects the aliasing model (Stacked/Tree Borrows)
A-allocator
A-allocator
Area: related to memory allocation
A-cargo
A-cargo
Area: affects the cargo wrapper (cargo miri)
A-concurrency
A-concurrency
Area: affects our concurrency (multi-thread) support
A-data-race
A-data-race
Area: data race detector
A-dev
A-dev
Area: working on Miri as a developer
A-diagnostics
A-diagnostics
errors and warnings emitted by miri
A-docs
A-docs
Area: affects documentation
A-driver
A-driver
Area: the Miri driver (the `miri` binary)
A-files
A-files
Area: related to files, paths, sockets, file descriptors, or handles
A-freebsd
A-freebsd
Area: affects our FreeBSD target support
A-interpreter
A-interpreter
Area: affects the core interpreter
A-intptrcast
A-intptrcast
Area: affects int2ptr and ptr2int casts
A-intrinsics
A-intrinsics
Area: Affects out implementation of Rust intrinsics
A-leaks
A-leaks
Area: affects the memory leak checker
A-linux
A-linux
Area: affects only Linux targets
A-mac
A-mac
Area: Affects only macOS targets
A-meta
A-meta
Not about any part of Miri per se, but about shaping the environment to make something in/with Miri
A-panics
A-panics
Area: affects panics and unwinding
A-shims
A-shims
Area: This affects the external function shims
A-solarish
A-solarish
Area: affects our Solaris/Illumos target support
A-target
A-target
Area: concerns targets outside of what we currently support
A-tests
A-tests
Area: affects our test suite or CI
A-unix
A-unix
Area: affects our shared Unix target support
A-ux
A-ux
Area: This affects the general user experience
A-validation
A-validation
Area: This affects enforcing the validity invariant, and related UB checking
A-weak-memory
A-weak-memory
Area: emulation of weak memory effects (store buffers)
A-windows
A-windows
Area: affects only Windows targets
C-bug
C-bug
Category: This is a bug.
C-cleanup
C-cleanup
Category: cleaning up our code