summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* The bootstrapping compiler is now required to be > 609Ian Lynagh2010-04-094-15/+0
* Add Data and Typeable instances to HsSynDavid Waern2010-03-3030-28/+325
* account for the new BLACKHOLEs in the GHCi debuggerSimon Marlow2010-04-061-3/+6
* New implementation of BLACKHOLEsSimon Marlow2010-03-295-14/+44
* Never jump directly to a thunk's entry code, even if it is single-entrySimon Marlow2010-03-251-10/+18
* Fix error compiling AsmCodeGen.lhs for PPC Mac (mkRtsCodeLabel)naur@post11.tele.dk2010-04-031-3/+3
* Fix error compiling AsmCodeGen.lhs for PPC Mac (DestBlockId)naur@post11.tele.dk2010-04-031-1/+1
* Use machdepCCOpts when compiling the file to toggle -(no-)rtsoptsIan Lynagh2010-03-311-1/+3
* fix return type cast in f.i.wrapper when using libffi (#3516)Simon Marlow2010-03-292-6/+26
* Use </> rather than ++ "/"Ian Lynagh2010-03-251-1/+1
* do_checks: do not set HpAlloc if the stack check failsSimon Marlow2010-03-251-6/+16
* Remove unused cUSER_WAY_NAMES cUSER_WAY_OPTSIan Lynagh2010-03-241-4/+0
* Remove unused cCONTEXT_DIFFIan Lynagh2010-03-241-2/+0
* Remove unused cEnableWin32DLLsIan Lynagh2010-03-242-3/+0
* Remove unused cGHC_CPIan Lynagh2010-03-241-2/+0
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-2023-370/+25
* Don't use -Bsymbolic when linking the RTSIan Lynagh2010-03-161-1/+10
* Fix Trac #3920: Template Haskell kindssimonpj@microsoft.com2010-03-172-2/+2
* Add sliceP mapping to vectoriser builtinsbenl@ouroborus.net2010-03-161-0/+11
* Comments onlybenl@ouroborus.net2010-03-111-18/+74
* 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-132-0/+25
* 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
* add a noteSimon Marlow2010-03-091-0/+3
* 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
* Add the implicit 'import Prelude' in getImportsSimon Marlow2010-03-033-41/+43
* 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