Adding pushing of hpc translation status through hi files.
[ghc-hetmet.git] / compiler / iface /
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-11 andy@galois.comAdding tick boxes to the interface syntax; fixes #1510
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-15 Manuel M T ChakravartyIface representation of synonym family instances
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-10 Simon MarlowFIX BUILD with GHC 6.2.x: VectInfo -> HscTypes.VectInfo
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-14 wolfgang.thaller... make opt_HiVersion an Integer instead of Int to prevent...
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-30 simonpj@microsoft.comThe ru_local field of a CoreRule is False for implicit Ids
2007-03-27 Simon Marlowpartial fix for #1119
2007-03-21 simonpj@microsoft.comImprove pretty-printing for IfaceConDecl
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-03-16 simonpj@microsoft.comComment out debug traces
2007-02-23 Manuel M T ChakravartyMoved argument position info of ATs into tycon rhs...
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-01-11 simonpj@microsoft.comSlightly improve -ddump-hi-diffs output
2007-01-11 simonpj@microsoft.comAvoid duplicate defns of 'main' in module Main
2007-01-10 simonpj@microsoft.comSort rules and instances lexicographically in interface...
2007-01-11 simonpj@microsoft.comLog message for: Fix a nasty recursive loop in typechec...
2007-01-11 simonpj@microsoft.comFix a nasty recursive loop in typechecking interface...
2007-01-11 simonpj@microsoft.comUpdate comments
2007-01-08 Simon Marlowfix version checking of .hi files
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-11-29 andy@galois.comTickBox representation change
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-10 simonpj@microsoft.comTrim imports
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-24 Simon Marlowfix indentation wibble to make it compile with 5.04
2006-10-19 Manuel M T ChakravartyFix show-iface for family instances & add debug ppr...
2006-10-18 Manuel M T ChakravartyCross-module consistency check for family instances
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
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 Ian LynaghFix another hi-boot file
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-09 Ian LynaghUpdate hi-boot files to fix building with old GHCs
2006-10-06 simonpj@microsoft.comFix up the typechecking of interface files during ...
2006-10-06 simonpj@microsoft.comImprove comments and error tracing
2006-10-06 simonpj@microsoft.comUndo an accidentally-committed patch by Audrey
2006-10-04 simonpj@microsoft.comImprove pretty printing slightly
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comImprove pretty printing of IfaceSyn
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-22 simonpj@microsoft.comRemove duplicate call to getDOpts
2006-09-22 audreyt@audreyt.orgRepair "ghci" under FC+AT by handling AnnCast in byteco...
2006-09-21 Manuel M T ChakravartyExtend IfaceSyn.eqIfTc to cover type kind variants...
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyGet of fam inst index in ifaces
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 ChakravartyFixed two bugs concerning fanilies
2006-09-20 Manuel M T ChakravartyIntroduce coercions for data instance decls
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyExtend Class.Class to include the TyCons of ATs
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-20 Manuel M T ChakravartyAdd missing co_vars to tcIfaceDataAlt
2006-09-20 Manuel M T ChakravartyComplete OccName->FS change in TcIface
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T Chakravartymake dataConInstPat take a list of FastStrings rather...
2006-09-20 Manuel M T ChakravartyFix problem with selectors for GADT records with unboxe...
2006-09-20 Manuel M T ChakravartyFix bug in type checking interface DataAlts
2006-09-20 Manuel M T Chakravartyfixing record selectors
2006-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-20 Manuel M T ChakravartyRemove mi_package from moved pprModIface
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-19 Manuel M T ChakravartyAdapt TcRnDriver to moved tyThingToIfaceDecl
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-07 Manuel M T ChakravartyOccName->FS in tyThingToIfaceDecl that moved to MkIface
2006-08-07 Manuel M T ChakravartyOccName->FS change over for equalities in GADTs
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-13 simonpj@microsoft.comA class in an interface file defines the CoTyCon of...
2006-09-13 Simon Marlowreformat import
2006-09-13 Simon Marlowminor reformatting
2006-08-15 simonpj@microsoft.comAllow class and instance decls in hs-boot files
2006-08-11 Simon MarlowImprove the "could not find module" error message
2006-08-11 Simon Marlowdon't qualify module name for importedSrcLoc
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-25 Simon Marlowtiny bit of extra strictness
next