Remove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
[ghc-hetmet.git] / compiler / utils / FastString.lhs
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use them
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-02-27 ich@christoph-baue... a faster appendFS
2009-12-31 Simon MarlowRolling back: Make FastString thread-safe.
2009-08-24 Thomas SchillingMake FastString thread-safe.
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2008-07-31 Max BolingbrokeDocument FastString and rename strLength to lengthLS
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-10 Ian LynaghMove some flags from the Makefile into module pragmas
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian LynaghDon't use CPP for SLIT/FSLIT
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-18 Ian LynaghFix warnings in FastString, and check for empty case...
2008-02-18 Ian LynaghWhitespace only
2008-01-17 Isaac Dupreelots of portability changes (#1405)
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-10 Ian LynaghFollow Array changes (adding numElements field)
2007-08-07 Isaac Dupreemore cmpFS refactoring
2007-08-06 Isaac Dupreeuse 'compare' when using the law of trichotomy
2007-08-07 Isaac DupreeNOINLINE the global FastString.string_table
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2006-04-07 Simon MarlowReorganisation of the source tree