summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-jig simplifySuperClass (again)simonpj@microsoft.com2010-12-029-84/+110
* A little refactoring (remove redundant argument passed to isGoodRecEv)simonpj@microsoft.com2010-12-022-15/+6
* Make rebindable if-then-else a little more permissivesimonpj@microsoft.com2010-12-021-6/+28
* Improve error message (Trac #4799)simonpj@microsoft.com2010-12-021-2/+2
* Fix a nasty bug in RULE matching: Trac #4814simonpj@microsoft.com2010-12-023-192/+272
* Rename -XPArr to -XParallelArraysBen Lippmeier2010-11-302-12/+14
* Remove NewQualifiedOperatorsIan Lynagh2010-12-012-15/+3
* Fixed some 'unused vars' warningskeller@cse.unsw.edu.au2010-11-301-5/+5
* vectScalarLam handles int, float, and double nowkeller@cse.unsw.edu.au2010-11-291-2/+6
* Handling of lets, letrec and case when checking if a lambda expr needs to be ...keller@cse.unsw.edu.au2010-11-151-1/+22
* Always enable the archive-loading codeIan Lynagh2010-11-273-39/+27
* Inherit the ForceSpecConstr flag in non-recursive nested bindingsRoman Leshchinskiy2010-11-271-5/+7