summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong arg name in a C function prototypeDuncan Coutts2011-07-181-1/+1
* Classify overflowed sparks separatelyDuncan Coutts2011-07-184-6/+13
* Use a struct for the set of spark countersDuncan Coutts2011-07-185-33/+36
* Change tryStealSpark so it does not consume fizzled sparksDuncan Coutts2011-07-184-29/+36
* Improve the newSpark dud test by using the pointer tag bitsDuncan Coutts2011-07-182-7/+8
* Fix Windows breakage (#5322). When I modified StgRun to use the pureSimon Marlow2011-07-183-0/+20
* fix bug in sdist-prep rule (hpc/dist is now hpc/dist-install)Simon Marlow2011-07-181-1/+1
* Remove bogus ASSERTSimon Peyton Jones2011-07-181-2/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-1827-402/+494
|\
| * Fix permissions of package.cache when installing; fixes trac #5311Ian Lynagh2011-07-171-0/+4
| * Fix build with older bootstrapping compilersIan Lynagh2011-07-161-3/+3
| * Add --resume support to sync-all; trac #5119Ian Lynagh2011-07-151-1/+49
| * Small refactoringIan Lynagh2011-07-154-21/+20
| * Remove more defaultTargetPlatform usesIan Lynagh2011-07-156-28/+19
| * Remove more defaultTargetPlatform usesIan Lynagh2011-07-1518-315/+358
| * Remove some more defaultTargetPlatform usesIan Lynagh2011-07-154-20/+22
| * An example of failure:Sergei Trofimovich2011-07-151-1/+9
| * Remove some defaultTargetPlatform'sIan Lynagh2011-07-154-18/+15
* | A bit more work to to keep the right in-scope set aroundSimon Peyton Jones2011-07-153-61/+61
* | A bit of trace refactoringSimon Peyton Jones2011-07-151-3/+13
* | Fix error reporting for overlapping instances in type checkerSimon Peyton Jones2011-07-151-24/+18
* | Improve pretty printing of infix HsOpApp (fixes #5318)Simon Peyton Jones2011-07-151-1/+1
* | Improve pretty printing of Core (fixes #5325)Simon Peyton Jones2011-07-151-14/+16
* | Spelling error in commentSimon Peyton Jones2011-07-151-1/+1
* | Use varToCoreExpr rather than Var (fixes #5315)Simon Peyton Jones2011-07-152-2/+2
|/
* More work towards cross-compilationIan Lynagh2011-07-1530-255/+320
* Improvements to Safe Haskell userguide.David Terei2011-07-141-388/+426
* Handle II8 Size value in PowerPC code generator.Erik de Castro Lopo2011-07-141-3/+3
* Just renaming a couple of functionsIan Lynagh2011-07-145-12/+10
* Separate the warning flags into their own datatypeIan Lynagh2011-07-1419-115/+146
* More Lexer.x tidy-upsIan Lynagh2011-07-141-8/+4
* Remove some unused, commented-out code from Lexer.xIan Lynagh2011-07-141-38/+7
* Whitespace in Lexer.xIan Lynagh2011-07-141-484/+485
* validate now checks that the testsuite exists first; trac #5089Ian Lynagh2011-07-141-0/+7
* Fix typoIan Lynagh2011-07-141-1/+1
* Fix validate with old versions of gccIan Lynagh2011-07-131-1/+1
* Remove 'threadsafe' FFI importsIan Lynagh2011-07-138-49/+16
* Whitespace only in compiler/nativeGen/RegAlloc/Liveness.hsIan Lynagh2011-07-131-583/+583
* Whitespace only in compiler/nativeGen/Instruction.hsIan Lynagh2011-07-131-122/+122
* More CPP removalIan Lynagh2011-07-131-263/+262
* More CPP removalIan Lynagh2011-07-131-42/+37
* CPP removalIan Lynagh2011-07-134-30/+31
* Remove SafeLanguage from safe haskellDavid Terei2011-07-124-37/+8
* make sure libraries/dph/ghc.mk is included after the other DPH ghc.mkSimon Marlow2011-07-122-2/+9
* Fix DLL/SO loading (see #5313).Simon Marlow2011-07-121-21/+18
* Fix bug in parsing of module headers (see #5243)Simon Marlow2011-07-121-3/+7
* omit the local MD5 implementation if we can get it fromSimon Marlow2011-07-122-15/+27
* Debugger commands do not work with -fno-ghci-sandbox, so emit usefulSimon Marlow2011-07-121-31/+46
* derive Typeable (eliminate deprecation warnings for mkTyCon)Simon Marlow2011-07-127-54/+17
* fix Binary instance for TyCon following Typeable implementationSimon Marlow2011-07-121-0/+12