summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* simplify the generated C a little by removing some casts.Simon Marlow2006-11-141-22/+25
* fix types in generated C for comparison MachOpsSimon Marlow2006-11-141-0/+14
* Remove unused Name imort, and add a comment explaining why pragmas are disabledIan Lynagh2006-11-141-2/+4
* Add literal-shift rewrite rulessimonpj@microsoft.com2006-11-131-1/+25
* Fixups to PelRules (esp using intResult, wordResult)simonpj@microsoft.com2006-11-131-6/+12
* Fix typo "comand" (trac #965)Ian Lynagh2006-11-121-1/+1
* Zap stray whitespace in lhs formattingSamuel Bronson2006-11-108-8/+8
* Fix up .lhs delimiters a bitSamuel Bronson2006-11-041-2/+2
* Doc nit in OccNameSamuel Bronson2006-11-081-0/+1
* Use implication constraints to improve type inferencesimonpj@microsoft.com2006-11-1019-942/+1310
* Cosmetics and debug printing onlysimonpj@microsoft.com2006-11-102-8/+10
* Cosmetics onlysimonpj@microsoft.com2006-11-101-1/+1
* Add HsUtils.unguardedGRHSs, and use itsimonpj@microsoft.com2006-11-102-5/+6
* Comments and cosmetics onlysimonpj@microsoft.com2006-11-101-4/+9
* Add new utility function, partitionWithsimonpj@microsoft.com2006-11-101-1/+10
* Trim importssimonpj@microsoft.com2006-11-101-2/+0
* Patch to demand analyser, to handle polymorphism in zipWithDmdssimonpj@microsoft.com2006-11-101-1/+7
* Do not print HsDoc field when pretty-printing patterns (messes up error message)simonpj@microsoft.com2006-11-081-2/+2
* use the right $(HC) for stage 3Simon Marlow2006-11-091-0/+3
* Comment out deeply suspicious (and unused) function insertStableSymbolsimonpj@microsoft.com2006-11-072-3/+22
* Layout and comments onlysimonpj@microsoft.com2006-11-073-9/+6
* Warn only of explicit imports that are unused (test is mod177)simonpj@microsoft.com2006-11-061-8/+10
* Various debugging print changes; nothing excitingsimonpj@microsoft.com2006-11-064-10/+20
* Tidy up substitutionssimonpj@microsoft.com2006-11-063-32/+101
* Get External Core (-fext-core) working with readlineSamuel Bronson2006-11-013-7/+16
* Remove pre-5.04 codeIan Lynagh2006-10-241-12/+0
* Major overhaul of the Simplifiersimonpj@microsoft.com2006-11-019-1640/+1408
* Improve error message from ghc --make when filename and modulename differsimonpj@microsoft.com2006-11-021-5/+5
* Improve handling of unused imports (test is mod75)simonpj@microsoft.com2006-11-023-26/+40
* Remove unused lookupDeprec functionsimonpj@microsoft.com2006-11-022-12/+6
* Fix handling of non-in-scope exports (fixes test mod7)simonpj@microsoft.com2006-11-021-28/+11
* Comments and layout onlysimonpj@microsoft.com2006-11-021-6/+16
* import Maybes wibblesof@galois.com2006-11-011-2/+1
* Trim importssimonpj@microsoft.com2006-11-011-1/+0
* Default the kind of unconstrained meta-type variables before tcSimplifyTopsimonpj@microsoft.com2006-11-012-1/+28
* Comments and layout onlysimonpj@microsoft.com2006-11-011-12/+15
* Minor refactoringsimonpj@microsoft.com2006-11-011-23/+26
* Remove unused importsimonpj@microsoft.com2006-11-011-1/+0
* Comments onlysimonpj@microsoft.com2006-11-012-0/+2
* Make idInfo fail more informatively on TyVarssimonpj@microsoft.com2006-11-011-9/+14
* Improve error message (push to 6.6 branch)simonpj@microsoft.com2006-11-011-1/+2
* Fix error reporting for contexts during deriving (Trac 958)simonpj@microsoft.com2006-11-013-35/+58
* Fix a long-standing but obscure bug in worker-wrapper generationsimonpj@microsoft.com2006-11-011-1/+1
* an expression with a TickBox round it is not in HNF.andy@galois.com2006-10-251-0/+4
* Adding arrows to the acceptable code for hpcandy@galois.com2006-10-252-8/+22
* fixing type error inside Hpc inc; we had a 32 bit '1'.andy@galois.com2006-10-251-1/+1
* Improving error message in CmmLintandy@galois.com2006-10-251-4/+7
* 6.4 compatiblityandy@galois.com2006-10-251-1/+1
* Haskell Program Coverageandy@galois.com2006-10-2435-50/+1103
* fix 5.04 compileSimon Marlow2006-10-241-1/+2