Skip to content

No labels!

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

area/codegen
area/codegen
Relating to the code generator
area/frontend
area/frontend
Relating to the compiler frontend
area/lang
area/lang
Proposals for features to add to the language itself.
area/parser
area/parser
Relating to the parser
area/repo
area/repo
Repository related things
area/typeck
area/typeck
Relating to the type checker
good first issue
good first issue
Good for newcomers
help wanted
help wanted
Extra attention is needed
severity/critical
severity/critical
The bug results in total failure in major use cases (e.g. compiler error or security issues)
severity/major
severity/major
The bug disrupts many use cases of the compiler
severity/minor
severity/minor
The bug may cause some undesired behavior but the compiler still functions (e.g. display bugs)
severity/moderate
severity/moderate
The bug is noticeable but does not significantly affect most use cases
status/duplicate
status/duplicate
This issue or pull request already exists
status/invalid
status/invalid
This doesn't seem right
status/untriaged
status/untriaged
Triage is needed.
status/unverified
status/unverified
The bug has not been reproduced YET. (use wontfix/no-repro for closed issues)
status/wontfix/no-repro
status/wontfix/no-repro
Closed due to an inability to reproduce.
status/wontfix
status/wontfix
This will not be worked on
type/bug/ice
type/bug/ice
Internal Compiler Errors (panics or crashes)
type/bug
type/bug
Something isn't working (use type: ice for panics)
type/docs
type/docs
Improvements or additions to documentation
type/feat
type/feat
New feature or request
type/question
type/question
Further information is requested