summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Follow upstream mtl and Cabal, add transformers package (#5958)Paolo Capriotti2012-05-075-0/+45
* Adapt to changes in Cabal.Paolo Capriotti2012-05-072-34/+22
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-05-072-465/+338
|\
| * Fix #6080 & house keeping in Vectorise.ExpManuel M T Chakravarty2012-05-082-465/+338
* | Fix alignment when loading .a files on Win64Ian Lynagh2012-05-071-2/+17
* | Test for misaligned sections, and fail if we find oneIan Lynagh2012-05-071-0/+4
|/
* Build fixIan Lynagh2012-05-061-1/+1
* Follow changes in haskelineIan Lynagh2012-05-061-2/+1
* Fix the way we call strip on DLLsIan Lynagh2012-05-062-1/+6
* Fix RTS DLL references on Win64Ian Lynagh2012-05-063-5/+26
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-0611-16/+22
* Install DLLs as executableIan Lynagh2012-05-051-1/+1
* Use lnats to avoid overflowing when allocating large amountsIan Lynagh2012-05-051-8/+8
* Enable and fix building dynlibs on Win64Ian Lynagh2012-05-054-7/+10
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-05-041-1/+1
|\
| * Fix typo in error message (Trac #6076)Simon Peyton Jones2012-05-041-1/+1
* | Follow libffi changes on WindowsIan Lynagh2012-05-043-5/+8
|/
* Fix overnight build breakage (fix from simonpj)Simon Marlow2012-05-041-3/+1
* Add _getpid to rtsSyms on Win64Ian Lynagh2012-05-031-0/+1
* Check the calling convention of foreign imported labels is supportedIan Lynagh2012-05-031-5/+7
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-05-0219-122/+226
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-05-024-36/+52
| |\
| | * Cast memory primops in the C backend (#5976)Paolo Capriotti2012-05-021-16/+25
| * | Allow cases with empty alterantivesSimon Peyton Jones2012-05-0218-106/+201
* | | Win64 build fixIan Lynagh2012-05-021-2/+3
* | | More Win64 ghci fixesIan Lynagh2012-05-022-0/+162
* | | Win64 Linker improvementsIan Lynagh2012-05-021-4/+49
* | | Add 'free' to the list of rtsSyms on Win64Ian Lynagh2012-05-021-0/+1
| |/ |/|
* | Fix Win64 build now that hsc2hs knows what platform we're onIan Lynagh2012-05-011-2/+2
* | Define _HOST_OS and _HOST_ARCH when calling hsc2hsIan Lynagh2012-05-011-0/+2
* | Tell checkProddableBlock how many bytes we want to writeIan Lynagh2012-05-011-18/+23
* | Revert "Revert "More Win32 build fixes""Ian Lynagh2012-05-011-27/+27
* | Revert "Revert "Fix build of rts/Linker.c on Win32""Ian Lynagh2012-05-011-22/+28
* | Revert "Revert "Get GHCi working on Win64""Ian Lynagh2012-05-011-35/+116
* | Revert "Get GHCi working on Win64"Manuel M T Chakravarty2012-05-011-116/+35
* | Revert "Fix build of rts/Linker.c on Win32"Manuel M T Chakravarty2012-05-011-28/+22
* | Revert "More Win32 build fixes"Manuel M T Chakravarty2012-05-011-27/+27
|/
* Wibble to pretty printingSimon Peyton Jones2012-05-011-3/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-05-014-53/+140
|\
| * Fix maintenance of n_blocks in the RTSIan Lynagh2012-05-011-1/+1
| * More Win32 build fixesIan Lynagh2012-04-301-27/+27
| * Fixes for x86/LinuxIan Lynagh2012-04-302-5/+5
| * Fix the stage1 ghc hschooks.cIan Lynagh2012-04-301-1/+1
| * Fix build of rts/Linker.c on Win32Ian Lynagh2012-04-301-22/+28
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-304-15/+89
| |\
| * | Get GHCi working on Win64Ian Lynagh2012-04-301-35/+116
* | | Tidy up a remaining glitch in unificationSimon Peyton Jones2012-05-0113-150/+104
| |/ |/|
* | Document eta expansion under GHC bugs and infelicitiesSimon Peyton Jones2012-04-301-6/+20
* | Egregious typo (fixes Trac #6055)Simon Peyton Jones2012-04-301-1/+1
* | Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2012-04-3085-1040/+1254
|\ \ | |/