summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make appendToRunQueue EXTERN_INLINE rather than INLINE_HEADERSimon Marlow2009-10-082-1/+5
* Remove FP_MINGW_GCC now that we use an in-tree gccIan Lynagh2009-10-082-15/+0
* Remove the windres configure check, now that we use an in-tree windresIan Lynagh2009-10-082-42/+0
* Remove bytestring from the "packages" fileIan Lynagh2009-10-071-1/+0
* Add flag -XExplicitForAll and document itsimonpj@microsoft.com2009-10-075-48/+67
* Fix dependencies for the RTSSimon Marlow2009-10-062-3/+4
* Packages are only shadowed if the InstalledPackageId is *different*Simon Marlow2009-10-061-6/+7
* tracing wibble (make -ls work with a -debug RTS)Simon Marlow2009-10-061-6/+5
* Make the Windows installer in bindistprep/Ian Lynagh2009-10-071-1/+1
* Make the unpleasant sed one-liner less unpleasantMatthias Kilian2009-10-071-1/+1
* Add the new bytestring to the repositoryIan Lynagh2009-10-061-0/+0
* Add a test in darcs-all for old bytestring repositoriesIan Lynagh2009-10-061-0/+18
* Add --supported-languages support to dummy-ghcIan Lynagh2009-10-061-4/+28
* Update bin-package-db's Cabal depIan Lynagh2009-10-061-1/+1
* follow changes in Distribution.Simple.PackageIndex APISimon Marlow2009-10-062-11/+10
* remove a TODO now doneSimon Marlow2009-10-061-2/+0
* Add ".PRECIOUS: %/."Simon Marlow2009-10-061-0/+3
* Comment out some unnecessary makefile rulesIan Lynagh2009-10-051-5/+13
* Use the standard library versions of elem and notElemIan Lynagh2009-10-051-21/+12
* Make the bindist AC_INIT line match the main configure script'sIan Lynagh2009-10-042-3/+2
* Fix typo in commentIan Lynagh2009-10-021-1/+1
* Use "order only constraints" for directoriesIan Lynagh2009-10-0214-74/+49
* Use INSTALL_DIR, not MKDIRHIER, when installingIan Lynagh2009-10-021-1/+1
* add missing id="ffi-prim"Simon Marlow2009-10-021-1/+1
* Replace a checking `is_elem` with a plain `elem`Simon Marlow2009-09-301-2/+1
* Fix pretty-printing precedence for equality constraintssimonpj@microsoft.com2009-10-021-1/+7
* Comments onlysimonpj@microsoft.com2009-10-021-3/+7
* Document -XMonoLocalBindssimonpj@microsoft.com2009-10-022-0/+22
* Combine treatment of vanialla/GADT data decls, and fix assert failuresimonpj@microsoft.com2009-10-021-73/+43
* Fix Trac #3540: malformed typessimonpj@microsoft.com2009-09-303-41/+48
* White space onlysimonpj@microsoft.com2009-09-301-1/+1
* System.Console.Terminfo isn't available when bootstrapping.Matthias Kilian2009-09-302-2/+3
* The Windows installer now needs to get its files from bindistprep/Ian Lynagh2009-09-301-1/+1
* We no longer need to specify the gcc and ld location when validatingIan Lynagh2009-09-301-12/+0
* binary is called "binary", not "ghc-binary", in the HEADIan Lynagh2009-09-291-1/+1
* Don't put library tarballs etc in the GHC source tarballsIan Lynagh2009-09-291-0/+2
* Don't install haskeline/mtl/terminfo, and hide ghc-binaryIan Lynagh2009-09-291-1/+7
* Use "rep; nop" inside a spin-lock loop on x86/x86-64Simon Marlow2009-09-292-0/+20
* No need to use -split-objs with dynamic librariesSimon Marlow2009-09-291-1/+1
* Fix some missing unfoldings (foldr in particular!)Simon Marlow2009-09-291-6/+12
* remove TICK_GC_WORDS_COPIED, the GC stats give us the same thingSimon Marlow2009-09-283-13/+0
* Remove long rotted configure support for Windows DLLsBen.Lippmeier@anu.edu.au2009-09-262-35/+0
* Fix making Windows bindist and installerIan Lynagh2009-09-291-2/+2
* Run bindisttest when validatingIan Lynagh2009-09-281-0/+3
* Follow bindist changes in bindisttestIan Lynagh2009-09-271-1/+7
* More bindist tweakingIan Lynagh2009-09-272-15/+15
* Add a $(MAKE_RESTARTS) check to ghc.mkIan Lynagh2009-09-271-0/+8
* Don't use absolute paths unnecessarily when making bindistsIan Lynagh2009-09-272-3/+2
* Change where bindists are madeIan Lynagh2009-09-273-18/+22
* emitRetUT: cope with arguments overlapping with results (#3546)Simon Marlow2009-09-281-1/+3