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,391
    • Issues 4,391
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 375
    • Merge Requests 375
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues

  • Open 2,729
  • Closed 12,317
  • All 15,046
New issue
  • Priority Created date Last updated Milestone due date Due date Popularity Label priority Manual Weight Blocking
  • Shutdown interacts badly with requestSync()
    #12037 · opened May 10, 2016 by Simon Marlow   8.2.1   5   Pnormal RTS Tbug Trac import
    • CLOSED
    • 2
    updated Jul 07, 2019
  • Shutdown interacts badly with requestSync()
    #12036 · opened May 10, 2016 by Simon Marlow   8.2.1   5   Pnormal RTS Tbug Trac import runtime crash
    • CLOSED
    • 2
    updated Jul 07, 2019
  • hs-boot knot tying insufficient for ghc --make
    #12035 · opened May 10, 2016 by Edward Z. Yang   5   Pnormal Tbug Trac import backpack hs-boot typechecker
    • CLOSED
    • 8
    updated Jul 07, 2019
  • [TypeApplications] GHC internal error
    #12033 · opened May 09, 2016 by Icelandjack   5   Pnormal Tbug Trac import TypeApplications
    • CLOSED
    • 5
    updated Jul 07, 2019
  • GHCi segfaults on Windows when compiling C code using extern-declared variable
    #12031 · opened May 07, 2016 by Ryan Scott   8.0.2   7   GHCi Phigh RTS Tbug Trac import linking
    • CLOSED
    • 12
    updated Jul 07, 2019
  • GHCi Proposal: Display (Data.Kind.)Type instead of *
    #12030 · opened May 07, 2016 by Icelandjack   8.6.1   5   GHCi Pnormal Tfeature request Trac import TypeInType
    • CLOSED
    • 3
    updated Jul 07, 2019
  • Notify user to import * from Data.Kind with TypeInType on
    #12029 · opened May 07, 2016 by Icelandjack   0   GHCi Plow Tfeature request Trac import TypeInType
    • CLOSED
    • 6
    updated Jul 07, 2019
  • ghc 8.0rc4 treats INLINE pragmas for methods with default (implicit) definitions as errors
    #12027 · opened May 07, 2016 by Carter Schonwald   7   Phigh Tbug Trac import
    • CLOSED
    • 4
    updated Jul 07, 2019
  • Pattern match failure in RnNames.hs
    #12026 · opened May 07, 2016 by davean   8.0.2   10   Phighest Tbug Trac import compiler crash
    • CLOSED
    • 5
    updated Jul 07, 2019
  • Order of constraints forced (in pattern synonyms, type classes in comments)
    #12025 · opened May 07, 2016 by Icelandjack   5   Pnormal PatternSynonyms Tfeature request Trac import TypeApplications typechecker
    • CLOSED
    • 10
    updated Jul 07, 2019
  • GHC leaks GHC.Prim.~# into type
    #12024 · opened May 07, 2016 by Icelandjack   8.2.1   5   Pnormal Tfeature request Trac import typechecker
    • CLOSED
    • 4
    updated Jul 07, 2019
  • Problems getting information and kind from GHC.Prim ~#, ~R#, ...
    #12023 · opened May 07, 2016 by Icelandjack   8.6.1   5   GHCi Pnormal Tbug Trac import
    • CLOSED
    • 3
    updated Jul 07, 2019
  • unsafeShiftL and unsafeShiftR are not marked as INLINE
    #12022 · opened May 06, 2016 by Rufflewind   5   Pnormal Tfeature request Trac import core libraries runtime perf
    • CLOSED
    • 12
    updated Jul 07, 2019
  • Equality constraint not available in pattern type signature (GADTs/ScopedTypeVariables)
    #12018 · opened May 06, 2016 by Icelandjack   0   GADTs Plow ScopedTypeVariables Tbug Trac import typechecker
    • CLOSED
    • 11
    • 13
    updated Mar 17, 2021
  • GHC panics on pattern synonym ‘kindPrimRep’
    #12017 · opened May 05, 2016 by Icelandjack   5   Pnormal PatternSynonyms Tbug Trac import
    • CLOSED
    • 3
    updated Jul 07, 2019
  • Add conditional CallStack constraints to common partial utility functions
    #12015 · opened May 05, 2016 by Ben Gamari   8.2.1   5   Pnormal Ttask Trac import
    • CLOSED
    • 3
    updated Jul 07, 2019
  • CallStack is available from base 4.8, not 4.9
    #12013 · opened May 04, 2016 by edsko@edsko.net   8.0.1   3   Plow Tbug Trac import documentation
    • CLOSED
    • 3
    updated Jul 07, 2019
  • Socket operations on Windows check errno instead of calling WSAGetLastError()
    #12012 · opened May 04, 2016 by enolan   8.6.1   5   Pnormal Tbug Trac import core libraries incorrect runtime result
    • CLOSED
    • 6
    updated Jul 07, 2019
  • should runRW# (of GHC.Magic) be reexported by GHC.Exts?
    #12011 · opened May 04, 2016 by Carter Schonwald   8.2.1   5   Pnormal Tbug Trac import core libraries
    • CLOSED
    • 3
    updated Jul 07, 2019
  • Incorrect return types for recv() and send() on Windows
    #12010 · opened May 03, 2016 by enolan   8.0.2   5   Pnormal Tbug Trac import core libraries runtime crash
    • CLOSED
    • 6
    updated Jul 07, 2019
  • Prev
  • 1
  • …
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • …
  • 616
  • Next