Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,251
    • Issues 4,251
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 398
    • Merge Requests 398
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues

  • Open 3
  • Closed 204
  • All 207
New issue
  • Priority Created date Last updated Milestone due date Due date Popularity Label priority Manual Weight
  • Do not save performance test results if worktree is dirty
    #15924 · opened Nov 20, 2018 by davide   8.8.1   5   Pnormal Trac import bug infrastructure testsuite
    • CLOSED
    • 4
    updated Jul 07, 2019
  • Can't make a `binary-dist` on MacOS with Hadrian
    #15922 · opened Nov 20, 2018 by Alec Theriault   8.8.1   5   Pnormal Trac import bug hadrian
    • CLOSED
    • 2
    updated Jul 07, 2019
  • hp2ps fail with parse error when the command args contains double quotes
    #15904 · opened Nov 16, 2018 by Zejun Wu   8.8.1   5   Pnormal Trac import bug profiling
    • CLOSED
    • 2
    updated Jul 07, 2019
  • dead symbol warning error in rts base
    #15902 · opened Nov 15, 2018 by Carter Schonwald   8.8.1   5   Pnormal Trac import bug
    • CLOSED
    • 1
    updated Jul 07, 2019
  • Can't boot with GHC 8.6.2
    #15900 · opened Nov 15, 2018 by Ömer Sinan Ağacan   8.8.1   5   Pnormal Trac import bug
    • CLOSED
    • 4
    updated Jul 07, 2019
  • Negative MUT time in +RTS -s -RTS when heap profiling is enabled
    #15897 · opened Nov 15, 2018 by Mitsutoshi Aoe   8.8.1   5   Pnormal Trac import bug debug information profiling
    • CLOSED
    • 1
    • 12
    updated Sep 28, 2020
  • Revamp -fprint-explicit-kinds
    #15871 · opened Nov 07, 2018 by Richard Eisenberg   8.8.1   5   Pnormal Trac import task
    • CLOSED
    • 6
    updated Jul 07, 2019
  • Fix Int8#, Int16#, Word8#, Word16# tests under LLVM code generator
    #15864 · opened Nov 05, 2018 by Ben Gamari   8.8.1   5   LLVM backend Pnormal Trac import bug
    • CLOSED
    • 2
    updated Jul 07, 2019
  • Panic with promoted types that Typeable doesn't support
    #15862 · opened Nov 05, 2018 by Ryan Scott   8.8.1   5   Pnormal Trac import TypeInType Typeable bug compiler crash
    • CLOSED
    • 7
    • 8
    updated Feb 25, 2020
  • Enabling a pure Plugin with existing build output never triggers recompilation
    #15858 · opened Nov 04, 2018 by DanielG   8.8.1   5   Pnormal Trac import bug
    • CLOSED
    • 4
    updated Jul 07, 2019
  • GhostScript not available for hp2ps tests
    #15856 · opened Nov 03, 2018 by jrp2014   8.8.1   5   Pnormal Trac import bug incorrect runtime result testsuite
    • CLOSED
    • 5
    updated Jul 07, 2019
  • PPC: Panic in native code generator
    #15854 · opened Nov 03, 2018 by Peter Trommler   8.8.1   5   Pnormal Trac import bug ghc build failure
    • CLOSED
    • 4
    updated Jul 07, 2019
  • Bad axiom produced for polykinded data family
    #15852 · opened Nov 02, 2018 by Richard Eisenberg   8.8.1   5   Pnormal Trac import TypeFamilies TypeInType bug
    • CLOSED
    • 7
    updated Jul 07, 2019
  • Error message: "Perhaps you need a let in a do block", when there is no do block.
    #15849 · opened Nov 02, 2018 by cdsmith@twu.net   8.8.1   5   Pnormal Trac import bug newcomer
    • CLOSED
    • 3
    • 2
    updated Jul 07, 2019
  • ghc builds cbits with -fPIC even when -fPIC is not passed to ghc on linux
    #15848 · opened Nov 02, 2018 by Zejun Wu   8.8.1   5   Pnormal Trac import bug driver
    • CLOSED
    • 2
    updated Jul 07, 2019
  • TH eta-reduces away explicit foralls in data family instances
    #15845 · opened Nov 02, 2018 by Ryan Scott   8.8.1   5   Pnormal TemplateHaskell Trac import bug
    • CLOSED
    • 2
    updated Jul 07, 2019
  • Add a test case for tricky type synonyms involving visible dependent kinds
    #15829 · opened Oct 29, 2018 by Ryan Scott   8.8.1   5   Pnormal Trac import bug typechecker
    • CLOSED
    • 1
    updated Jul 07, 2019
  • Type family equation foralls allow strange re-quantification of class-bound type variables
    #15828 · opened Oct 29, 2018 by Ryan Scott   8.8.1   5   Pnormal Trac import TypeFamilies bug
    • CLOSED
    • 11
    updated Jul 07, 2019
  • Explicit foralls in type family equations are pretty-printed inconsistently (and strangely, at times)
    #15827 · opened Oct 29, 2018 by Ryan Scott   8.8.1   5   Pnormal Trac import TypeFamilies bug
    • CLOSED
    • 6
    updated Jul 07, 2019
  • Allow registering (Source)Plugins through the GHC API
    #15826 · opened Oct 29, 2018 by DanielG   8.8.1   5   GHC API Pnormal Trac import feature request
    • CLOSED
    • 11
    updated Jul 07, 2019
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 11
  • Next