Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / coreSyn / CoreLint.lhs
2011-05-26 Simon Peyton JonesTreat the (~) type constructor a bit specially
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-11-26 simonpj@microsoft.comAcutally, wild-card variables *can* have occurrences
2010-11-26 simonpj@microsoft.comTidy up the handling of wild-card binders, and make...
2010-10-26 Ian LynaghUse removeDups to find top-level duplicate names
2010-10-22 simonpj@microsoft.comLint should check for duplicate top-level bindings...
2010-09-22 simonpj@microsoft.comGet rid of non-exhaustive lambda
2010-09-16 simonpj@microsoft.comAdd more location info in CoreLint
2010-09-15 simonpj@microsoft.comUse mkAppTy
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-03 simonpj@microsoft.comBuglet in Core Lint
2010-07-27 simonpj@microsoft.comLayout only
2010-08-12 simonpj@microsoft.comFix bug in linting of shadowed case-alternative binders
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comMake INLINE warning more precise
2009-11-12 simonpj@microsoft.comA radical overhaul of the coercion infrastucture
2009-11-11 simonpj@microsoft.comNo CoreLint warnings if -dno-debug-output is on
2009-11-06 simonpj@microsoft.comTidy up coercions, and implement csel1, csel2, cselR
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