Custom Query

Filters
 
Columns

Show under each result:


Results (801 - 900 of 947)

1 2 3 4 5 6 7 8 9 10
Ticket Summary Status Owner Type Priority Milestone
#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
#5918 hsc2hs forces wordsize (i.e. -m32 or -m64) to be the choice of GHC instead of allowing a different (or no/default choice) new feature request low 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
#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
#7492 Generic1 deriving: Can we replace Rec1 f with f :.: Par1? new dreixel feature request normal 7.8.1
#7494 Allow compatible type synonyms to be the return type of a GADT data constructor. new feature request normal 7.8.1
#7495 Rebindable list syntax? new feature request normal 7.8.1
#7509 Changing the second prompt. :{ modules| No setting available to change. new igloo feature request normal 7.8.1
#7544 GHC downloads are unsigned new igloo feature request normal 7.8.1
#7606 Stride scheduling for Haskell threads with priorities new ezyang feature request normal 7.8.1
#7619 Make worker-wrapper unbox data families new simonpj feature request normal 7.8.1
#7633 Checkable "minimal complete definitions" new feature request normal 7.8.1
#7635 SafeHaskell implying other options new feature request normal 7.8.1
#7637 split-objs not supported for ARM new feature request normal 7.8.1
#7647 UNPACK polymorphic fields new simonpj feature request normal 7.8.1
#7662 Improve GC of mutable objects new feature request normal _|_
#7676 Unify patterns and function bindings new feature request normal 7.8.1
#7724 cross-compile to iOS new feature request normal 7.8.1
#7741 Add SIMD support to x86/x86_64 NCG new feature request normal 7.8.1
#7746 Support loading/unloading profiled objects from a profiled executable new ezyang feature request normal 7.8.1
#7751 Incremental heap census new ezyang feature request normal 7.8.1
#7767 "internal error: evacuate: strange closure type 154886248" crash new feature request normal 7.8.1
#7808 data families and TH names do not mix well (e.g. cannot use TH deriving) new feature request normal 7.8.1
#7835 ghc --make: allow passign .cmm, .c and .hs files in one command line new feature request normal --
#7845 RebindableSyntax should allow rebinding tuples and lists new feature request normal --
#7855 Use optimizer for more information about incomplete pattern matches new feature request normal
#7863 Verbosity level for quieter Template Haskell new feature request normal
#7870 Compilatio​n errors break the complexity encapsulat​ion on DSLs, impairs success in industry new feature request normal --
#7881 Warning for pointless ranges like [5..2] new feature request normal
#7883 enable GHC LLVM backend to use LLVM provided CAS / Atomicity primitives? new carter feature request normal --
#7895 Warning for literal overflow new feature request normal --
#7922 adding direct *.c -> object code (*.o/so/dylib) support to compilation driver new feature request normal
#595 Overhaul GHC's overlapping/non-exhaustive pattern checking new task normal _|_
#597 Various error messages have inaccurate source locations new task low _|_
#599 The Front Panel new task normal _|_
#602 Warning Suppression new task lowest 7.6.2
#603 GC-spy connection new task normal _|_
#605 Optimisation: strict enumerations new task normal _|_
#609 Useful optimisation for set-cost-centre new simonmar task normal 7.6.2
#617 Alpha port new task normal _|_
#618 Dependency caching in ghc --make new task normal _|_
#624 Program location for thread error messages new task normal _|_
#634 Implement a more efficient TArray new -- task normal _|_
#701 Better CSE optimisation new michalt task normal _|_
#855 Improvements to SpecConstr new task normal _|_
#888 Implement the static argument transformation new task normal 7.6.2
#932 Improve inlining new simonpj task normal _|_
#989 Windows "native" port new task normal _|_
#1009 GHC Performance Index new task normal _|_
#1016 Avoidance of unaligned loads is overly conservative new task lowest 7.6.2
#1349 Generalise the ! and UNPACK mechanism for data types, to unpack function arguments new task normal 7.6.2
#1371 Add -O3 new task normal _|_
#1377 GHCi debugger tasks new mnislaih task lowest 7.6.2
#1405 Make ghc (stage1) be compilable by non-GHC new task normal _|_
#1572 Make it easy to find documentation for GHC and installed packages new task lowest 7.6.2
1 2 3 4 5 6 7 8 9 10
Note: See TracQuery for help on using queries.