summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-2023-370/+25
* UNDO: slight improvement to scavenging ...Simon Marlow2010-03-191-16/+20
* slight improvement to scavenging of update frames when a collision has occurredSimon Marlow2010-03-191-20/+16
* Don't install the utf8-string packageIan Lynagh2010-03-171-1/+1
* Don't use -Bsymbolic when linking the RTSIan Lynagh2010-03-162-3/+12
* Fix Trac #3920: Template Haskell kindssimonpj@microsoft.com2010-03-172-2/+2
* copy_tag_nolock(): fix write ordering and add a write_barrier()Simon Marlow2010-03-161-2/+6
* Add sliceP mapping to vectoriser builtinsbenl@ouroborus.net2010-03-161-0/+11
* Comments onlybenl@ouroborus.net2010-03-111-18/+74
* When saying RTS options are disabled, also say how to enable them2010-03-16Ian Lynagh2010-03-151-2/+2
* Fix profiling build following removal of specific STM object typesSimon Marlow2010-03-152-48/+4
* When compiling with GHC >= 6.13, use -rtsoptsIan Lynagh2010-03-143-0/+14
* Document the new RTS linker flagsIan Lynagh2010-03-142-2/+33
* Don't enable RTS options by defaultIan Lynagh2010-03-141-1/+0
* Add a -with-rtsopts link-time flagIan Lynagh2010-03-132-0/+18
* Rename a variableIan Lynagh2010-03-131-2/+2
* Add a link-time flag to en/disable the RTS optionsIan Lynagh2010-03-135-2/+67
* Fix a couple of bugs in the throwTo handling, exposed by conc016(threaded2)Simon Marlow2010-03-112-10/+17
* 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