Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / compiler / typecheck / TcSplice.lhs
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-07-31 Ian LynaghFix the catching of "IOEnv failure" with extensible...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-13 Ian LynaghFix some build problems when GHCI is not definde
2008-06-04 simonpj@microsoft.comFix Trac #2339: reify (mkName "X")
2008-05-06 Ian LynaghTcSplice is now mostly warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcSplice
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-17 Twan van LaarhovenMonadify typecheck/TcSplice: use do and return
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2007-11-06 simonpj@microsoft.comFix Trac #1814 (staging interaction in Template Haskell...
2007-11-05 simonpj@microsoft.comComments about TH staging
2007-10-10 simonpj@microsoft.comFix Trac #1755; check for stage errors in TH quoted...
2007-10-10 simonpj@microsoft.comFix Trac #1678; be more careful about catching and...
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-06-28 simonmar@microsoft.comWhite space only
2007-04-10 Tyson WhiteheadDistinguish between userError (i.e., deliberate failure...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-06 simonpj@microsoft.comSimple fix for Trac #1199 (pls merge to branch)
2007-01-03 simonpj@microsoft.comComments only
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-10 Pepe IborraPrevent breakpoint instrumentation of spliced code
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-20 Manuel M T ChakravartyFix TcSplice after some type family related changes
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 ChakravartyMissing change re additional info in TcTyThing
2006-09-20 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-17 simonpj@microsoft.comOne last hs-boot update
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-14 simonpj@microsoft.comFix TH erorr recovery (test is TH_recover)
2006-04-14 simonpj@microsoft.comComments only
2006-04-07 Simon MarlowReorganisation of the source tree