The Big INLINE Patch: totally reorganise way that INLINE pragmas work
[ghc-hetmet.git] / compiler / coreSyn / CoreLint.lhs
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-02 simonpj@microsoft.comSuppress invalid Core Lint complaint about lack of...
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-14 simonpj@microsoft.comCoreLint should check for out-of-scope worker
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-06-03 simonpj@microsoft.comShorten debug messages
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CoreLint
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-11 Roman LeshchinskiyAllow -ddump-simpl-phases to specify which phases to...
2008-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreLint
2007-12-13 Roman LeshchinskiyDon't dump simplifier iterations with -dverbose-core2core
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-11-28 simonpj@microsoft.comCheck for duplicate bindings in CoreLint
2007-11-05 simonpj@microsoft.comMake CoreLint give a more informative error message
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
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-01-29 Kirsten ChevalierTwo new warnings: arity differing from demand type...
2006-10-18 simonpj@microsoft.comFix a bug in Lint (which wrongly complained when compil...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-20 Manuel M T ChakravartyFix Lint for alts involving shadowing of type variables...
2006-09-20 Manuel M T Chakravartyfixing record selectors
2006-09-20 Manuel M T ChakravartyGADT selector bugfix, bits of cleanup
2006-09-20 Manuel M T Chakravartyclean up Coercion kinding functions, rename coercionKin...
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-08-06 Manuel M T ChakravartyFix a lint bug with coercions
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree