summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Desugar.lhs
Commit message (Expand)AuthorAgeFilesLines
* fix #5534 (ghci -fobject-code strangeness)Simon Marlow2012-02-161-2/+2
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-1/+1
* This patch includes:Dimitrios Vytiniotis2011-11-281-7/+1
* Fix newtype wrapper for 'PData[s] (Wrap a)' and fix VECTORISE type and instan...Manuel M T Chakravarty2011-11-251-4/+9
* GHC gets a new constraint solver. More efficient and smaller in size.Dimitrios Vytiniotis2011-11-161-1/+6
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-2/+0
* addDependentFile #4900Greg Weber2011-11-051-1/+4
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-22/+13
* VECTORISE pragmas for type classes and instancesManuel M T Chakravarty2011-10-311-0/+10
* Fully implement for VECTORISE type pragmas (non-SCALAR).Manuel M T Chakravarty2011-10-101-3/+3
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-2/+3
* move AvailInfo and related things into its own moduleSimon Marlow2011-09-211-0/+1
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-32/+34
* Implement -XConstraintKindMax Bolingbroke2011-09-061-5/+3
* Add VECTORISE [SCALAR] type pragmaManuel M T Chakravarty2011-08-191-1/+5
* Simplify the treatment of RULES in OccurAnalSimon Peyton Jones2011-07-211-1/+1
* Fix #481: use a safe recompilation check when Template Haskell isSimon Marlow2011-07-201-3/+7
* Just renaming a couple of functionsIan Lynagh2011-07-141-1/+1
* Separate the warning flags into their own datatypeIan Lynagh2011-07-141-1/+1
* SafeHaskell: Fix trust check for when safe module importsDavid Terei2011-06-291-1/+2
* Fix warningsManuel M T Chakravarty2011-06-131-1/+1
* Added a pragma {-# NOVECTORISE f #-} that suppresses vectorisation of topleve...Manuel M T Chakravarty2011-06-131-9/+4
* Take vectorisation declarations into account during the initial occurrence an...Manuel M T Chakravarty2011-06-101-16/+17
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-0/+2
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-1/+5
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-16/+42
* Fix a recomp bug: make classes/datatypes depend directly on DFuns (#4469)Simon Marlow2010-12-021-1/+1
* Add warning for probable identities (fromIntegral and friends)simonpj@microsoft.com2010-11-161-3/+7
* Improve rule checking, to fix panic Trac #4398simonpj@microsoft.com2010-10-211-9/+4
* Implement auto-specialisation of imported Idssimonpj@microsoft.com2010-10-071-14/+24
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-52/+134
* Continue refactoring the core-to-core pipelinesimonpj@microsoft.com2009-12-241-2/+2
* Comments onlysimonpj@microsoft.com2009-11-051-1/+1
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-23/+21
* Add Outputable.blankLine and use itsimonpj@microsoft.com2009-10-291-1/+1
* Minor documentation fixes.Thomas Schilling2009-07-221-0/+1
* Make some profiling flags dynamicIan Lynagh2008-12-091-5/+7
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-1/+3
* Refactor the desugaring of RULE lhss a bitsimonpj@microsoft.com2008-09-151-6/+5
* Return instead of print warnings and errors in desugarer.Thomas Schilling2008-09-141-31/+35
* Add a WARNING pragmaIan Lynagh2008-07-201-2/+2
* validate fix: eliminate a warningSimon Marlow2008-05-161-1/+0
* FIX #1641: don't add auto sccs to compiler-generated bindingsSimon Marlow2008-05-131-2/+6
* (F)SLIT -> (f)sLit in DesugarIan Lynagh2008-04-121-3/+1
* Make use of the SDoc type synonymIan Lynagh2008-03-261-2/+1
* Monadify deSugar/Desugar: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-2/+1
* warning policeSimon Marlow2007-11-061-18/+8
* GHC API: add checkAndLoadModuleSimon Marlow2007-11-061-37/+6
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1