Fixed uninitialised FunBind fun_tick field
[ghc-hetmet.git] / compiler / coreSyn /
2006-12-13 andy@galois.comRemoving explicit Binary Tick Boxes; using Case instead.
2006-12-03 Ian LynaghMERGE: In hashExpr, use Word32 rather than relying...
2006-11-29 andy@galois.comTickBox representation change
2006-11-24 simonpj@microsoft.comDrop redundant parens in pretty-printing
2006-11-24 simonpj@microsoft.comImprove hashing of expressions
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 Samuel BronsonGet External Core (-fext-core) working with readline
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-25 andy@galois.coman expression with a TickBox round it is not in HNF.
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-18 simonpj@microsoft.comFix a bug in Lint (which wrongly complained when compil...
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-11 simonpj@microsoft.comImprove pretty-printing slightly
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-10-05 simonpj@microsoft.comCorrect the float-coercions-out-of-let patch
2006-10-05 simonpj@microsoft.comComments and layout
2006-10-05 simonpj@microsoft.comRemove unused OccInfo (simplification)
2006-10-05 simonpj@microsoft.comTake 2 on the recursive-rule fix
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comImprove pretty-printing of Core
2006-09-29 simonpj@microsoft.comAnother correction to the (subtle) exprIsConApp_maybe
2006-09-27 simonpj@microsoft.comFix exprIsConApp_maybe (wasn't dealing properly with...
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-09-20 Manuel M T ChakravartySmall refactoring
2006-09-20 Manuel M T ChakravartyMissing imports in CoreUtils
2006-09-20 Manuel M T ChakravartyInclude the existential dictionaries in dataConOrigInstPat
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyChagne newtype wrapper into worker
2006-09-20 Manuel M T Chakravartymake dataConInstPat take a list of FastStrings rather...
2006-09-20 Manuel M T ChakravartyFix problem with selectors for GADT records with unboxe...
2006-09-20 Manuel M T ChakravartyMinor tidying up
2006-09-20 Manuel M T ChakravartyFix bug in type checking interface DataAlts
2006-09-20 Manuel M T Chakravartyfix big-lambda eta expansion, add comments
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 Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
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-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-06 simonpj@microsoft.comAdd comment for the invariant that DataAlt is never...
2006-08-06 Manuel M T ChakravartyFix a lint bug with coercions
2006-08-06 Manuel M T ChakravartyResolve conflict in MkExternalCore
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-26 simonpj@microsoft.comMake mkApps etc infix, and left-associative
2006-09-07 simonpj@microsoft.comComments only
2006-09-06 simonpj@microsoft.comMake record selection look cheap
2006-08-14 simonpj@microsoft.comImprove exprIsCheap
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-12 simonpj@microsoft.comExperimental flag -fdicts-cheap
2006-07-06 Jan RochelDon't z-encode module names in external-core output
2006-07-02 Jan RochelZ-Encode external-core output
2006-07-02 Jan RochelAdd %local-tag to external core output
2006-06-23 Simon Marlowthe unlifted kind
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-05-25 simonpj@microsoft.comFix egregious and long-standing tidying bug
2006-05-22 simonpj@microsoft.comAdd deShadowBinds
2006-05-17 simonpj@microsoft.comImprove pretty-printing slightly
2006-05-04 simonpj@microsoft.comPretty printing instance for Unfolding
2006-04-20 Josef SvenningssonExtcore can now handle data types without constructors
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-07 Simon MarlowReorganisation of the source tree