Typo in comment
[ghc-hetmet.git] / compiler /
2009-12-29 Ben.Lippmeier@anu... Typo in comment
2010-01-03 Simon MarlowlocateOneObj: don't look for dynamic libs in static...
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2010-01-02 Ian LynaghWhitespace only
2009-12-31 Simon MarlowRolling back: Make FastString thread-safe.
2009-12-31 Simon Marlowtake newCAF() out from sm_mutex; use the capability...
2009-12-22 dias@cs.tufts.eduCopying Simon M's fix for 650 to the new codegen
2009-12-22 dias@cs.tufts.eduBetter error checking and code cleanup
2009-12-21 simonpj@microsoft.comFix Trac #3772: dict funs for single-field classes
2009-12-21 simonpj@microsoft.comComments only (about implementing SPECIALISE pragmas)
2009-12-21 simonpj@microsoft.comA bit of refactoring, plus a sanity check
2009-12-21 simonpj@microsoft.comFix Trac #3776
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-18 simonpj@microsoft.comAlways expose the unfolding of something with an InlineRule
2009-12-18 simonpj@microsoft.comComments only
2009-12-18 simonpj@microsoft.comMove loop-breaker info from original function to worker...
2009-12-18 simonpj@microsoft.comMake -ddump-inlinings and -ddump-rule-firings less...
2009-12-18 simonpj@microsoft.comMake warning printing a bit less noisy
2009-12-18 simonpj@microsoft.comSet fixity (left-assoc) for setIdOccInfo
2009-12-18 simonpj@microsoft.comComments only
2009-12-21 Simon MarlowPartial support for Haiku (#3727)
2009-12-17 Simon MarlowFix #3751, also fix some lexical error SrcLocs
2009-12-17 Simon Marlowimprove panic messages for srcLocLine, srcLocCol
2009-12-18 Ian LynaghAvoid a failing shell command when cleaning
2009-12-18 dias@cs.tufts.eduunused named variables
2009-12-17 dias@cs.tufts.edumissed a case in a previous fix
2009-12-17 Simon MarlowFix #650: use a card table to mark dirty sections of...
2009-12-16 simonpj@microsoft.comAdjust Activations for specialise and work/wrap, and...
2009-12-16 simonpj@microsoft.comComments only
2009-12-16 simonpj@microsoft.comRefactor to combine two eqExpr functions
2009-12-16 simonpj@microsoft.comTwo improvements to optCoercion
2009-12-16 simonpj@microsoft.comComments only
2009-12-16 simonpj@microsoft.comMake setInlineActivation left-associative
2009-12-16 simonpj@microsoft.comFix a long-standing infelicity in the type pretty printer
2009-12-16 simonpj@microsoft.comDeal with warnings in Coercion.lhs
2009-12-15 simonpj@microsoft.comFix a bug in the in-scope set that led to some lookupId...
2009-12-15 simonpj@microsoft.comFix Trac #3717: exprOkForSpeculation should look throug...
2009-12-15 Ian LynaghDon't make C deps for compiler/parser/cutils.c in stage1
2009-12-14 simonpj@microsoft.comTidy up computation of result discounts in CoreUnfold
2009-12-11 simonpj@microsoft.comUse full equality for CSE
2009-12-11 simonpj@microsoft.comImprove strictness analysis for bottoming functions
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-11 simonpj@microsoft.comFix two related bugs in u_tys
2009-12-11 simonpj@microsoft.comFix spelling in comment
2009-12-08 simonpj@microsoft.comMake -ddump-simpl-stats a bit more informative by default
2009-12-08 simonpj@microsoft.comImprove dumping for rules, and documentation of same
2009-12-10 Simon MarlowFix #3741, simplifying things in the process
2009-12-10 Simon MarlowAllow spaces at either end of the C import spec (#3742)
2009-12-09 Ian LynaghFix the stage1 version number munging
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-07 simonpj@microsoft.comTidy up deriving error messages
2009-12-07 simonpj@microsoft.comMinor refactoring to remove redundant code
2009-12-07 simonpj@microsoft.comFix a nasty (and long-standing) FloatOut performance bug
2009-12-07 simonpj@microsoft.comAdd a new to-do to cmm-notes
2009-12-07 simonpj@microsoft.comComments only, principally about IfaceDeclExtras
2009-12-07 simonpj@microsoft.comComments only, about RULE plumbing
2009-12-04 simonpj@microsoft.comAdd splitUFM to UniqFM (used in a forthcoming patch)
2009-12-04 simonpj@microsoft.comAdd lengthBag to Bag (using in forthcoming patch)
2009-12-04 simonpj@microsoft.comUse addToUFM_Acc where appropriate
2009-12-05 Ian LynaghAdd some missing exports back for GHC package users...
2009-12-05 Ian LynaghAdd some comments on the alternative layout rule state
2009-12-03 Ian LynaghTweak layout for alternative layout rule
2009-09-30 Stephen BlackheathAdd -dylib-install-name option to GHC so the install...
2009-09-28 Stephen BlackheathForce -fPIC when linking against dynamic libraries...
2009-12-04 Roman LeshchinskiyFix loading of annotations
2009-12-03 Roman LeshchinskiyAdd new ForceSpecConstr annotation
2009-12-03 Roman LeshchinskiyGenerate INLINE pragmas for PA methods
2009-12-03 Ian LynaghAdd a GHC layout extension to the alternative layout...
2009-12-03 Ian LynaghFix HPC column numbers, following the column number...
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-30 simonpj@microsoft.comFix Trac #3100: reifyType
2009-11-30 simonpj@microsoft.comFix Trac #3102: pre-matching polytypes
2009-11-30 Simon MarlowCheck whether the main function is actually exported...
2009-11-29 Ian LynaghTweak the alternative layout rule: {} contains commas
2009-11-29 Ian LynaghCorrect the advanceSrcLoc calculation for tabs
2009-11-29 Ian LynaghTweak alternative layout rule
2009-11-29 Ian LynaghMake the alternative layout rule cope with file pragmas
2009-11-28 Ian LynaghTeach advanceSrcLoc about tab characters
2009-11-28 Ian LynaghWhitespace only
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-11-27 Ian LynaghImplement non-decreasing do indentation in the alternat...
2009-09-18 Simon MarlowApply patch from #2978: add more Unicode syntax
2009-11-26 simonpj@microsoft.comComments only, esp about RecStmts
2009-11-25 Ian LynaghFix a bug in alternative layout rule
2009-11-25 Ian LynaghFix a bug in alternative layout
2009-11-25 Ian LynaghBug fix for alternative layout rule
2009-11-25 Ian LynaghTweak alternative layout rule
2009-11-25 Ian LynaghAdd unboxed parentheses to the alternative layout rule
2009-11-25 Ian LynaghTweak the warning suppression flags used in Lexer
2009-11-25 Ian LynaghImplement the alternative layout rule
2009-11-24 Ian LynaghFix some warning in Lexer
2009-11-24 David WaernAdd a note saying what Haddock relies on about Instance...
2009-11-24 Ian LynaghTreat () as an enumeration tycon
2009-11-24 Ian LynaghWhitespace only
2009-11-23 Ian Lynaghinline has moved to GHC.Magic
2009-11-20 Ian LynaghUse the ghc-perl tarball on Windows, instead of the...
2009-11-20 simonpj@microsoft.comRemove cprAnalysis directory from hs-source-dirs
2009-11-12 Roman LeshchinskiyRemove dead code
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comMake INLINE warning more precise
next