Another round of External Core fixes
[ghc-hetmet.git] / compiler / iface /
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-17 Ian LynaghRevert an accidental change
2008-03-17 Ian LynaghPrint some extra debugging info when doing --show-iface
2008-03-17 Ian LynaghEliminate a global variable
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-03-06 simonpj@microsoft.comDon't expose the unfolding of dictionary selectors...
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-05 simonpj@microsoft.comWhite space only
2008-01-17 Twan van LaarhovenReplace remaining uses of ioToIOEnv by liftIO, remove...
2008-01-17 Twan van LaarhovenMonadify iface/BuildTyCl: use return
2008-01-17 Twan van LaarhovenMonadify iface/TcIface: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify iface/MkIface: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify iface/LoadIface: use return and liftIO
2008-01-17 Twan van LaarhovenMonadify iface/IfaceEnv: use do, return and standard...
2008-01-12 Ian LynaghUse System.FilePath
2008-01-06 Ian LynaghFix build: Recent instance shuffling left us with overl...
2008-01-04 simonpj@microsoft.comA little refactoring of GenIfaceEq to make the Outputab...
2008-01-04 simonpj@microsoft.comWhite space and comments only
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-12-20 simonpj@microsoft.comComment only
2007-12-20 simonpj@microsoft.comFix nasty recompilation bug in MkIface.computeChangedOccs
2007-12-14 Roman LeshchinskiyFix bug in VectInfo loading
2007-12-06 Simon Marlowcomment only
2007-12-06 Simon Marlowcomment typo
2007-12-06 Simon Marlowadd Outputable instance for OccIfaceEq
2007-12-06 Simon MarlowWorkaround for #1959: assume untracked names have changed
2007-12-06 Simon MarlowFIX part of #1959: declaration versions were not being...
2007-11-20 simonpj@microsoft.comFIX #1715: egregious bug in ifaceDeclSubBndrs
2007-11-07 Simon MarlowFIX #1617: reloading didn't change the :browse output...
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-09 Simon Marlowtiny refactoring
2007-10-02 Simon MarlowmkIfaceExports: sort the children of AvailTC
2007-10-08 Simon Marlowerror message fix (#1758)
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
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-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-03 Simon MarlowFIX part of #1372, improvements to the recompilation...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-03 Roman LeshchinskiyMake sure PA dfuns are keyed on the vectorised tycon...
2007-08-09 simonpj@microsoft.comFix grouping by module in the mi_exports, for indexed...
2007-08-03 Roman LeshchinskiyAdd PA dfuns to VectInfo
2007-08-01 simonpj@microsoft.comFix a knot-tying bug with ghc --make
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
next