Major patch to fix reporting of unused imports
[ghc-hetmet.git] / compiler / main / TidyPgm.lhs
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-30 simonpj@microsoft.comComments about injecting implicit bindings
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-08 simonpj@microsoft.comInject implicit bindings after CoreTidy, not before...
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-13 Simon MarlowFix #2685: two Bool arguments to tidyTypeEnv were the...
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-07 simonpj@microsoft.comFix Trac #2386: exceesive trimming of data types with...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-05 simonpj@microsoft.comInject implicit bindings before the simplifier (Trac...
2008-01-13 Ian LynaghFix warnings in utils/FastTypes
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-12-07 simonpj@microsoft.comRemove debug warning, and explain why
2007-11-23 simonpj@microsoft.comTidy and trim the type environment in mkBootModDetails
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-11-06 Simon Marlowwarning police
2007-10-16 simonpj@microsoft.comFix #1709: do not expose the worker for a loop-breaker
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-04-17 Simon MarlowRe-working of the breakpoint support
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-11-29 andy@galois.comTickBox representation change
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-10-03 simonpj@microsoft.comMake recursion and RULES interact better
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyFixed two data family bugs
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-25 Simon MarlowGeneralise Package Support
2006-05-17 simonpj@microsoft.comImprove pretty-printing
2006-04-07 Simon MarlowReorganisation of the source tree