Refactoring: mainly rename ic_env_tvs to ic_untch
[ghc-hetmet.git] / compiler / typecheck / TcRnMonad.lhs
2010-10-06 simonpj@microsoft.comRefactoring: mainly rename ic_env_tvs to ic_untch
2010-09-19 simonpj@microsoft.comAdd a flag -fwarn-missing-local-sigs, and improve ...
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2009-11-30 Simon MarlowCheck whether the main function is actually exported...
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-09-15 Thomas SchillingPut context information for warnings in errMsgExtraInfo.
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-16 Thomas SchillingMake updates to the external package state atomic.
2009-07-23 simonpj@microsoft.comFix Trac #3012: allow more free-wheeling in standalone...
2009-07-23 simonpj@microsoft.comFix Trac #3193: improve line number reporting for equal...
2009-07-16 Simon MarlowUse names like '$fOrdInt' for dfuns (and TF instances...
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-28 simonpj@microsoft.comWhite space only
2009-04-27 Manuel M T ChakravartyEquality constraint solver is now externally pure
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
2008-10-28 simonpj@microsoft.comRemove dead code
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-09-26 pepeDon't capture error calls in tryUser
2008-09-14 Thomas SchillingMake typechecker top-level functions also return messag...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-08-12 simonpj@microsoft.comRefactoring: define TcRnMonad.failWith and use it in...
2008-07-31 Max BolingbrokeMake IOEnv a MonadUnique
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-06-03 Simon Marlowadd debugDumpTcRn and use it for some debugging output
2008-05-30 Simon MarlowFix a bug to do with recursive modules in one-shot... 2008-06-01
2008-05-06 Ian LynaghMake TcRnMonad warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcRnMonad
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-02-22 simonpj@microsoft.comImprove error messages from type-checking data constructors
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-17 Twan van LaarhovenMonadify typecheck/TcRnMonad: use return, standard...
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2007-11-20 simonpj@microsoft.comFIX Trac #1825: standalone deriving Typeable
2007-11-06 simonpj@microsoft.comFix Trac #1814 (staging interaction in Template Haskell...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
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-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-11 Pepe Iborraremove some leftovers of the first ghci debugger prototype
2007-06-21 LemmihAdd several new record features
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-20 Simon Marlowremove unused imports
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-03-15 simonpj@microsoft.comMake the type-defaulting in GHCi use () as the first...
2007-02-19 Pepe IborraRemoved unnecessary code
2006-12-10 Pepe IborraThe breakpoint primitive
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-23 simonpj@microsoft.comAdd TcRnMonad.newSysLocalIds, and use it
2006-09-20 Manuel M T ChakravartyBasic set up for global family instance environment
2006-09-20 Manuel M T Chakravartyfix out-of-scope vars
2006-09-20 Manuel M T Chakravartybugs
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-07-25 Simon Marlowoptimisations to newUnique
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-14 simonpj@microsoft.comImprove location info when typechecking interface fiels
2006-05-05 LemmihFix bug #763: Breakpoint mechanism crashes when there...
2006-05-02 LemmihbreakpointCond
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-07 Simon MarlowReorganisation of the source tree