Custom Query

Filters
 
Columns

Show under each result:


Results (401 - 500 of 980)

1 2 3 4 5 6 7 8 9 10

Milestone: 7.6.2 (36 matches)

Ticket Summary Status Owner Type Priority Component
#5850 Greater customization of GHCi prompt new feature request normal GHCi
#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
#5918 hsc2hs forces wordsize (i.e. -m32 or -m64) to be the choice of GHC instead of allowing a different (or no/default choice) new feature request low hsc2hs
#5924 Bad Cmm generated for updating one element in Array# new bug normal Compiler
#5925 Add inline version of newArray# new feature request normal Compiler
#5927 A type-level "implies" constraint on Constraints new feature request normal Compiler (Type checker)
#5928 INLINABLE fails to specialize in presence of simple wrapper new bug normal Compiler
#5942 implement POSIX confstr() in System/Posix/Unistd.hsc new feature request normal libraries/unix
#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
#7105 Better names for derived SCCs of instances new simonmar feature request normal Profiling
#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 (1 match)

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

Milestone: 7.8.1 (63 matches)

Ticket Summary Status Owner Type Priority Component
#314 #line pragmas not respected inside nested comments new bug high Compiler (Parser)
#781 GHCi on x86_64, cannot link to static data in shared libs new bug high Compiler
#2283 WIndows: loading objects that refer to DLL symbols new bug high GHCi
#2451 New signal-handling API new simonmar task highest libraries/unix
#2528 nub not as reliable as nubBy new bug normal libraries/base
#2725 Remove Hack in compiler/nativeGen/MachCodeGen.hs new clemens bug high Compiler (NCG)
#3103 Compiling base with cabal fails. new bug high Compiler
#3472 Porting through .hc files broken new -- bug high Build System
#3647 unify handling and error messages for -X vs. {-#LANGUAGE ...#-} pragmas/extensions new igloo feature request normal Compiler (Parser)
#3658 Dynamically link GHCi (and use system linker) on platforms that support it new igloo task high GHCi
#3831 SpecConstr should exploit cases where there is exactly one call pattern new simonpj bug high Compiler
#3927 Incomplete/overlapped pattern warnings + GADTs = inadequate new simonpj bug high Compiler
#3977 Support double-byte encodings (Chinese/Japanese/Korean) on Windows new batterseapower feature request low libraries/base
#4243 Make a proper options parser for the RTS new task high Runtime System
#4259 Relax restrictions on type family instance overlap new feature request normal Compiler (Type checker)
#4364 Template Haskell: Cycle in type synonym declarations new simonpj bug high Compiler (Type checker)
#4374 Remove in-tree gmp new igloo task high Build System
#4879 Deprecate exports new feature request high Compiler
#5019 OS X: ld: warning: could not create compact unwind for _ffi_call_unix64 new bug high Compiler
#5218 Add unpackCStringLen# to create Strings from string literals new igloo feature request high Compiler
#5361 regSpill: out of spill slots! new bug high Compiler
#5435 GHCi linker should run constructors for linked libraries new bug normal Compiler
#5442 ghc-pkg unregister --user/--global/--package-conf not normative new bug high ghc-pkg
#5780 -faggressive-primops change caused a failure in perf/compiler/parsing001 new bug high Compiler
#5902 Cannot tell from an exception handler whether the exception was asynchronous new simonmar bug high Compiler
#5910 Holes with other constraints new feature request high Compiler (Type checker)
#5941 Add compilation stage plugins new feature request normal Compiler
#5945 Lambda lifting new simonpj bug normal Compiler
#5949 Demand analysis attributes manifestly wrong demand type new bug normal Compiler
#5972 option to suppress (Monomorphic) record selector functions new igloo feature request normal Compiler
#6004 dph-lifted-vseg package doesn't provide Data.Array.Parallel.Prelude.Float module new benl bug normal Data Parallel Haskell
#6017 Reading ./.ghci files raises security issues new task high GHCi
#6018 Injective type families new simonpj feature request normal Compiler
#6022 GHC infers over-general types new simonpj bug high Compiler
#6024 Allow defining kinds alone, without a datatype new feature request normal Compiler (Type checker)
#6037 Compile-time crash with sources with non-representable unicode characters new bug normal Compiler
#6040 Adding a type signature changes heap allocation into stack allocation without changing the actual type new simonpj bug normal Compiler
#6056 INLINABLE pragma prevents worker-wrapper to happen. new simonpj bug normal Compiler
#6062 TH treats non-functions in function position inconsistently new simonpj bug normal Compiler
#6070 Fun with the demand analyser new simonpj bug normal Compiler
#6089 Allow declaration splices inside declaration brackets new simonpj feature request normal Template Haskell
#6092 Liberate case not happening new simonpj bug normal Compiler
#6098 debugger does not know the correct type for a newtype field new bug high GHCi
#6101 Show instance for integer-simple is not lazy enough new bug normal libraries (other)
#6107 GHCi runtime linker cannot link with duplicate common symbols new bug normal Compiler
#6124 Spurious non-exhaustive warning with GADT and newtypes new bug normal Compiler (Type checker)
#6132 Can't use both shebang line and #ifdef declarations in the same file. new bug normal Compiler
#6135 Unboxed Booleans new feature request normal Compiler
#6147 GeneralizedNewtypeDeriving should fail with data families new simonpj bug high Compiler (Type checker)
#6149 ghc-7.4.2 tests for profasm seg-fault under solaris new bug normal Compiler
#7011 32bit GHC 7.4.2 cannot compile integer-gmp on OS X 10.8 new bug high libraries (other)
#7015 Add support for 'static' new feature request normal Compiler
#7017 Rethink need for tarballs under "friendly" environment new task high Build System
#7021 Tuple (and other exotic predicates) not yet handled in Template Haskell new feature request normal Template Haskell
#7028 incorrect link paths for in mac os x after install new igloo bug high Build System
#7033 stale .tix files can cause programs built with -fhpc to segfault new bug normal Code Coverage
#7044 reject reading rationals with exponent notation new bug normal Compiler
#7048 Add the ability to statically define a `FunPtr` to a haskell function new feature request normal Compiler
#7057 Simplifier infinite loop regression new simonpj bug normal Compiler
#7063 Register allocators can't handle non-uniform register sets new benl bug normal Compiler (NCG)
#7066 isInstance does not work for compound types new simonpj bug normal Template Haskell
#7068 Extensive Memory usage (regression) new simonpj bug high Compiler
#7072 GHC interpreter does not find stat64 symbol on Linux new bug normal GHCi
(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.