Custom Query

Filters
 
Columns

Show under each result:


Results (201 - 300 of 949)

1 2 3 4 5 6 7 8 9 10

Architecture: Unknown/Multiple (100 matches)

Ticket Summary Status Owner Type Priority Milestone
#4043 Parsing of guards, and type signatures new bug normal _|_
#4091 Parse error on curried context of instance declaration new feature request normal _|_
#4092 Floating point manipulation : ulp and coerce IEEE-754 Double# into Word64# new feature request normal 7.6.2
#4102 Bit manipulation built-ins new feature request normal 7.6.2
#4139 Spurious non-exhaustive pattern match warnings are given using GADTs new bug normal 7.0.1
#4259 Relax restrictions on type family instance overlap new feature request normal 7.8.1
#4268 Annotation extension needs a flag new bug normal 7.6.2
#4295 Review higher-rank and impredicative types new simonpj bug normal 7.6.2
#4370 Bring back monad comprehensions new feature request normal _|_
#4372 Extending quasiquotation support new bug normal 7.6.2
#4385 Type-level natural numbers new diatchki feature request normal 7.6.2
#4438 Rename and register the "PArr" language extension when it is judged to be ready new benl task normal _|_
#4451 Re-linking avoidance is too aggressive new simonmar bug normal 7.6.2
#4470 Loop optimization: identical counters new feature request normal 7.6.2
#4894 Missing improvement for fun. deps. new feature request normal _|_
#4900 DEPENDS pragma new feature request normal 7.6.2
#4937 Remove indirections caused by sum types, such as Maybe new feature request normal 7.6.2
#4941 SpecConstr generates functions that do not use their arguments new task normal _|_
#5071 GHCi crashes on large alloca/allocaBytes requests new bug normal _|_
#5075 CPR optimisation for sum types if only one constructor is used new simonpj feature request normal 7.6.2
#5082 Emit warnings when conflicting flags are supplied new feature request normal _|_
#5108 Allow unicode sub/superscript symbols in both identifiers and operators new feature request normal 7.6.2
#5143 Soft heap limit flag new simonmar task normal 7.6.2
#5144 Pattern synonyms new feature request normal _|_
#5239 Em-dash for "--" with UnicodeSyntax. new feature request normal 7.6.2
#5278 System.Random.randomIvalInteger makes invalid assumptions about RandomGen new rrnewton bug normal _|_
#5280 System.Random commits (rand `mod` base) error. new rrnewton bug normal _|_
#5289 Can't use ghci with a library linked against libstdc++ new bug normal 7.6.2
#5320 check_overlap panic (7.1 regression) new simonpj bug normal 7.6.2
#5324 Locally-scoped RULES new feature request normal _|_
#5344 CSE should look through coercions new simonpj feature request normal _|_
#5355 Link plugins against existing libHSghc new bug normal 7.6.2
#5364 Access RTS flag values from inside Haskell programs new feature request normal 7.6.2
#5369 Reinstate VECTORISE pragmas with expressions as right-hand sides new chak bug normal 7.6.2
#5392 Warnings about impossible MPTCs would be nice new feature request normal 7.6.2
#5412 dataTypeConstrs gives unhelpful error message new bug normal 7.6.2
#5416 Local modules and Template Haskell declaration splices new feature request normal _|_
#5429 Docase notation as GHC extension new tomasp feature request normal 7.6.2
#5435 GHCi linker should run constructors for linked libraries new bug normal 7.8.1
#5443 Errors when shutting down the event manager loop new tibbe bug normal 7.6.2
#5462 Deriving clause for arbitrary classes new feature request normal 7.6.2
#5463 SPECIALISE pragmas generated from Template Haskell are ignored new bug normal 7.6.2
#5466 Documentation for Chan could be better new bug normal _|_
#5467 Template Haskell: support for Haddock comments new feature request normal 7.6.2
#5470 The DPH library needs to support PData and PRepr instances for more than 15-tuples new chak bug normal 7.6.2
#5476 Cap memory usage for one thread without disrupting other threads new feature request normal _|_
#5498 Generalized newtype deriving allows creating of instances I can't create by hand new bug normal 7.6.2
#5542 also parse class/instance declarations as "HEAD <= CONTEXT where" new feature request normal 7.6.2
#5556 Support pin-changing on ByteArray#s new feature request normal 7.6.2
#5567 LLVM: Improve alias analysis / performance new dterei task normal 7.6.2
#5590 "guarded instances": instance selection can add extra parameters to the class new simonpj feature request normal 7.6.2
#5619 Shorter qualified import statements new feature request normal 7.6.2
#5630 External Core needs love new bug normal 7.6.2
#5641 The -L flag should not exist new bug normal 7.6.2
#5645 Sharing across functions causing space leak new bug normal 7.6.2
#5646 Initialise tuples using pragmas new chak bug normal 7.6.2
#5647 CLI option to silence "Loading package foo ... linking ... done" output new feature request normal 7.6.2
#5672 parBufferWHNF could be less subtle new duncan feature request normal 7.6.2
#5687 Friendly Interface for auto-completion of GHCi new feature request normal 7.6.2
#5692 Source code with large floating constants in exponential notation cannot be compiled new pcapriotti bug normal 7.6.2
#5702 Can't vectorise pattern matching on numeric literals new chak bug normal 7.6.2
#5722 GHC inlines class method forever new simonpj bug normal _|_
#5724 Confusing warning message for incomplete patterns new bug normal 7.6.2
#5728 Warnings from -fwarn-incomplete-record-updates even with all constructors matched new bug normal _|_
#5762 GHC gives incorrect warnings with simple applications of the view patterns extension new bug normal _|_
#5775 Inconsistency in demand analysis new bug normal 7.6.2
#5777 core lint error with arrow notation and GADTs new ross bug normal 7.6.2
#5786 Dynanmic way fails when GHC built with LLVM backend new dterei bug normal 7.6.2
#5791 Defer other kinds of errors until runtime, not just type errors new task normal 7.6.2
#5793 make nofib awesome new dterei task normal _|_
#5794 Nofib nightly regressions with pretty graphs new dterei task normal _|_
#5807 DPH library functions don't work without -fvectorise. new benl bug normal 7.6.2
#5809 Arity analysis could be better new simonpj bug normal 7.6.2
#5813 Offer a compiler warning for failable pattern matches new feature request normal 7.6.2
#5821 SPECIALISE fails with a cryptic warning new bug normal 7.6.2
#5823 FFI and CAPI needs {-# INCLUDE #-} back? new feature request normal 7.6.2
#5827 /usr/local hard-coded in cabal new duncan bug normal 7.6.2
#5834 Allow both INLINE and INLINABLE for the same function new feature request normal 7.6.2
#5835 Make better use of known dictionaries new feature request normal 7.6.2
#5840 Extend the supported environment sizes of vectorised closures new chak bug normal 7.6.2
#5844 Panic on generating Core code new bug normal 7.6.2
#5850 Greater customization of GHCi prompt new feature request normal 7.6.2
#5861 bytestring: incorrect documentation for hGetContents new duncan bug normal 7.6.2
#5907 Crashed loading package Safe new bug normal 7.6.2
#5916 runST isn't free new bug normal 7.6.2
#5924 Bad Cmm generated for updating one element in Array# new bug normal 7.6.2
#5925 Add inline version of newArray# new feature request normal 7.6.2
#5927 A type-level "implies" constraint on Constraints new feature request normal 7.6.2
#5928 INLINABLE fails to specialize in presence of simple wrapper new bug normal 7.6.2
#5941 Add compilation stage plugins new feature request normal 7.8.1
#5942 implement POSIX confstr() in System/Posix/Unistd.hsc new feature request normal 7.6.2
#5945 Lambda lifting new simonpj bug normal 7.8.1
#5949 Demand analysis attributes manifestly wrong demand type new bug normal 7.8.1
#5966 getAppUserDataDirectory does not respect XDG specification new bug normal 7.6.2
#5972 option to suppress (Monomorphic) record selector functions new igloo feature request normal 7.8.1
#5974 Casts, rules, and parametricity new bug normal _|_
#5985 Type operators are not accepted as variables in contexts new bug normal 7.6.2
#6004 dph-lifted-vseg package doesn't provide Data.Array.Parallel.Prelude.Float module new benl bug normal 7.8.1
#6016 On Windows, runhaskell hits an error on UTF-8 files with a BOM new bug normal 7.6.2
#6018 Injective type families new simonpj feature request normal 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.