Custom Query

Filters
 
Columns

Show under each result:


Results (701 - 800 of 946)

1 2 3 4 5 6 7 8 9 10

Operating System: Unknown/Multiple (100 matches)

Ticket Summary Status Owner Type Priority Milestone
#4340 Add alignment to hsc2hs template new feature request low 7.6.2
#4370 Bring back monad comprehensions new feature request normal _|_
#4385 Type-level natural numbers new diatchki feature request normal 7.6.2
#4426 Simplify the rules for implicit quantification new feature request low 7.6.2
#4429 Ability to specify the namespace in mkName new reinerp feature request low 7.6.2
#4442 Add unaligned version of indexWordArray# new feature request low 7.6.2
#4453 Allow specifying .hi files of imports on command line in batch mode new feature request low 7.6.2
#4459 Polymorphic Data.Dynamic new vivian feature request low 7.6.2
#4466 Add extension for type application new feature request low 7.6.2
#4470 Loop optimization: identical counters new feature request normal 7.6.2
#4479 Add Type Directed Name Resolution new feature request low 7.6.2
#4520 startup code on Windows should use SetDllDirectory("") new feature request low 7.6.2
#4806 Make error message more user friendly when module is not found because package is unusable new feature request low 7.6.2
#4815 Instance constraints should be used when deriving on associated data types new feature request low 7.6.2
#4823 Loop strength reduction for array indexing new feature request low 7.6.2
#4879 Deprecate exports new feature request high 7.8.1
#4894 Missing improvement for fun. deps. new feature request normal _|_
#4900 DEPENDS pragma new feature request normal 7.6.2
#4913 Make event tracing conditional on an RTS flag only new feature request low 7.6.2
#4921 report ambiguous type variables more consistently new feature request low 7.6.2
#4937 Remove indirections caused by sum types, such as Maybe new feature request normal 7.6.2
#4959 Warning about variables with leading underscore that are used anyway new feature request low 7.6.2
#4980 Warning about module abbreviation clashes new feature request low 7.6.2
#5059 Pragma to SPECIALISE on value arguments new feature request low 7.6.2
#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
#5144 Pattern synonyms new feature request normal _|_
#5171 Misfeature of Cmm optimiser: no way to extract a branch of expression into a separate statement new feature request low 7.6.2
#5197 Support static linker semantics for archives and weak symbols new feature request low 7.6.2
#5218 Add unpackCStringLen# to create Strings from string literals new igloo feature request high 7.8.1
#5219 need a version of hs_init that returns an error code for command-line errors new feature request low 7.6.2
#5239 Em-dash for "--" with UnicodeSyntax. new feature request normal 7.6.2
#5248 Infer type context in a type signature new feature request low 7.6.2
#5266 Licensing requirements and copyright notices new feature request low 7.6.2
#5273 error and undefined should print a location new feature request low 7.6.2
#5288 Less noisy version of -fwarn-name-shadowing new feature request low 7.6.2
#5308 Generalize -msse2 command line flag to -msse<version number> new feature request low 7.6.2
#5324 Locally-scoped RULES new feature request normal _|_
#5344 CSE should look through coercions new simonpj feature request normal _|_
#5364 Access RTS flag values from inside Haskell programs new feature request normal 7.6.2
#5392 Warnings about impossible MPTCs would be nice new feature request 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
#5462 Deriving clause for arbitrary classes new feature request normal 7.6.2
#5467 Template Haskell: support for Haddock comments new feature request normal 7.6.2
#5476 Cap memory usage for one thread without disrupting other threads new feature request normal _|_
#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
#5590 "guarded instances": instance selection can add extra parameters to the class new simonpj feature request normal 7.6.2
#5610 Improve "Unacceptable argument type in foreign declaration" error message new feature request high 7.4.1
#5619 Shorter qualified import statements new feature request 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
#5813 Offer a compiler warning for failable pattern matches new feature request normal 7.6.2
#5823 FFI and CAPI needs {-# INCLUDE #-} back? new feature request 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
#5850 Greater customization of GHCi prompt new feature request normal 7.6.2
#5910 Holes with other constraints new feature request high 7.8.1
#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
#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
#5972 option to suppress (Monomorphic) record selector functions new igloo feature request normal 7.8.1
#6018 Injective type families new simonpj feature request normal 7.8.1
#6024 Allow defining kinds alone, without a datatype new feature request normal 7.8.1
#6030 Typeclass constraint should pick the OverloadedString type. new feature request normal _|_
#6089 Allow declaration splices inside declaration brackets new simonpj feature request normal 7.8.1
#6135 Unboxed Booleans new jstolarek feature request normal 7.8.1
#7015 Add support for 'static' new feature request normal 7.8.1
#7021 Tuple (and other exotic predicates) not yet handled in Template Haskell new feature request normal 7.8.1
#7048 Add the ability to statically define a `FunPtr` to a haskell function new feature request normal 7.8.1
#7081 arrow analogs of lambda case and multi-way if new feature request normal 7.8.1
#7104 Add tryWriteTBQueue to Control.Concurrent.STM.TBQueue new simonmar feature request normal 7.8.1
#7105 Better names for derived SCCs of instances new simonmar feature request normal 7.6.2
#7140 Allow type signature in export list new feature request normal 7.8.1
#7158 GHCi commands case insensitive new feature request normal 7.8.1
#7169 Warning for incomplete record field label used as function new feature request normal 7.8.1
#7181 Add documentation on heap-profile file format. new feature request normal 7.8.1
#7204 Use a class to control FFI marshalling new feature request normal 7.8.1
#7253 Top-level bindings in ghci new feature request normal 7.8.1
#7261 ghci's :info and :browse break encapsulation new feature request normal _|_
#7263 Add derived Show instances to GHC.Generics new dreixel feature request normal 7.8.1
#7266 Allow fractional-looking integer literals new feature request high 7.8.1
#7275 Give more detailed information about PINNED data in a heap profile new igloo feature request normal 7.8.1
#7283 Specialise INLINE functions new feature request normal 7.8.1
#7285 mkWeakMVar is non-compositional new feature request normal 7.8.1
#7291 hp2ps should cope with incomplete data new feature request normal _|_
#7300 Allow CAFs kept reachable by FFI to be forcibly made unreachable for GC new feature request high 7.8.1
#7330 Data Parallel Haskell (DPH) isn't usable yet. new benl feature request normal 7.8.1
#7331 Allow the evaluation of declaration splices in GHCi new feature request normal 7.8.1
#7335 Need for extra warning pragma for accidental pattern matching in do blocks new feature request normal 7.8.1
#7337 GHC does not generate great code for bit-level rotation new feature request normal 7.8.1
#7346 Allow the use of `deriving` for GHC generics new dreixel feature request normal 7.8.1
#7395 DefaultSignatures conflict with default implementations new feature request normal 7.8.1
#7413 runghc (runhaskell) should be able to reload code on editing new feature request normal 7.8.1
#7414 plugins always trigger recompilation new feature request normal 7.8.1
#7459 deriving Generic does not work with TypeLits new dreixel 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.