| #602 |
Warning Suppression
|
new
|
|
task
|
lowest
|
Compiler
|
| #609 |
Useful optimisation for set-cost-centre
|
new
|
simonmar
|
task
|
normal
|
Profiling
|
| #888 |
Implement the static argument transformation
|
new
|
|
task
|
normal
|
Compiler
|
| #1016 |
Avoidance of unaligned loads is overly conservative
|
new
|
|
task
|
lowest
|
Compiler
|
| #1349 |
Generalise the ! and UNPACK mechanism for data types, to unpack function arguments
|
new
|
|
task
|
normal
|
Compiler
|
| #1377 |
GHCi debugger tasks
|
new
|
mnislaih
|
task
|
lowest
|
GHCi
|
| #1572 |
Make it easy to find documentation for GHC and installed packages
|
new
|
|
task
|
lowest
|
Compiler
|
| #1600 |
Optimisation: CPR the results of IO
|
new
|
|
task
|
lowest
|
Compiler
|
| #1631 |
Make the External Package Table contain ModDetails not ModIface
|
new
|
|
task
|
lowest
|
Compiler
|
| #1880 |
Unify flag descriptions to generate both docs and code
|
new
|
|
task
|
lowest
|
Compiler
|
| #2123 |
implement waitForProcess using signals
|
new
|
|
task
|
lowest
|
libraries/process
|
| #2437 |
More accurate package dependencies
|
new
|
--
|
task
|
lowest
|
Package system
|
| #2968 |
add test for C trigraphs
|
new
|
kchugalinskiy
|
task
|
lowest
|
Compiler
|
| #3355 |
Refactor Template Haskell syntax conversions
|
new
|
|
task
|
lowest
|
Compiler
|
| #3379 |
GHC should use the standard binary package
|
new
|
|
task
|
normal
|
Compiler
|
| #3462 |
New codegen: allocate large objects using allocateLocal()
|
new
|
|
task
|
low
|
Compiler
|
| #3559 |
split ghci modules off into their own package
|
new
|
|
task
|
low
|
GHCi
|
| #3646 |
Enforce requirement that our repos contains a subset of upstream's patches
|
new
|
|
task
|
lowest
|
Compiler
|
| #3712 |
Implement -dynamic-lib option
|
new
|
|
task
|
low
|
Compiler
|
| #3713 |
Track -dynamic/-fPIC to avoid obscure linker errors
|
new
|
|
task
|
low
|
Compiler
|
| #3755 |
Improve join point inlining
|
new
|
|
task
|
low
|
Compiler
|
| #3946 |
Better diagnostic when entering a GC'd CAF
|
new
|
|
task
|
low
|
Runtime System
|
| #4001 |
Implement an atomic readMVar
|
new
|
|
task
|
low
|
Runtime System
|
| #4196 |
add more stolen syntax to the user guide
|
new
|
|
task
|
low
|
Documentation
|
| #4211 |
LLVM: Stack alignment on OSX
|
new
|
dterei
|
task
|
normal
|
Compiler (LLVM)
|
| #4281 |
Make impredicativity work properly
|
new
|
simonpj
|
task
|
low
|
Compiler
|
| #5140 |
Fix LLVM backend for PowerPC
|
new
|
erikd
|
task
|
low
|
Compiler (LLVM)
|
| #5143 |
Soft heap limit flag
|
new
|
simonmar
|
task
|
normal
|
Runtime System
|
| #5158 |
Update .git-ignore in all the repos
|
new
|
pcapriotti
|
task
|
low
|
Compiler
|
| #5567 |
LLVM: Improve alias analysis / performance
|
new
|
dterei
|
task
|
normal
|
Compiler (LLVM)
|
| #5757 |
zero unexpected failures on all tier 1 platforms
|
new
|
|
task
|
highest
|
Test Suite
|
| #5791 |
Defer other kinds of errors until runtime, not just type errors
|
new
|
|
task
|
normal
|
Compiler
|
| #849 |
Offer control over branch prediction
|
new
|
|
feature request
|
normal
|
Compiler
|
| #1365 |
-fbyte-code is ignored in a OPTIONS_GHC pragma
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #1379 |
Allow breakpoints and single-stepping for functions defined interactively
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #1420 |
Automatic heap profile intervals
|
new
|
|
feature request
|
lowest
|
Profiling
|
| #1534 |
[Debugger] Watch on accesses of "variables"
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #1574 |
Broken link testing
|
new
|
|
feature request
|
lowest
|
Documentation
|
| #1721 |
Make GHCi print the entire result of an interactive 'bind' statement
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #1885 |
Improve CPR analysis
|
new
|
simonpj
|
feature request
|
lowest
|
Compiler
|
| #1894 |
Add a total order on type constructors
|
new
|
|
feature request
|
lowest
|
Compiler (Type checker)
|
| #1965 |
Allow unconstrained existential contexts in newtypes
|
new
|
|
feature request
|
normal
|
Compiler
|
| #2075 |
hpc should render information about the run in its html markup
|
new
|
andy@…
|
feature request
|
lowest
|
Code Coverage
|
| #2104 |
Add Labels
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2110 |
Rules to eliminate casted id's
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2119 |
explicitly importing deprecated symbols should elicit the deprecation warning
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2135 |
Warn if functions are exported whose types cannot be written
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2168 |
ghci should show haddock comments for identifier
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2215 |
:disable command to disable breakpoints
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2258 |
ghc --cleanup
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2269 |
Word type to Double or Float conversions are slower than Int conversions
|
new
|
dons@…
|
feature request
|
lowest
|
Compiler
|
| #2333 |
Emit a warning if an INLINE function is a loop breaker
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2340 |
Improve Template Haskell error recovery
|
new
|
--
|
feature request
|
lowest
|
Template Haskell
|
| #2345 |
:browse limitations (browsing virtual namespaces, listing namespaces)
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2365 |
Warn about suspicious flags in OPTIONS_GHC pragmas
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2460 |
provide -mwindows option like gcc
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2514 |
Add/Expose Binary API that allows dumping of any GHC Binary instance
|
new
|
nominolo
|
feature request
|
lowest
|
GHC API
|
| #2522 |
Warning for missing export lists
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2526 |
warn about missing signatures only for exported functions
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2531 |
Prune duplicates in ghci history
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2550 |
Add an option to read file names from a file instead of the command line
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2598 |
Avoid excessive specialisation in SpecConstr
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2600 |
Bind type variables in RULES
|
new
|
simonpj
|
feature request
|
lowest
|
Compiler
|
| #2614 |
Enumeration of values for `Sys.Info.os`, `Sys.Info.arch`
|
new
|
mjg
|
feature request
|
low
|
libraries/base
|
| #2640 |
Treat -X flags consistently in GHCi
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2641 |
Revise the rules for -XExtendedDeafultRules
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2648 |
Report out of date interface files robustly
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2721 |
Newtype deriving doesn't work with type families
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2737 |
add :tracelocal to ghci debugger to trace only the expressions in a given function
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2803 |
bring full top level of a module in scope when a breakpoint is hit in the module
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2836 |
Data.Typeable does not use qualified names
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #2945 |
add command :mergetrace
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2946 |
tracing should be controled by a global flag
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2950 |
show breakpoint numbers of breakpoints which were ignored during :force
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #2986 |
:info printing instances often isn't wanted
|
new
|
Remi
|
feature request
|
lowest
|
GHCi
|
| #3000 |
:break command should recognize also nonexported top level symbols in qualified IDs
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #3032 |
would be nice if -fno-code and --make worked together
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #3052 |
ghc FFI doesn't support thiscall
|
new
|
|
feature request
|
low
|
Compiler (FFI)
|
| #3085 |
warn about language extensions that are not used
|
new
|
|
feature request
|
normal
|
Compiler
|
| #3122 |
Enhance --info
|
new
|
duncan
|
feature request
|
lowest
|
Compiler
|
| #3123 |
make INLINE work for recursive definitions (generalized loop peeling/loop unrolling)
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #3140 |
(Windows?) GHCi doesn't load hierachical modules
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #3192 |
Add dynCompileCoreExpr :: GhcMonad m => Bool -> Expr CoreBind -> m Dynamic to ghc-api
|
new
|
|
feature request
|
lowest
|
GHC API
|
| #3217 |
Make GHCi have separate flags for interactive Haskell expressions
|
new
|
|
feature request
|
normal
|
Compiler
|
| #3251 |
split rts headers into public and private
|
new
|
|
feature request
|
lowest
|
Runtime System
|
| #3282 |
How to start an emacs editor within ghci asynchronously with :edit filename.hs :set editor emacs & don't go
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #3314 |
Add compilation date to +RTS --info
|
new
|
|
feature request
|
lowest
|
Compiler
|
| #3372 |
Allow for multiple linker instances
|
new
|
|
feature request
|
low
|
Compiler
|
| #3373 |
GHC API is not thread safe
|
new
|
|
feature request
|
low
|
GHC API
|
| #3452 |
Show type of most recent expression in GHCi
|
new
|
|
feature request
|
lowest
|
GHCi
|
| #3464 |
Find import declaration importing a certain function
|
new
|
|
feature request
|
low
|
GHCi
|
| #3483 |
Some mechanism for eliminating "absurd" patterns
|
new
|
|
feature request
|
low
|
Compiler
|
| #3547 |
Improve granularity of UndecidableInstances
|
new
|
|
feature request
|
low
|
Compiler
|
| #3619 |
allow to set ghc search path globally (a'la CPATH)
|
new
|
|
feature request
|
low
|
Compiler
|
| #3632 |
lift restrictions on records with existential fields, especially in the presence of class constraints
|
new
|
|
feature request
|
low
|
Compiler
|
|
(more results for this group on next page)
|