summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix warningsIan Lynagh2010-12-191-3/+0
* Small refactoringIan Lynagh2010-12-191-6/+4
* Drop GhcWithLlvmCodeGen configuration bitsMatthias Kilian2010-12-192-3/+0
* vectoriser: don't always pass superclass dictionaries to PA dfunsRoman Leshchinskiy2010-12-181-14/+38
* vectoriser: delete dead codeRoman Leshchinskiy2010-12-181-20/+1
* vectoriser: adapt to new superclass story part I (dictionary construction)Roman Leshchinskiy2010-12-188-47/+127
* Replace uses of the old try function with the new oneIan Lynagh2010-12-182-6/+5
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-184-13/+16
* Implement GADTSyntax extensionIan Lynagh2010-12-182-4/+23
* provide shared libraries support on i386-unknown-solaris2 platformKarel Gardas2010-12-172-1/+2
* fix CPP detection of Solaris in NCGKarel Gardas2010-12-171-3/+3
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-1519-102/+1
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-153-27/+27
* Fix a bug in functorLikeTraverse, which was giving wrong answer for tuplessimonpj@microsoft.com2010-12-152-6/+8
* Improve printing for -ddump-derivsimonpj@microsoft.com2010-12-156-11/+31
* Tighten up what it means to be an "enumeration data constructor"simonpj@microsoft.com2010-12-152-3/+17
* Allow enumerations to have phantom arguments.simonpj@microsoft.com2010-12-151-2/+2
* Instance declaration overlap allowed if *either* has -XOverlappingInstancessimonpj@microsoft.com2010-12-141-8/+12
* Fix Trac #4841: behave right with TypeSynonymInstances and NoFlexibleInstancessimonpj@microsoft.com2010-12-142-0/+4
* Fix Trac #3731: more superclass subtlety (sigh)simonpj@microsoft.com2010-12-141-1/+4
* Less verbose debug printsimonpj@microsoft.com2010-12-141-1/+1
* Wibble to InstEnv.instanceHeadsimonpj@microsoft.com2010-12-141-4/+7
* Remove dead code now that we require the bootstrapping compiler be >= 6.12Ian Lynagh2010-12-141-22/+0
* Fix recursive superclasses (again). Fixes Trac #4809.simonpj@microsoft.com2010-12-1336-518/+486
* Doing the smart canonicalization only if we are not simplifying a Rule LHS.dimitris@microsoft.com2010-12-103-5/+19
* Moved canonicalisation inside solveInteractdimitris@microsoft.com2010-12-093-48/+102
* GHCi linker: Assume non-Haskell libraries are dynamic libsIan Lynagh2010-12-131-0/+3
* Fix Trac #4534: renamer bugsimonpj@microsoft.com2010-12-103-17/+21
* White space onlysimonpj@microsoft.com2010-12-102-3/+4
* Comments onlysimonpj@microsoft.com2010-12-101-5/+11
* Make the case-to-let transformation a little less eagersimonpj@microsoft.com2010-12-081-20/+26
* Default the value of -dppr-cols when the static flags aren't initialised yetBen Lippmeier2010-12-101-1/+10
* Defensify naked read in LLVM manglerBen Lippmeier2010-12-101-10/+27
* Formatting onlyBen Lippmeier2010-12-101-19/+19
* Always ppr case alts on separate linesBen Lippmeier2010-12-081-1/+1
* Add -dppr-colsN to set width of dumpsBen Lippmeier2010-12-083-4/+10
* Add -dppr-case-as-let to print "strict lets" as actual letsBen Lippmeier2010-12-083-5/+28
* Suppress more info with -dsuppress-idinfoBen Lippmeier2010-12-081-0/+2
* Implement -dsuppress-type-signaturesBen Lippmeier2010-12-083-5/+16
* Add more suppression flagsBen Lippmeier2010-12-083-14/+54
* fix ticket number (#4505)Simon Marlow2010-12-091-1/+1
* Catch too-large allocations and emit an error message (#4505)Simon Marlow2010-12-091-0/+10
* Tweak the "sorry" message a bitSimon Marlow2010-12-081-1/+1
* Fix the behaviour of :history for ticks surrounding top level functionspepeiborra@gmail.com2010-12-031-1/+4
* Don't warn of duplicate exports in case of module exports.Michal Terepeta2010-11-271-2/+10
* Fix whitespace/layout in RnNames.Michal Terepeta2010-10-301-564/+563
* Make RelaxedLayout off by defaultIan Lynagh2010-12-021-1/+0
* Fix up TcInstDclssimonpj@microsoft.com2010-12-031-13/+6
* Fix a recomp bug: make classes/datatypes depend directly on DFuns (#4469)Simon Marlow2010-12-025-73/+26
* make a panic message more informative and suggest -dcore-lint (see #4534)Simon Marlow2010-12-011-4/+4