Custom Query

Filters
 
Columns

Show under each result:


Results (801 - 900 of 980)

1 2 3 4 5 6 7 8 9 10

Operating System: Unknown/Multiple (100 matches)

Ticket Summary Status Owner Type Priority Milestone
#7501 Some GHCi options are undocummented new bug high 7.8.1
#7505 Commentary shipped with GHC sources is outdated new bug normal 7.8.1
#7511 Room for GHC runtime improvement >~5%, inlining related new bug normal 7.8.1
#7520 Implement cardinality analysis new bug normal 7.8.1
#7535 Using -with-rtsopts=-N should fail unless -threaded is also specified new bug normal 7.8.1
#7539 Hard ghc api crash when calling runStmt on code which has not been compiled new bug normal 7.8.1
#7540 Panic on type inference with vectorised parallel arrays new chak bug highest 7.8.1
#7542 GHC doesn't optimize (strict) composition with id new simonpj bug normal 7.8.1
#7543 Constraint synonym instances new bug normal 7.8.1
#7544 GHC downloads are unsigned new igloo feature request normal 7.8.1
#7558 Terrible error message when given and wanted are both insoluble new simonpj bug normal 7.8.1
#7567 invalidateModSummaryCache throws exception if ms_hs_date is 0 new bug high 7.8.1
#7574 Register allocator chokes on certain branches with literals new thoughtpolice bug high 7.8.1
#7596 Opportunity to improve CSE new simonpj bug normal 7.8.1
#7604 System.Directory.canonicalizePath "" behaviour differs between platforms new bug normal 7.8.1
#7606 Stride scheduling for Haskell threads with priorities new ezyang feature request normal 7.8.1
#7608 LLVM only handles a hard-coded list of triples. new dterei task normal 7.8.1
#7610 Cross compilation support for LLVM backend new dterei bug normal 7.8.1
#7611 Rewrite rules application prevented by type variable application (map id vs. map (\x -> x)) new bug normal 7.8.1
#7619 Make worker-wrapper unbox data families new simonpj feature request normal 7.8.1
#7623 GHC Arm support new task normal 7.8.1
#7624 Handling ImplicitParams in Instance Declaration new bug normal 7.8.1
#7625 Semicolon is not handled between imports at the ghci command prompt new bug normal 7.8.1
#7633 Checkable "minimal complete definitions" new feature request normal 7.8.1
#7634 MD5 collision could lead to SafeHaskell violation new bug normal 7.8.1
#7635 SafeHaskell implying other options new feature request normal 7.8.1
#7637 split-objs not supported for ARM new feature request normal 7.8.1
#7643 Kind application error new simonpj bug normal 7.8.1
#7644 Hackage docs for base library contain broken links new bug normal 7.8.1
#7647 UNPACK polymorphic fields new simonpj feature request normal 7.8.1
#7660 warning: conflicting types when compiling via-C new igloo bug normal 7.8.1
#7662 Improve GC of mutable objects new feature request normal _|_
#7665 dynamicToo001 fails on Windows new igloo bug normal 7.8.1
#7666 excessive space and time usage for rendering (somewhat) deeply nested Docs new dterei bug normal 7.8.1
#7667 Template Haskell fails to recognize type operator/function + new bug normal 7.8.1
#7668 Location in -fdefer-type-errors new bug normal 7.8.1
#7669 Empty case causes warning new bug normal 7.8.1
#7670 StablePtrs should be organized by generation for efficient minor collections new bug normal 7.8.1
#7676 Unify patterns and function bindings new feature request normal 7.8.1
#7678 GHC should compile cleanly with clang new thoughtpolice bug high 7.8.1
#7679 Regression in -fregs-graph performance new bug high 7.8.1
#7685 :script command does not resolve ~ new bug normal 7.8.1
#7694 LLVM: bootstrapping with LLVM 3.2 does not work new dterei bug normal 7.8.1
#7725 Operators without colons new bug normal 7.8.1
#7727 Nonsense evaluation: sequence [] = [] new igloo bug normal 7.8.1
#7730 :info and polykinds new bug normal 7.8.1
#7736 Parallel array enumeration causes compiler panic (enumFromToP) new chak bug normal 7.8.1
#7741 Add SIMD support to x86/x86_64 NCG new feature request normal 7.8.1
#7746 Support loading/unloading profiled objects from a profiled executable new ezyang feature request normal 7.8.1
#7751 Incremental heap census new ezyang feature request normal 7.8.1
#7752 GHC as a library documentation out of sync new bug high 7.8.1
#7765 Odd error message for `runghc` with missing `main` function. new igloo bug normal 7.8.1
#7771 RTS should provide stg_sel_n_noupd_closure new simonpj bug normal 7.8.1
#7772 Finish support for DYNAMIC_GHC_PROGRAMS on Windows new igloo bug high 7.8.1
#7774 T5313 fails new bug normal 7.8.1
#7779 building GHC overwrites the installed package database if GHC_PACKAGE_PATH is set new igloo bug normal 7.8.1
#7782 flag to run the demand analysis a second time new nfrisby task normal 7.8.1
#7783 MultiWayIf should start a new layout new bug normal 7.8.1
#7787 modifyMVar does not restore value if callback returns error value new bug high 7.8.1
#7788 Recursive type family causes <<loop>> new simonpj bug normal 7.8.1
#7789 GHCI core dumps when used with VTY new igloo bug normal 7.8.1
#7790 Add dummy undefined symbols to indicate ways new ezyang task normal 7.8.1
#7800 Error message when deriving Typeable without PolyKinds new dreixel bug normal 7.8.1
#7803 Superclass methods are left unspecialized new bug normal 7.8.1
#7807 Parse error with "where" and file-ending comment new bug high 7.8.1
#7808 data families and TH names do not mix well (e.g. cannot use TH deriving) new feature request normal 7.8.1
#7814 panic in PPC NCG new heisenbug bug high 7.8.1
#7828 RebindableSyntax and Arrow new bug normal 7.8.1
#7829 make better/more robust loopbreaker choices new task normal 7.8.1
#7831 Bad fragmentation when allocating many large objects new ezyang bug normal 7.8.1
#7833 installed GHC refers to libffi in the build directory new igloo bug high 7.8.1
#7835 ghc --make: allow passign .cmm, .c and .hs files in one command line new feature request normal --
#7842 Incorrect checking of let-bindings in recursive do new bug normal --
#7845 RebindableSyntax should allow rebinding tuples and lists new feature request normal --
#7849 Error on pattern matching of an existential whose context includes a type function new bug normal --
#7854 Constrained method type accepted in Haskell 98 mode new bug normal
#7855 Use optimizer for more information about incomplete pattern matches new feature request normal
#7858 Fix definitions of abs/signum for Floats/Doubles new bug normal --
#7860 Add more bit fiddling functions to 'integer-gmp' new feature request normal
#7863 Verbosity level for quieter Template Haskell new feature request normal
#7867 Allow template-haskell to communicate with itself between compilation units through the interface file new feature request normal
#7870 Compilatio​n errors break the complexity encapsulat​ion on DSLs, impairs success in industry new feature request normal --
#7880 Require "forall" in definitions of polymorphic types new bug normal
#7881 Warning for pointless ranges like [5..2] new feature request normal
#7883 enable GHC LLVM backend to use LLVM provided CAS / Atomicity primitives? new carter feature request normal --
#7889 Build Error (master branch) new bug high 7.8.1
#7895 Warning for literal overflow new feature request normal --
#7897 MakeTypeRep fingerprints be proper, robust fingerprints new bug normal
#7898 SpecConstr explodes when compiling module BSP of frag-1.1.2 new bug normal
#7901 Bad error message when using UnicodeSyntax ∀ without ExplicitForall new bug normal --
#7908 InstanceSigs suggestion not accepted new bug normal
#7917 update documentation of InstalledPackageInfo new task normal --
#7928 GHC fails to terminate while compiling with optimization level 2 new bug normal --
#7930 Nested STM Invariants are lost new fryguybob bug normal
#7935 Syntactic sugar for comonads new feature request normal --
#7936 newStdGen leaks memory when result is not used new bug normal --
#7938 Unbound kind variable can appear in RHS of associated type new goldfire bug normal --
#7939 RHS of associated type not kind-checked new bug normal
#7947 Name conflict with DerivingDataTypeable, StandaloneDeriving and qualified imports new bug normal --
#7952 Can cost-centre annotations be included in -ddump-simpl? new feature request normal
(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.