Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / utils / Digraph.lhs
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2008-08-07 Max BolingbrokeMove allM to MonadUtils
2008-07-31 Max BolingbrokeAdd more functionality to Digraph and refactor it's...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-26 Twan van LaarhovenFixed warnings in utils/Digraph
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-16 simonpj@microsoft.comComments only
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-16 Ian LynaghOptimise Digraph.postOrd, used when finding strongly...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-15 Ian LynaghCosmetic changes only
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2006-10-11 Simon MarlowModule header tidyup #2
2006-08-09 Esa Ilari VuokkoFix Array imports
2006-04-07 Simon MarlowReorganisation of the source tree