Add PrimCall to the STG layer and update Core -> STG translation
[ghc-hetmet.git] / compiler / iface /
2009-04-21 Simon MarlowFIX #3166: include the fixity of classes and type synon...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-13 simonpj@microsoft.comFix Trac #2937: deserialising assoicated type definitions
2009-01-03 Ian LynaghFix validate: strs is no longer used in IfaceSyn
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-30 simonpj@microsoft.comAvoid nasty name clash with associated data types ...
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-12-02 Simon MarlowPut full ImportDecls in ModSummary instead of just...
2008-11-25 Thomas SchillingMajor clean-up of HscMain.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-15 Ian LynaghFix trac #2680; avoid quadratic behaviour from (++)
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-09-10 simonpj@microsoft.comRemove dataConInstOrigDictsAndArgTys
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-08-11 simonpj@microsoft.comFix Trac #2412: type synonyms and hs-boot recursion
2008-07-31 Max BolingbrokeFollow OccName changes and minor refactorings in TcIface
2008-07-31 Max BolingbrokeFollow Digraph changes in MkIface
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-08-04 Ian LynaghFollow the tuple datatype movements
2008-08-04 simonpj@microsoft.comFix Trac #2467: decent warnings for orphan instances
2008-07-31 Max BolingbrokeComment only in IfaceENv
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-10 Ian LynaghMove "main/BinIface_HC_OPTS += -O" into a pragma in...
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-07 simonpj@microsoft.comWhite space only
2008-06-20 Simon MarlowRemove out of date comments and point to the commentary
2008-06-17 Simon MarlowSort the mi_deps into a canonical ordering before finge...
2008-06-17 Simon MarlowFix another "urk! lookup local fingerprint" in nofib...
2008-06-04 Simon MarlowFix #2334: tyvar binders can have Names inside (equalit...
2008-06-02 Simon MarlowFix validate: -Werror bug in patch "Replacing copyins...
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-04 Ian LynaghRemove a duplicate module import in BuildTyCl
2008-05-04 Ian LynaghMake IfaceEnv warning-free
2008-05-04 Ian LynaghMake IfaceSyn warning-free
2008-05-04 Ian LynaghMake IfaceType warning-free
2008-05-04 Ian LynaghMake BuildTyCl warning-free
2008-05-04 Ian LynaghMake BinIface warning-free
2008-05-04 Ian LynaghMake LoadIface warning-free
2008-05-04 Ian LynaghMake MkIface warning-free
2008-05-04 Ian LynaghMake TcIface warning-free
2008-04-28 simonpj@microsoft.comFix Trac #2238: do not use newtype for a class with...
2008-04-26 Ian LynaghRefactor some code a bit, and improve an error
2008-04-26 Ian LynaghWhitespace changes only
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in MkIface
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcIface
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in LoadIface
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in IfaceSyn
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in IfaceType
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
next