Add a WARNING pragma
[ghc-hetmet.git] / compiler / main / HscTypes.lhs
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-05-30 Simon MarlowFix a bug to do with recursive modules in one-shot... 2008-06-01
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HscTypes
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-17 Twan van LaarhovenseqMaybe is more commonly known as mplus
2008-01-20 Ian LynaghNormalise FilePaths before printing them
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-12-04 simonpj@microsoft.comMake HscTypes.tyThingId respond not panic on ADataCon
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-10-09 Simon Marlowwarning removal
2007-09-11 simonpj@microsoft.comMinor refactoring: give an explicit name to the pretty...
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
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-08-29 Pepe IborraUNDO: Extend ModBreaks with the srcspan's of the enclos...
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-22 simonpj@microsoft.comAdd comments about ModGuts instance envts (and re-order...
2007-08-21 Pepe IborraExtend ModBreaks with the srcspan's of the enclosing...
2007-08-03 Roman LeshchinskiyMake sure PA dfuns are keyed on the vectorised tycon...
2007-08-03 Roman LeshchinskiyAdd PA dfuns to VectInfo
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
2007-07-14 Pepe IborraAutomatic RTTI for ghci bindings
2007-07-10 Manuel M T ChakravartyLookup of class and family instances in vectorisation...
2007-06-29 simonpj@microsoft.comImprove name-printing on unification mis-matches, when...
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-05-06 Manuel M T ChakravartyExtend hptInstances to also cover family instances
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-05-04 Manuel M T ChakravartyAdded VectInfo to ModGuts
2007-05-03 Simon Marlowcancel out some reverses by changing the order of ic_tm...
2007-05-02 simonpj@microsoft.comImport fiddling
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-25 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-01-11 Pepe IborraThis patch teaches ghci to announce that a module has...
2007-01-11 simonpj@microsoft.comComments only
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-11-25 Ian LynaghAdd some Outputable instances
2006-11-22 simonpj@microsoft.comImprove recovery in hptRules
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-01 sof@galois.comimport Maybes wibble
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-18 Manuel M T ChakravartyCross-module consistency check for family instances
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
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.comAvoid repeatedly loading GHC.Prim
2006-10-06 simonpj@microsoft.comImport trimming
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyATs are now implicitTyThings
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyMake sure ATs are included into the temporary env for...
2006-09-20 Manuel M T ChakravartyExtend Class.Class to include the TyCons of ATs
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-23 Simon MarlowIn the Compiling/Skipping message, print ModuleNames...
2006-08-11 Simon MarlowImprove the "could not find module" error message
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-04 Simon Marlowadd default cases
2006-07-04 Simon Marlowredundant import
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-07 Simon MarlowReorganisation of the source tree