Use MD5 checksums for recompilation checking (fixes #1372, #1959)
[ghc-hetmet.git] / compiler / main / HscMain.lhs
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HscMain
2008-04-10 Tim ChevalierAnother round of External Core fixes
2008-03-09 Roman LeshchinskiyRemove ndpFlatten
2008-02-17 Tim ChevalierPrint better error message for reading External Core
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-11-23 Simon Marlowrefactor: HscNothing and boot modules do not need desug...
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-10-27 Tim ChevalierMake compileToCore return the module name and type...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-10 Simon Marlowrefactoring: inline hscMkCompiler
2007-09-07 Norman Ramseyrefactor duplicated code in main/HscMain
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
2007-09-04 Simon Marlowrefactoring only
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-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-16 Ian LynaghConvert the remaining _scc_s in the GHC source to pragmas
2007-08-11 Ian LynaghAdd a type sig
2007-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-07-14 David WaernFIX panic from the GHC API
2007-07-05 Michael D. AdamsUpdated the call to the CPS pass for the factoring...
2007-06-29 Roman LeshchinskiyInclude vectorisation into the simplifier pipeline
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-05-10 Michael D. AdamsHooked the C-- CPS pass into the compilation pipeline
2007-06-29 Tim ChevalierFurther compileToCore improvements
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-02 Simon MarlowPrint the "skipping" messages at verbosity 2 again
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-19 Simon MarlowGet the InteractiveContext right when stopped at a...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-28 LemmihRefactoring in HscMain.lhs
2007-03-28 LemmihTypo in comment.
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2006-12-10 Pepe IborraBreakpoint code instrumentation
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-06 simonpj@microsoft.comPrint the 'skipping' messages at verbosity level 1
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-11 sven.panne@aedion.deWarning police: Removed overlapped pattern warnings
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-02 Jan RochelAdd %local-tag to external core output
2006-06-21 Simon MarlowAllow Template Haskell to be used with -prof
2006-06-10 Don StewartDon't emit 'Skipping' messages unless -v2 or higher...
2006-04-25 Simon MarlowFix recompilation checking.
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-07 Simon MarlowReorganisation of the source tree