Custom Query

Filters
 
Columns

Show under each result:


Results (1 - 100 of 216)

1 2 3

Status: new (100 matches)

Ticket Summary Owner Type Priority Component Version
#17 Separate warnings for unused local and top-level bindings -- feature request lowest Compiler None
#95 GHCi :edit command should jump to the the last error feature request normal GHCi None
#110 Cygwin binaries feature request normal None None
#149 missed CSE opportunity bug normal Compiler 5.04.2
#229 Integer overflow in array allocation bug low libraries/base 6.4.1
#284 RPM doesn't support --prefix juhp feature request normal Build System None
#285 hp-ux 11.11 binaries feature request normal None None
#307 Implicit Parameters and monomorphism feature request low None None
#322 fromInteger-related pattern match overlap warnings simonpj bug normal Compiler 6.4
#345 GADT - fundep interaction simonpj bug low Compiler (Type checker) 6.4
#367 Infinite loops can hang Concurrent Haskell ezyang bug lowest Compiler 6.4.1
#368 Provide a Java Backend feature request normal Compiler None
#393 functions without implementations simonpj feature request normal Compiler (Type checker) None
#418 throwTo to a thread inside 'block' bug lowest Runtime System 6.4.1
#427 Random.StdGen slowness rrnewton bug normal libraries/random
#436 Declare large amounts of constant data feature request normal Compiler None
#457 Strictness problem bug normal Compiler 6.4.1
#472 Supertyping of classes feature request normal Compiler (Type checker) None
#487 powerpc/linux segfaulting binaries bug normal Compiler 6.4.1
#552 GHCi :m doesn't restore default decl bug lowest GHCi 5.0
#589 Various poor type error messages bug low Compiler (Type checker) 6.4.1
#595 Overhaul GHC's overlapping/non-exhaustive pattern checking task normal Compiler None
#597 Various error messages have inaccurate source locations task low Compiler None
#599 The Front Panel task normal Runtime System None
#603 GC-spy connection task normal Runtime System None
#605 Optimisation: strict enumerations task normal Compiler None
#617 Alpha port task normal Compiler None
#618 Dependency caching in ghc --make task normal Compiler None
#624 Program location for thread error messages task normal Compiler None
#634 Implement a more efficient TArray -- task normal Runtime System 6.4.1
#670 External Core is broken tim bug normal External Core 6.8.2
#701 Better CSE optimisation michalt task normal Compiler 6.4.1
#728 switch to compacting collection when swapping occurs feature request normal Runtime System 6.4.1
#750 Set -M, -H, -c and other memory-related values based on available virtual/physical memory feature request normal Runtime System 6.4.1
#806 hGetBufNonBlocking doesn't work on Windows bug normal libraries/base 6.4.2
#816 Weird fundep behavior (with -fallow-undecidable-instances) bug normal Compiler (Type checker) 6.4.2
#855 Improvements to SpecConstr task normal Compiler 6.4.2
#860 CPP fails when a macro is used on a line containing a single quote character feature request lowest Compiler 6.4.2
#881 Improve space profiling for references feature request normal Profiling 6.4.2
#910 --make should have a -j flag for parallel building feature request normal Compiler 6.4.2
#917 -O introduces space leak bug lowest Compiler 6.5
#926 infinite loop in ShutdownIOManager() bug lowest Runtime System 6.5
#932 Improve inlining simonpj task normal Compiler 6.4.2
#947 ghc -O space leak: CSE between different CAFs bug normal Compiler 6.5
#960 Lexical call site string feature request normal Compiler 6.6
#989 Windows "native" port task normal Compiler
#1009 GHC Performance Index task normal Build System 6.6
#1057 Implicit parameters on breakpoints bug normal GHCi 6.8.2
#1062 Bad output from Text.PrettyPrint.HughesPJ bug normal libraries/pretty 6.6
#1087 bang patterns with infix ops bug normal Compiler (Parser) 6.6
#1147 Quadratic behaviour in the compacting GC bug normal Runtime System 6.6
#1158 Problem with GADTs and explicit type signatures simonpj bug lowest Compiler 6.6
#1168 Optimisation sometimes decreases sharing in IO code bug normal Compiler 6.6
#1171 GHC doesn't respect the imprecise exceptions semantics bug low Compiler 6.6
#1176 Infinite loop when printing error message thorkilnaur bug low Compiler 6.6
#1192 GHC-only IOErrorType constructors, and is*Error(Type) functions feature request low Compiler 6.6
#1201 ghci runs Template Haskell splices 4 times simonpj bug low Template Haskell 6.6
#1231 deprecation warnings are reported too often simonpj feature request low Compiler 6.6
#1262 RecursiveDo in Template Haskell feature request normal Template Haskell 6.6
#1273 would like to print partial application values when at a breakpoint feature request normal GHCi 6.7
#1290 ghc runs preprocessor too much bug normal Driver 6.7
#1307 Warning refers to code not in the source bug lowest Compiler 6.7
#1308 Type signature in warning is wrong bug normal Compiler 6.7
#1311 newtypes of unboxed types disallowed - documentation bug and/or feature request feature request low Compiler 6.6.1
#1316 add warning for local type signatures that use the same type variable names as outer type signatures simonpj feature request normal Compiler 6.6.1
#1318 add warning for prefix negate operator and flag to replace it with negative numeric literals feature request normal Compiler (Parser) 6.6.1
#1371 Add -O3 task normal Compiler 6.6.1
#1388 Newbie help features feature request low GHCi 6.6.1
#1399 better support for developing threaded applications in ghci feature request normal GHCi 6.6.1
#1400 :set +r doesn't work for interpreted modules simonmar bug normal GHCi 6.7
#1404 allow more type signatures feature request normal Compiler (Type checker) 6.6.1
#1405 Make ghc (stage1) be compilable by non-GHC task normal Compiler 6.6.1
#1407 Add the ability to :set -l{foo} in .ghci files igloo feature request normal GHCi 6.6.1
#1409 Allow recursively dependent modules transparently (without .hs-boot or anything) feature request normal Compiler 6.10.2
#1444 Template Haskell: add proper support for qualified names in non-splicing applications feature request normal Template Haskell 6.6.1
#1451 Provide way to show the origin of a constraint feature request normal Compiler (Type checker) 6.6.1
#1473 isSpace is too slow bug normal libraries/base 6.6.1
#1475 Adding imports and exports with Template Haskell feature request normal Template Haskell 6.8.2
#1476 Template Haskell: splicing types and patterns bug low Template Haskell 6.6.1
#1477 ghci shouldn't link entire package feature request normal GHCi 6.6.1
#1480 Template Haskell should allow reification of modules feature request normal Template Haskell 6.6.1
#1526 -fobject-code doesn't apply to expressions typed at the prompt bug normal Compiler 6.7
#1530 debugging :steps inside TH spliced code need to be bypassed bug normal GHCi 6.7
#1532 Implicit parameters are not available in breakpoints feature request normal GHCi 6.7
#1593 Improve runInteractiveProcess error message when working directory does not exist simonmar task low libraries/process 6.7
#1614 Type checker does not use functional dependency to avoid ambiguity bug normal Compiler (Type checker) 6.7
#1628 warning(s) for using stolen syntax that's not currently enabled feature request low Compiler 6.6.1
#1687 A faster (^)-function. bug normal Prelude 6.6.1
#1768 More flexible type signatures for data constructors feature request low Compiler 6.6.1
#1791 heap overflow should generate an exception feature request normal Runtime System 6.8
#1800 Template Haskell support for running functions defined in the same module -- feature request normal Template Haskell 7.7
#1826 unable to list source for <exception thrown> should never occur -- feature request normal GHCi 6.8.1
#1830 Automatic derivation of Lift feature request normal Template Haskell 6.8.1
#1831 reify never provides the declaration of variables bug normal Template Haskell 6.8.1
#1921 change default to support extensions that involve a change of syntax feature request normal Compiler 6.8.1
#1928 Confusing type error message bug low Compiler (Type checker) 6.8.1
#1974 length "foo" doesn't work with -XOverloadedStrings feature request normal Compiler 6.8.1
#2031 relocation overflow bug normal Compiler 6.8.2
#2041 Allow splicing in concrete syntax feature request normal Template Haskell 6.8.2
#2057 inconsistent .hi file error gets ignored bug normal Compiler 6.8.2
(more results for this group on next page)
1 2 3
Note: See TracQuery for help on using queries.