Merge remote branch 'origin/master'
[ghc-hetmet.git] / compiler / typecheck / TcSplice.lhs
2011-05-12 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-12 Simon Peyton JonesWhite space only
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-02-09 Ian LynaghAllow TH brackets to contain things of any kind
2011-02-09 simonpj@microsoft.comSimpify constraints from a TH bracket eagerly
2011-01-13 simonpj@microsoft.comMake Template Haskell classInstances function return...
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-11-24 Ian LynaghDon't mix implicit and explicit layout
2010-11-12 simonpj@microsoft.comAllow the old [$foo| ... |] syntax for quasi-quotes
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-21 simonpj@microsoft.comTidy-up sweep, following the Great Skolemisation Simpli...
2010-10-08 simonpj@microsoft.comBeautiful new approach to the skolem-escape check and...
2010-09-15 simonpj@microsoft.comImplement TH reification of instances (Trac #1835)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-21 simonpj@microsoft.comAllow reification of existentials and GADTs
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-04-09 simonpj@microsoft.comFix Trac #3953: fail earlier when using a bogus quasiquoter
2010-03-17 simonpj@microsoft.comFix Trac #3920: Template Haskell kinds
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2009-11-30 simonpj@microsoft.comFix Trac #3100: reifyType
2009-11-05 simonpj@microsoft.comImprove error reporting when there's an error inside...
2009-10-29 simonpj@microsoft.comWhite space layout only
2009-10-20 simonpj@microsoft.comTidy up TcSplice, especially runMeta and friends
2009-09-15 Thomas SchillingPut context information for warnings in errMsgExtraInfo.
2009-09-10 Simon Marlowremove debugging/testing code that got here by mistake
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 Simon Marlowfix a warning
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-05-28 simonpj@microsoft.comPrint more nicely in -ddump-splices
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2009-03-25 Manuel M T ChakravartyTemplate Haskell: make reify aware of type families
2009-03-19 Manuel M T ChakravartyTemplate Haskell support for equality constraints
2009-02-04 simonpj@microsoft.comImprove error reports for kind checking (Trac #2994)
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-30 simonpj@microsoft.comRefactor RnEnv to fix Trac #2901
2008-10-31 Thomas SchillingRemove dead code.
2008-10-31 Thomas SchillingQuickfix for warning.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
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