summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add dependencies on .h files #included into Haskell sourceSimon Marlow2006-09-072-2/+45
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-079-102/+67
* document -V in the +RTS --help outpoutSimon Marlow2006-09-071-3/+6
* Pattern-match warning policesimonpj@microsoft.com2006-09-062-6/+16
* Improve error reporting for SigTvs, and add commentssimonpj@microsoft.com2006-09-063-13/+27
* Check that top-level binders are unqualified namessimonpj@microsoft.com2006-09-063-29/+32
* Don't fail on missing happy/alex if we don't need themIan Lynagh2006-09-061-4/+10
* Make record selection look cheapsimonpj@microsoft.com2006-09-061-1/+1
* Documentation for lexically-scoped type variablessimonpj@microsoft.com2006-09-061-330/+129
* Fix the Windows "VirtualAlloc MEM_COMMIT failed" bugIan Lynagh2006-09-061-1/+1
* Now in the wikiSimon Marlow2006-09-062-517/+1
* -threaded and -prof do not currently work togetherSimon Marlow2006-09-061-1/+0
* Correct the Cabal version number and remove features.Duncan Coutts2006-09-051-19/+1
* Strip trailing CRs when comparing output for nofib. Fixes #797.Ian Lynagh2006-09-051-2/+2
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-0515-55/+117
* Fix dependency analysis (notably bindInstsOfLocalFuns) in TcBindssimonpj@microsoft.com2006-09-051-72/+57
* Add note about overlapping instancessimonpj@microsoft.com2006-09-051-2/+14
* Record that TH doesn't support pattern types signaturesimonpj@microsoft.com2006-09-051-0/+8
* Fix typos.Ian Lynagh2006-09-041-4/+4
* Refactoring for derived Readsimonpj@microsoft.com2006-09-041-19/+29
* Enable bang-patterns only when the flag says so (had missed a case before)simonpj@microsoft.com2006-09-041-2/+6
* Improve pretty-printing for HsExprsimonpj@microsoft.com2006-09-041-15/+21
* Remove linear implicit parameters, and document in release notessimonpj@microsoft.com2006-09-042-1/+15
* Release notes should mention better newtype-derivingsimonpj@microsoft.com2006-09-043-2/+8
* Documentation for bang patterns, and other improvementssimonpj@microsoft.com2006-09-042-51/+219
* Add a hint on tab completionIan Lynagh2006-09-031-0/+6
* Add :main docs to ghci commands pageIan Lynagh2006-09-031-0/+32
* Ambiguities are now allowed in ghci command namesIan Lynagh2006-09-031-4/+2
* More output updatesIan Lynagh2006-09-031-10/+3
* Add docs for :mainIan Lynagh2006-09-031-0/+28
* More doc output fixesIan Lynagh2006-09-031-9/+14
* Update ghci output in docsIan Lynagh2006-09-031-3/+3
* Fix typoIan Lynagh2006-09-031-1/+1
* Update ghci output in docsIan Lynagh2006-09-031-36/+36
* Remove a tab causing ghci's :? alignment to go wrongIan Lynagh2006-09-031-1/+1
* Don't lose linked list tailEsa Ilari Vuokko2006-08-311-1/+1
* Fix Windows MBlock alloctor bookkeeping bugEsa Ilari Vuokko2006-08-301-10/+10
* -fglasgow-exts no longer implies -fbang-patternssimonpj@microsoft.com2006-09-011-2/+1
* Fix error in release notes, spotted by Esa Ilari VuokkoIan Lynagh2006-09-011-17/+0
* Remove changes in packages we don't buildIan Lynagh2006-09-011-270/+0
* Don't enable SMP if we are unregisterisedIan Lynagh2006-08-291-1/+1
* Add a pointer to the fundeps papersimonpj@microsoft.com2006-08-311-0/+5
* free the task *after* calling closeCond and closeMutexSimon Marlow2006-08-311-1/+1
* add missing ghc_ge_605Simon Marlow2006-08-311-0/+2
* don't closeMutex() the Capability lockSimon Marlow2006-08-311-2/+4
* fix Unix buildSimon Marlow2006-08-301-0/+2
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-307-14/+102
* call ShutdownIOManager() before closing handlesSimon Marlow2006-08-301-1/+1
* Windows: make some soft failures into fatal errorsSimon Marlow2006-08-301-5/+10
* MAYBE_GC: initialise HpAllocSimon Marlow2006-08-301-0/+1