Custom Query

Filters
 
Columns

Show under each result:


Results (101 - 200 of 581)

1 2 3 4 5 6

Difficulty: Unknown (100 matches)

Ticket Summary Status Owner Priority Milestone Component
#2725 Remove Hack in compiler/nativeGen/MachCodeGen.hs new clemens high 7.8.1 Compiler (NCG)
#2731 Avoid unnecessary evaluation when unpacking constructors new lowest 7.6.2 Compiler
#2776 Document -pgmL (Use cmd as the literate pre-processor) new lowest 7.6.2 Documentation
#2786 Blackhole loops are not detected and reported in GHCi new normal _|_ GHCi
#2805 Test ffi009(ghci) fails on PPC Mac OS X new lowest 7.6.2 GHCi
#2823 Another arity expansion bug new lowest 7.6.2 Compiler
#2840 Top level string literals new lowest 7.6.2 Compiler
#2841 Ghci + foreign export declarations result in undefined symbols new normal _|_ Compiler (FFI)
#2867 Make a way to tell GHC that a pragma name should be "recognised" new lowest 7.6.2 Compiler
#2915 Arity is smaller than need be new simonpj lowest 7.6.2 Compiler
#2917 alloca and allocaArray do not respect alignment new normal _|_ Compiler (FFI)
#2926 Foreign exported function returns wrong type new low _|_ Compiler (FFI)
#2933 LDFLAGS ignored by build system new lowest 7.6.2 Build System
#2940 Do CSE after CorePrep new simonpj lowest 7.6.2 Compiler
#2988 Improve float-in new lowest 7.6.2 Compiler
#2991 .mix files generation broken with -fhpc and --make flags with lhs modules new andy@… lowest 7.6.2 Code Coverage
#3003 Happy does not reject pragmas new lowest 7.6.2 Build System
#3034 divInt# floated into a position which leads to low arity new lowest 7.6.2 Compiler
#3048 Heap size suggestion gets ignored when -G1 flag is passed new normal _|_ Runtime System
#3055 Int / Word / IntN / WordN are unequally optimized new lowest 7.6.2 Compiler
#3061 GHC's GC default heap growth strategy is not as good as other runtimes new lowest 7.6.2 Runtime System
#3065 Reorder tests in quot to improve code new lowest 7.6.2 libraries/base
#3070 floor(0/0) should not be defined new squadette lowest 7.6.2 Prelude
#3073 Avoid reconstructing dictionaries in recursive instance methods new lowest 7.6.2 Compiler
#3081 Double output after Ctrl+C on Windows new normal _|_ Runtime System
#3103 Compiling base with cabal fails. new high 7.8.1 Compiler
#3107 Over-eager GC when blocked on a signal in the non-threaded runtime new lowest 7.6.2 Runtime System
#3134 encodeFloat . decodeFloat new normal _|_ Prelude
#3138 Returning a known constructor: GHC generates terrible code for cmonad new lowest 7.6.2 Compiler
#3178 Fix linking -lpthread for semaphores new -- normal _|_ libraries/unix
#3184 package.conf should be under /var, not /usr new -- low 7.6.2 Package system
#3191 hpc reports spurious results with .lhs files even after processing with ghc -E new andy@… lowest 7.6.2 Code Coverage
#3195 runghc failing sometimes new -- normal _|_ None
#3231 Permission denied error with runProcess/openFile new simonmar normal 7.6.2 libraries/base
#3238 CInt FFI exports do not use C int in _stub.h header file new lowest 7.6.2 Compiler (FFI)
#3242 ghci: can't load .so/.DLL for: m (addDLL: could not load DLL) new normal 7.6.2 GHCi
#3266 Segment fault with WxHaskell and GHC 6.10.2 new normal _|_ Compiler
#3321 -fhpc assumes original sources relative to the current directory new lowest 7.6.2 Compiler
#3333 GHCi doesn't load weak symbols new normal 7.6.2 GHCi
#3351 Generated ghc man page missing xrefs new lowest 7.6.2 Documentation
#3353 Add CLDouble support new normal _|_ Compiler
#3354 binaries built with GHC on Mac OS X 10.5 (Leopard) do not work on 10.4 (Tiger) new normal _|_ Build System
#3376 hpc and CPP don't mix on Windows new andy@… lowest 7.6.2 Code Coverage
#3427 control what sort of entity a deprecated pragma applies to new low 7.6.2 Compiler
#3458 Allocation where none should happen new lowest 7.6.2 Compiler
#3470 OSX installer should give an informative error message when XCode is missing new lowest 7.6.2 Build System
#3472 Porting through .hc files broken new -- high 7.8.1 Build System
#3509 libffi.so not found on Mac OS X (10.5.8) new lowest 7.6.2 Build System
#3517 GHC has lots of extra hidden IOErrorType values new low 7.6.2 libraries/base
#3533 mac installer package deletes old version of ghc new lowest 7.6.2 Compiler
#3543 -fext-core doesn't force recompilation when .hcr file doesn't exist new lowest 7.6.2 Driver
#3549 unlit does not follow H98 spec new normal _|_ Compiler
#3569 ghci can't handle utf-8 chinese char correctly when modify. new judah normal _|_ GHCi
#3571 Bizzarely bloated binaries new lowest 7.6.2 Compiler
#3575 mkStdGen and split conspire to make some programs predictable new rrnewton normal _|_ libraries/random
#3588 ghc -M should emit dependencies on CPP headers new low 7.6.2 Compiler
#3606 The Ord instance for unboxed arrays is very inefficient new lowest 7.6.2 libraries (other)
#3620 The seeds generated by split are not independent new rrnewton normal _|_ libraries/random
#3625 GHCI doesn't work with dtrace on OS X new low 7.6.2 GHCi
#3628 exceptions reported to stderr when they propagate past forkIO new -- normal _|_ libraries/base
#3654 Mach-O GHCi linker lacks support for a range of relocation entries new normal 7.6.2 Runtime System
#3831 SpecConstr should exploit cases where there is exactly one call pattern new simonpj high 7.8.1 Compiler
#3927 Incomplete/overlapped pattern warnings + GADTs = inadequate new simonpj high 7.8.1 Compiler
#3990 UNPACK doesn't unbox data families new low 7.6.2 Compiler
#4005 Bad behaviour in the generational GC with paraffins -O2 new normal _|_ Runtime System
#4081 Strict constructor fields inspected in loop new benl low 7.6.2 Compiler
#4139 Spurious non-exhaustive pattern match warnings are given using GADTs new normal 7.0.1 Compiler
#4245 ghci panic: thread blocked indefinitely in an MVar operation new tibbe high 7.6.2 GHCi
#4364 Template Haskell: Cycle in type synonym declarations new simonpj high 7.8.1 Compiler (Type checker)
#4824 Windows: Dynamic linking doesn't work out-of-the-box new low 7.6.2 Runtime System
#4837 Template Haskell does not work in a profiled compiler. new low 7.6.2 Profiling
#5013 sporadic failures during compilation under solaris new low 7.6.2 Compiler
#5014 canonicalizePath throws exception on paths that do not exist new low 7.6.2 libraries/directory
#5019 OS X: ld: warning: could not create compact unwind for _ffi_call_unix64 new high 7.8.1 Compiler
#5051 Typechecker behaviour change new high 7.2.1 Compiler
#5071 GHCi crashes on large alloca/allocaBytes requests new normal _|_ Compiler
#5333 Arrow command combinators and infixr cause the desugarer to fail new ross low 7.6.2 Compiler (Parser)
#5361 regSpill: out of spill slots! new high 7.8.1 Compiler
#5401 LANGUAGE pragma parser nit new igloo normal 7.6.2 Compiler (Parser)
#5435 GHCi linker should run constructors for linked libraries new normal 7.8.1 Compiler
#5442 ghc-pkg unregister --user/--global/--package-conf not normative new high 7.8.1 ghc-pkg
#5448 GHC stuck in infinite loop compiling with optimizations new normal _|_ Compiler
#5537 ghc doesn't find libffi.so.5 in testsuite new low 7.6.2 Test Suite
#5539 GHC panic - Simplifier ticks exhausted new simonpj high 7.6.2 Compiler
#5615 ghc produces poor code for `div` with constant powers of 2. new daniel.is.fischer normal 7.6.2 Compiler
#5620 Dynamic linking and threading does not work on Windows new igloo high 7.6.2 Runtime System
#5641 The -L flag should not exist new normal 7.6.2 Profiling
#5642 Deriving Generic of a big type takes a long time and lots of space new dimitris high 7.6.2 Compiler
#5666 Can't use writeFile to write unicode characters. new normal 7.6.2 libraries (other)
#5682 Properly parse kind operators (from promoted type operators) new dreixel low 7.6.2 Compiler
#5692 Source code with large floating constants in exponential notation cannot be compiled new pcapriotti normal 7.6.2 Compiler
#5702 Can't vectorise pattern matching on numeric literals new chak normal 7.6.2 Data Parallel Haskell
#5722 GHC inlines class method forever new simonpj normal _|_ Compiler
#5724 Confusing warning message for incomplete patterns new normal 7.6.2 Compiler
#5728 Warnings from -fwarn-incomplete-record-updates even with all constructors matched new normal _|_ Compiler
#5761 Getting stdout and stderr as a single handle from createProcess does not work on Windows new normal 7.6.2 libraries/process
#5762 GHC gives incorrect warnings with simple applications of the view patterns extension new normal _|_ Compiler
#5763 Confusing error message new simonpj high 7.6.2 Compiler
#5775 Inconsistency in demand analysis new normal 7.6.2 Compiler
#5777 core lint error with arrow notation and GADTs new ross normal 7.6.2 Compiler
(more results for this group on next page)
1 2 3 4 5 6
Note: See TracQuery for help on using queries.