| #2451 |
New signal-handling API
|
new
|
simonmar
|
task
|
highest
|
libraries/unix
|
| #3658 |
Dynamically link GHCi (and use system linker) on platforms that support it
|
new
|
igloo
|
task
|
high
|
GHCi
|
| #4243 |
Make a proper options parser for the RTS
|
new
|
|
task
|
high
|
Runtime System
|
| #4374 |
Remove in-tree gmp
|
new
|
igloo
|
task
|
high
|
Build System
|
| #6017 |
Reading ./.ghci files raises security issues
|
new
|
|
task
|
high
|
GHCi
|
| #7017 |
Rethink need for tarballs under "friendly" environment
|
new
|
|
task
|
high
|
Build System
|
| #7371 |
Supporting old GHC versions in our libraries
|
new
|
igloo
|
task
|
normal
|
Build System
|
| #7608 |
LLVM only handles a hard-coded list of triples.
|
new
|
dterei
|
task
|
normal
|
Compiler (LLVM)
|
| #7623 |
GHC Arm support
|
new
|
|
task
|
normal
|
Compiler
|
| #7782 |
flag to run the demand analysis a second time
|
new
|
nfrisby
|
task
|
normal
|
Compiler
|
| #7790 |
Add dummy undefined symbols to indicate ways
|
new
|
ezyang
|
task
|
normal
|
Compiler
|
| #7829 |
make better/more robust loopbreaker choices
|
new
|
|
task
|
normal
|
Compiler
|
| #3647 |
unify handling and error messages for -X vs. {-#LANGUAGE ...#-} pragmas/extensions
|
new
|
igloo
|
feature request
|
normal
|
Compiler (Parser)
|
| #3977 |
Support double-byte encodings (Chinese/Japanese/Korean) on Windows
|
new
|
batterseapower
|
feature request
|
low
|
libraries/base
|
| #4259 |
Relax restrictions on type family instance overlap
|
new
|
|
feature request
|
normal
|
Compiler (Type checker)
|
| #4879 |
Deprecate exports
|
new
|
|
feature request
|
high
|
Compiler
|
| #5218 |
Add unpackCStringLen# to create Strings from string literals
|
new
|
igloo
|
feature request
|
high
|
Compiler
|
| #5910 |
Holes with other constraints
|
new
|
|
feature request
|
high
|
Compiler (Type checker)
|
| #5941 |
Add compilation stage plugins
|
new
|
|
feature request
|
normal
|
Compiler
|
| #5972 |
option to suppress (Monomorphic) record selector functions
|
new
|
igloo
|
feature request
|
normal
|
Compiler
|
| #6018 |
Injective type families
|
new
|
simonpj
|
feature request
|
normal
|
Compiler
|
| #6024 |
Allow defining kinds alone, without a datatype
|
new
|
|
feature request
|
normal
|
Compiler (Type checker)
|
| #6089 |
Allow declaration splices inside declaration brackets
|
new
|
simonpj
|
feature request
|
normal
|
Template Haskell
|
| #7015 |
Add support for 'static'
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7021 |
Tuple (and other exotic predicates) not yet handled in Template Haskell
|
new
|
|
feature request
|
normal
|
Template Haskell
|
| #7048 |
Add the ability to statically define a `FunPtr` to a haskell function
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7081 |
arrow analogs of lambda case and multi-way if
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7104 |
Add tryWriteTBQueue to Control.Concurrent.STM.TBQueue
|
new
|
simonmar
|
feature request
|
normal
|
libraries (other)
|
| #7140 |
Allow type signature in export list
|
new
|
|
feature request
|
normal
|
Compiler (Type checker)
|
| #7158 |
GHCi commands case insensitive
|
new
|
|
feature request
|
normal
|
GHCi
|
| #7169 |
Warning for incomplete record field label used as function
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7181 |
Add documentation on heap-profile file format.
|
new
|
|
feature request
|
normal
|
Documentation
|
| #7204 |
Use a class to control FFI marshalling
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7253 |
Top-level bindings in ghci
|
new
|
|
feature request
|
normal
|
GHCi
|
| #7263 |
Add derived Show instances to GHC.Generics
|
new
|
dreixel
|
feature request
|
normal
|
GHC API
|
| #7266 |
Allow fractional-looking integer literals
|
new
|
|
feature request
|
high
|
Compiler
|
| #7275 |
Give more detailed information about PINNED data in a heap profile
|
new
|
igloo
|
feature request
|
normal
|
Compiler
|
| #7283 |
Specialise INLINE functions
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7285 |
mkWeakMVar is non-compositional
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7300 |
Allow CAFs kept reachable by FFI to be forcibly made unreachable for GC
|
new
|
|
feature request
|
high
|
Compiler (FFI)
|
| #7330 |
Data Parallel Haskell (DPH) isn't usable yet.
|
new
|
benl
|
feature request
|
normal
|
Compiler
|
| #7331 |
Allow the evaluation of declaration splices in GHCi
|
new
|
|
feature request
|
normal
|
GHCi
|
| #7335 |
Need for extra warning pragma for accidental pattern matching in do blocks
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7337 |
GHC does not generate great code for bit-level rotation
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7346 |
Allow the use of `deriving` for GHC generics
|
new
|
dreixel
|
feature request
|
normal
|
Compiler
|
| #7395 |
DefaultSignatures conflict with default implementations
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7413 |
runghc (runhaskell) should be able to reload code on editing
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7414 |
plugins always trigger recompilation
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7459 |
deriving Generic does not work with TypeLits
|
new
|
dreixel
|
feature request
|
normal
|
Compiler
|
| #7492 |
Generic1 deriving: Can we replace Rec1 f with f :.: Par1?
|
new
|
dreixel
|
feature request
|
normal
|
Compiler
|
| #7494 |
Allow compatible type synonyms to be the return type of a GADT data constructor.
|
new
|
|
feature request
|
normal
|
Compiler (Type checker)
|
| #7495 |
Rebindable list syntax?
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7509 |
Changing the second prompt. :{ modules| No setting available to change.
|
new
|
igloo
|
feature request
|
normal
|
Compiler
|
| #7544 |
GHC downloads are unsigned
|
new
|
igloo
|
feature request
|
normal
|
Build System
|
| #7606 |
Stride scheduling for Haskell threads with priorities
|
new
|
ezyang
|
feature request
|
normal
|
Runtime System
|
| #7619 |
Make worker-wrapper unbox data families
|
new
|
simonpj
|
feature request
|
normal
|
Compiler
|
| #7633 |
Checkable "minimal complete definitions"
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7635 |
SafeHaskell implying other options
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7637 |
split-objs not supported for ARM
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7647 |
UNPACK polymorphic fields
|
new
|
simonpj
|
feature request
|
normal
|
Compiler
|
| #7676 |
Unify patterns and function bindings
|
new
|
|
feature request
|
normal
|
Compiler
|
| #7724 |
cross-compile to iOS
|
new
|
|
feature request
|
normal
|
Compiler
|
|
(more results for this group on next page)
|