Convert more UniqFM's back to LazyUniqFM's
[ghc-hetmet.git] / compiler / typecheck / TcRnMonad.lhs
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