summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add comments and an ASSERT_LOCK_HELD()Simon Marlow2008-10-081-0/+9
* Fix #2663: we had a hard-wired capabilities[0]Simon Marlow2008-10-081-5/+4
* Fix #1955 for heap profiles generated by +RTS -hTSimon Marlow2008-10-031-2/+19
* add a section id for +RTS -hTSimon Marlow2008-10-071-1/+1
* update documentation for PostfixOperatorsSimon Marlow2008-10-071-6/+3
* fix markupSimon Marlow2008-10-071-1/+1
* Fix bug in DPH docsRoman Leshchinskiy2008-10-081-1/+1
* Add short DPH section to users guideRoman Leshchinskiy2008-10-081-0/+8
* Users Guide: added type family documentationManuel M T Chakravarty2008-10-081-27/+641
* Track changes to package dphRoman Leshchinskiy2008-10-081-0/+2
* Build a profiled GHC API by default if p is in GhcLibWaysIan Lynagh2008-10-071-1/+1
* Check whether mk/validate.mk defines anything after validatingIan Lynagh2008-10-071-0/+8
* Remove #define _BSD_SOURCE from Stg.hIan Lynagh2008-10-061-3/+0
* Make ghctags compile again.Thomas Schilling2008-10-071-35/+33
* Revert AutoLinkPackages change for dynamic libraries. Cabal handles that now.Clemens Fruhwirth2008-10-071-2/+2
* Change suffix for dyn. linked executables from _real to .dynClemens Fruhwirth2008-10-072-3/+3
* Add accessors to 'Target' fields and haddockify.Thomas Schilling2008-10-061-3/+5
* Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way theThomas Schilling2008-10-063-21/+39
* Add Word8 support to vectoriserRoman Leshchinskiy2008-10-071-4/+20
* Fix generating OS X installers: Set COMMAND_MODE=unix2003Ian Lynagh2008-10-051-2/+10
* We need to set datadir = $(libdir) in bindistsIan Lynagh2008-10-051-1/+4
* prep-bin-dist-mingw complains if it finds a bad version of windresIan Lynagh2008-10-041-0/+7
* removed Data.Generics.Basics, added Data.Data'Jose Pedro Magalhaes2008-10-021-1/+1
* Fix a build problem with GHC 6.4.2Ian Lynagh2008-10-031-0/+5
* No AutoLinkPackages for dynamic library linkingClemens Fruhwirth2008-10-031-2/+2
* use ghcError for error in command lineClemens Fruhwirth2008-10-011-1/+1
* Fix warningssimonpj@microsoft.com2008-10-032-4/+1
* Always use extensible exceptions in ghc-pkg, rather than using ifdefsIan Lynagh2008-10-032-29/+13
* Use a proper exception for IOEnvFailure, not just a UserErrorIan Lynagh2008-10-035-34/+22
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-0313-244/+30
* Expunge ThFake, cure Trac #2632simonpj@microsoft.com2008-10-0310-77/+102
* Make a debug check more refinedsimonpj@microsoft.com2008-10-031-2/+2
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-0316-39/+60
* Let parseModule take a ModSummary like checkAndLoadModule did.Thomas Schilling2008-10-023-7/+14
* Remove some out-of-date entries from .darcs-boringIan Lynagh2008-10-021-2/+0
* TFs: Allow repeated variables in left-hand sides of instancesManuel M T Chakravarty2008-10-021-8/+42
* Clean up some commentsManuel M T Chakravarty2008-10-023-13/+8
* Make the new binder-swap stuff in OccurAnal work right for GlobalIdssimonpj@microsoft.com2008-10-021-40/+70
* Minor refactoring onlysimonpj@microsoft.com2008-10-021-13/+21
* Comments onlysimonpj@microsoft.com2008-10-022-5/+2
* Zap dead-ness info appropriately in SpecConstrsimonpj@microsoft.com2008-10-021-14/+24
* Suppress invalid Core Lint complaint about lack of constructorssimonpj@microsoft.com2008-10-021-0/+1
* add some more GC roots (fixes conc048, and possibly some others)Simon Marlow2008-10-011-2/+10
* Document +RTS -hT Simon Marlow2008-10-011-3/+35
* fix new-qualified-operators linkSimon Marlow2008-10-011-1/+1
* Proper error message for unsupported pattern signaturesManuel M T Chakravarty2008-10-012-6/+16
* Prevent excessive inlining with DPHRoman Leshchinskiy2008-10-022-1/+8
* On Windows, check that we have a good version of windres when configuringIan Lynagh2008-10-012-0/+43
* Call $(PERL) rather than perl when making the manpageIan Lynagh2008-09-301-1/+1
* don't install the installPackage programIan Lynagh2008-09-301-2/+3