Allow TH brackets to contain things of any kind
[ghc-hetmet.git] / compiler /
2011-02-09 Ian LynaghAllow TH brackets to contain things of any kind
2011-02-09 simonpj@microsoft.comSimpify constraints from a TH bracket eagerly
2011-02-09 simonpj@microsoft.comTypo in comment
2011-02-08 Simon MarlowFix bug introduced in "Implement fuzzy matching for...
2011-02-07 simonpj@microsoft.comFix Trac #4945: another SpecConstr infelicity
2011-02-04 Simon MarlowAdd -XNondecreasingIndentation to -XHaskell98 for backw...
2011-02-03 simonpj@microsoft.comFix typo in SpecConstr that made it not work at all
2011-02-02 Ross Patersonavoid adding HPC ticks to arrow constructs (fixes ...
2011-02-01 simonpj@microsoft.comFix type checker error message
2011-02-01 simonpj@microsoft.comSome refactoring of SpecConstr
2011-02-01 simonpj@microsoft.comDon't make join points when the case has only one non...
2011-01-31 simonpj@microsoft.comImprove Simplifier and SpecConstr behaviour
2011-01-31 Simon Marlowfix DEBUG build
2011-01-28 Simon MarlowFix warnings
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-28 simonpj@microsoft.comFix an egregious strictness analyser bug (Trac #4924)
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2011-01-27 Ian LynaghFix "make 1" etc following the build system changes
2011-01-26 Roman LeshchinskiyFix vectorisation of recursive types
2011-01-26 simonpj@microsoft.comFix dependencies among specialisations for imported Ids
2011-01-26 simonpj@microsoft.comFix bug in roughTopNames
2011-01-26 simonpj@microsoft.comComments only, plus a tiny bit of debug printing
2011-01-26 simonpj@microsoft.comComments only
2011-01-26 simonpj@microsoft.comLook through type synonyms when computing orphans
2011-01-26 simonpj@microsoft.comBleat a bit more informatively in unionLists
2011-01-24 Ian LynaghKeep separate linker flags, for when we want to link...
2011-01-25 simonpj@microsoft.comSplit main/GHC into GHC and GhcMake
2011-01-25 simonpj@microsoft.comComments only
2011-01-25 simonpj@microsoft.comFix Trac #3717 by making exprOkForSpeculation a bit...
2011-01-25 simonpj@microsoft.comImprove dataToTag# magic
2011-01-25 simonpj@microsoft.comFix Trac #4917: try a bit harder to unify on-the-fly
2011-01-24 Manuel M T ChakravartyDPH options updated
2011-01-21 Ian LynaghManually control more of the Cabal flags for the compil...
2011-01-19 Simon Marlowtweak newArray# documentation again
2011-01-19 simonpj@microsoft.comComments only
2011-01-18 Edward Z. YangFix documentation bug: newArray# accepts word count...
2011-01-17 Ian LynaghChange an "if ... else return ()" into a "when"
2011-01-17 Ian LynaghAdd NondecreasingIndentation to the list of extensions...
2011-01-15 Ian LynaghBuild system improvements
2011-01-14 simonpj@microsoft.comFix Trac #4874: specialisation of INLINABLE things
2011-01-14 simonpj@microsoft.comComments only
2011-01-14 simonpj@microsoft.comFix a buglet in postInlineUnconditionally
2011-01-13 Edward Z. YangFix longstanding bug in C-- inlining for functions...
2011-01-13 simonpj@microsoft.comMake Template Haskell classInstances function return...
2011-01-13 simonpj@microsoft.comImprove the finder's error messages
2011-01-13 simonpj@microsoft.comWhite space only
2011-01-12 simonpj@microsoft.comProduce an error message, not a crash, for HsOpApp...
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2011-01-10 simonpj@microsoft.comMove imports around (no change in behaviour)
2011-01-07 simonpj@microsoft.comMake fuzzy matching a little less eager for short ident...
2011-01-05 simonpj@microsoft.comFix Trac #4870: get the inlining for an imported INLINA...
2010-11-27 Michal TerepetaImprove error message when importing data constructors...
2011-01-07 Simon Marlowcomment updates
2010-11-05 Vivian McPhailmultiline commands in GHCi #4316
2011-01-05 Ian LynaghReplace a #if with a Haskell conditional
2011-01-05 Ian LynaghWhitespace only in X86.Ppr
2010-12-19 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (unused...
2011-01-04 Ian LynaghDefine cTargetArch and start to use it rather than...
2010-12-19 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (rtsPack...
2011-01-04 Ian LynaghRename the c*Platform variables to c*PlatformString
2010-12-20 Ian LynaghAdd gcc and ld flags to --info output
2010-12-24 simonpj@microsoft.comFix Trac #4525: report type errors in terms of the...
2010-12-22 simonpj@microsoft.comImplement fuzzy matching for the Finder
2010-12-22 simonpj@microsoft.comImplement fuzzy matching for the renamer
2010-12-22 simonpj@microsoft.comAdd fuzzyLookup, a variant of fuzzyMatch
2010-12-22 simonpj@microsoft.comWhite space only
2010-12-22 simonpj@microsoft.comLayout and white space only
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-12-22 simonpj@microsoft.comMake the occurrence analyser track preInlineUnconditionally
2010-12-22 simonpj@microsoft.comMake mkDFunUnfolding more robust
2010-12-21 simonpj@microsoft.comAdd a simple arity analyser
2010-12-21 simonpj@microsoft.comMiscellaneous tidying up and refactoring
2010-12-21 simonpj@microsoft.comComments only
2010-12-21 simonpj@microsoft.comSingle-method classes are implemented with a newtype
2010-11-01 simonpj@microsoft.comFor single-method classes use newtypes
2010-12-20 simonpj@microsoft.comSmall improvement to CorePrep
2010-12-19 Ian LynaghFix warnings
2010-12-19 Ian LynaghSmall refactoring
2010-12-19 Matthias KilianDrop GhcWithLlvmCodeGen configuration bits
2010-12-18 Roman Leshchinskiyvectoriser: don't always pass superclass dictionaries...
2010-12-18 Roman Leshchinskiyvectoriser: delete dead code
2010-12-18 Roman Leshchinskiyvectoriser: adapt to new superclass story part I (dicti...
2010-12-18 Ian LynaghReplace uses of the old try function with the new one
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-18 Ian LynaghImplement GADTSyntax extension
2010-12-17 Karel Gardasprovide shared libraries support on i386-unknown-solari...
2010-12-17 Karel Gardasfix CPP detection of Solaris in NCG
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-12-15 simonpj@microsoft.comFix a bug in functorLikeTraverse, which was giving...
2010-12-15 simonpj@microsoft.comImprove printing for -ddump-deriv
2010-12-15 simonpj@microsoft.comTighten up what it means to be an "enumeration data...
2010-12-15 simonpj@microsoft.comAllow enumerations to have phantom arguments.
2010-12-14 simonpj@microsoft.comInstance declaration overlap allowed if *either* has...
2010-12-14 simonpj@microsoft.comFix Trac #4841: behave right with TypeSynonymInstances...
2010-12-14 simonpj@microsoft.comFix Trac #3731: more superclass subtlety (sigh)
2010-12-14 simonpj@microsoft.comLess verbose debug print
2010-12-14 simonpj@microsoft.comWibble to InstEnv.instanceHead
2010-12-14 Ian LynaghRemove dead code now that we require the bootstrapping...
next