summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Don't require Parser.y in a source dist6_10_branch_has_been_forkedIan Lynagh2008-09-191-1/+7
* Fix a couple of issues with :printpepe2008-09-186-314/+631
* wibblepepe2008-04-181-1/+1
* RichTokenStream supportChaddai Fouche2008-09-183-23/+127
* When passing gcc -B, also tell it where the mingw include directory isIan Lynagh2008-09-181-2/+3
* Be more forceful when cleaning in compiler/ and ghc/Ian Lynagh2008-09-181-1/+5
* Generate ghc.cabal and ghc-bin.cabal with configureIan Lynagh2008-09-182-2/+6
* Fix Trac #1470: improve handling of recursive instances (needed for SYB3)simonpj@microsoft.com2008-09-182-75/+149
* Replace ASSERT with WARN, and explain whysimonpj@microsoft.com2008-09-181-3/+30
* Add a missing "prime" (env' --> env'') thereby fixing a tripping WARN. Hurrah!simonpj@microsoft.com2008-09-181-2/+6
* Fix nasty infelicity: do not short-cut empty substitution in the simplifiersimonpj@microsoft.com2008-09-172-14/+16
* Avoid arity reduction when doing eta-reducesimonpj@microsoft.com2008-09-171-9/+22
* Add extra WARN testsimonpj@microsoft.com2008-09-171-2/+15
* Comments onlysimonpj@microsoft.com2008-09-171-2/+3
* Re-adjust interaction between -ddump flags and force-recompilationsimonpj@microsoft.com2008-09-171-11/+18
* Add Outputable GhcMode instancesimonpj@microsoft.com2008-09-171-0/+5
* Improve error reporting for 'deriving' (Trac #2604)simonpj@microsoft.com2008-09-171-37/+47
* Type families: fixes in the new solverManuel M T Chakravarty2008-09-181-59/+93
* Change 'loadWithCompiler' callback argument to just print warnings.Thomas Schilling2008-09-171-49/+34
* Type families: unify with family apps in checking modeManuel M T Chakravarty2008-09-171-5/+16
* Type families: bug fixesManuel M T Chakravarty2008-09-164-13/+45
* Keep sysnonyms folded in equalities if possibleManuel M T Chakravarty2008-09-161-17/+35
* Type families: apply flattening coercions in the right orderManuel M T Chakravarty2008-09-161-17/+37
* TcTyFuns: tidy warningManuel M T Chakravarty2008-09-151-4/+6
* Signature for Inst.isValidWantedEqInstManuel M T Chakravarty2008-09-151-0/+1
* Remember if RewriteInst is swapped & bug fixesManuel M T Chakravarty2008-09-143-93/+125
* Type families: fixed all non-termination in the testsuiteManuel M T Chakravarty2008-09-142-56/+110
* Type families: completed the new equality solverManuel M T Chakravarty2008-09-133-1226/+399
* Fix Trac #2052 Allowing hpc to understand hsc files.andygill@ku.edu2008-09-161-4/+13
* Improve handling of -fdph-* flagsRoman Leshchinskiy2008-09-162-11/+12
* Add -fdph-thisRoman Leshchinskiy2008-09-162-4/+10
* Remove last traces of package ndpRoman Leshchinskiy2008-09-162-5/+2
* Clean up vectorisation error messagesRoman Leshchinskiy2008-09-164-31/+52
* Fix vectoriser bugRoman Leshchinskiy2008-09-152-3/+5
* Track changes to dphRoman Leshchinskiy2008-09-121-37/+72
* Change desugaring of PArr literalsRoman Leshchinskiy2008-09-122-23/+20
* Expose the dph packages automatically if -dph-* is setRoman Leshchinskiy2008-09-121-5/+11
* Don't panic on non-vectorisable expressionsRoman Leshchinskiy2008-09-113-9/+6
* -Odph implies -fno-spec-constr-countRoman Leshchinskiy2008-09-101-0/+2
* Improve warning for SpecConstrsimonpj@microsoft.com2008-09-152-4/+18
* White space onlysimonpj@microsoft.com2008-09-151-2/+2
* Minor refactoring to get rid of Type.splitNewTyConAppsimonpj@microsoft.com2008-09-153-20/+7
* Refactor the desugaring of RULE lhss a bitsimonpj@microsoft.com2008-09-152-33/+34
* Do not use the Static Arg Transformation by default with -O2simonpj@microsoft.com2008-09-151-1/+10
* Comments, and a couple of asserts, onlysimonpj@microsoft.com2008-09-142-14/+17
* Fix Trac #2587: take account of type letssimonpj@microsoft.com2008-09-141-2/+6
* Don't try to float type-letssimonpj@microsoft.com2008-09-141-1/+3
* Generalise type of 'withExtendedLinkEnv'.Thomas Schilling2008-09-151-7/+8
* Use 'GhcMonad' in ghci/InteractiveUI.Thomas Schilling2008-09-151-212/+187
* Use 'GhcMonad' in ghci/GhciTags.Thomas Schilling2008-09-151-10/+10