summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* New flag -dddump-rule-rewritesRoman Leshchinskiy2010-11-272-3/+6
* Acutally, wild-card variables *can* have occurrencessimonpj@microsoft.com2010-11-262-6/+9
* Tidy up the handling of wild-card binders, and make Lint check itsimonpj@microsoft.com2010-11-264-11/+39
* Substitution should just substitute, not optimisesimonpj@microsoft.com2010-11-251-10/+14
* Make SpecConstr "look through" identity coercionssimonpj@microsoft.com2010-11-251-0/+3
* Comment onlysimonpj@microsoft.com2010-11-251-2/+2
* White space onlysimonpj@microsoft.com2010-11-011-2/+0
* Unicide OtherNumber category should be allowed in identifiers (#4373)Simon Marlow2010-11-151-1/+1
* vectoriser: fix warningBen Lippmeier2010-11-261-1/+0
* vectoriser: fix warningBen Lippmeier2010-11-261-1/+0
* vectoriser: take class directly from the instance tyconBen Lippmeier2010-11-261-15/+6
* vectoriser: comments onlyBen Lippmeier2010-11-251-7/+44
* vectoriser: follow changes in mkClassBen Lippmeier2010-11-251-0/+1
* vectoriser: tracing wibblesBen Lippmeier2010-11-251-8/+7
* mkDFunUnfolding wants the type of the dfun to be a PredTybenl@ouroborus.net2010-09-141-5/+31