Custom Query

Filters
 
Columns

Show under each result:


Results (101 - 200 of 946)

1 2 3 4 5 6 7 8 9 10

Milestone: 7.6.2 (100 matches)

Ticket Summary Status Owner Type Priority Component
#3034 divInt# floated into a position which leads to low arity new bug lowest Compiler
#3055 Int / Word / IntN / WordN are unequally optimized new bug lowest Compiler
#3061 GHC's GC default heap growth strategy is not as good as other runtimes new bug lowest Runtime System
#3065 Reorder tests in quot to improve code new bug lowest libraries/base
#3070 floor(0/0) should not be defined new squadette bug lowest Prelude
#3073 Avoid reconstructing dictionaries in recursive instance methods new bug lowest Compiler
#3107 Over-eager GC when blocked on a signal in the non-threaded runtime new bug lowest Runtime System
#3122 Enhance --info new duncan feature request lowest Compiler
#3123 make INLINE work for recursive definitions (generalized loop peeling/loop unrolling) new feature request lowest Compiler
#3138 Returning a known constructor: GHC generates terrible code for cmonad new bug lowest Compiler
#3140 (Windows?) GHCi doesn't load hierachical modules new feature request lowest GHCi
#3191 hpc reports spurious results with .lhs files even after processing with ghc -E new andy@… bug lowest Code Coverage
#3192 Add dynCompileCoreExpr :: GhcMonad m => Bool -> Expr CoreBind -> m Dynamic to ghc-api new feature request lowest GHC API
#3238 CInt FFI exports do not use C int in _stub.h header file new bug lowest Compiler (FFI)
#3251 split rts headers into public and private new feature request lowest Runtime System
#3282 How to start an emacs editor within ghci asynchronously with :edit filename.hs :set editor emacs & don't go new feature request lowest GHCi
#3314 Add compilation date to +RTS --info new feature request lowest Compiler
#3321 -fhpc assumes original sources relative to the current directory new bug lowest Compiler
#3351 Generated ghc man page missing xrefs new bug lowest Documentation
#3355 Refactor Template Haskell syntax conversions new task lowest Compiler
#3376 hpc and CPP don't mix on Windows new andy@… bug lowest Code Coverage
#3452 Show type of most recent expression in GHCi new feature request lowest GHCi
#3458 Allocation where none should happen new bug lowest Compiler
#3470 OSX installer should give an informative error message when XCode is missing new bug lowest Build System
#3509 libffi.so not found on Mac OS X (10.5.8) new bug lowest Build System
#3533 mac installer package deletes old version of ghc new bug lowest Compiler
#3543 -fext-core doesn't force recompilation when .hcr file doesn't exist new bug lowest Driver
#3571 Bizzarely bloated binaries new bug lowest Compiler
#3606 The Ord instance for unboxed arrays is very inefficient new bug lowest libraries (other)
#3646 Enforce requirement that our repos contains a subset of upstream's patches new task lowest Compiler
#3711 Bad error reporting when calling a function in a module which depends on a DLL on Windows new -- bug lowest Runtime System
#3725 Annotations not written to interface files new bug lowest Compiler
#3771 haddock: internal error: evacuate: strange closure type 19269 new bug lowest Compiler
#3781 Improve inlining for local functions new bug lowest Compiler
#3859 Problems with toClockTime on NetBSD new bug lowest Compiler
#3870 Avoid Haddock-links to the Prelude new feature request lowest Documentation
#3915 GHC panic; possibly related to mutually recursive modules new bug lowest Compiler
#3960 ghc panic when attempting to compile DPH code new rl bug lowest Data Parallel Haskell
#3996 bug in GHC when compiling HOC (SVN revision 413) new bug lowest Compiler
#4017 Unhelpful error message in GHCi new bug lowest Compiler
#4022 GHC Bindist is Broken on FreeBSD/amd64 new pgj bug lowest libraries (other)
#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
(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.