ghc-hetmet.git
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
2006-09-29 simonpj@microsoft.comUpdate release notes
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-29 simonpj@microsoft.comImprove pretty-printing of Core
2006-09-29 simonpj@microsoft.comAnother correction to the (subtle) exprIsConApp_maybe
2006-09-29 simonpj@microsoft.comSpelling correction
2006-09-29 simonpj@microsoft.comImprove pretty printing of IfaceSyn
2006-09-29 simonpj@microsoft.comImprove unification error messages (again) (push to...
2006-09-29 Simon Marlow:edit runs notepad by default on Windows
2006-09-28 Simon Marlowunbreak :edit patch on Windows
2006-09-28 Simon MarlowFix #906, and do #914 while I'm in here (it wasn't...
2006-09-28 Simon MarlowAdd basic :edit support
2006-09-28 Simon Marlowtiny fix in porting docs I just spotted
2006-09-28 Simon Marlowonly make stdin/stdout unbuffered in GHCi, not runghc...
2006-09-28 Simon Marlowtestsuite *is* boring
2006-09-14 Andres Loehfix typo in comment
2006-09-15 Norman Ramseyremove non-boring directories
2006-09-17 rjmccall@gmail.comModify toArgs to parse quotes/escapes like /bin/sh
2006-09-28 Ian LynaghFix mulIntMayOflo on 64-bit arches; fixes trac #867
2006-09-27 Ian LynaghHandle clock_gettime failing
2006-09-02 Ian LynaghChange default repo root for the 6.6 branch
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
next