Skip to content

Labels

Labels

  • A-codegen

    Area: code generation and MIR
  • A-dependencies

    Area: dependencies
  • A-interface

    Area: interface
  • A-lsp

    Area: LSP
  • A-meta

    Area: issues about the repository itself
  • A-parser

    Area: parsing source code to an AST
  • A-sema

    Area: semantic analysis
  • C-benchmark

    Category: a change that impacts how or what we benchmark
  • C-bug

    Category: this is a bug
  • C-cleanup

    Category: PRs that clean code up or issues documenting cleanup
  • C-discussion

    Category: discussion or questions that doesn't represent real issues
  • C-docs

    Category: an addition or correction to our documentation
  • C-enhancement

    Category: an issue proposing an enhancement or a PR with one
  • C-perf

    Category: an issue highlighting optimization opportunities or PRs implementing such
  • C-question

    Category: further information is requested
  • C-security

    Category: issue or pull request related to security
  • C-test

    Category: a change that impacts how or what we test
  • C-tracking-issue

    Category: an issue that collects information about a broad development initiative
  • dependencies

    Pull requests that update a dependency file
  • E-easy

    Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
  • E-hard

    Call for participation: Hard difficulty. Experience needed to fix: A lot.
  • E-medium

    Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
  • github_actions

    Pull requests that update GitHub Actions code
  • I-compilemem

    Issue: Problems and improvements with respect to memory usage during compilation.
  • I-compiletime

    Issue: Problems and improvements with respect to compile times.
  • I-ICE

    Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
  • I-slow

    Issue: Problems and improvements with respect to performance of generated code.
  • javascript

    Pull requests that update javascript code
  • M-changelog

    This change should be included in the changelog
  • M-eip

    This change relates to the implementation of an EIP