ghc-hetmet.git
2006-10-21 Manuel M T... Fix parent position in RnNames.nubAvails 2006-10-22
2006-10-21 Manuel M T... Fix export of associated families with new name parent...
2006-10-20 Manuel M T... Fix processing of imports involving ATs with the new...
2006-10-19 Manuel M T... Fix family instance bug due to the name parent elimination
2006-10-19 Manuel M T... Fix show-iface for family instances & add debug ppr...
2006-10-19 Ian LynaghRun dos2unix on all the outputs, and don't let it eat...
2006-10-19 Ian LynaghFix stage1 build with 6.2.1 (from Andy Gill)
2006-10-18 Ian LynaghFix the build with GHC 6.2.2
2006-10-18 Manuel M T... Cross-module consistency check for family instances
2006-10-11 basvandijk... Fixed spelling error in compiler/ghci/InteractiveUI...
2006-10-18 simonpj@microsoft.comFix a bug in Lint (which wrongly complained when compil...
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-18 simonpj@microsoft.comAdd comment about arity
2006-10-18 simonpj@microsoft.comSpelling in comment
2006-10-18 simonpj@microsoft.comMinor refactoring
2006-10-18 simonpj@microsoft.comComments onl
2006-10-18 Simon Marlowfix build for 6.4.x and 6.6.x
2006-10-17 Simon Marlowcompensate for gmp/configure sometimes not being executable
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-16 Manuel M T... Stage 2 fix to "Keep track of family instance modules"
2006-10-16 Simon Marlowremove use of FiniteMap, use Text.Printf
2006-10-16 Simon Marlowfix a regular expression in banner_re
2006-10-14 Samuel BronsonTry to get the right output for nofib-analyse
2006-10-14 Samuel BronsonGet nofib-analyse to build with 6.4 at least...
2006-10-16 Samuel BronsonDon't squish "Inlined fn" into the right margin quite...
2006-10-16 Simon MarlowFix build on x86_64
2006-10-16 Simon MarlowFix deadlock on second call to newSession
2006-10-16 Simon MarlowBuild the GHC package in stage 3 too
2006-10-13 Simon Marlowmore fixups to make a stage 3 build do the right thing...
2006-10-13 Simon Marlowuse the correct $(HC)
2006-10-06 Simon Marlowremove unused origPkgIdMap field from PackageState
2006-10-06 Simon MarlowCache the package database the first time it is read
2006-10-16 Simon Marlowfix non-DEBUG build (probably my fault, sorry)
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-13 Ian LynaghUncomment code to emit a space in place of a '>' in...
2006-10-13 simonpj@microsoft.comChange type of TcGadt.refineType, plus consequences
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
next