Custom Query

Filters
 
Columns

Show under each result:


Results (101 - 200 of 260)

1 2 3

Status: new (100 matches)

Ticket Summary Owner Type Priority Component Version
#7378 Identical alts/bad divInt# code bug normal Compiler 7.6.1
#7520 Implement cardinality analysis bug normal Compiler 7.6.1
#3927 Incomplete/overlapped pattern warnings + GADTs = inadequate simonpj bug high Compiler 6.12.1
#7751 Incremental heap census ezyang feature request normal Profiling 7.7
#6018 Injective type families simonpj feature request normal Compiler 7.4.1
#7109 Inlining depends on datatype size, even with INLINE pragmas simonpj bug normal Compiler 7.5
#7141 Inlining the single method of a class can shadow rules simonpj bug normal Compiler 7.4.2
#7643 Kind application error simonpj bug normal Compiler (Type checker) 7.6.1
#7297 LLVM incorrectly hoisting loads dterei bug normal Compiler (LLVM) 7.7
#7608 LLVM only handles a hard-coded list of triples. dterei task normal Compiler (LLVM) 7.7
#7694 LLVM: bootstrapping with LLVM 3.2 does not work dterei bug normal Compiler (LLVM) 7.7
#5945 Lambda lifting simonpj bug normal Compiler 7.4.1
#6092 Liberate case not happening simonpj bug normal Compiler 7.4.1
#7668 Location in -fdefer-type-errors bug normal Compiler (Type checker) 7.6.2
#7634 MD5 collision could lead to SafeHaskell violation bug normal libraries/base 7.6.1
#4243 Make a proper options parser for the RTS task high Runtime System 6.13
#7353 Make system IO interruptible on Windows bug normal libraries/base 7.6.1
#7619 Make worker-wrapper unbox data families simonpj feature request normal Compiler 7.7
#7289 Mingw FPU init not Windows compatible. bug high Runtime System 7.2.2
#7116 Missing optimisation: strength reduction of floating-point multiplication pcapriotti bug normal Compiler 7.4.2
#7785 Module-local function not specialized with ConstraintKinds bug normal Compiler 7.6.2
#7783 MultiWayIf should start a new layout bug normal Compiler (Parser) 7.6.2
#7475 Mysterious Data.Word Segmentation Fault in GHCi bug normal Compiler 7.6.1
#7335 Need for extra warning pragma for accidental pattern matching in do blocks feature request normal Compiler 7.6.1
#7198 New codegen more than doubles compile time of T3294 simonmar bug high Compiler 7.4.2
#2451 New signal-handling API simonmar task highest libraries/unix 6.8.3
#7727 Nonsense evaluation: sequence [] = [] igloo bug normal GHCi 7.6.2
#5019 OS X: ld: warning: could not create compact unwind for _ffi_call_unix64 bug high Compiler 7.1
#7765 Odd error message for `runghc` with missing `main` function. igloo bug normal Compiler 7.6.1
#7725 Operators without colons bug normal Compiler 7.6.2
#7596 Opportunity to improve CSE simonpj bug normal Compiler 7.6.1
#7367 Optimiser / Linker Problem on amd64 bug normal Build System 7.6.1
#7540 Panic on type inference with vectorised parallel arrays chak bug highest Compiler 7.6.1
#7078 Panic using mixing list with parallel arrays incorrectly chak bug normal Compiler 7.4.1
#7713 Panic! make_exp (App _ (Coercion _)) when compiled with -fext-core bug normal External Core 7.6.2
#7380 Panic: mkNoTick: Breakpoint loading modules with -O2 via API bug normal GHC API 7.4.1
#7736 Parallel array enumeration causes compiler panic (enumFromToP) chak bug normal Compiler 7.7
#7807 Parse error with "where" and file-ending comment bug high Compiler (Parser) 7.7
#7481 Partially promoted data types bug high Compiler 7.6.1
#3472 Porting through .hc files broken -- bug high Build System 6.12.1 RC1
#7753 Profiling report broken with foreign exported functions bug normal Profiling 7.6.2
#7189 RTS Assertion Crash simonmar bug normal Runtime System 7.4.2
#7771 RTS should provide stg_sel_n_noupd_closure simonpj bug normal Compiler 7.6.2
#7398 RULES don't apply to a newtype constructor bug normal Compiler 7.6.1
#6017 Reading ./.ghci files raises security issues task high GHCi 7.4.1
#7495 Rebindable list syntax? feature request normal Compiler 7.6.1
#7828 RebindableSyntax and Arrow bug normal Compiler (Type checker) 7.6.2
#7788 Recursive type family causes <<loop>> simonpj bug normal Compiler (Type checker) 7.6.2
#7574 Register allocator chokes on certain branches with literals thoughtpolice bug high Compiler (NCG) 7.7
#7063 Register allocators can't handle non-uniform register sets benl bug normal Compiler (NCG) 7.4.2
#7679 Regression in -fregs-graph performance bug high Compiler (NCG) 7.6.2
#7450 Regression in optimisation time of functions with many patterns (6.12 to 7.4)? bug normal Compiler 7.6.1
#4259 Relax restrictions on type family instance overlap feature request normal Compiler (Type checker) 6.12.1
#2725 Remove Hack in compiler/nativeGen/MachCodeGen.hs clemens bug high Compiler (NCG) 6.11
#4374 Remove in-tree gmp igloo task high Build System 7.1
#7017 Rethink need for tarballs under "friendly" environment task high Build System 7.4.2
#7611 Rewrite rules application prevented by type variable application (map id vs. map (\x -> x)) bug normal Compiler 7.6.2
#7511 Room for GHC runtime improvement >~5%, inlining related bug normal Compiler 7.6.1
#7635 SafeHaskell implying other options feature request normal Compiler 7.6.1
#7625 Semicolon is not handled between imports at the ghci command prompt bug normal GHCi 7.4.2
#7307 Share top-level code for strings bug normal Compiler 7.6.1
#6101 Show instance for integer-simple is not lazy enough bug normal libraries (other) 7.4.1
#7809 Silly error message suggesting LiberalTypeSynonyms bug normal Compiler (Type checker) 7.7
#7057 Simplifier infinite loop regression simonpj bug normal Compiler 7.4.2
#7521 Simplifier ticks exhausted when compiling Accelerate example. bug high Compiler 7.6.1
#7501 Some GHCi options are undocummented bug high Documentation 7.6.1
#3831 SpecConstr should exploit cases where there is exactly one call pattern simonpj bug high Compiler 6.13
#7283 Specialise INLINE functions feature request normal Compiler 7.7
#6124 Spurious non-exhaustive warning with GADT and newtypes bug normal Compiler (Type checker) 7.4.1
#7670 StablePtrs should be organized by generation for efficient minor collections bug normal Runtime System 7.7
#7240 Stack trace truncated too much with indirect recursion nomeata bug normal Profiling 7.4.1
#7606 Stride scheduling for Haskell threads with priorities ezyang feature request normal Runtime System 7.7
#7803 Superclass methods are left unspecialized bug normal Compiler 7.6.2
#3977 Support double-byte encodings (Chinese/Japanese/Korean) on Windows batterseapower feature request low libraries/base 6.13
#7746 Support loading/unloading profiled objects from a profiled executable ezyang feature request normal Runtime System 7.7
#7371 Supporting old GHC versions in our libraries igloo task normal Build System 7.6.1
#7604 System.Directory.canonicalizePath "" behaviour differs between platforms bug normal libraries/directory 7.6.1
#7774 T5313 fails bug normal GHC API 7.7
#7305 T5975a is broken on Windows bug normal Test Suite 7.6.1
#6062 TH treats non-functions in function position inconsistently simonpj bug normal Compiler 7.5
#7484 Template Haskell allows building invalid record fields/names bug normal Template Haskell 7.6.1
#7667 Template Haskell fails to recognize type operator/function + bug normal Template Haskell 7.6.2
#4364 Template Haskell: Cycle in type synonym declarations simonpj bug high Compiler (Type checker) 7.1
#7558 Terrible error message when given and wanted are both insoluble simonpj bug normal Compiler 7.6.1
#7298 Test 2228 fails with dynamic-by-default igloo bug high GHCi 7.6.1
#7399 Test Posix004 fails in test-suite bug normal libraries/unix 7.6.1
#7253 Top-level bindings in ghci feature request normal GHCi 7.6.1
#7021 Tuple (and other exotic predicates) not yet handled in Template Haskell feature request normal Template Haskell 7.5
#7647 UNPACK polymorphic fields simonpj feature request normal Compiler 7.6.1
#7593 Unable to print exceptions of unicode identifiers bug normal Compiler 7.6.1
#7676 Unify patterns and function bindings feature request normal Compiler 7.7
#7204 Use a class to control FFI marshalling feature request normal Compiler 7.4.2
#7535 Using -with-rtsopts=-N should fail unless -threaded is also specified bug normal Compiler 7.6.1
#2283 WIndows: loading objects that refer to DLL symbols bug high GHCi 6.8.2
#7169 Warning for incomplete record field label used as function feature request normal Compiler 7.7
#7373 When building GHC: Failed to load interface for `GHC.Fingerprint' bug normal libraries/base 7.6.1
#7452 [GNU gold] ld: error: cannot find [...]/Types__1.o bug high Build System 7.6.1
#7463 [PATCH] When -keep-hc-files is enabled, foreign stubs *_stub.c should also be kept. igloo bug normal Compiler 7.6.1
#7534 allocateRegsAndSpill: Cannot read from uninitialized register bug high Compiler 7.7
#7081 arrow analogs of lambda case and multi-way if feature request normal Compiler 7.5
(more results for this group on next page)
1 2 3
Note: See TracQuery for help on using queries.