summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* update the docs to reflect changes in the tracing flagsSimon Marlow2010-02-261-4/+11
* Tweak the tracing flags slightly, and clean up error handling and diagnosticsSimon Marlow2010-02-261-64/+69
* Fix crash when using printf format specifiers in traceEvent (#3874)Simon Marlow2010-02-263-6/+14
* hack to make the docs build again in a lndir build tree (see comments)Simon Marlow2010-02-251-0/+14
* Force encoding to UTF-8 when writing individual .conf filesSimon Marlow2010-02-241-14/+28
* Fix build for non-x86 arches again.Ben.Lippmeier@anu.edu.au2010-02-221-0/+2
* Fix the link to the ghc docs in libraries/prologue.txtIan Lynagh2010-02-233-6/+8
* Fix more library links in the user guideIan Lynagh2010-02-236-17/+23
* Fix the links to the base docs from the user guideIan Lynagh2010-02-238-11/+22
* Remove old, unused release notesIan Lynagh2010-02-234-871/+0
* Fix #3875: Crash in parallel GC, wrong pointer was being tested.Ben.Lippmeier@anu.edu.au2010-02-221-1/+1
* Add utils/ghctags/ghc.mkIan Lynagh2010-02-211-0/+17
* Make "make tags" work in the new build systemIan Lynagh2010-02-215-109/+77