summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-1135-903/+682
* fix bug in discardTasksExcept() that broke forkProcessSimon Marlow2010-03-111-2/+3
* disable a false assertion, add a comment to explain whySimon Marlow2009-11-231-3/+5
* Fix Trac #1954: newtype deriving caused 'defined but not used' errorsimonpj@microsoft.com2010-03-093-12/+41
* Rule binders shouldn't have IdInfosimonpj@microsoft.com2010-03-091-9/+23
* Add commentsimonpj@microsoft.com2010-03-091-0/+1
* Rule binders shouldn't have DFun pragmassimonpj@microsoft.com2010-03-091-5/+7
* A bug in isClosedUnfoldingsimonpj@microsoft.com2010-03-091-0/+1
* Comments onlysimonpj@microsoft.com2010-03-091-1/+1
* Comments and type signatures onlysimonpj@microsoft.com2010-03-091-0/+23
* Comments onlysimonpj@microsoft.com2010-03-091-2/+7
* Tidy up pretty-printing of InlinePragmasimonpj@microsoft.com2010-03-091-9/+9
* Split part of the Task struct into a separate struct InCallSimon Marlow2010-03-0910-274/+329
* add a noteSimon Marlow2010-03-091-0/+3
* Fix a rare deadlock when the IO manager thread is slow to start upSimon Marlow2010-03-091-1/+9
* When BUILD_DOCBOOK_HTML is NO, keep the rules, just omit the targetsimonpj@microsoft.com2010-03-051-20/+6
* Fix Trac #3736: do not preInlineUnconditionally with INLINEsimonpj@microsoft.com2010-03-051-0/+24
* Comments onlysimonpj@microsoft.com2010-03-042-6/+24
* Comments onlysimonpj@microsoft.com2010-03-041-8/+15
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-0417-443/+464
* Minor refactoring of placeHolderPunRhssimonpj@microsoft.com2010-03-042-7/+6
* Make `mkFunTy` associate to the right, as it shouldsimonpj@microsoft.com2010-03-041-0/+2
* Add fmapMaybeM and fmapEitherMsimonpj@microsoft.com2010-03-041-0/+11
* Comments onlysimonpj@microsoft.com2010-03-041-0/+2
* Two things to do with -dsuppress-uniquessimonpj@microsoft.com2010-03-042-8/+23
* fix the Windows build some moreSimon Marlow2010-03-041-1/+2
* Add comments to darcs-all and packagessimonpj@microsoft.com2010-03-032-23/+37
* Add the implicit 'import Prelude' in getImportsSimon Marlow2010-03-033-41/+43
* fix Windows buildSimon Marlow2010-03-021-1/+4
* sdist: Haddock.Interface.{Lex,Parse} moved to Haddock.{Lex,Parse}Simon Marlow2010-03-021-2/+2
* Add handling for | to the transitional alternative layout ruleIan Lynagh2010-03-021-0/+12
* Tweak alternative layout ruleIan Lynagh2010-03-021-8/+19
* Add transitional rules for the alternative layout ruleIan Lynagh2010-03-022-2/+26
* Fix the alternative layout rule to handle explicit let/inIan Lynagh2010-03-021-8/+31
* expand comments for #2578 fixSimon Marlow2010-03-011-1/+6
* a faster appendFSich@christoph-bauer.net2010-02-271-1/+12
* Implement a smart constructor mkUnsafeCoercion, and use itsimonpj@microsoft.com2010-03-012-8/+20
* Suggest -XGeneralizedNewtypeDeriving (fix Trac #3888)simonpj@microsoft.com2010-03-011-12/+23
* Tidy up AnyTyCon stuffsimonpj@microsoft.com2010-03-011-14/+5
* Fix pretty-printing of IfaceAnyTc (fixes Trac #3883)simonpj@microsoft.com2010-03-011-6/+10
* Omit unnecessary parens when pretty-printing IfaceExprsimonpj@microsoft.com2010-03-011-9/+11
* Comments onlysimonpj@microsoft.com2010-02-251-2/+8
* Add commentsimonpj@microsoft.com2010-02-251-1/+2
* Change pretty printing of InlinePrag slightlysimonpj@microsoft.com2010-02-251-2/+2
* Add -no-auto-link-packages docs to the user guide; fixes trac #3759Ian Lynagh2010-02-282-0/+17
* Whitespace only in docs/users_guide/packages.xmlIan Lynagh2010-02-281-711/+711
* Add a LICENSE file to libraries/bin-package-dbIan Lynagh2010-02-271-0/+31
* Have separate rules to generate tags and TAGSIan Lynagh2010-02-272-1/+8
* Fix trac #2578Ian Lynagh2010-02-271-1/+7
* Fix the build with GHC < 6.12Ian Lynagh2010-02-261-5/+7