summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* I think this finally fixes the bugwip/T7704Jose Pedro Magalhaes2013-03-061-3/+4
* some fixesJose Pedro Magalhaes2013-03-061-6/+10
* Merge remote-tracking branch 'origin/master' into fix#7704Jose Pedro Magalhaes2013-03-051-1/+1
|\
| * Typofix.Edward Z. Yang2013-03-041-1/+1
* | Fix deriving of new polykinded Typeable (on fix#7702 branch)Simon Peyton Jones2013-03-041-16/+17
* | Merge remote branch 'origin/master' into fix#7704Simon Peyton Jones2013-03-0475-1435/+1453
|\ \ | |/
| * Remove the VCS column from 'packages'Ian Lynagh2013-03-043-105/+96
| * Remove the darcs support from sync-allIan Lynagh2013-03-041-80/+32
| * Remove a couple of lingering references to the dead BootingFromHc variableIan Lynagh2013-03-041-5/+1
| * Don't test BootingFromHc when setting SupportsSplitObjsIan Lynagh2013-03-041-1/+0
| * Remove unused 'PackageSourceURL' from build systemIan Lynagh2013-03-041-4/+0
| * Remove unused CTAGS from build systemIan Lynagh2013-03-041-1/+0
| * Remove some out-of-date commentsIan Lynagh2013-03-041-3/+0
| * Remove the FLEX support from the build systemIan Lynagh2013-03-041-12/+0
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-03-0463-854/+881
| |\
| | * Add more notes on hacking and filing bugs to README.mdAustin Seipp2013-03-041-19/+48
| | * Rewrite HACKING and convert to markdown.Austin Seipp2013-03-042-63/+149
| | * Fix accidentally commited debug form of FIND_LLVM_PROG.David Terei2013-03-031-3/+3
| | * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-03-045-84/+114
| | |\
| | | * Comments and type signatures onlySimon Peyton Jones2013-03-032-1/+5
| | | * Treat equalities with incompatible kinds as "irreducible" constraintsSimon Peyton Jones2013-03-032-81/+102
| | | * Make sure that Constraint is unrelated to other kinds in tcIsSubKindSimon Peyton Jones2013-03-031-2/+7
| | * | Automatically add the $(exeext) to program namesIan Lynagh2013-03-0323-36/+48
| | * | Use the automatic variables for touchy tooIan Lynagh2013-03-032-4/+3
| | * | Automatically define _INPLACE variables for perl programs tooIan Lynagh2013-03-035-10/+12
| | |/
| | * installation fixesIan Lynagh2013-03-032-1/+3
| | * Remove the _INSTALL_IN support in the build systemIan Lynagh2013-03-032-11/+2
| | * Use unlit_INPLACE rather than UNLIT in the build systemIan Lynagh2013-03-035-7/+5
| | * Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-039-19/+19
| | * Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-0312-73/+67
| | * Whitespace onlyIan Lynagh2013-03-031-10/+9
| | * Export dopt_set, dopt_unsetIan Lynagh2013-03-031-1/+5
| | * Remove some unused build system variablesIan Lynagh2013-03-031-5/+0
| | * Fix missing backticks and parentheses in error messages; fixes #7734Ian Lynagh2013-03-031-2/+2
| | * Add missing parenthesisIan Lynagh2013-03-031-1/+1
| | * Fix build when dph is not in the tree; fixes #7733Ian Lynagh2013-03-031-1/+1
| | * Add PACKAGES_STAGE0 to build-dirs too; fixes #7700Ian Lynagh2013-03-032-9/+12
| | * Typofix.Edward Z. Yang2013-03-021-1/+1
| | * Update source pointer.Edward Z. Yang2013-03-021-1/+1
| | * Make codeOutput and friends return the filename that they have createdIan Lynagh2013-03-023-23/+37
| | * Make codeOutput panic if hscTarget is HscInterpretedIan Lynagh2013-03-021-1/+1
| | * Simplify the definition of getOutputFilenameIan Lynagh2013-03-021-44/+41
| | * Don't redundantly set hscTarget to the same value it already wasIan Lynagh2013-03-021-7/+4
| | * Add iOS specific module layout entry to LLVM codegen; fixes #7721Ian Lynagh2013-03-021-0/+3
| | * Add OSiOS, and define and use platformUsesFrameworks; part of #7720Ian Lynagh2013-03-023-54/+55
| | * ios fix from Stephen Blackheath; part of #7707Ian Lynagh2013-03-021-0/+2
| | * Use 'r11' rather than 'fp' on Arm; part of #7707Ian Lynagh2013-03-021-3/+3
| | * Use .globl rather than .global on arm; part of #7707Ian Lynagh2013-03-021-1/+1
| | * Give hsc2hs different options in different stages; fixes #7705Ian Lynagh2013-03-022-4/+15
| | * Remove some more unused build system codeIan Lynagh2013-03-022-18/+0