Custom Query

Filters
 
Columns

Show under each result:


Results (101 - 200 of 947)

1 2 3 4 5 6 7 8 9 10

Milestone: 7.6.2 (100 matches)

Ticket Summary Status Owner Type Priority Component
#5823 FFI and CAPI needs {-# INCLUDE #-} back? new feature request normal Compiler
#5827 /usr/local hard-coded in cabal new duncan bug normal libraries (other)
#5834 Allow both INLINE and INLINABLE for the same function new feature request normal Compiler
#5835 Make better use of known dictionaries new feature request normal Compiler
#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
#5850 Greater customization of GHCi prompt new feature request normal GHCi
#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
#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
#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
#7045 The `Read` instance of `Rational` does not support decimal notation new bug normal libraries/base
#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)
#7388 CAPI doesn't work with ghci new igloo bug normal GHCi
#1498 Optimisation: eliminate unnecessary heap check in recursive function new bug low Compiler
#2161 finaliser of a ForeignPtr called while references from unreachable threads exist new bug low Runtime System
#2401 aborting an STM transaction should throw an exception new -- bug low Runtime System
#2614 Enumeration of values for `Sys.Info.os`, `Sys.Info.arch` new mjg feature request low libraries/base
#3052 ghc FFI doesn't support thiscall new feature request low Compiler (FFI)
#3184 package.conf should be under /var, not /usr new -- bug low Package system
#3372 Allow for multiple linker instances new feature request low Compiler
#3373 GHC API is not thread safe new feature request low GHC API
#3427 control what sort of entity a deprecated pragma applies to new bug low Compiler
#3462 New codegen: allocate large objects using allocateLocal() new task low Compiler
#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
#3517 GHC has lots of extra hidden IOErrorType values new bug low libraries/base
#3547 Improve granularity of UndecidableInstances new feature request low Compiler
#3559 split ghci modules off into their own package new task low GHCi
#3588 ghc -M should emit dependencies on CPP headers new bug low Compiler
#3619 allow to set ghc search path globally (a'la CPATH) new feature request low Compiler
#3625 GHCI doesn't work with dtrace on OS X new bug low GHCi
#3632 lift restrictions on records with existential fields, especially in the presence of class constraints new feature request low Compiler
#3645 Layout and pragmas new feature request low Compiler (Parser)
#3649 inconsistent exception between unix/windows for running non-existant program new bug low libraries/process
#3697 Method selectors aren't floated out of loops new bug low Compiler
#3698 Bad code generated for zip/filter/filter loop new bug low Compiler
#3699 Wildcards in type functions new feature request low Compiler
#3701 allow existential wrapper newtypes new feature request low Compiler
#3704 Using -shared without -dynamic should be rejected on linux new bug low Compiler
#3712 Implement -dynamic-lib option new task low Compiler
#3713 Track -dynamic/-fPIC to avoid obscure linker errors new task low Compiler
#3722 Haskeline Iconv needs HAVE_LANGINFO_H new -- bug low libraries (other)
#3739 ghc-cabal mishandles relative paths in arguments new bug low Build System
#3744 Comparisons against minBound/maxBound not optimised new bug low Compiler
#3753 Make ghci's -l option consistent with GNU ld's -l option new feature request low GHCi
#3755 Improve join point inlining new task low Compiler
#3766 Parsing of lambdas is not consistent with Haskell'98 report. new bug low Compiler (Parser)
#3767 SpecConstr for join points new bug low Compiler
#3782 Data Parallel "Impossible happened" compiler error new benl bug low Data Parallel Haskell
#3786 showing function arguments when stopped at its definition new feature request low GHCi
#3844 Undeprecate #include (in at least some circumstances) new bug low Compiler (FFI)
#3869 RTS GC Statistics from -S should be logged via the eventlog system new feature request low Runtime System
#3881 section parse errors, e.g. ( let x=1 in x + ) new bug low Compiler (Parser)
#3895 "Fix" pervasive-but-unnecessary signedness in GHC.Prim new feature request low Compiler
#3903 DPH bad sliceP causes RTS panic "allocGroup: requested zero blocks" new benl bug low Data Parallel Haskell
#3924 Strictness analyser missing useful strictness new bug low Compiler
#3937 Cannot killThread in listen/accept on Windows threaded runtime new bug low Runtime System
#3946 Better diagnostic when entering a GC'd CAF new task low Runtime System
#3980 System.Posix.Signals should provide a way to set the SA_NOCLDWAIT flag new feature request low libraries/unix
#3990 UNPACK doesn't unbox data families new bug low Compiler
#4001 Implement an atomic readMVar new task low Runtime System
#4016 Strange display behaviour in GHCi new feature request low Compiler
#4019 deriving Ord can produce incorrect and inefficient instances new bug low Compiler
#4020 Please consider adding support for local type synonyms new feature request low Compiler (Type checker)
#4048 ghc-pkg should check for existence of extra-libraries new bug low Package system
#4049 Support for ABI versioning of C libraries new bug low Build System
#4052 Two sided sections new feature request low Compiler
#4081 Strict constructor fields inspected in loop new benl bug low Compiler
#4096 New primops for indexing: index*OffAddrUsing# etc new feature request low Compiler
#4101 Primitive constant unfolding new bug low Compiler
#4105 ffi005 fails on OS X new bug low Compiler
#4114 Add a flag to remove/delete intermediate files generated by GHC new feature request low Compiler
#4121 Refactor the plumbing of CafInfo to make it more robust new bug low Compiler
#4124 GHC rejects instance quotations with splices in the instance head new bug low Template Haskell
#4128 Can't capture classes inside a template haskell type quotation new feature request low Template Haskell
#4135 Can't Quote Instance Associated Types in Template Haskell new bug low Template Haskell
#4140 dynHelloWorld(dyn) fails in an unreg build new bug low Compiler
#4150 CPP+QuasiQuotes confuses compilation errors' line numbers new bug low Compiler (Parser)
#4162 GHC API messes up signal handlers new bug low GHC API
#4170 Invalid "duplicate instance" error new bug low Template Haskell
#4176 reject unary minus in infix left hand side function bindings that resolve differently as expressions new bug low Compiler
#4180 do not consider associativity for unary minus for fixity resolution new feature request low Compiler (Parser)
(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.