Custom Query

Filters
 
Columns

Show under each result:


Results (201 - 300 of 980)

1 2 3 4 5 6 7 8 9 10

Architecture: Unknown/Multiple (100 matches)

Ticket Summary Status Owner Type Priority Milestone
#5082 Emit warnings when conflicting flags are supplied new feature request normal _|_
#7669 Empty case causes warning new bug normal 7.8.1
#3646 Enforce requirement that our repos contains a subset of upstream's patches new task lowest 7.6.2
#3122 Enhance --info new duncan feature request lowest 7.6.2
#2614 Enumeration of values for `Sys.Info.os`, `Sys.Info.arch` new mjg feature request low 7.6.2
#2708 Error message should suggest UnboxedTuples language extension new feature request low _|_
#7800 Error message when deriving Typeable without PolyKinds new dreixel bug normal 7.8.1
#7461 Error messages about "do" statements contain false information new bug normal 7.8.1
#7849 Error on pattern matching of an existential whose context includes a type function new bug normal --
#5443 Errors when shutting down the event manager loop new tibbe bug normal 7.6.2
#7259 Eta expansion of products in System FC new simonpj bug normal 7.8.1
#7382 Evaluating GHCi expressions is slow following the dynamic-by-default change new bug highest 7.8.1
#5840 Extend the supported environment sizes of vectorised closures new chak bug normal 7.6.2
#4372 Extending quasiquotation support new bug normal 7.6.2
#7068 Extensive Memory usage (regression) new simonpj bug high 7.8.1
#670 External Core is broken new tim bug normal _|_
#5630 External Core needs love new bug normal 7.6.2
#5823 FFI and CAPI needs {-# INCLUDE #-} back? new feature request normal 7.6.2
#3464 Find import declaration importing a certain function new feature request low 7.6.2
#4833 Finding the right loop breaker new bug low 7.6.2
#7772 Finish support for DYNAMIC_GHC_PROGRAMS on Windows new igloo bug high 7.8.1
#7858 Fix definitions of abs/signum for Floats/Doubles new bug normal --
#3178 Fix linking -lpthread for semaphores new -- bug normal _|_
#4092 Floating point manipulation : ulp and coerce IEEE-754 Double# into Word64# new feature request normal 7.6.2
#2926 Foreign exported function returns wrong type new bug low _|_
#5687 Friendly Interface for auto-completion of GHCi new feature request normal 7.6.2
#6070 Fun with the demand analyser new simonpj bug normal 7.8.1
#345 GADT - fundep interaction new simonpj bug low _|_
#603 GC-spy connection new task normal _|_
#7098 GHC 7.4.1 reports an internal error and core dumps while using DPH new benl bug normal 7.8.1
#3373 GHC API is not thread safe new feature request low 7.6.2
#4162 GHC API messes up signal handlers new bug low 7.6.2
#7430 GHC API reports CPP errors in confusing ways new bug normal 7.8.1
#1009 GHC Performance Index new task normal _|_
#2356 GHC accepts multiple instances for the same type in different modules new bug low _|_
#7752 GHC as a library documentation out of sync new bug high 7.8.1
#7337 GHC does not generate great code for bit-level rotation new feature request normal 7.8.1
#7542 GHC doesn't optimize (strict) composition with id new simonpj bug normal 7.8.1
#1171 GHC doesn't respect the imprecise exceptions semantics new bug low _|_
#5762 GHC gives incorrect warnings with simple applications of the view patterns extension new bug normal _|_
#3517 GHC has lots of extra hidden IOErrorType values new bug low 7.6.2
#6022 GHC infers over-general types new simonpj bug high 7.8.1
#5722 GHC inlines class method forever new simonpj bug normal _|_
#4124 GHC rejects instance quotations with splices in the instance head new bug low 7.6.2
#6047 GHC retains unnecessary binding new simonpj bug normal 7.6.2
#7678 GHC should compile cleanly with clang new thoughtpolice bug high 7.8.1
#3379 GHC should use the standard binary package new task normal 7.6.2
#7190 GHC's -fprof-auto does not work with LINE pragmas new bug normal 7.8.1
#3061 GHC's GC default heap growth strategy is not as good as other runtimes new bug lowest 7.6.2
#7241 GHC-7.6.1 panics on template haskell code new simonpj bug normal 7.8.1
#1192 GHC-only IOErrorType constructors, and is*Error(Type) functions new feature request low _|_
#4329 GHC.Conc modifyTVar primitive new feature request low 7.6.2
#7482 GHC.Event overwrites main IO managers hooks to RTS new AndreasVoellmy bug normal 7.8.1
#7500 GHC: internal error: getMBlock: mmap: Operation not permitted new bug normal 7.8.1
#7789 GHCI core dumps when used with VTY new igloo bug normal 7.8.1
#3625 GHCI doesn't work with dtrace on OS X new bug low 7.6.2
#1612 GHC_PACKAGE_PATH and $topdir bug new -- bug lowest 7.6.2
#552 GHCi :m doesn't restore default decl new bug lowest _|_
#95 GHCi :edit command should jump to the the last error new feature request normal _|_
#7158 GHCi commands case insensitive new feature request normal 7.8.1
#5071 GHCi crashes on large alloca/allocaBytes requests new bug normal _|_
#1377 GHCi debugger tasks new mnislaih task lowest 7.6.2
#5435 GHCi linker should run constructors for linked libraries new bug normal 7.8.1
#6107 GHCi runtime linker cannot link with duplicate common symbols new bug normal 7.8.1
#7133 GHCi: strange behaviour after CTRL-C, followed by 'hPutChar: resource vanished (Broken Pipe)' when quitting new tibbe bug normal 7.8.1
#1349 Generalise the ! and UNPACK mechanism for data types, to unpack function arguments new task normal 7.6.2
#5308 Generalize -msse2 command line flag to -msse<version number> new feature request low 7.6.2
#3205 Generalized isomorphic deriving new feature request normal _|_
#5498 Generalized newtype deriving allows creating of instances I can't create by hand new bug normal 7.6.2
#7269 GeneralizedNewtypeDeriving and PolyKinds new dreixel bug normal 7.8.1
#6147 GeneralizedNewtypeDeriving should fail with data families new simonpj bug high 7.8.1
#7443 Generated C code under -prof -fprof-auto -fprof-cafs very slow to compile new bug normal 7.8.1
#3351 Generated ghc man page missing xrefs new bug lowest 7.6.2
#7492 Generic1 deriving: Can we replace Rec1 f with f :.: Par1? new dreixel feature request normal 7.8.1
#5291 GhcDynamic build fails on Windows: can't find DLLs new bug low 7.6.2
#2841 Ghci + foreign export declarations result in undefined symbols new bug normal _|_
#7275 Give more detailed information about PINNED data in a heap profile new igloo feature request normal 7.8.1
#5850 Greater customization of GHCi prompt new feature request normal 7.6.2
#7644 Hackage docs for base library contain broken links new bug normal 7.8.1
#3984 Handle multiline input in GHCi history new feature request normal 7.6.2
#7624 Handling ImplicitParams in Instance Declaration new bug normal 7.8.1
#7695 Hang when locale-archive and gconv-modules are not there new bug normal 7.8.1
#3003 Happy does not reject pragmas new bug lowest 7.6.2
#7539 Hard ghc api crash when calling runStmt on code which has not been compiled new bug normal 7.8.1
#7949 Haskell Platform doesn't build on Fedora 17 new bug normal --
#3048 Heap size suggestion gets ignored when -G1 flag is passed new bug normal _|_
#5910 Holes with other constraints new feature request high 7.8.1
#3282 How to start an emacs editor within ghci asynchronously with :edit filename.hs :set editor emacs & don't go new feature request lowest 7.6.2
#5928 INLINABLE fails to specialize in presence of simple wrapper new bug normal 7.6.2
#6056 INLINABLE pragma prevents worker-wrapper to happen. new simonpj bug normal 7.8.1
#7245 INLINEing top-level patterns causes ghc to emit 'arity missing' traces new bug normal 7.8.1
#7378 Identical alts/bad divInt# code new bug normal 7.8.1
#2893 Implement "Quantified contexts" proposal new feature request normal _|_
#3712 Implement -dynamic-lib option new task low 7.6.2
#634 Implement a more efficient TArray new -- task normal _|_
#4001 Implement an atomic readMVar new ezyang task low 7.6.2
#7520 Implement cardinality analysis new bug normal 7.8.1
#7206 Implement cheap build new simonpj bug normal _|_
#2595 Implement record update for existential and GADT data types new feature request normal 6.12 branch
#2895 Implement the "Class System Extension" proposal new feature request normal _|_
(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.