Skip to content

Labels

Labels

  • ADR

  • area/analysis

    Type system, trait solver, borrow checker, pattern matching
  • area/codegen

    MIR, Cranelift backend, LLVM backend, linking
  • area/frontend

    Lexer, parser, AST, HIR lowering
  • area/runtime

    M:N scheduler, channels, I/O poller, context switching
  • area/stdlib

    Standard library written in Paco (std::core, collections, io, math)
  • area/tooling

    paco fmt, paco test, paco doc, LSP, incremental builds
  • bug

    Something isn't working
  • documentation

    Improvements or additions to documentation
  • duplicate

    This issue or pull request already exists
  • enhancement

    New feature or request
  • good first issue

    Good for newcomers
  • help wanted

    Extra attention is needed
  • invalid

    This doesn't seem right
  • phase/10

    Phase 10: LLVM optimizing backend
  • phase/11

    Phase 11: developer tooling
  • phase/12

    Phase 12: standard library
  • phase/3

    Phase 3: pattern matching
  • phase/4

    Phase 4: ownership and move semantics
  • phase/5

    Phase 5: borrowing and lifetime inference
  • phase/6

    Phase 6: traits and dispatch
  • phase/7

    Phase 7: Cranelift codegen and native binary
  • phase/8

    Phase 8: concurrency runtime
  • phase/9

    Phase 9: comptime and derive expansion
  • question

    Further information is requested
  • risk/high

    Highest-risk component — schedule may expand here
  • status/blocked

    Blocked by another issue or external dependency
  • status/ready

    All dependencies met — ready to implement
  • wontfix

    This will not be worked on