Custom Query

Filters
 
Columns

Show under each result:


Results (301 - 400 of 3625)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Summary Owner Type Status Priority Milestone
#1977 Adding small check in Linux installer bug closed lowest 6.8.3
#3489 Adding some gmp bindings to integer-gmp (copied from the cvs-ghc list) igloo feature request closed normal 7.6.1
#1177 All I/O requests must complete before shutdown on Windows simonmar bug closed highest 6.8.1
#4971 All essential C-- transformations in new codegen should have infinite optimization fuel bug closed high 7.4.1
#7061 Allow 'default' declarations within GHCi simonmar feature request closed high 7.6.1
#2464 Allow #ifdef'd pragmas simonmar bug closed normal 7.0.1
#5931 Allow 'Any' to be passed to a foreign prim function. simonmar feature request closed normal 7.6.2
#3783 Allow --make and --fno-code simonmar feature request closed normal 7.0.1
#3670 Allow RULES for higher-ranked terms feature request closed normal --
#4227 Allow SPECIALISE pragmas for functions defined in another module bug closed normal 7.4.1
#6027 Allow changing fixity of new type operators pcapriotti feature request closed normal 7.6.1
#2431 Allow empty case analysis feature request closed low _|_
#5977 Allow ignoring global package db pcapriotti feature request closed high 7.6.1
#3729 Allow modification of capabilities at runtime task closed normal 7.6.1
#3303 Allow multi-line deprecation messages. igloo merge closed high 6.12.1
#3210 Allow programs to change the number of capabilities feature request closed low 7.4.1
#975 Allow quoting of the file path in :load command feature request closed normal
#7631 Allow to differentiate between newtypes and datatypes when using Generics dreixel feature request closed normal --
#802 Allow two packages to use the same module name task closed normal 6.6
#2791 Allow two versions of GHC to be installed simultaneously with the OS X installer bug closed low 7.0.1
#6038 Allow view patterns inside record patterns feature request closed normal 7.6.1
#736 Allowing any newtype of the IO monad to be used in FFI and extra optional entry point simonpj feature request closed high 6.8.1
#5860 Ambiguity between redundant imports feature request closed normal
#7804 Ambiguity check too eager in presence of RankNTypes and TypeFamilies bug closed normal
#1897 Ambiguous types and rejected type signatures chak bug closed low 7.2.1
#5336 Annotations aren't working igloo bug closed highest 7.2.1
#4945 Another SpecConstr infelicity bug closed normal 7.0.2
#4448 Another case of SpecConstr not specialising bug closed normal 7.0.2
#7696 Another kindFunResult panic bug closed normal
#4943 Another odd missed SpecConstr opportunity bug closed normal
#4494 Another regression with type families bug closed normal
#3041 Arch independent binary representations feature request closed normal 6.12.1
#1424 Argument corruption in FFI with many arguments (maybe 64-bit related) bug closed normal
#2822 Arity expansion not working right igloo bug closed normal 6.10 branch
#2120 Arrays allow out-of-bounds indexes bug closed high 6.12.1
#5830 Arrow if/then/else sugar breaks type inference bug closed normal
#1575 Arrow: No match in record selector Var.tcTyVarDetails bug closed normal
#7479 ArrowChoice unit law in haddock seems to be wrong bug closed normal
#1080 Arrows desguaring does not take account of bindings in patterns ross bug closed normal 6.8.1
#6168 Assembler error message in GHC 7.2.2 bug closed normal 7.4.1
#7799 Assembly error while building GHC 7.7 igloo bug closed high 7.8.1
#2478 Assertion failure in type checker merge closed normal 6.8 branch
#5481 Associated type defaults + MultiParamTypeClasses error bug closed normal
#1204 Associated types don't work with record updates bug closed normal 6.8.1
#5766 Asynchronous exception bugs in readProcess and readProcessWithExitCode bug closed normal 7.6.1
#5611 Asynchronous exception discarded after safe FFI call simonmar bug closed normal 7.2.1
#4035 Asynchronous exception wormholes kill modularity simonmar proposal closed high 7.0.1
#3944 Asynchronous exceptions and laziness bugs (with fixes) in Control.Concurrent.QSem/QSemN simonmar bug closed normal 7.0.1
#1036 Asynchronous exceptions improvements simonmar task closed normal _|_
#4400 Asynchronous exceptions in runInUnboundThread simonmar proposal closed high 7.4.1
#1688 Attached file causes stack overflow bug closed normal 6.8.1
#1680 Attempting to do foreign import with unboxed tuple return type causes GHC panic igloo merge closed normal 6.8.1
#7710 AutoDeriveTypeable and synonyms dreixel bug closed normal --
#4136 Automatically derived Read of operator is not inverse of automatically derived Show bug closed normal
#789 BCOs can only have 64k instructions: linkBCO: >= 64k insns in BCO bug closed high 6.12.1
#7609 Backticks in an an error message bug closed normal
#3182 Bad FP code generated by x86_64 native code generator. benl bug closed normal 6.12.1
#697 Bad assembler generated bug closed normal
#5731 Bad code for Double literals igloo bug closed highest 7.4.1
#2440 Bad code with type families bug closed lowest 7.6.2
#5281 Bad compiler warning simonpj bug closed high 7.2.1
#5274 Bad error message bug closed normal
#3805 Bad error message "Invalid type signature" bug closed normal --
#2112 Bad error message for malformed GADTs igloo merge closed normal --
#2114 Bad error message for omitting -XExistentialQuantification flag igloo merge closed normal --
#3864 Bad error message if $TMP does not exist bug closed high 6.12.2
#675 Bad error message in GHCi feature request closed normal
#4940 Bad error message using poly pat bind with MonoPatBinds feature request closed normal 7.2.1
#2819 Bad example code in documentation of Control.Exception.catch bug closed normal 6.10.2
#5944 Bad hpc hash function simonmar bug closed high 7.4.2
#5789 Bad link to documentation dterei bug closed normal 7.4.2
#2513 Bad location info for flag warnings igloo bug closed normal 6.10.1
#3169 Bad occurs-check error message bug closed low 7.0.2
#459 Bad parse error message bug closed normal _|_
#186 Bad sparc Int64 code via NCG with -O benl bug closed low _|_
#4173 Bad warning from quoted instance bug closed normal 7.0.1
#2436 Bad warning when exporting data families chak bug closed low 7.2.1
#1148 Bad warnings about unused imports that are in fact needed bug closed lowest _|_
#7210 Bang in front of type name crashes GHC bug closed normal
#2331 Bang pattern error message should suggest -XBangPatterns rather than -fbang-patterns igloo merge closed normal --
#1041 Bang patterns in do notation and lambdas bug closed normal
#7649 BangPatterns + ViewPatterns bug closed normal
#4002 Base new top-level names on the binder the code originated from (if any) feature request closed normal 7.4.1
#2881 Basic Fibonacci function using Word causes ghci to panic. - 6.10.1 simonmar bug closed low 6.12 branch
#4346 Behaviour of INLINABLE depends on whether the modules included are already compiled. simonmar bug closed high 7.0.1
#7308 Better code for top-level indirections simonmar bug closed high 7.8.1
#3340 Better defaults for parallel GC settings simonmar task closed high 6.12.1
#2538 Better error message for missing Rank2Types (or RankNTypes) flag simonpj feature request closed normal --
#3613 Better error messages for do-notation bug closed normal 7.0.1
#4336 Better implementation of recip for Ratio a simonmar proposal closed normal Not GHC
#911 Better information about the location of exceptions feature request closed normal _|_
#4337 Better power for Rational simonmar proposal closed normal Not GHC
#2090 Better stack management please feature request closed normal 7.4.1
#5612 Better support for kinds in Template Haskell lunaris feature request closed low 7.6.1
#4430 Better support for resolving infix expressions in template haskell igloo feature request closed normal 7.4.1
#1291 Binary Solaris build fails on Solaris 9 bug closed normal _|_
#1848 Binary distributions don't install gmp igloo bug closed high 6.8.2
#3463 Binary: Int64 truncated to fit in 32 bit Int bug closed normal --
#1641 Binders generated by instance deriving are affected by -auto-all igloo merge closed normal 6.8.3
#1326 Bindings for POSIX named semaphores and shared memory objects proposal closed normal Not GHC
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.