Custom Query

Filters
 
Columns

Show under each result:


Results (401 - 500 of 950)

1 2 3 4 5 6 7 8 9 10

Milestone: 7.6.2 (36 matches)

Ticket Summary Status Owner Type Priority Component
#5809 Arity analysis could be better new simonpj bug normal Compiler
#5821 SPECIALISE fails with a cryptic warning new bug normal Compiler
#5827 /usr/local hard-coded in cabal new duncan bug normal libraries (other)
#5840 Extend the supported environment sizes of vectorised closures new chak bug normal Data Parallel Haskell
#5841 seg fault in ghci but not ghc when using chart-gtk code new bug normal Compiler
#5844 Panic on generating Core code new bug normal External Core
#5859 unsafeInterleaveIO duplicates computation when evaluated by multiple threads new simonpj bug high libraries/base
#5861 bytestring: incorrect documentation for hGetContents new duncan bug normal libraries (other)
#5889 -fno-prof-count-entries leads to linking errors new bug normal Compiler
#5898 ghc: internal error: Invalid Mach-O file new bug normal Compiler
#5907 Crashed loading package Safe new bug normal Package system
#5916 runST isn't free new bug normal Compiler
#5924 Bad Cmm generated for updating one element in Array# new bug normal Compiler
#5928 INLINABLE fails to specialize in presence of simple wrapper new bug normal Compiler
#5954 Performance regression 7.0 -> 7.2 (still in 7.4) new simonpj bug high Compiler
#5959 Top level splice in Template Haskell has over-ambitious lexical scope? new bug low Compiler
#5966 getAppUserDataDirectory does not respect XDG specification new bug normal libraries/directory
#5982 Incorrect dynamic library name in OSX new bug normal libraries/base
#5983 Libraries installed in wrong place new bug normal libraries/base
#5985 Type operators are not accepted as variables in contexts new bug normal Compiler
#6016 On Windows, runhaskell hits an error on UTF-8 files with a BOM new bug normal Compiler (Parser)
#6047 GHC retains unnecessary binding new simonpj bug normal Compiler
#6079 SEH exception handler not implemented on Win64 new bug normal Runtime System
#6087 Join points need strictness analysis new bug normal Compiler
#6113 Profiling with -p not written if killed with SIGTERM new bug normal Profiling
#6166 Performance regression in mwc-random since 7.0.x new bug high Compiler
#7043 32-bit GHC ceiling of negative float SEGFAULT: 11 new igloo bug high Compiler
#7045 The `Read` instance of `Rational` does not support decimal notation new bug normal libraries/base
#7056 GHCi loadArchive "libiconv.a":failed Unknown PEi386 section name `.drectve' new bug high GHCi
#7103 Compiler panic, when loading wxc in GHCi new bug high GHCi
#7243 regression: acceptable foreign result types new igloo bug normal Compiler (FFI)
#7277 Recompilation check fails for TH unless functions are inlined new bug high Template Haskell
#7316 GHC segfaults on ARM new bug high Compiler
#7320 GHC crashes when building on 32-bit Linux in a Linode new simonmar bug high Runtime System
#7325 threadDelay mistreats minBound and maxBound in some configurations new bug high Runtime System
#7388 CAPI doesn't work with ghci new igloo bug normal GHCi

Milestone: 7.6.3 (2 matches)

Ticket Summary Status Owner Type Priority Component
#7359 unix-2.6.0.0 fails to install on mac os x with 7.4.* (works with 7.6.1) new igloo bug highest libraries/unix
#7729 GHC panics. Invalid core new bug normal Compiler

Milestone: 7.8.1 (62 matches)

Ticket Summary Status Owner Type Priority Component
#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)
1 2 3 4 5 6 7 8 9 10
Note: See TracQuery for help on using queries.