White space only
[ghc-hetmet.git] / compiler /
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...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-10 dimitris@microsoft.comDoing the smart canonicalization only if we are not...
2010-12-09 dimitris@microsoft.comMoved canonicalisation inside solveInteract
2010-12-13 Ian LynaghGHCi linker: Assume non-Haskell libraries are dynamic...
2010-12-10 simonpj@microsoft.comFix Trac #4534: renamer bug
2010-12-10 simonpj@microsoft.comWhite space only
2010-12-10 simonpj@microsoft.comComments only
2010-12-08 simonpj@microsoft.comMake the case-to-let transformation a little less eager
2010-12-10 Ben LippmeierDefault the value of -dppr-cols when the static flags...
2010-12-10 Ben LippmeierDefensify naked read in LLVM mangler
2010-12-10 Ben LippmeierFormatting only
2010-12-08 Ben LippmeierAlways ppr case alts on separate lines
2010-12-08 Ben LippmeierAdd -dppr-colsN to set width of dumps
2010-12-08 Ben LippmeierAdd -dppr-case-as-let to print "strict lets" as actual...
2010-12-08 Ben LippmeierSuppress more info with -dsuppress-idinfo
2010-12-08 Ben LippmeierImplement -dsuppress-type-signatures
2010-12-08 Ben LippmeierAdd more suppression flags
2010-12-09 Simon Marlowfix ticket number (#4505)
2010-12-09 Simon MarlowCatch too-large allocations and emit an error message...
2010-12-08 Simon MarlowTweak the "sorry" message a bit
2010-12-03 pepeiborra@gmail.comFix the behaviour of :history for ticks surrounding...
2010-11-27 Michal TerepetaDon't warn of duplicate exports in case of module exports.
2010-10-30 Michal TerepetaFix whitespace/layout in RnNames.
2010-12-02 Ian LynaghMake RelaxedLayout off by default
2010-12-03 simonpj@microsoft.comFix up TcInstDcls
2010-12-02 Simon MarlowFix a recomp bug: make classes/datatypes depend directl...
2010-12-01 Simon Marlowmake a panic message more informative and suggest ...
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-12-02 simonpj@microsoft.comA little refactoring (remove redundant argument passed...
2010-12-02 simonpj@microsoft.comMake rebindable if-then-else a little more permissive
2010-12-02 simonpj@microsoft.comImprove error message (Trac #4799)
2010-12-02 simonpj@microsoft.comFix a nasty bug in RULE matching: Trac #4814
2010-11-30 Ben LippmeierRename -XPArr to -XParallelArrays
2010-12-01 Ian LynaghRemove NewQualifiedOperators
2010-11-30 keller@cse.unsw... Fixed some 'unused vars' warnings
2010-11-29 keller@cse.unsw... vectScalarLam handles int, float, and double now
2010-11-15 keller@cse.unsw... Handling of lets, letrec and case when checking if...
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-27 Roman LeshchinskiyInherit the ForceSpecConstr flag in non-recursive neste...
2010-11-27 Roman LeshchinskiyNew flag -dddump-rule-rewrites
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-11-25 simonpj@microsoft.comSubstitution should just substitute, not optimise
2010-11-25 simonpj@microsoft.comMake SpecConstr "look through" identity coercions
2010-11-25 simonpj@microsoft.comComment only
next