Custom Query

Filters
 
Columns

Show under each result:


Results (401 - 500 of 949)

1 2 3 4 5 6 7 8 9 10

Milestone: 7.6.2 (36 matches)

Ticket Summary Status Owner Type Priority Component
#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)

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
#7134 ghc-7.6.0.20120810-x86_64-windows.exe -> internal error R_X86_64_PC32 new igloo bug highest GHCi
#7382 Evaluating GHCi expressions is slow following the dynamic-by-default change new bug highest GHCi
#7540 Panic on type inference with vectorised parallel arrays new chak bug highest Compiler
#7926 eventfd: unsupported operation when doing anything new bug highest Compiler
#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
#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
#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
#4243 Make a proper options parser for the RTS new task high Runtime System
#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
#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)
#6017 Reading ./.ghci files raises security issues new task high GHCi
#6022 GHC infers over-general types new simonpj bug high Compiler
#6098 debugger does not know the correct type for a newtype field new bug high GHCi
#6147 GeneralizedNewtypeDeriving should fail with data families new simonpj bug high Compiler (Type checker)
#7011 32bit GHC 7.4.2 cannot compile integer-gmp on OS X 10.8 new bug high libraries (other)
#7017 Rethink need for tarballs under "friendly" environment new task high Build System
#7028 incorrect link paths for in mac os x after install new igloo bug high Build System
#7068 Extensive Memory usage (regression) new simonpj bug high Compiler
#7097 linker fails to load package with binding to foreign library new bug high Runtime System
#7143 ghc-7.6.0.20120810-x86_64-windows.exe -> ghc can't figure out LLVM version new dterei bug high Compiler (LLVM)
#7152 Add flag to configure that skips overwriting of symlinks on install new bug high Build System
#7198 New codegen more than doubles compile time of T3294 new simonmar bug high Compiler
#7200 template-haskell-2.7.0.0 fails to build with GHC 7.0.4 due to missing pragma new duncan bug high Template Haskell
#7229 Detecting if a process was killed by a signal is impossible new bug high libraries/process
#7266 Allow fractional-looking integer literals new feature request high Compiler
#7273 Binary size increase in nofib/grep between 7.6.1 and HEAD new bug high Compiler
#7289 Mingw FPU init not Windows compatible. new bug high Runtime System
#7298 Test 2228 fails with dynamic-by-default new igloo bug high GHCi
#7300 Allow CAFs kept reachable by FFI to be forcibly made unreachable for GC new feature request high Compiler (FFI)
#7326 print035(ghci) fails when ghci is dynamic new igloo bug high GHCi
#7411 Exceptions are optimized away in certain situations new bug high Compiler
#7452 [GNU gold] ld: error: cannot find [...]/Types__1.o new bug high Build System
#7456 GHC API displays linker messages to stdout instead of via log_action new igloo bug high GHC API
#7481 Partially promoted data types new bug high Compiler
#7490 ghc-stage1 panic when building a cross-compiler or cross-building a compiler new igloo bug high Compiler
#7501 Some GHCi options are undocummented new bug high Documentation
#7521 Simplifier ticks exhausted when compiling Accelerate example. new bug high Compiler
#7534 allocateRegsAndSpill: Cannot read from uninitialized register new bug high Compiler
#7567 invalidateModSummaryCache throws exception if ms_hs_date is 0 new bug high Compiler
#7574 Register allocator chokes on certain branches with literals new thoughtpolice bug high Compiler (NCG)
#7598 ghc-stage1 generates wrong assembler on StgCmmPrim (operand out of range) new bug high Compiler
#7651 Buiding GHC with parallel IO manager freezes on Mac (not on FreeBSD) new bug high Build System
#7678 GHC should compile cleanly with clang new thoughtpolice bug high Compiler
#7679 Regression in -fregs-graph performance new bug high Compiler (NCG)
#7712 "make install" fails on Windows new igloo bug high Build System
#7715 threadDelay causes segfault on Mac if compiled by 32bit GHC new bug high Compiler
#7752 GHC as a library documentation out of sync new bug high Documentation
(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.