merge GHC HEAD
[ghc-hetmet.git] / compiler / basicTypes / VarSet.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2009-02-11 simonpj@microsoft.comFix Trac #3017: ensure that we quantify over enough...
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Max BolingbrokeDocument VarSet
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-26 Ian LynaghFix warnings in basicTypes/VarSet
2008-02-05 Ian LynaghBe a bit more consistent about what's a set and what...
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...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-23 simonpj@microsoft.comAdd VarSet.disjointVarSet, and use it
2006-04-07 Simon MarlowReorganisation of the source tree