ghc-hetmet.git
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-13 Manuel M T... Keep track of family instance modules
2006-10-12 Manuel M T... Overlap check for family instances def'd in current...
2006-10-12 simonpj@microsoft.comComments only
2006-10-11 simonpj@microsoft.comMake Inst into a record type to ease subsequent changes
2006-10-11 simonpj@microsoft.comImprove pretty-printing slightly
2006-10-11 simonpj@microsoft.comAdd comments about primop rules
2006-10-12 Simon Marlowfix definition of fib in example code
2006-10-12 sven.panne... Track changes in source packaging scheme
2006-10-12 Simon Marlowfix definition of fib in example code
2006-10-12 Ian LynaghPartially fix GHCi when unregisterised
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 simonpj@microsoft.comUse relative URLs when referring to libraries; push...
2006-10-10 simonpj@microsoft.comImprove documentation of concurrent and parallel Haskel...
2006-10-10 simonpj@microsoft.comCorrect id to linkend
2006-10-11 Ian LynaghFix trac #921: generate *q instructions for int-float...
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-11 Simon Marlowremove BitSet, it isn't used
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Simon Marlowadd extendNameEnvList_C
2006-10-10 Simon MarlowgetMainDeclBinder should return Nothing for a binding...
2006-10-10 Simon MarlowUse ":Co", not "Co" to prefix coercion TyCon names
2006-10-10 Ian LynaghFix another hi-boot file
2006-10-10 Manuel M T... Removed unused unwrapFamInstBody from MkId
2006-10-10 simonpj@microsoft.comRejig the auto-scc wrapping stuff
2006-10-10 simonpj@microsoft.comDo not filter the type envt after each GHCi stmt
2006-10-10 simonpj@microsoft.comFail more informatively when a global isn't in the...
2006-10-10 Manuel M T... Rough matches for family instances
2006-10-09 Ian LynaghTweaks and missing case in disassembler
2006-10-09 Ian LynaghUpdate hi-boot files to fix building with old GHCs
2006-10-07 tharris@microsoft.comSTM invariants
2006-10-04 Ian LynaghFix unregisterised alpha builds
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-10-06 simonpj@microsoft.comMention that the module sub-directory structure for...
2006-10-06 simonpj@microsoft.comBale out before renamer errors are duplicated
2006-10-06 simonpj@microsoft.comAvoid repeatedly loading GHC.Prim
2006-10-06 simonpj@microsoft.comPrint the 'skipping' messages at verbosity level 1
2006-10-06 simonpj@microsoft.comFix up the typechecking of interface files during ...
2006-10-06 simonpj@microsoft.comImport trimming
2006-10-06 Simon MarlowFigure out where the rest of the repositories are,...
2006-10-06 simonpj@microsoft.comYet another fix to mkAtomicArgs (for floating of casts)
2006-10-06 simonpj@microsoft.comImprove comments and error tracing
2006-10-06 simonpj@microsoft.comImprove error message
2006-10-06 simonpj@microsoft.comUndo an accidentally-committed patch by Audrey
2006-10-05 davve@dtek... Merge Haddock comment support from ghc.haddock -- big...
2006-09-29 brianlsmith... Remove casts from lvalues to allow compilation under...
2006-10-05 simonpj@microsoft.comCorrect the float-coercions-out-of-let patch
2006-10-05 Ian LynaghMerge changes
2006-10-03 Ian LynaghImprove the correlation betweens documented and existen...
2006-10-03 Ian LynaghDocument -dfaststring-stats
2006-10-03 Ian LynaghRearrange docs to have all the -ddump-* options together
2006-10-03 Ian LynaghRemove unused option -femit-extern-decls
2006-10-03 Ian LynaghDocumentation updates
2006-10-03 Ian LynaghFix typo
2006-10-05 Ian LynaghMore bootstrapping updates
2006-10-05 simonpj@microsoft.comTeach SpecConstr about Cast 2006-10-05
2006-10-05 simonpj@microsoft.comFloat coercions out of lets
2006-10-05 simonpj@microsoft.comRemove unused argument to mkAtomicArgs
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-05 simonpj@microsoft.comTake advantage of non-rec-ness in occurrence analysis...
2006-10-05 simonpj@microsoft.comSpelling in comment
2006-10-05 simonpj@microsoft.comAdd intersectsUFM
2006-09-21 bjorn@bringert.netMade 'for' a special ID in the grammar.
2006-09-20 bjorn@bringert.netMerged stand-alone deriving with FC stuff.
2006-09-19 bjorn@bringert.netFirst documentation on stand-alone instance deriving.
2006-09-19 bjorn@bringert.netFixed source location and instance origin in stand...
2006-09-18 bjorn@bringert.netAdded type signature for tcSplitSigmaTy.
2006-09-18 bjorn@bringert.netNew syntax for stand-alone deriving. Implemented fully.
2006-09-17 bjorn@bringert.netRenamer part of stand-alone deriving extension.
2006-09-17 bjorn@bringert.netAdded parser and abstract syntax support for stand...
2006-10-04 simonpj@microsoft.comComments only
2006-10-04 simonpj@microsoft.comFix comment in RdrName
2006-10-04 simonpj@microsoft.comImprove unboxing of strict fields
2006-10-04 simonpj@microsoft.comRemove redundant dump
2006-10-04 simonpj@microsoft.comTrim imports
2006-10-04 simonpj@microsoft.comImprove liberate-case to take account of coercions
2006-10-04 simonpj@microsoft.comRemvove totally unused static flags
2006-10-04 simonpj@microsoft.comRemove ILX from the GHC altogether (although I left...
2006-10-04 simonpj@microsoft.com-frule-check is not a static flag
2006-10-04 simonpj@microsoft.comTidy tyvar OccNames in TcTyClDecl
2006-10-04 simonpj@microsoft.comImprove pretty printing slightly
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-10-04 simonpj@microsoft.comEliminate case-of-cast
2006-10-03 Ian LynaghFixes for the porting process for 6.6
2006-10-03 simonpj@microsoft.comMake recursion and RULES interact better
2006-10-03 simonpj@microsoft.comWarning police only
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-10-03 simonpj@microsoft.comTrim imports
2006-10-03 simonpj@microsoft.comAdd error check for operators in types
2006-07-27 LemmihAdd a C++ phase. Fixes bug #800
2006-10-01 Ian LynaghLatin-1-to-UTF8 pre-processor example for docs from...
2006-09-29 Simon Marlowadd :edit to the release notes, and improve the docs...
2006-09-29 simonpj@microsoft.comSimplify the way in which the coKindFun in CoercionTyCo...
2006-09-29 simonpj@microsoft.comMatch let before lambda in rule-matching (see comment...
2006-09-29 simonpj@microsoft.comFix bug in SCRIPT_SHELL patch (| should be ||)
2006-09-29 simonpj@microsoft.comAdd missing case for EqPred
2006-09-29 simonpj@microsoft.comAmplify scoped tyvar changes
next