summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* VECTORISE pragmas for type classes and instancesManuel M T Chakravarty2011-10-3120-73/+206
* Tabs -> spacesManuel M T Chakravarty2011-10-311-205/+205
* Tabs -> spacesManuel M T Chakravarty2011-10-311-100/+100
* Tabs -> SpacesManuel M T Chakravarty2011-10-311-54/+54
* Tabs -> spacesManuel M T Chakravarty2011-10-311-232/+232
* Tabs -> spacesManuel M T Chakravarty2011-10-311-924/+924
* The Types inside an OutCoercion are *not* InTypesMax Bolingbroke2011-10-301-5/+5
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-261-9/+20
|\
| * fix#5380: arrows if command given too general a typeRoss Paterson2011-10-261-9/+20
* | Revert "More updates to Safe Haskell to implement new design (done!)."Ian Lynagh2011-10-268-404/+297
* | Revert "Fix some validation errors"Ian Lynagh2011-10-262-1/+7
|/
* Verify that I can still add tabs to a file already containing themMax Bolingbroke2011-10-261-1/+1
* Fix some validation errorsDavid Terei2011-10-252-7/+1
* Add some documentation to IOEnv.David Terei2011-10-251-0/+4
* More updates to Safe Haskell to implement new design (done!).David Terei2011-10-258-297/+404
* Setup new Safe Haskell interfaceDavid Terei2011-10-254-23/+26
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-251-39/+41
|\
| * Comments onlySimon Peyton Jones2011-10-251-39/+41
* | Unconditionally derive some instancesIan Lynagh2011-10-253-17/+2
* | Remove some CPPIan Lynagh2011-10-251-12/+8
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-10-2518-1897/+1846
|\
| * Fix infinite loop in PredTYpe size checking (#5581)Max Bolingbroke2011-10-251-6/+31
| * Vectoriser gets all DPH library identifiers from Data.Array.Parallel.PrimManuel M T Chakravarty2011-10-2516-654/+576
| * Tabs -> spacesManuel M T Chakravarty2011-10-251-432/+434
| * Tabs -> spacesManuel M T Chakravarty2011-10-251-291/+291
| * Tabs -> spacesManuel M T Chakravarty2011-10-251-438/+438
| * Tabs -> spacesManuel M T Chakravarty2011-10-251-85/+85
* | Make GHCi :kind commane work againSimon Peyton Jones2011-10-253-22/+29
|/
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-10-248-49/+152
|\
| * Make the matching in PrelRules "look through" unfoldingsSimon Peyton Jones2011-10-243-21/+49
| * Comments and layout onlySimon Peyton Jones2011-10-241-4/+4
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-10-242-7/+16
| |\
| | * delete shadowed entries from tcg_rdr_env (#5564)Simon Marlow2011-10-241-2/+11
| | * Give a correct SrcSpan to 'it' (#5564)Simon Marlow2011-10-242-5/+5
| * | Layout onlySimon Peyton Jones2011-10-241-4/+5
| * | Comments onlySimon Peyton Jones2011-10-241-2/+2
| |/
| * Comments only on superclass cycle checkSimon Peyton Jones2011-10-241-38/+77
| * Add note about superclass cycle checkMax Bolingbroke2011-10-241-0/+26
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-10-2416-354/+339
|\ \ | |/
| * Eliminate all uses of IF_ARCH_i386, and remove the definitionIan Lynagh2011-10-235-31/+38
| * Remove unused CPP definitions of COMMAIan Lynagh2011-10-232-4/+0
| * Remove unused IF_OS_* CPP definitionsIan Lynagh2011-10-232-18/+4
| * Eliminate a couple of IF_ARCH_i386'sIan Lynagh2011-10-231-2/+2
| * More CPP removalIan Lynagh2011-10-233-48/+46
| * Correct a commentIan Lynagh2011-10-231-1/+1
| * Finish removing CPP from nativeGen/PPC/Ppr.hsIan Lynagh2011-10-231-51/+31
| * Remove half the CPP from nativeGen/PPC/Ppr.hsIan Lynagh2011-10-231-126/+120
| * Some DEBUG CPP removalIan Lynagh2011-10-235-40/+29
| * Remove a redundant #ifdef DEBUGIan Lynagh2011-10-231-4/+2
| * Implement relaxed superclass cycle checkMax Bolingbroke2011-10-222-31/+68