Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / utils /
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-21 Ben.Lippmeier@anu... Allow redirection of -ddump-* to file
2007-08-17 Ben.Lippmeier@anu... Refactor dumping of register allocator statistics.
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-18 Ian LynaghAdd some invariants to OrdList
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-08-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
2007-08-07 Isaac Dupreemore cmpFS refactoring
2007-08-06 Isaac Dupreeuse 'compare' when using the law of trichotomy
2007-08-06 Isaac Dupreeuse {-# UNPACK #-} !Int rather than explicit Int# ...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-08-07 Isaac DupreeNOINLINE the global FastString.string_table
2007-08-06 Isaac Dupreecomment FastMutInt possibilities
2007-08-04 Ian LynaghAdd a comment about when maybePrefixMatch can be removed
2007-07-13 Michael D. AdamsWarning Police: Unused imports
2007-07-06 Ian LynaghRemove foldl' from Util; use the Data.List one instead
2007-07-05 Michael D. AdamsWarning Police
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-02 Ian LynaghRemove the unused "Eager monad"
2007-07-02 Ian LynaghAdd a type signature
2007-07-02 Ian LynaghRemove unused functions (applyToPair, applyToFst, apply...
2007-07-02 Ian LynaghRemove unused cfst (== const)
2007-07-02 Ian LynaghRemove prefixMatch and suffixMatch from Util
2007-05-14 Michael D. AdamsTypo fix in a comment.
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-01 Isaac Dupreeimplement FastMutInt in non-GHC using IORefs (#1405)
2007-05-26 Isaac DupreeparseInteger->parseUnsignedInteger to clarify meaning
2007-05-26 Isaac Dupreeonly comments, spacing, alpha-renaming
2007-05-19 Isaac DupreeFastMutInt - make #endif be inside \{code} to match...
2007-04-30 Isaac DupreeFastTypes - delete ugly _signatures, comment on Bool...
2007-04-30 Isaac DupreeFastTypes - note strictness of fast{Or,And} and make...
2007-04-29 Isaac Dupreefix non-GHC-specific variant of FastTypes
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-04-22 simonpj@microsoft.comImprove depth-cutoff for printing HsSyn in error messages
2007-04-20 Pepe IborraOutputable.cparen
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-03-22 Ian LynaghMake a Functor (IOEnv m) instance so it satisfies the...
2007-03-01 simonpj@microsoft.comDo not go into an infinite loop when pretty-printer...
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-11-14 Ian LynaghRemove unused Name imort, and add a comment explaining...
2006-11-10 simonpj@microsoft.comAdd new utility function, partitionWith
2006-10-16 Simon MarlowFix deadlock on second call to newSession
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-11 Simon Marlowremove BitSet, it isn't used
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-05 simonpj@microsoft.comAdd intersectsUFM
2006-09-17 rjmccall@gmail.comModify toArgs to parse quotes/escapes like /bin/sh
2006-09-23 simonpj@microsoft.comMove snocView in the file, nearer the other spliting...
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-08-15 simonpj@microsoft.comMoving list-length code from one place in the file...
2006-08-09 Esa Ilari VuokkoFix Array imports
2006-08-08 simonpj@microsoft.comGroup exports so that all length functions are together...
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-12 simonpj@microsoft.comImprove pretty-printing for bags
2006-06-01 simonmar@microsoft.comadd a type signature
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-11 Simon Marlowavoid versionitis in Numeric.showHex (should fix tcrun007)
2006-04-07 Simon MarlowReorganisation of the source tree