ghc-hetmet.git
2006-09-06 Ian LynaghTell the 6.6 branch where to find extralibs
2006-09-27 simonpj@microsoft.comFix exprIsConApp_maybe (wasn't dealing properly with...
2006-09-26 sof@galois.comunbreak mingw-on-cygwin (/=MSYS) builds
2006-09-27 Simon MarlowRename -no-recomp to -fforce-recomp, and document it
2006-09-27 Simon MarlowMake printing of binding results optional in GHCi,...
2006-09-06 Ian LynaghTell the 6.6 branch where to find extralibs
2006-09-02 Ian LynaghChange default repo root for the 6.6 branch
2006-09-08 Simon MarlowAdd source code links to Haddock docs
2006-09-26 simonpj@microsoft.comFix derived instances (again); prevents infinite superc...
2006-09-25 Ian LynaghVarious documentation improvements suggested by Bulat...
2006-09-25 Ian LynaghFix comment/code inconsistency spotted by Bulat Ziganshin
2006-09-25 sof@galois.comrejig library include/ files
2006-09-25 simonpj@microsoft.comFix newtype deriving properly (un-doing Audreys patch)
2006-09-25 Ian LynaghDocument -F in the flag reference
2006-09-18 bjorn@bringert.netAdded Darwinports path to DocBook XSL stylesheets to...
2006-09-24 audreyt@audreyt.orgComment-only: Fix a typo, and note that the PredTy...
2006-09-24 audreyt@audreyt.orgIn tcSplittyConApp_maybe, add the PredTy case
2006-09-23 sven.panne... Fixed DocBook XML once again, "make validate" is your...
2006-09-23 simonpj@microsoft.comTrim more imports
2006-09-23 simonpj@microsoft.comFix origin for addDataConStupidTheta
2006-09-23 simonpj@microsoft.comRemove ASSERT from mkDataCon, and add comments to expla...
2006-09-23 simonpj@microsoft.comThe unboxed tuple kind is (#), not (##)
2006-09-23 simonpj@microsoft.comComplete definition of cmPredX to take account of EqPred
2006-09-23 simonpj@microsoft.comCorrect crucial typo in isSubKind (kc1 -> kc2)!
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
2006-09-23 simonpj@microsoft.comAdd TcRnMonad.newSysLocalIds, and use it
2006-09-23 simonpj@microsoft.comRemove dead code concerning coercions from TypeRep
2006-09-23 simonpj@microsoft.comMove snocView in the file, nearer the other spliting...
2006-09-23 simonpj@microsoft.comImprove documentation of newtype-deriving (todo: check...
2006-09-23 simonpj@microsoft.comAdd VarSet.disjointVarSet, and use it
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-22 simonpj@microsoft.comImprove specialisation in SpecConstr
2006-09-22 simonpj@microsoft.comRemove duplicate call to getDOpts
2006-09-22 simonpj@microsoft.comRemove use of isVanillaDataCon, which was wrong under...
2006-09-22 simonpj@microsoft.comTrim imports, reformatting
2006-09-22 simonpj@microsoft.comAdd a crucial missing prime in tcConPat
2006-09-23 sven.panne... 64bit fixes for the symbol lookup table
2006-09-23 audreyt@audreyt.orgIn ByteCodeGen, correctly passthru AnnCast in all relev...
2006-09-23 audreyt@audreyt.orgAdd explicit eta-reduction to GHCI's schemeE such that...
2006-09-22 audreyt@audreyt.orgRepair "ghci" under FC+AT by handling AnnCast in byteco...
2006-09-21 Manuel M T... Fix Linker import when BREAKPOINT is off
2006-09-21 Manuel M T... Extend IfaceSyn.eqIfTc to cover type kind variants...
2006-09-21 Don StewartUse --export-dynamic to ensure ghci works on newer...
2006-09-21 audreyt@audreyt.org* TypeRep.lhs and TypeRep.lhs-boot didn't agree on...
2006-09-21 audreyt@audreyt.org* Fix stray comma in HsTypes.lhs's import line.
2006-09-20 Manuel M T... Correct substitution into theta types (after merge) After_FC_branch_merge
2006-09-20 Manuel M T... Fix import list of TcTyClsDecls after merge
2006-09-20 Manuel M T... Adding FamInstEnv & FamInst modules
2006-09-20 Manuel M T... Adapt FC-code in TcUnify to pre-subsumption
2006-09-20 Manuel M T... Some more ASSERTs
2006-09-20 Manuel M T... SPJ's fix to resolve conflict in instFun
2006-09-20 Manuel M T... Adjust code from manual merges
2006-09-20 Manuel M T... Adapt TcFix imports
2006-09-20 Manuel M T... Basic set up for global family instance environment
2006-09-20 Manuel M T... Import/export of data constructors in family instances
2006-09-20 Manuel M T... Use smart lookup for tycons
2006-09-20 Manuel M T... Fix type checking of imported data instances
2006-09-20 Manuel M T... Fix category of representation tycon
2006-09-20 Manuel M T... Option -findexed-types
2006-09-20 Manuel M T... Get of fam inst index in ifaces
2006-09-20 Manuel M T... Clean up and refactor in SimplUtils.mkCase1 (identity...
2006-09-20 Manuel M T... ATs are now implicitTyThings
2006-09-20 Manuel M T... Straightened out implicit coercions for indexed types
2006-09-20 Manuel M T... Fixed two bugs concerning fanilies
2006-09-20 Manuel M T... Indexed newtypes
2006-09-20 Manuel M T... Check category of type instances and some newtype famil...
2006-09-20 Manuel M T... Better error message for indexes that must be variables
2006-09-20 Manuel M T... Checking conformance of AT indexes with instance heads
2006-09-20 Manuel M T... Warn of missing ATs and complain about bad ATs
2006-09-20 Manuel M T... Check that AT instance is in a class
2006-09-20 Manuel M T... Kind sig for toplevel family decls is optional
2006-09-20 Manuel M T... Fixed bug in coercion for indexed data types
2006-09-20 Manuel M T... Pattern matching of indexed data types
2006-09-20 Manuel M T... Introduce coercions for data instance decls
2006-09-20 Manuel M T... Fixed two data family bugs
2006-09-20 Manuel M T... Fix the tyvars used for data con signatures
2006-09-20 Manuel M T... Extend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T... Fix TcSplice after some type family related changes
2006-09-20 Manuel M T... Make sure ATs are included into the temporary env for...
2006-09-20 Manuel M T... Extend Class.Class to include the TyCons of ATs
2006-09-20 Manuel M T... Fix kind lookup in kcIdxTyPats
2006-09-20 Manuel M T... Extended TyCon and friends to represent family declarations
2006-09-20 Manuel M T... Kind and type checking of indexed types
2006-09-20 Manuel M T... Another comment
2006-09-20 Manuel M T... Add missing co_vars to tcIfaceDataAlt
2006-09-20 Manuel M T... Comments only
2006-09-20 Manuel M T... Small refactoring
2006-09-20 Manuel M T... TAG HEAD merge 6 Aug 06 completed
2006-09-20 Manuel M T... Missing change re additional info in TcTyThing
2006-09-20 Manuel M T... Complete OccName->FS change in TcIface
2006-09-20 Manuel M T... Missing imports in CoreUtils
2006-09-20 Manuel M T... Removed spurious + due to manual patching
2006-09-20 Manuel M T... Makefile comment
2006-09-20 Manuel M T... Fix newtype deriving bug
2006-09-20 Manuel M T... Include the existential dictionaries in dataConOrigInstPat
2006-09-20 Manuel M T... Comments about datacon worker and wrappers
2006-09-20 Manuel M T... Make newtype Coercion eta-contract if the tails of...
2006-09-20 Manuel M T... Flip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T... Chagne newtype wrapper into worker
2006-09-20 Manuel M T... Clean up unused imports, definitions and arguments
next