summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsMonad.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-515/+0
* Docs onlyEdward Z. Yang2014-11-171-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-1/+17
* Refactor the way shadowing in handled in GHCiSimon Peyton Jones2014-01-031-1/+0
* Normalise the type when generating do-bind warnings (Trac #8470)Simon Peyton Jones2013-10-231-9/+20
* Give language pragma suggestions without -XJoachim Breitner2013-09-141-1/+1
* Remove getModuleDs; we now just use getModuleIan Lynagh2012-11-061-4/+0
* Refactoring: Make a HasModule class for getModuleIan Lynagh2012-11-021-0/+3
* Some alpha renamingIan Lynagh2012-10-161-2/+2
* Pass DynFlags down to mk_err_msgIan Lynagh2012-06-121-2/+4
* Remove a couple of old wrapper functionsIan Lynagh2012-05-291-7/+1
* Fix scoping of type variables in DsMetaSimon Peyton Jones2012-03-201-1/+4
* Remove getDOpts; use getDynFlags insteadIan Lynagh2012-01-191-1/+1
* Remove getDOptsDs; use getDynFlags insteadIan Lynagh2012-01-191-5/+2
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-3/+2
* Merge /Users/benl/devel/ghc/ghc-head-develBen Lippmeier2011-11-171-8/+20
|\
| * vectoriser: comments to PRepr and get PDatas TyCon from environmentBen Lippmeier2011-11-141-8/+20
* | Improve vectorisation warnings and errorsManuel M T Chakravarty2011-11-141-11/+9
|/
* GHC is now independent of the DPH library structureManuel M T Chakravarty2011-11-101-69/+140
* Make sure to look items from D.A.P.P properly up in the HPTManuel M T Chakravarty2011-11-041-22/+2
* Clean up and complete the vectorisation of type classesManuel M T Chakravarty2011-11-041-1/+1
* Vectoriser gets all DPH library identifiers from Data.Array.Parallel.PrimManuel M T Chakravarty2011-10-251-35/+128
* Tabs -> spacesManuel M T Chakravarty2011-10-251-85/+85
* Implement -XConstraintKindMax Bolingbroke2011-09-061-14/+1
* Improve import and export of vectorisation informationManuel M T Chakravarty2011-08-191-1/+1
* Just renaming a couple of functionsIan Lynagh2011-07-141-1/+1
* Separate the warning flags into their own datatypeIan Lynagh2011-07-141-2/+5
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-9/+26
* Remove unused NoMatchContext construtorsimonpj@microsoft.com2010-10-061-1/+0
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-181-1/+1
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-3/+3
* Fix warningsRoman Leshchinskiy2009-10-151-2/+1
* Don't hardwire PA and PR dfuns in the vectoriserRoman Leshchinskiy2009-10-151-0/+14
* FIX #2767 & original problem of #3208Manuel M T Chakravarty2009-08-201-1/+1
* Remove unused importsIan Lynagh2009-07-071-2/+0
* Mostly-fix Trac #2595: updates for existentialssimonpj@microsoft.com2008-10-281-6/+16
* Return instead of print warnings and errors in desugarer.Thomas Schilling2008-09-141-3/+2
* Handle introduction of MkCore in DsMonad and expand APIMax Bolingbroke2008-07-311-22/+7
* Add an Outputable EquationInfo instanceIan Lynagh2008-05-041-0/+3
* (F)SLIT -> (f)sLit in DsMonadIan Lynagh2008-04-121-6/+4
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Fixed warnings in deSugar/DsMonadTwan van Laarhoven2008-02-031-11/+7
* Monadify deSugar/DsMonad: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-37/+26
* View patterns, record wildcards, and record punsDan Licata2007-10-101-2/+2
* FIX #1465, error messages could sometimes say things like "A.T doesn't match ...Simon Marlow2007-09-061-6/+7
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Add dsLookupClassRoman Leshchinskiy2007-07-101-0/+7