summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove tabsnew-demand-to-mergeSimon Peyton Jones2013-01-161-15/+15
* Merge remote-tracking branch 'origin/master' into new-demand-to-mergeSimon Peyton Jones2013-01-1694-2240/+2801
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-163-50/+86
| |\
| | * When cross-compiling, pass --host to package configure scriptsSimon Marlow2013-01-161-0/+6
| | * Pass --with-ld=$(LD) to ghc-cabal when configuring packages (#6086)Simon Marlow2013-01-161-0/+1
| | * Fix Trac #7585.Richard Eisenberg2013-01-152-50/+79
| * | Tiny refactoring, really just white spaceSimon Peyton Jones2013-01-152-4/+6
| * | Tidy up FunDeps.ocloseSimon Peyton Jones2013-01-155-154/+84
| * | White space onlySimon Peyton Jones2013-01-151-1/+1
| * | When doing UNPACK pragmas, be careful to only unpack *data* types not newtypesSimon Peyton Jones2013-01-152-7/+18
| |/
| * Fix up comment: I was just wrong previously, the original GHC comment on `oc...Iavor S. Diatchki2013-01-141-15/+16
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-1425-188/+359
| |\
| | * Fixup comment: typos + I had the generalization rule backwards.Iavor S. Diatchki2013-01-131-3/+4
| | * Use a version of the coverage condition even with UndecidableInstances.Iavor S. Diatchki2013-01-132-2/+71
| | * Fix typo in docs; spotted by Gabor GreifIan Lynagh2013-01-121-1/+1
| | * Clarify docs on when -ddump-* imply -fforce-recomp; fixes #7406Ian Lynagh2013-01-121-2/+3
| | * Merge branch 'master' of https://github.com/ghc/ghcJohan Tibell2013-01-1114-149/+195
| | |\
| | | * Don't make -C imply -fvia-CIan Lynagh2013-01-111-9/+1
| | | * Make "happensBefore" take account of whether we are unregisterisedIan Lynagh2013-01-112-31/+39
| | | * Update a panic messageIan Lynagh2013-01-111-1/+1
| | | * Whitespace only in nativeGen/SPARC/Base.hsIan Lynagh2013-01-111-31/+24
| | | * Update a commentIan Lynagh2013-01-111-2/+2
| | | * Remove checkCOrAsmOrLlvmOrDotNetOrInterpIan Lynagh2013-01-111-11/+3
| | | * Improve some error messagesIan Lynagh2013-01-111-3/+3
| | | * Update bytestring and terminfo reposIan Lynagh2013-01-112-0/+0
| | | * Small build system refactoringIan Lynagh2013-01-113-4/+3
| | | * Build system: Add ExtraMakefileSanityChecks for extra safetyIan Lynagh2013-01-112-6/+17
| | | * dynamic-too progressIan Lynagh2013-01-112-10/+57
| | | * Refactoring: No functional changeIan Lynagh2013-01-101-49/+53
| | * | Add preprocessor defines when SSE is enabledJohan Tibell2013-01-103-10/+37
| | |/
| | * Handle -boot files properly when doing -dynamic-tooIan Lynagh2013-01-101-1/+2
| | * Remove redundant rule from rules/build-package.mkIan Lynagh2013-01-101-2/+0
| | * Enable the .hi file sanity check when not on WindowsIan Lynagh2013-01-101-9/+28
| | * Make the rule for .hi files depend on the .hs/.lhs filesIan Lynagh2013-01-104-7/+10
| | * Support the MergeStub phase when building with dynamic-tooIan Lynagh2013-01-101-0/+6
| | * Update the -no-auto-link-packages docsIan Lynagh2013-01-102-3/+3
| | * Fix some incorrect narrowing rules (#7361)Simon Marlow2013-01-091-12/+12
| * | Be willing to parse {-# UNPACK #-} without '!'Simon Peyton Jones2013-01-149-44/+73
| |/
| * fix disassembler after removal of size field in bco->instrs (#7518)Simon Marlow2013-01-091-2/+2
| * remove unnecessary size field in BCO (#7518)Simon Marlow2013-01-092-9/+3
| * add docs for ":showi language" (#7501)Simon Marlow2013-01-091-3/+14
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-091-2/+2
| |\
| | * Fix Trac #7560.Richard Eisenberg2013-01-081-2/+2
| * | More tidying up in FamInstBranchSimon Peyton Jones2013-01-094-138/+111
| |/
| * Add missing importSimon Peyton Jones2013-01-081-0/+1
| * Add missing file TcValidity.lhsSimon Peyton Jones2013-01-081-0/+1087
| * Merge remote branch 'origin/master'Simon Peyton Jones2013-01-0850-504/+812
| |\
| | * Fix bugs in allocMoreStack (#7498, #7510)Simon Marlow2013-01-073-42/+99
| | * make "./sync-all -r <path> remote set-url origin" workSimon Marlow2013-01-071-2/+8
| | * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-01-0711-200/+330
| | |\