Skip to content

Labels

Labels

  • area:alloc

    allocators and memory
  • area:ci

    workflows and automation
  • area:collections

    vectors, maps, strings as containers
  • area:crypto

    constant-time, hashing, and PQC primitives
  • area:fmt

    formatting and printing
  • area:fs

    filesystem
  • area:net

    sockets and networking
  • area:os

    OS backends: syscall wrappers, FFI bindings, entry
  • area:process

    process spawning, exec, environment
  • area:rand

    randomness and entropy
  • area:sync

    threads, atomics, wait/wake, locks
  • area:test

    test infrastructure and suites
  • blocked

    cannot proceed: waiting on another issue, repo, or decision
  • blocked-on-mach

    waiting on a compiler fix or feature in octalide/mach
  • bug

    defect: observed behavior contradicts the spec, docs, or obvious intent
  • chore

    mechanical upkeep: toolchain bumps, version rolls, housekeeping
  • critical

    data corruption, UB, or release blocker; jumps the queue
  • docs

    documentation: doc comments, README
  • duplicate

    already tracked elsewhere; closed in favor of the original
  • epic

    umbrella issue tracking a family of sub-issues
  • feature

    new capability, or an extension of an existing one
  • needs-design

    needs a maintainer direction call before implementation
  • os:darwin

    darwin-specific behavior or work
  • os:linux

    linux-specific behavior or work
  • os:windows

    windows-specific behavior or work
  • problem

    a problem with an existing feature's design or behavior; exclusive with bug
  • refactor

    structural change; behavior-preserving
  • release

    release-cycle work: cuts, tags, release engineering
  • rfc

    design discussion / request for comment; direction not yet decided
  • wontfix

    deliberately not happening; reasoning in the thread