Custom Query

Filters
 
Columns

Show under each result:


Results (1 - 100 of 615)

1 2 3 4 5 6 7
Ticket Summary Status Owner Priority Milestone Component
#7836 Runtime failure profiling with +RTS -hc -hbdrag,void infoneeded normal Profiling
#7854 Constrained method type accepted in Haskell 98 mode new normal Compiler
#7862 Could not deduce (A) from the context (A, ...) new normal Compiler (Type checker)
#7874 segfault 11 on mac os x when building compiler for ghc 7.7.20130430 new normal Compiler
#7880 Require "forall" in definitions of polymorphic types new normal Compiler
#7897 MakeTypeRep fingerprints be proper, robust fingerprints new normal Compiler
#7898 SpecConstr explodes when compiling module BSP of frag-1.1.2 new normal Compiler
#7908 InstanceSigs suggestion not accepted new normal Compiler
#7913 Argument order not preserved by nubBy new normal Prelude
#7918 SrcSpan's associated with expanded quasi-quotes are inconsistent infoneeded normal Compiler
#7930 Nested STM Invariants are lost new fryguybob normal Runtime System
#7939 RHS of associated type not kind-checked new normal Compiler
#7940 Building GHC 7.7.20130526 (perf) for Windows x86_64 fails with Cmm lint error new normal Compiler
#7960 Compiling profiling CCS registration .c file takes far too long new normal Compiler
#7976 Failure building master (perf) on i686-pc-linux-gnu new normal Compiler
#7988 Big integers crashing integer-simple on qnxnto-arm new normal Compiler
#7992 Wrong invocation of configure script in libffi and integer-gmp patch normal Build System
#7994 Make foldl into a good consumer new normal Compiler
#7842 Incorrect checking of let-bindings in recursive do new normal -- Compiler (Type checker)
#7849 Error on pattern matching of an existential whose context includes a type function new normal -- Compiler (Type checker)
#7858 Fix definitions of abs/signum for Floats/Doubles new normal -- libraries/base
#7866 floor (0/0) :: Int is different with -O0 and -O1 new normal -- Compiler
#7876 hClose002 for ghci hangs on Mac OS X new normal -- Compiler
#7877 hSetBuffering002(ghci) and hSetBuffering004(ghci) fail on OS X new normal -- GHCi
#7884 Cannot build hedgewars with new haskell 7.6 new normal -- Compiler
#7901 Bad error message when using UnicodeSyntax ∀ without ExplicitForall new normal -- Compiler
#7912 Missing symbols from termios.h when linking on Android new normal -- libraries/unix
#7925 ghc 7.4.2 builds with errors on Red Had Enterprise Linux 6 new normal -- Compiler
#7928 GHC fails to terminate while compiling with optimization level 2 new normal -- Compiler
#7934 usleep hangs, no threads new normal -- Runtime System
#7936 newStdGen leaks memory when result is not used new normal -- libraries/random
#7938 Unbound kind variable can appear in RHS of associated type new goldfire normal -- Compiler
#7947 Name conflict with DerivingDataTypeable, StandaloneDeriving and qualified imports new normal -- Compiler
#7949 Haskell Platform doesn't build on Fedora 17 new normal -- Compiler
#7955 CApiFFI doesn't produce wrappers for #defined values in GHCi new normal -- GHCi
#7956 ghci segfaults with -vN command-line options new normal -- Compiler
#7958 'Cannot continue after interface file error' during compilation new normal -- Compiler
#7966 'make distclean' does not work in nofib new normal -- NoFib benchmark suite
#7968 fft2 benchmark sometimes fails (nofib) new normal -- NoFib benchmark suite
#7971 doesDirectoryExist description differs from its behavior new normal -- libraries/directory
#7978 Profiling broken new normal -- Compiler
#7979 ./configure script does not properly detect missing header files new normal -- Build System
#7980 runghc dies silently when given large numbers of arguments. Compiled code does not. new normal -- Compiler
#7982 ASSERT failed: TcCanonical:520 for kind-checking unsaturated type families new normal -- Compiler
#7983 Bug in hsc2hs --cross-safe new normal -- hsc2hs
#7984 hsc2hs --cross-compile does not handle negative #enum new normal -- hsc2hs
#7985 Allow openFile on unknown file type new normal -- libraries/base
#7986 make newBroadcastTChanIO match newBroadcastTChan new normal -- Compiler
#7987 GHC Build Error new normal -- Compiler
#7990 ghc-pkg warning shows the wrong command new normal -- Package system
#7993 ghc 7.6 (not 7.4) sometimes hangs at child process exit on s390x new normal -- Runtime System
#7995 module Pretty's "text/str" rule doesn't fire new normal -- Compiler
#7997 waitForProcess and getProcessExitCode are unsafe against asynchronous exceptions new normal -- libraries/process
#7998 Stage1Only does not work new normal -- Compiler
#149 missed CSE opportunity new normal _|_ Compiler
#229 Integer overflow in array allocation new low _|_ libraries/base
#322 fromInteger-related pattern match overlap warnings new simonpj normal _|_ Compiler
#345 GADT - fundep interaction new simonpj low _|_ Compiler (Type checker)
#367 Infinite loops can hang Concurrent Haskell new ezyang lowest _|_ Compiler
#418 throwTo to a thread inside 'block' new lowest _|_ Runtime System
#427 Random.StdGen slowness new rrnewton normal _|_ libraries/random
#457 Strictness problem new normal _|_ Compiler
#487 powerpc/linux segfaulting binaries new normal _|_ Compiler
#552 GHCi :m doesn't restore default decl new lowest _|_ GHCi
#589 Various poor type error messages new low _|_ Compiler (Type checker)
#670 External Core is broken new tim normal _|_ External Core
#806 hGetBufNonBlocking doesn't work on Windows new normal _|_ libraries/base
#816 Weird fundep behavior (with -fallow-undecidable-instances) new normal _|_ Compiler (Type checker)
#917 -O introduces space leak new lowest _|_ Compiler
#926 infinite loop in ShutdownIOManager() new lowest _|_ Runtime System
#947 ghc -O space leak: CSE between different CAFs new normal _|_ Compiler
#1057 Implicit parameters on breakpoints new normal _|_ GHCi
#1062 Bad output from Text.PrettyPrint.HughesPJ new normal _|_ libraries/pretty
#1087 bang patterns with infix ops new normal _|_ Compiler (Parser)
#1147 Quadratic behaviour in the compacting GC new normal _|_ Runtime System
#1158 Problem with GADTs and explicit type signatures new simonpj lowest _|_ Compiler
#1168 Optimisation sometimes decreases sharing in IO code new normal _|_ Compiler
#1171 GHC doesn't respect the imprecise exceptions semantics new low _|_ Compiler
#1176 Infinite loop when printing error message new thorkilnaur low _|_ Compiler
#1201 ghci runs Template Haskell splices 4 times new simonpj low _|_ Template Haskell
#1290 ghc runs preprocessor too much new normal _|_ Driver
#1307 Warning refers to code not in the source new lowest _|_ Compiler
#1308 Type signature in warning is wrong new normal _|_ Compiler
#1400 :set +r doesn't work for interpreted modules new simonmar normal _|_ GHCi
#1473 isSpace is too slow new normal _|_ libraries/base
#1476 Template Haskell: splicing types and patterns new low _|_ Template Haskell
#1526 -fobject-code doesn't apply to expressions typed at the prompt new normal _|_ Compiler
#1530 debugging :steps inside TH spliced code need to be bypassed new normal _|_ GHCi
#1614 Type checker does not use functional dependency to avoid ambiguity new normal _|_ Compiler (Type checker)
#1687 A faster (^)-function. new normal _|_ Prelude
#1831 reify never provides the declaration of variables new normal _|_ Template Haskell
#1928 Confusing type error message new low _|_ Compiler (Type checker)
#2031 relocation overflow new normal _|_ Compiler
#2057 inconsistent .hi file error gets ignored new normal _|_ Compiler
#2132 Optimise nested comparisons new normal _|_ Compiler
#2182 ghc sessions (--make, --interactive, ghc api) erroneously retain instances new low _|_ GHCi
#2255 Improve SpecConstr for free variables new normal _|_ Compiler
#2280 randomR too slow new rrnewton normal _|_ libraries/random
#2356 GHC accepts multiple instances for the same type in different modules new low _|_ Compiler
#2465 View + Pattern Match not fused sufficiently new low _|_ Compiler
1 2 3 4 5 6 7
Note: See TracQuery for help on using queries.