Custom Query

Filters
 
Columns

Show under each result:


Results (501 - 600 of 950)

1 2 3 4 5 6 7 8 9 10
Ticket Summary Status Owner Type Priority Milestone
#5051 Typechecker behaviour change new bug high 7.2.1
#5059 Pragma to SPECIALISE on value arguments new feature request low 7.6.2
#5062 Patch: Debug output for OS X linker and coding standard upgrades new bug low 7.6.2
#5063 unix package has untracked dependency on libbsd new bug low 7.6.2
#5071 GHCi crashes on large alloca/allocaBytes requests new bug normal _|_
#5073 Add blockST for nested ST scopes new bug low 7.6.2
#5075 CPR optimisation for sum types if only one constructor is used new simonpj feature request normal 7.6.2
#5082 Emit warnings when conflicting flags are supplied new feature request normal _|_
#5108 Allow unicode sub/superscript symbols in both identifiers and operators new feature request normal 7.6.2
#5140 Fix LLVM backend for PowerPC new erikd task low 7.6.2
#5142 stub header files don't work with the MS C compiler new simonmar bug low 7.6.2
#5143 Soft heap limit flag new simonmar task normal 7.6.2
#5144 Pattern synonyms new feature request normal _|_
#5158 Update .git-ignore in all the repos new pcapriotti task low 7.6.2
#5171 Misfeature of Cmm optimiser: no way to extract a branch of expression into a separate statement new feature request low 7.6.2
#5188 Runtime error when allocating lots of memory new bug low 7.6.2
#5190 TinyCoreLinux extension new bug low 7.6.2
#5197 Support static linker semantics for archives and weak symbols new feature request low 7.6.2
#5202 Docs on strictness info out of date new bug low 7.6.2
#5209 ^C doesn't correctly reset the prompt from within multiline commands in ghci new bug low 7.6.2
#5218 Add unpackCStringLen# to create Strings from string literals new igloo feature request high 7.8.1
#5219 need a version of hs_init that returns an error code for command-line errors new feature request low 7.6.2
#5224 Improve consistency checking for family instances new simonpj bug low 7.6.2
#5239 Em-dash for "--" with UnicodeSyntax. new feature request normal 7.6.2
#5248 Infer type context in a type signature new feature request low 7.6.2
#5251 copyFile does not copy metadata new bug low 7.6.2
#5262 Compiling with -O makes some expressions too lazy and causes space leaks new bug low 7.6.2
#5266 Licensing requirements and copyright notices new feature request low 7.6.2
#5267 Missing type checks for arrow command combinators new ross bug low 7.6.2
#5273 error and undefined should print a location new feature request low 7.6.2
#5278 System.Random.randomIvalInteger makes invalid assumptions about RandomGen new rrnewton bug normal _|_
#5280 System.Random commits (rand `mod` base) error. new rrnewton bug normal _|_
#5288 Less noisy version of -fwarn-name-shadowing new feature request low 7.6.2
#5289 Can't use ghci with a library linked against libstdc++ new bug normal 7.6.2
#5291 GhcDynamic build fails on Windows: can't find DLLs new bug low 7.6.2
#5292 libHSghc exports more symbols than Windows can handle new bug low 7.6.2
#5296 Add explicit type applications new feature request low 7.6.2
#5298 Inlined functions aren't fully specialised new bug low 7.6.2
#5302 Unused arguments in join points new simonpj bug low 7.6.2
#5305 crash after writing around 40 gigabytes to stdout new bug low 7.6.2
#5308 Generalize -msse2 command line flag to -msse<version number> new feature request low 7.6.2
#5316 Orphan instances strike again: ghc rejects a program at first but will accept it if you repeat the same compilation command new bug low _|_
#5320 check_overlap panic (7.1 regression) new simonpj bug normal 7.6.2
#5324 Locally-scoped RULES new feature request normal _|_
#5326 Polymorphic instances aren't automatically specialised new simonpj bug low 7.6.2
#5333 Arrow command combinators and infixr cause the desugarer to fail new ross bug low 7.6.2
#5340 wrong warning on incomplete case analysis in conjunction with empty data declarations new bug lowest _|_
#5344 CSE should look through coercions new simonpj feature request normal _|_
#5355 Link plugins against existing libHSghc new bug normal 7.6.2
#5361 regSpill: out of spill slots! new bug high 7.8.1
#5364 Access RTS flag values from inside Haskell programs new feature request normal 7.6.2
#5369 Reinstate VECTORISE pragmas with expressions as right-hand sides new chak bug normal 7.6.2
#5376 Quotation in System.Process.system for Windows new bug low 7.6.2
#5378 unreg compiler: warning: conflicting types for built-in function ‘memcpy’ new bug low 7.6.2
#5387 ffi/should_run fptr02 fails on OS X amd64 new bug low 7.6.2
#5388 ghcilink003 and ghcilink006 fail on OSX new bug low 7.6.2
#5392 Warnings about impossible MPTCs would be nice new feature request normal 7.6.2
#5400 GHC loops on compiling with optimizations new bug normal _|_
#5401 LANGUAGE pragma parser nit new igloo bug normal 7.6.2
#5412 dataTypeConstrs gives unhelpful error message new bug normal 7.6.2
#5416 Local modules and Template Haskell declaration splices new feature request normal _|_
#5429 Docase notation as GHC extension new tomasp feature request normal 7.6.2
#5435 GHCi linker should run constructors for linked libraries new bug normal 7.8.1
#5442 ghc-pkg unregister --user/--global/--package-conf not normative new bug high 7.8.1
#5443 Errors when shutting down the event manager loop new tibbe bug normal 7.6.2
#5444 Slow 64-bit primops on 32 bit system new bug normal 7.6.2
#5448 GHC stuck in infinite loop compiling with optimizations new bug normal _|_
#5462 Deriving clause for arbitrary classes new feature request normal 7.6.2
#5463 SPECIALISE pragmas generated from Template Haskell are ignored new bug normal 7.6.2
#5466 Documentation for Chan could be better new bug normal _|_
#5467 Template Haskell: support for Haddock comments new feature request normal 7.6.2
#5470 The DPH library needs to support PData and PRepr instances for more than 15-tuples new chak bug normal 7.6.2
#5476 Cap memory usage for one thread without disrupting other threads new feature request normal _|_
#5495 simple program fails with -shared on mac new bug low 7.6.2
#5498 Generalized newtype deriving allows creating of instances I can't create by hand new bug normal 7.6.2
#5522 mc03 -O -fliberate-case -fspec-constr runs out of memory new simonpj bug normal 7.6.2
#5537 ghc doesn't find libffi.so.5 in testsuite new bug low 7.6.2
#5539 GHC panic - Simplifier ticks exhausted new simonpj bug high 7.6.2
#5542 also parse class/instance declarations as "HEAD <= CONTEXT where" new feature request normal 7.6.2
#5556 Support pin-changing on ByteArray#s new feature request normal 7.6.2
#5567 LLVM: Improve alias analysis / performance new dterei task normal 7.6.2
#5578 write access permission of binary result different on OpenBSD new igloo bug low 7.6.2
#5590 "guarded instances": instance selection can add extra parameters to the class new simonpj feature request normal 7.6.2
#5608 Fix T3807 for Mac OS X 10.5 new bug low 7.6.2
#5610 Improve "Unacceptable argument type in foreign declaration" error message new feature request high 7.4.1
#5615 ghc produces poor code for `div` with constant powers of 2. new daniel.is.fischer bug normal 7.6.2
#5619 Shorter qualified import statements new feature request normal 7.6.2
#5620 Dynamic linking and threading does not work on Windows new igloo bug high 7.6.2
#5630 External Core needs love new bug normal 7.6.2
#5641 The -L flag should not exist new bug normal 7.6.2
#5642 Deriving Generic of a big type takes a long time and lots of space new dimitris bug high 7.6.2
#5645 Sharing across functions causing space leak new bug normal 7.6.2
#5646 Initialise tuples using pragmas new chak bug normal 7.6.2
#5647 CLI option to silence "Loading package foo ... linking ... done" output new feature request normal 7.6.2
#5654 Profiling semantics bug new simonmar bug low 7.6.2
#5666 Can't use writeFile to write unicode characters. new bug normal 7.6.2
#5672 parBufferWHNF could be less subtle new duncan feature request normal 7.6.2
#5682 Properly parse kind operators (from promoted type operators) new dreixel bug low 7.6.2
#5687 Friendly Interface for auto-completion of GHCi new feature request normal 7.6.2
#5692 Source code with large floating constants in exponential notation cannot be compiled new pcapriotti bug normal 7.6.2
1 2 3 4 5 6 7 8 9 10
Note: See TracQuery for help on using queries.