Custom Query

Filters
 
Columns

Show under each result:


Results (701 - 800 of 949)

1 2 3 4 5 6 7 8 9 10

Operating System: Unknown/Multiple (100 matches)

Ticket Summary Status Owner Type Priority Milestone
#2625 Unexpected -ddump-simpl output for derived Ord instance and UNPACKed fields new bug low _|_
#4017 Unhelpful error message in GHCi new bug lowest 7.6.2
#1880 Unify flag descriptions to generate both docs and code new task lowest 7.6.2
#7676 Unify patterns and function bindings new feature request normal 7.8.1
#5302 Unused arguments in join points new simonpj bug low 7.6.2
#5158 Update .git-ignore in all the repos new pcapriotti task low 7.6.2
#7204 Use a class to control FFI marshalling new feature request normal 7.8.1
#2159 Use a more efficient representation than [DynFlag] new bug lowest 7.6.2
#7855 Use optimizer for more information about incomplete pattern matches new feature request normal
#609 Useful optimisation for set-cost-centre new simonmar task normal 7.6.2
#3704 Using -shared without -dynamic should be rejected on linux new bug low 7.6.2
#7535 Using -with-rtsopts=-N should fail unless -threaded is also specified new bug normal 7.8.1
#597 Various error messages have inaccurate source locations new task low _|_
#589 Various poor type error messages new bug low _|_
#7863 Verbosity level for quieter Template Haskell new feature request normal
#2365 Warn about suspicious flags in OPTIONS_GHC pragmas new feature request lowest 7.6.2
#2135 Warn if functions are exported whose types cannot be written new feature request lowest 7.6.2
#602 Warning Suppression new task lowest 7.6.2
#4980 Warning about module abbreviation clashes new feature request low 7.6.2
#4959 Warning about variables with leading underscore that are used anyway new feature request low 7.6.2
#7169 Warning for incomplete record field label used as function new feature request normal 7.8.1
#7895 Warning for literal overflow new feature request normal --
#2522 Warning for missing export lists new feature request lowest 7.6.2
#7881 Warning for pointless ranges like [5..2] new feature request normal
#2896 Warning suggestion: argument not necessarily a binary operator new feature request low _|_
#5392 Warnings about impossible MPTCs would be nice new feature request normal 7.6.2
#5728 Warnings from -fwarn-incomplete-record-updates even with all constructors matched new bug normal _|_
#816 Weird fundep behavior (with -fallow-undecidable-instances) new bug normal _|_
#7373 When building GHC: Failed to load interface for `GHC.Fingerprint' new bug normal 7.8.1
#3601 When running two or more instances of GHCi, persistent history is only kept for the first one new feature request normal _|_
#3699 Wildcards in type functions new feature request low 7.6.2
#2269 Word type to Double or Float conversions are slower than Int conversions new dons@… feature request lowest 7.6.2
#1534 [Debugger] Watch on accesses of "variables" new feature request lowest 7.6.2
#7463 [PATCH] When -keep-hc-files is enabled, foreign stubs *_stub.c should also be kept. new igloo bug normal 7.8.1
#5209 ^C doesn't correctly reset the prompt from within multiline commands in ghci new bug low 7.6.2
#2401 aborting an STM transaction should throw an exception new -- bug low 7.6.2
#2737 add :tracelocal to ghci debugger to trace only the expressions in a given function new feature request lowest 7.6.2
#2945 add command :mergetrace new feature request lowest 7.6.2
#4196 add more stolen syntax to the user guide new task low 7.6.2
#2968 add test for C trigraphs new kchugalinskiy task lowest 7.6.2
#1316 add warning for local type signatures that use the same type variable names as outer type signatures new simonpj feature request normal _|_
#1318 add warning for prefix negate operator and flag to replace it with negative numeric literals new feature request normal _|_
#7922 adding direct *.c -> object code (*.o/so/dylib) support to compilation driver new feature request normal
#2917 alloca and allocaArray do not respect alignment new bug normal _|_
#3701 allow existential wrapper newtypes new feature request low 7.6.2
#1404 allow more type signatures new feature request normal _|_
#3619 allow to set ghc search path globally (a'la CPATH) new feature request low 7.6.2
#5542 also parse class/instance declarations as "HEAD <= CONTEXT where" new feature request normal 7.6.2
#7081 arrow analogs of lambda case and multi-way if new feature request normal 7.8.1
#344 arrow notation: incorrect scope of existential dictionaries new ross bug lowest 7.6.2
#1087 bang patterns with infix ops new bug normal _|_
#1399 better support for developing threaded applications in ghci new feature request normal _|_
#2200 big static random access arrays new feature request normal _|_
#7779 building GHC overwrites the installed package database if GHC_PACKAGE_PATH is set new igloo bug normal 7.8.1
#5861 bytestring: incorrect documentation for hGetContents new duncan bug normal 7.6.2
#2403 caching for runghc (runhaskell) new jsnx feature request normal _|_
#4215 canonicalizePath behaves strangely with paths that do not exist new bug low 7.6.2
#5014 canonicalizePath throws exception on paths that do not exist new bug low 7.6.2
#1921 change default to support extensions that involve a change of syntax new feature request normal _|_
#5320 check_overlap panic (7.1 regression) new simonpj bug normal 7.6.2
#3427 control what sort of entity a deprecated pragma applies to new bug low 7.6.2
#5251 copyFile does not copy metadata new bug low 7.6.2
#7808 data families and TH names do not mix well (e.g. cannot use TH deriving) new feature request normal 7.8.1
#5412 dataTypeConstrs gives unhelpful error message new bug normal 7.6.2
#1530 debugging :steps inside TH spliced code need to be bypassed new bug normal _|_
#1231 deprecation warnings are reported too often new simonpj feature request low _|_
#7459 deriving Generic does not work with TypeLits new dreixel feature request normal 7.8.1
#4019 deriving Ord can produce incorrect and inefficient instances new bug low 7.6.2
#2530 deriving Show adds extra parens for constructor with record syntax new bug lowest 7.6.2
#3034 divInt# floated into a position which leads to low arity new bug lowest 7.6.2
#4180 do not consider associativity for unary minus for fixity resolution new feature request low 7.6.2
#6004 dph-lifted-vseg package doesn't provide Data.Array.Parallel.Prelude.Float module new benl bug normal 7.8.1
#4140 dynHelloWorld(dyn) fails in an unreg build new bug low 7.6.2
#7665 dynamicToo001 fails on Windows new igloo bug normal 7.8.1
#7883 enable GHC LLVM backend to use LLVM provided CAS / Atomicity primitives? new carter feature request normal --
#3134 encodeFloat . decodeFloat new bug normal _|_
#5273 error and undefined should print a location new feature request low 7.6.2
#3628 exceptions reported to stderr when they propagate past forkIO new -- bug normal _|_
#7666 excessive space and time usage for rendering (somewhat) deeply nested Docs new dterei bug normal 7.8.1
#2119 explicitly importing deprecated symbols should elicit the deprecation warning new feature request lowest 7.6.2
#2161 finaliser of a ForeignPtr called while references from unreachable threads exist new bug low 7.6.2
#7782 flag to run the demand analysis a second time new nfrisby task normal 7.8.1
#3070 floor(0/0) should not be defined new squadette bug lowest 7.6.2
#322 fromInteger-related pattern match overlap warnings new simonpj bug normal _|_
#393 functions without implementations new simonpj feature request normal _|_
#7148 generalized newtype and type families is unsound new simonpj bug normal 7.8.1
#5966 getAppUserDataDirectory does not respect XDG specification new bug normal 7.6.2
#7473 getModificationTime gives only second-level resolution new bug normal 7.8.1
#2258 ghc --cleanup new feature request lowest 7.6.2
#7835 ghc --make: allow passign .cmm, .c and .hs files in one command line new feature request normal --
#3588 ghc -M should emit dependencies on CPP headers new bug low 7.6.2
#5537 ghc doesn't find libffi.so.5 in testsuite new bug low 7.6.2
#1012 ghc panic with mutually recursive modules and template haskell new bug lowest 7.6.2
#5615 ghc produces poor code for `div` with constant powers of 2. new daniel.is.fischer bug normal 7.6.2
#1290 ghc runs preprocessor too much new bug normal _|_
#2182 ghc sessions (--make, --interactive, ghc api) erroneously retain instances new bug low _|_
#7296 ghc-7 assumes incoherent instances without requiring language `IncoherentInstances` new simonpj bug normal 7.8.1
#3739 ghc-cabal mishandles relative paths in arguments new bug low 7.6.2
#4048 ghc-pkg should check for existence of extra-libraries new bug low 7.6.2
#5442 ghc-pkg unregister --user/--global/--package-conf not normative new bug high 7.8.1
(more results for this group on next page)
1 2 3 4 5 6 7 8 9 10
Note: See TracQuery for help on using queries.