Custom Query

Filters
 
Columns

Show under each result:


Results (601 - 700 of 946)

1 2 3 4 5 6 7 8 9 10

Milestone: 7.8.1 (97 matches)

Ticket Summary Status Owner Type Priority Component
#7305 T5975a is broken on Windows new bug normal Test Suite
#7307 Share top-level code for strings new bug normal Compiler
#7329 ghc-7.6.1 win64: internal error: R_X86_6 4_PC32: High bits are set in WSAGetLastError new bug normal GHCi
#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
#7353 Make system IO interruptible on Windows new bug normal libraries/base
#7367 Optimiser / Linker Problem on amd64 new bug normal Build System
#7373 When building GHC: Failed to load interface for `GHC.Fingerprint' new bug normal libraries/base
#7374 rule not firing new bug normal Compiler
#7378 Identical alts/bad divInt# code new bug normal Compiler
#7379 rangeTest test fails on Windows new bug normal libraries/random
#7380 Panic: mkNoTick: Breakpoint loading modules with -O2 via API new bug normal GHC API
#7382 Evaluating GHCi expressions is slow following the dynamic-by-default change new bug highest GHCi
#7389 can't link postgresql-libpq on windows new bug normal GHCi
#7395 DefaultSignatures conflict with default implementations new feature request normal Compiler
#7398 RULES don't apply to a newtype constructor new bug normal Compiler
#7399 Test Posix004 fails in test-suite new bug normal libraries/unix
#7411 Exceptions are optimized away in certain situations new bug high 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
#7428 GHC compile times are seriously non-linear in program size new bug normal Compiler
#7430 GHC API reports CPP errors in confusing ways new bug normal GHC API
#7443 Generated C code under -prof -fprof-auto -fprof-cafs very slow to compile new bug normal Profiling
#7450 Regression in optimisation time of functions with many patterns (6.12 to 7.4)? new bug normal Compiler
#7452 [GNU gold] ld: error: cannot find [...]/Types__1.o new bug high Build System
#7461 Error messages about "do" statements contain false information new bug normal Compiler (Type checker)
#7473 getModificationTime gives only second-level resolution new bug normal libraries/directory
#7475 Mysterious Data.Word Segmentation Fault in GHCi new bug normal Compiler
#7477 reifyInstances can't deal with polykinded type families new bug normal Compiler
#7481 Partially promoted data types new bug high Compiler
#7484 Template Haskell allows building invalid record fields/names new bug normal Template Haskell
#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
#7500 GHC: internal error: getMBlock: mmap: Operation not permitted new bug normal Compiler
#7501 Some GHCi options are undocummented new bug high Documentation
#7505 Commentary shipped with GHC sources is outdated new bug normal Documentation
#7511 Room for GHC runtime improvement >~5%, inlining related new bug normal Compiler
#7520 Implement cardinality analysis new bug normal Compiler
#7521 Simplifier ticks exhausted when compiling Accelerate example. new bug high Compiler
#7534 allocateRegsAndSpill: Cannot read from uninitialized register new bug high Compiler
#7535 Using -with-rtsopts=-N should fail unless -threaded is also specified new bug normal Compiler
#7539 Hard ghc api crash when calling runStmt on code which has not been compiled new bug normal Compiler
#7543 Constraint synonym instances new bug normal Compiler
#7567 invalidateModSummaryCache throws exception if ms_hs_date is 0 new bug high Compiler
#7593 Unable to print exceptions of unicode identifiers new bug normal Compiler
#7598 ghc-stage1 generates wrong assembler on StgCmmPrim (operand out of range) new bug high Compiler
#7604 System.Directory.canonicalizePath "" behaviour differs between platforms new bug normal libraries/directory
#7611 Rewrite rules application prevented by type variable application (map id vs. map (\x -> x)) new bug normal Compiler
#7621 Cross-build for QNX ARM smashes stack when using FunPtr wrappers new bug normal Compiler (FFI)
#7623 GHC Arm support new task normal Compiler
#7624 Handling ImplicitParams in Instance Declaration new bug normal Documentation
#7625 Semicolon is not handled between imports at the ghci command prompt new bug normal GHCi
#7633 Checkable "minimal complete definitions" new feature request normal Compiler
#7634 MD5 collision could lead to SafeHaskell violation new bug normal libraries/base
#7635 SafeHaskell implying other options new feature request normal Compiler
#7637 split-objs not supported for ARM new feature request normal Compiler
#7644 Hackage docs for base library contain broken links new bug normal Documentation
#7650 can't use combining characters in identifiers new bug normal Compiler
#7651 Buiding GHC with parallel IO manager freezes on Mac (not on FreeBSD) new bug high Build System
#7667 Template Haskell fails to recognize type operator/function + new bug normal Template Haskell
#7668 Location in -fdefer-type-errors new bug normal Compiler (Type checker)
#7669 Empty case causes warning new bug normal Compiler
#7670 StablePtrs should be organized by generation for efficient minor collections new bug normal Runtime System
#7672 boot file entities are sometimes invisible and are not (semantically) unified with corresponding entities in implementing module new bug normal Compiler (Type checker)
#7676 Unify patterns and function bindings new feature request normal Compiler
#7679 Regression in -fregs-graph performance new bug high Compiler (NCG)
#7685 :script command does not resolve ~ new bug normal GHCi
#7687 ghc panic on TH and deriveJSON new bug normal Template Haskell
#7695 Hang when locale-archive and gconv-modules are not there new bug normal None
#7713 Panic! make_exp (App _ (Coercion _)) when compiled with -fext-core new bug normal External Core
#7715 threadDelay causes segfault on Mac if compiled by 32bit GHC new bug high Compiler
#7723 iOS patch no 12: Itimer.c doesn't work on iOS new bug normal Runtime System
#7724 cross-compile to iOS new feature request normal Compiler
#7725 Operators without colons new bug normal Compiler
#7730 :info and polykinds new bug normal Compiler (Type checker)
#7735 -fext-core doesn't generate .hcr when .o and .hi files are present new bug normal External Core
#7741 Add SIMD support to x86/x86_64 NCG new feature request normal Compiler
#7752 GHC as a library documentation out of sync new bug high Documentation
#7753 Profiling report broken with foreign exported functions new bug normal Profiling
#7762 when using lots of memory: internal error: evacuate(static): strange closure type 4 new bug normal Runtime System
#7767 "internal error: evacuate: strange closure type 154886248" crash new feature request normal Runtime System
#7774 T5313 fails new bug normal GHC API
#7783 MultiWayIf should start a new layout new bug normal Compiler (Parser)
#7785 Module-local function not specialized with ConstraintKinds new bug normal Compiler
#7787 modifyMVar does not restore value if callback returns error value new bug high libraries/base
#7794 GHCi "Prelude.undefined" exceptions on ARM; ByteCodeItbls.mkJumpToAddr unimplemented new bug normal GHCi
#7797 re-enable the defun RULE from a SPECIALISE instance pragma new bug normal Compiler
#7803 Superclass methods are left unspecialized new bug normal Compiler
#7807 Parse error with "where" and file-ending comment new bug high Compiler (Parser)
#7808 data families and TH names do not mix well (e.g. cannot use TH deriving) new feature request normal Template Haskell
#7809 Silly error message suggesting LiberalTypeSynonyms new bug normal Compiler (Type checker)
#7828 RebindableSyntax and Arrow new bug normal Compiler (Type checker)
#7829 make better/more robust loopbreaker choices new task normal Compiler
#7830 Error: operand out of range new bug high Compiler
#7859 runghc should give an error when the path to ghc is invalid new bug normal None
#7889 Build Error (master branch) new bug high GHCi

Milestone: _|_ (3 matches)

Ticket Summary Status Owner Type Priority Component
#2180 Any installed signal handler stops deadlock detection, but XCPU never happens in a deadlock new Baughn feature request normal Runtime System
#4438 Rename and register the "PArr" language extension when it is judged to be ready new benl task normal Data Parallel Haskell
#5793 make nofib awesome new dterei task normal NoFib benchmark suite
(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.