summaryrefslogtreecommitdiff
path: root/compiler/main/TidyPgm.lhs
Commit message (Expand)AuthorAgeFilesLines
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-1/+4
* Fix #2685: two Bool arguments to tidyTypeEnv were the wrong way aroundSimon Marlow2008-10-131-1/+1
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-2/+2
* Fix Trac #2386: exceesive trimming of data types with Template Haskellsimonpj@microsoft.com2008-07-071-15/+29
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-281-1/+1
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-3/+0
* Inject implicit bindings before the simplifier (Trac #2070)simonpj@microsoft.com2008-02-051-35/+8
* Fix warnings in utils/FastTypesIan Lynagh2008-01-131-1/+1
* Improve handling of newtypes (fixes Trac 1495)simonpj@microsoft.com2007-12-211-2/+3
* Remove debug warning, and explain whysimonpj@microsoft.com2007-12-071-3/+7
* Tidy and trim the type environment in mkBootModDetailssimonpj@microsoft.com2007-11-231-24/+46
* GHC API: add checkAndLoadModuleSimon Marlow2007-11-061-9/+29
* warning policeSimon Marlow2007-11-061-64/+62
* Fix #1709: do not expose the worker for a loop-breakersimonpj@microsoft.com2007-10-161-7/+19
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-2/+1
* FIX #1650: ".boot modules interact badly with the ghci debugger"Simon Marlow2007-09-051-3/+2
* 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
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-5/+2
* Improved VectInfoManuel M T Chakravarty2007-05-081-13/+2
* Add VectInfo to HPTManuel M T Chakravarty2007-05-071-3/+17
* Re-working of the breakpoint supportSimon Marlow2007-04-171-5/+8
* Breakpoint code instrumentationPepe Iborra2006-12-101-4/+8
* TickBox representation changeandy@galois.com2006-11-291-7/+4
* Haskell Program Coverageandy@galois.com2006-10-241-3/+11
* Module header tidyup, phase 1Simon Marlow2006-10-111-3/+4
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-111-10/+5
* Rough matches for family instancesManuel M T Chakravarty2006-10-101-27/+31
* Second bite at the rules-only ideasimonpj@microsoft.com2006-10-041-2/+2
* Make recursion and RULES interact bettersimonpj@microsoft.com2006-10-031-2/+3
* Import/export of data constructors in family instancesManuel M T Chakravarty2006-09-201-5/+10
* Fixed two data family bugsManuel M T Chakravarty2006-09-201-1/+4
* Massive patch for the first months work adding System FC to GHC #22Manuel M T Chakravarty2006-08-041-0/+1
* Generalise Package SupportSimon Marlow2006-07-251-16/+15
* Improve pretty-printingsimonpj@microsoft.com2006-05-171-2/+3
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+816