Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / basicTypes / SrcLoc.lhs
2011-06-09 Ian LynaghRefactor SrcLoc and SrcSpan
2011-04-24 Ian LynaghDerive some Typeable instances
2011-03-31 simonpj@microsoft.comFix Trac #5048: location on AbsBinds
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-15 simonpj@microsoft.comMake (Located a) an instance of Eq, Ord
2010-09-15 simonpj@microsoft.comImprove HsSyn pretty printing
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2009-12-17 Simon Marlowimprove panic messages for srcLocLine, srcLocCol
2009-11-29 Ian LynaghCorrect the advanceSrcLoc calculation for tabs
2009-11-28 Ian LynaghTeach advanceSrcLoc about tab characters
2009-11-28 Ian LynaghWhitespace only
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-08-20 simonpj@microsoft.comMake -dppr-debug print locations in HsSyn
2008-11-10 Thomas SchillingFix documentation (to say the opposite).
2008-10-20 Simon Marlowwhitespace fix
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghMove pprFastFilePath from SrcLoc to Outputable
2008-07-31 Max BolingbrokeDocument SrcLoc
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SrcLoc
2008-01-25 Ian LynaghStrictness tweaks
2008-01-20 Ian LynaghNormalise FilePaths before printing them
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2007-10-03 Simon Marlowwarning removal
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
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-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
2007-07-12 andy@galois.comFixing Hpc SrcSpan usage; rejecting SrcSpans that are...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2006-11-24 simonpj@microsoft.comUse existing Ord instance on Int, saving code
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-08-11 Simon Marlowuse "Defined in" rather than "Imported from" when print...
2006-08-08 simonpj@microsoft.comRemove srcSpanStartLine/srcSpanEndLine crash
2006-04-07 Simon MarlowReorganisation of the source tree