Skip to content

Prioritized labels

Drag to reorder prioritized labels and change their relative priority.
  • backport
    Glasgow Haskell Compiler / GHC
    Marks MRs that are backports of patches to a stable branch
  • Phighest
    Glasgow Haskell Compiler / GHC
    Very high priority issues
  • backport needed:9.2
    Glasgow Haskell Compiler / GHC
    Needs to be backported to ghc-9.2 branch
  • Phigh
    Glasgow Haskell Compiler / GHC
    High priority issues
  • backport needed:9.4
    Glasgow Haskell Compiler / GHC
    Needs to be backported to ghc-9.4 branch
  • Pnormal
    Glasgow Haskell Compiler / GHC
    Moderate priority issues
  • backport needed:9.6
    Glasgow Haskell Compiler / GHC
    Needs to be backported to 9.6 branch
  • Plow
    Glasgow Haskell Compiler / GHC
    Low priority issues
  • backport needed:9.8
    Glasgow Haskell Compiler / GHC
    Needs to be backported to 9.8 branch
  • Tfeature request
    Glasgow Haskell Compiler / GHC
    Feature requests
  • backport needed:9.10
    Glasgow Haskell Compiler / GHC
    Needs to be backported to ghc-9.10 branch
  • Tbug
    Glasgow Haskell Compiler / GHC
    A bug or infelicity
  • Ttask
    Glasgow Haskell Compiler / GHC
    Issues that aren't bugs
  • Tquestion
    Glasgow Haskell Compiler / GHC
    A ticket which is a question
  • Trelease tracking
    Glasgow Haskell Compiler / GHC
    Identifies release tracking tickets
  • Tdesign document
    Glasgow Haskell Compiler / GHC
    For tickets that serve as design documents / implementation plans
  • needs triage
    Glasgow Haskell Compiler / GHC
    Issues which haven't yet been triaged
  • newcomer
    Glasgow Haskell Compiler / GHC
    Issues suitable for a newcomer contributor to pick up
  • Blocked on Review
    Glasgow Haskell Compiler / GHC
    Merge requests waiting for review feedback.
  • Other labels

  • core libraries
    Glasgow Haskell Compiler / GHC
    Things pertaining to core libraries
  • core lint
    Glasgow Haskell Compiler / GHC
    Relating to the core linter
  • Core optimisations
    Glasgow Haskell Compiler / GHC
  • core prep and lowering
    Glasgow Haskell Compiler / GHC
    Issues with CorePrep and CoreToStg
  • cpp
    Glasgow Haskell Compiler / GHC
    Things pertaining to the C preprocessor
  • CPR/boxity analysis
    Glasgow Haskell Compiler / GHC
    Boxity and Constructed Product Result analysis
  • cross-compilation
    Glasgow Haskell Compiler / GHC
    Issues with cross-compilation GHC itself or using GHC to cross-compile programs
  • CSE
    Glasgow Haskell Compiler / GHC
    Common subexpression elimination optimization
  • CUSKs
    Glasgow Haskell Compiler / GHC
    Complete User-Specified Kind annotations
  • custom type errors
    Glasgow Haskell Compiler / GHC
    Custom type errors support (e.g. the `TypeError` typeclass)
  • DataKinds
    Glasgow Haskell Compiler / GHC
    The DataKinds language extension
  • Data Parallel Haskell
    Glasgow Haskell Compiler / GHC
    The (stagnated) Data Parallel Haskell project
  • debugger
    Glasgow Haskell Compiler / GHC
    The GHCi Debugger
  • debug information
    Glasgow Haskell Compiler / GHC
    Native debugging information and backtrace support (e.g. DWARF)
  • defaulting
    Glasgow Haskell Compiler / GHC
    Defaulting of type variables by the typechecker
  • DefaultSignatures
    Glasgow Haskell Compiler / GHC
    The DefaultSignatures language extension
  • deferred type errors
    Glasgow Haskell Compiler / GHC
    GHC's handling of deferred type errors (i.e. -fdefer-type-errors)
  • delimited continuations
    Glasgow Haskell Compiler / GHC
    Issues relating to delimited continuation primops
  • demand analysis
    Glasgow Haskell Compiler / GHC
    Demand (strictness) analysis
  • DependentHaskell
    Glasgow Haskell Compiler / GHC