summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GHC trees no longer include the extensible-exceptions packageIan Lynagh2012-02-213-5/+2
* Add a primop for unsigned quotRem; part of #5598Ian Lynagh2012-02-179-15/+44
* Small refactorIan Lynagh2012-02-171-87/+92
* Small refactoring: Use (Maybe Header) rather than FastStringIan Lynagh2012-02-176-30/+40
* Add some docs for the CAPI extensionIan Lynagh2012-02-171-0/+35
* Allow a header to be specified in a CTYPE pragmaIan Lynagh2012-02-174-30/+46
* Now I understand why Constraint is a sub-kind of ArgKind!Simon Peyton Jones2012-02-171-2/+3
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-02-1723-467/+557
|\
| * Remove unused ghciHandleGhcExceptionIan Lynagh2012-02-161-5/+0
| * Fix parsing regression in CTYPE patchIan Lynagh2012-02-161-3/+6
| * Fix the build with GHC < 7.4.1Ian Lynagh2012-02-161-1/+4
| * Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2012-02-1638-862/+711
| |\
| * | Add FunPtr to the types that toCType knows aboutIan Lynagh2012-02-161-3/+4
| * | Add CType informatino to wired-in typesIan Lynagh2012-02-161-15/+18
| * | Implement the CTYPE pragma; part of the CApiFFI extensionIan Lynagh2012-02-1621-72/+164
| * | Whitespace only in types/TyCon.lhsIan Lynagh2012-02-161-372/+365
* | | Wibble to sub-kindingSimon Peyton Jones2012-02-172-2/+2
* | | Fix a missing defaultKind that resulted in lingering ArgKindsSimon Peyton Jones2012-02-171-4/+3
* | | Fix a nasty bug in the canonicaliser which was failingSimon Peyton Jones2012-02-171-8/+5
* | | More simplification of the sub-kinding storySimon Peyton Jones2012-02-179-200/+149
* | | Implement a typing rule for saturated seq, and document itSimon Peyton Jones2012-02-172-9/+44
* | | Substantially nicer code in record updatesSimon Peyton Jones2012-02-171-20/+19
* | | Make the specialiser understand about polymorphic kindsSimon Peyton Jones2012-02-171-9/+14
* | | Define TypeVar (like KindVar), isTypeVar, isKindVar, and use themSimon Peyton Jones2012-02-172-16/+37
* | | Move sortQuantVars to MkCoreSimon Peyton Jones2012-02-173-19/+35
* | | Kill dead codeSimon Peyton Jones2012-02-171-13/+3
| |/ |/|
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-02-163-4/+4
|\ \ | |/
| * add ticket number to commentSimon Marlow2012-02-161-1/+1
| * tweak error messageSimon Marlow2012-02-161-2/+1
| * oops, a Bool is a little *too* lax (#5878)Simon Marlow2012-02-161-1/+2
* | Tidy up kind generalisation a bitSimon Peyton Jones2012-02-161-9/+12
* | Wibbles to the ATyVar changesSimon Peyton Jones2012-02-162-4/+8
* | Rejig Core Lint to deal better with polymorphic kindsSimon Peyton Jones2012-02-161-281/+181
* | Tidy up the canonicaliserSimon Peyton Jones2012-02-164-189/+260
* | Change ATyVar to only have a *tyvar* not a *type* in itSimon Peyton Jones2012-02-169-97/+94
* | Get rid of now-outdated zonkTypeCarefullySimon Peyton Jones2012-02-163-16/+4
* | Comments onlySimon Peyton Jones2012-02-162-1/+21
* | Remove dead codeSimon Peyton Jones2012-02-162-130/+1
* | Mainly tidying up pretty printing of typesSimon Peyton Jones2012-02-166-58/+45
* | Refactoring around super-kindsSimon Peyton Jones2012-02-1612-77/+85
|/
* point to the wiki for "Setting up your system for building GHC" (#5874)Simon Marlow2012-02-161-5/+6
* Compile link .note section separately from main.cNathan Howell2012-02-161-26/+31
* Be less conservative about recompiling after changes to -main-is (#5878)Simon Marlow2012-02-162-5/+8
* fix ARM StgCRun to not save and restore r11/fp register twiceKarel Gardas2012-02-161-2/+2
* fix ARM's StgCRun clobbered register list for both ARM and Thumb modesKarel Gardas2012-02-161-1/+15
* fix #5534 (ghci -fobject-code strangeness)Simon Marlow2012-02-163-4/+27
* Define a quotRem CallishMachOp; fixes #5598Ian Lynagh2012-02-1411-448/+495
* Add docbook-ised external-core doc; from #5844, by James H. FisherIan Lynagh2012-02-143-0/+1810
* Remove the old ext-core docsIan Lynagh2012-02-147-1045/+0
* Minor documentation fixSimon Hengel2012-02-141-1/+1