Custom Query

Filters
 
Columns

Show under each result:


Results (1 - 100 of 218)

1 2 3

Resolution: fixed (100 matches)

Ticket Summary Owner Type Priority Component Version
#2892 (threadDelay (-1)) hangs bug lowest Compiler 6.10.1
#2947 infix precedence of backtick functions defined in ghci is not reported by :info pcapriotti bug lowest GHCi 6.10.1
#3064 Very long compile times with type functions bug low Compiler (Type checker) 6.10.1
#3108 Do a better job of solving recursive type-class constraints with functional dependencies bug high Compiler (Type checker) 6.10.1
#3202 Make XNoMonomorphismRestriction the default in GHCi pcapriotti feature request high GHCi 6.10.2
#3489 Adding some gmp bindings to integer-gmp (copied from the cvs-ghc list) igloo feature request normal Compiler 6.11
#3818 ghc-pkg prints warnings to stdout instead of stderr igloo bug normal Package system 6.12.1
#3858 the resolution of abbreviated commands in ghci is surprising. simonmar bug high GHCi 6.12.1
#3867 ghc: panic! (linkBCO: >= 64k ptrs) bug high Compiler 6.12.1
#3729 Allow modification of capabilities at runtime task normal Runtime System 6.13
#4065 Inconsistent loop performance bug normal Compiler 6.13
#4138 Performance regression in overloading pcapriotti bug high Compiler 6.13
#1161 Clean up the library testing story pcapriotti task normal Test Suite 6.7
#2078 INLINE and strictness simonpj bug lowest Compiler 6.8.2
#2253 Native code generator could do better bug normal Compiler (NCG) 6.8.2
#2534 Odd probable cause given by type checker simonpj bug lowest Compiler (Type checker) 6.8.2
#4148 improve new recursive do syntax feature request low Compiler 6.12.3
#4197 clarify which names can not be quoted task low Documentation 6.12.3
#4363 openFile sharing permissions are inconsistent across platforms bug high libraries/base 6.12.3
#4421 Compilation performance regression igloo bug high Compiler 6.12.3
#4452 Graphics.Win32.GDI.Clip.enumClipboardFormats fails on success. pcapriotti bug normal libraries (other) 6.12.3
#5006 Write locale character encoding to hpc html report simonmar bug normal Code Coverage 7.0.2
#5205 Control.Monad.forever leaks space pcapriotti bug high libraries/base 7.0.3
#5254 usb library fails on Windows simonmar bug high Compiler (FFI) 7.0.3
#5261 -pgmF messes up hpc .mix output andy@… bug low Code Coverage 7.0.3
#5265 Support for additional .ghci files in GHCi. pcapriotti feature request high Compiler 7.0.3
#5321 Very slow constraint solving for type families bug low Compiler (Type checker) 7.0.3
#5390 Hard-coded /Developer path in Mac ghc pumpkin bug low Compiler 7.0.3
#5493 @instance Control.Applicative.Applicative Q@ feature request normal Template Haskell 7.0.3
#5555 support qualified names for invoking a quasiquoter pcapriotti feature request normal Compiler (Parser) 7.0.3
#5598 Function quotRem is inefficient igloo task normal Compiler 7.0.3
#5908 Issues with RebindableSyntax bug normal Compiler 7.0.3
#5737 Template Haskell can't derive Read, Show, Eq instances bug normal Template Haskell 7.0.4
#4359 Implement lambda-case/lambda-if simonmar feature request high Compiler 7.1
#5156 New codegen: CmmStackLayout igraph memory explosion bug high Compiler 7.1
#5461 Reconfigurable pretty-printing in GHCi bravit feature request normal Compiler 7.2.1
#5469 Reorganisation of exports in template-haskell library simonpj task normal Template Haskell 7.2.1
#5486 LLVM can't compile HsOpenSSL dterei bug normal Compiler (LLVM) 7.2.1
#5538 Foldable typeclass: make foldl' and foldr' class methods task normal libraries/base 7.2.1
#5582 Panic from -C flag igloo bug low Compiler 7.2.1
#5593 Proposal: Remove Num superclass of Bits task normal libraries/base 7.2.1
#5595 Unification under a forall doesn't allow full constraint solving simonpj bug normal Compiler 7.2.1
#5627 Proposal: Add Applicative instances for the remaining monads in base feature request normal libraries/base 7.2.1
#5664 Missing checks for FFI declaration types pcapriotti bug normal Compiler (FFI) 7.2.1
#5685 Proposal: Move the instances from Control.Monad.Instances into GHC.Base feature request normal Compiler 7.2.1
#5699 Use sharing in the Alternative instance of Maybe feature request normal libraries/base 7.2.1
#5714 Add 'state' to the MonadState class pcapriotti task normal libraries (other) 7.2.1
#5725 Mark all modules from the stm packages as Trustworthy simonmar feature request normal libraries (other) 7.2.1
#5740 Remove tabs from parser/LexCore.hs nsch bug normal Compiler (Parser) 7.2.1
#5766 Asynchronous exception bugs in readProcess and readProcessWithExitCode bug normal libraries/process 7.2.2
#2979 better support for FFI C wrappers for macros in system headers feature request normal Compiler (FFI) 7.3
#5527 mkTopLevEnv: not interpreted pcapriotti bug normal GHC API 7.3
#5612 Better support for kinds in Template Haskell lunaris feature request low Compiler 7.3
#5624 Delay Errors Until Runtime pcapriotti feature request high Compiler 7.3
#5648 System.Posix.Env should have a binding for clearenv pcapriotti task normal libraries/unix 7.3
#5669 Fix test 5558 for Mac OS X 10.5 pcapriotti bug normal Test Suite 7.3
#5717 ScopedTypeVariables and PolyKinds bug normal Compiler 7.3
#5842 pretty tests from GHC's testsuite dterei task normal libraries/pretty 7.4.1
#5846 Add GHC.Stats.gcStatsEnabled feature request normal libraries (other) 7.4.1
#5856 numrun012 test fails on i686 works on x86_64 pcapriotti bug normal Test Suite 7.4.1
#5865 threadDelay is disrupted by system clock changes pcapriotti bug high Runtime System 7.4.1
#5873 runghc does not exist in versioned form feature request normal None 7.4.1
#5877 Make StringPrimL take [Word8] igloo feature request normal Template Haskell 7.4.1
#5879 mkWeak# has a very dangerous type simonmar bug high Compiler 7.4.1
#5880 Add sync-all new-workdir simonmar feature request normal Build System 7.4.1
#5882 Template Haskell declaration quote reports error with GADT syntax bug normal Template Haskell 7.4.1
#5888 Performance regression in 7.4.1 compared to 6.12.3 igloo bug highest Compiler 7.4.1
#5911 Add write-only variant of newTChan simonmar feature request normal libraries (other) 7.4.1
#5914 armhf build fails in Ubuntu (7.4.1) simonmar bug high Compiler (LLVM) 7.4.1
#5926 Add strict versions of modifyIORef and atomicModifyIORef simonmar feature request normal libraries/base 7.4.1
#5930 add System.Environment.lookupEnv which returns Maybe instead of an exception pcapriotti feature request normal libraries/base 7.4.1
#5933 Expose GHCI_TABLES_NEXT_TO_CODE in some header file simonmar feature request normal Build System 7.4.1
#5934 ghc: panic! (the 'impossible' happened) bug normal Compiler 7.4.1
#5936 Support for data families in generics dreixel feature request normal Compiler 7.4.1
#5958 Follow mtl upstream igloo task high Build System 7.4.1
#5961 GHC panic (nameModule) on malformed deriving clause bug normal Compiler 7.4.1
#5963 Fixed format floating point conversion does not round to even bug normal libraries/base 7.4.1
#5975 ghci can't load file whose name contains non-ASCII chars? bug normal GHCi 7.4.1
#5977 Allow ignoring global package db pcapriotti feature request high Compiler 7.4.1
#5978 Type error in one function causes wrong type error report in another function in the presence of functionally dependent types bug low Compiler (Type checker) 7.4.1
#5981 quadratic slowdown with very long module names simonmar bug normal Compiler 7.4.1
#5992 Silence gen_contents_index for the common case. td123 feature request normal Documentation 7.4.1
#6011 Panic when using a type synonym pcapriotti bug normal Compiler 7.4.1
#6038 Allow view patterns inside record patterns feature request normal Compiler 7.4.1
#6060 the 'impossible' happened bug normal Compiler 7.4.1
#6061 threadDelay broken on Windows pcapriotti bug highest Compiler 7.4.1
#6082 Program compiled with 7.4.1 runs many times slower than compiled with 7.2.2 pcapriotti bug high libraries (other) 7.4.1
#6091 Fixity in :info for backticks operators pcapriotti bug normal GHCi 7.4.1
#6094 runInteractiveProcess not using new PATH GregWeber task normal Compiler 7.4.1
#6121 Very poor constant folding igloo bug high Compiler 7.4.1
#6130 Weak pointer to MVar is finalized, even though MVar is still accessible bug normal Compiler 7.4.1
#6156 Optimiser bug on linux-powerpc bug high Compiler 7.4.1
#7010 Type error in one function causes wrong type error report in another function when using type families bug low Compiler 7.4.1
#7094 Irrefutable pattern failed for pattern Data.Maybe.Just bug normal Compiler (Parser) 7.4.1
#7126 Unexpected loop bug normal Compiler 7.4.1
#7185 Compiled program crashes simonmar bug high Compiler 7.4.1
#5768 GHC Panic compiling type family with -XPolyKinds dreixel bug high Compiler 7.4.1-rc1
#5769 Incorrect error message when compiling with PolyKinds and a type family dreixel bug high Compiler (Type checker) 7.4.1-rc1
#5770 Non-sensical error message when compiling with PolyKinds and a type family dreixel bug high Compiler (Type checker) 7.4.1-rc1
#5771 Confusing printout with PolyKinds bug normal Compiler 7.4.1-rc1
(more results for this group on next page)
1 2 3
Note: See TracQuery for help on using queries.