Skip to content

Labels

Labels

  • A-aarch64

    Area: concerns our aarch64 target intrinsics
  • A-aliasing

    Area: This affects the aliasing model (Stacked/Tree Borrows)
  • A-allocator

    Area: related to memory allocation
  • A-android

    Area: Android targets
  • A-cargo

    Area: affects the cargo wrapper (cargo miri)
  • A-concurrency

    Area: affects our concurrency (multi-thread) support
  • A-cross-target

    Area: affects situations where host and target are different
  • A-data-race

    Area: data race detector
  • A-dev

    Area: working on Miri as a developer
  • A-diagnostics

    errors and warnings emitted by miri
  • A-docs

    Area: affects documentation
  • A-driver

    Area: the Miri driver (the `miri` binary)
  • A-files

    Area: related to files, paths, sockets, file descriptors, or handles
  • A-freebsd

    Area: affects our FreeBSD target support
  • A-genmc

    Area: affects the GenMC concurrency model checking support in Miri
  • A-interpreter

    Area: affects the core interpreter
  • A-intptrcast

    Area: affects int2ptr and ptr2int casts
  • A-intrinsics

    Area: Affects out implementation of Rust intrinsics
  • A-leaks

    Area: affects the memory leak checker
  • A-linux

    Area: affects only Linux targets
  • A-mac

    Area: Affects only macOS targets
  • A-meta

    Not about any part of Miri per se, but about shaping the environment to make something in/with Miri
  • A-mir

    Area: this is about the MIR that we are executing, not about how we are executing it
  • A-native

    Area: calling native functions via FFI
  • A-nondet

    Area: affects which non-deterministic executions we can explore
  • A-panics

    Area: affects panics and unwinding
  • A-riscv

    Area: concerns RISC-V target intrinsics
  • A-shims

    Area: This affects the external function/static shims
  • A-solarish

    Area: affects our Solaris/Illumos target support
  • A-style

    Area: coding style