summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importIan Lynagh2008-02-071-1/+0
* Make UniqFM strict in its elementsIan Lynagh2008-02-064-4/+344
* Use uniqSetToList rather than eltsUFMIan Lynagh2008-02-061-1/+1
* Use isEmptyUniqSet rather than isNullUFMIan Lynagh2008-02-051-3/+2
* FIX BUILD on x86_64Simon Marlow2008-02-061-7/+7
* Teach cheapEqExpr about castsRoman Leshchinskiy2008-02-062-1/+13
* Inject implicit bindings before the simplifier (Trac #2070)simonpj@microsoft.com2008-02-052-53/+71
* Make do-notation a bit more flexible (Trac #1537)simonpj@microsoft.com2008-02-052-15/+23
* White space onlysimonpj@microsoft.com2008-02-051-1/+2
* xcode build target for fixed /Library/Frameworks instManuel M T Chakravarty2008-02-051-1/+7
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-048-103/+294
* Use the correct libffi type for pointersSimon Marlow2008-01-041-1/+1
* Fix DEBUG buildsimonpj@microsoft.com2008-02-041-0/+3
* Make seqAlts actually seq everythingIan Lynagh2008-02-031-1/+1
* Strictness tweaksIan Lynagh2008-02-031-3/+3
* WhitespaceIan Lynagh2008-02-031-4/+4
* Whitespace onlyIan Lynagh2008-02-021-15/+16
* Tweak strictnessIan Lynagh2008-02-021-1/+1
* Fix warnings in deSugar/DsBindsIan Lynagh2008-01-301-22/+17
* UNDO: Be a little keener to inlineSimon Marlow2008-02-011-17/+6
* FIX BUILD with GHC 6.4.xSimon Marlow2008-02-013-3/+11
* Warning clean upManuel M T Chakravarty2008-01-311-1/+1
* Move spiltDmdTy within module (no change in code)simonpj@microsoft.com2008-01-291-10/+7
* Fix typo where I forgot the new substitutionsimonpj@microsoft.com2008-01-281-1/+2
* Add missing (error) case in isIrrefutablePatsimonpj@microsoft.com2008-01-281-2/+6
* Add missing (error) case in pprConDeclsimonpj@microsoft.com2008-01-281-0/+5
* Fix warnings on non-WindowsIan Lynagh2008-01-302-7/+4
* Fixed warnings in main/ErrUtilsTwan van Laarhoven2008-01-271-10/+5
* Fixed warnings in main/HeaderInfo, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-10/+15
* Fixed warnings in main/DynFlagsTwan van Laarhoven2008-01-271-9/+37
* Fixed warnings in hsSyn/HsSynTwan van Laarhoven2008-01-271-7/+2
* Fixed warnings in hsSyn/HsUtilsTwan van Laarhoven2008-01-271-18/+57
* Fixed warnings in hsSyn/HsTypesTwan van Laarhoven2008-01-271-32/+37
* Fixed warnings in hsSyn/HsDocTwan van Laarhoven2008-01-271-7/+3
* Fixed warnings in hsSyn/HsLitTwan van Laarhoven2008-01-271-13/+6
* Fixed warnings in hsSyn/HsImpExp, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-9/+10
* Fixed warnings in hsSyn/HsPat, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-12/+17
* Fixed warnings in hsSyn/HsBinds, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-20/+24
* Fixed warnings in hsSyn/HsDecls, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-5/+10
* Fixed warnings in simplCore/CSETwan van Laarhoven2008-01-261-16/+17
* Fixed warnings in profiling/CostCentre, except for incomplete pattern matchesTwan van Laarhoven2008-01-261-4/+23
* Fixed warnings in types/InstEnvTwan van Laarhoven2008-01-261-11/+4
* Fixed warnings in types/FamInstEnvTwan van Laarhoven2008-01-261-18/+11
* Fixed warnings in simplStg/SRT, except for incomplete pattern matchesTwan van Laarhoven2008-01-261-10/+15
* Fixed warnings in simplStg/StgStats, except for incomplete pattern matchesTwan van Laarhoven2008-01-261-7/+9
* Fixed warnings in simplStg/SimplStgTwan van Laarhoven2008-01-261-9/+5
* Fixed warnings in vectorise/VectUtilsTwan van Laarhoven2008-01-261-22/+16
* Fixed warnings in types/GenericsTwan van Laarhoven2008-01-261-1/+8
* Fixed warnings in stgSyn/StgSynTwan van Laarhoven2008-01-261-20/+23
* Fixed warnings in types/TyConTwan van Laarhoven2008-01-261-37/+52