ghc-hetmet.git
2007-01-11 Kirsten ChevalierRemove bogus assertion in getCallMethod
2007-01-11 sven.panne... Fixed .spec file (no building guide anymore)
2007-01-11 Pepe IborraAn object code module in ghci is not and cannot be...
2007-01-11 Pepe IborraComments only
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-11 Pepe Iborra:cd is a top level only command, that is, not allowed...
2007-01-11 simonpj@microsoft.comWibble
2007-01-11 simonpj@microsoft.comSlightly improve -ddump-hi-diffs output
2007-01-11 simonpj@microsoft.comAvoid duplicate defns of 'main' in module Main
2007-01-11 simonpj@microsoft.comAdd -ddump-rule-firings
2007-01-11 simonpj@microsoft.comComments
2007-01-10 simonpj@microsoft.comCorrect spelling
2007-01-10 simonpj@microsoft.comSort rules and instances lexicographically in interface...
2007-01-11 Pepe IborraThis patch teaches ghci to announce that a module has...
2007-01-11 Pepe IborraFix some text in the GHCi help message that was going...
2007-01-11 Pepe IborraComments only
2007-01-11 simonpj@microsoft.comComments only
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2007-01-11 simonpj@microsoft.comAdd comments about invariants
2007-01-11 simonpj@microsoft.comComments
2007-01-11 simonpj@microsoft.comComments
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2007-01-11 simonpj@microsoft.comLog message for: Fix a nasty recursive loop in typechec...
2007-01-11 simonpj@microsoft.comLog-message for: Improve command-line parser (add OptIn...
2007-01-11 simonpj@microsoft.comImprove command-line parser (add OptIntSuffix); make...
2007-01-11 simonpj@microsoft.comRemove redundant import
2007-01-11 simonpj@microsoft.comAdd comments (AT-related)
2007-01-11 simonpj@microsoft.comSpelling correction only
2007-01-11 simonpj@microsoft.comFix a nasty recursive loop in typechecking interface...
2007-01-11 simonpj@microsoft.comUpdate comments
2007-01-10 andy@galois.comChanging bootstrapping for pipes between debugger and...
2007-01-09 andy@galois.comDynamically allocating the tix box breakpoint array
2007-01-09 andy@galois.comAdding command channel for the hpc debugger to the...
2007-01-10 Manuel M T... checkTauTvUpdate: take synonym families into account
2007-01-10 Simon Marlowremove old building guide, change links to point to...
2007-01-10 simonpj@microsoft.comFix apparently-long-standing bug in FloatIn
2007-01-10 simonpj@microsoft.comComments only
2007-01-09 Manuel M T... Handle synonym families in check_tau_type
2007-01-09 simonpj@microsoft.comPreserve rigidity for GADTs when typechecking explicit...
2007-01-09 simonpj@microsoft.comFix egregious bug in implication constraints
2007-01-09 Simon Marlowreorganise text in the "using packages" section
2007-01-09 Pepe IborraUnbreak usage of ASSERTM
2007-01-08 Ian LynaghWhen setting stdout and stderr to NoBuffering in GHCi...
2007-01-08 Simon Marlowfix version checking of .hi files
2007-01-08 Ian LynaghHave the splitter duplicate the .note.GNU-stack
2007-01-08 Ian LynaghHave the mangler keep .note.GNU-stack
2007-01-07 Pepe IborraTry to emulate the output of 'deriving Show' in the...
2007-01-07 Pepe IborraExtended the debugger documentation with a 'tips' section
2007-01-06 Pepe IborraMore informative message in a breakpoint
2007-01-06 Pepe IborraReload modules after ':break stop'
2007-01-05 Pepe IborraRemove a tracing statement, change a comment, and make...
2007-01-05 Pepe IborraImproved an error message, giving a more concrete sugge...
2007-01-05 Pepe IborraThis patch fixes ticket #1083 in the ghci debugger
2006-12-31 Pepe IborraUpdates to the ghci debugger docs
2007-01-07 ijones@syntaxpolice.orgFixed errors in "clunky" definition for pattern guards
2007-01-05 davve@dtek... Remove the DocEntity type. Fixes the problem with dupli...
2007-01-05 Simon MarlowEagerly raise a blocked exception when entering 'unbloc...
2007-01-05 Simon Marlowwrap Main.main in GHC.TopHandler.runIOFastExit
2007-01-05 Simon Marlowdisable an incorrect ASSERTion in the non-THREADED_RTS...
2007-01-05 Manuel M T... HsSyn clean up for indexed types
2007-01-04 Manuel M T... Fix and improve deriving for indexed data types
2007-01-03 simonpj@microsoft.comRecord-ise the liberate-case envt, in preparation for...
2007-01-03 simonpj@microsoft.comAdd a type synonym for FamInstEnvs
2007-01-03 simonpj@microsoft.comComments only
2007-01-03 simonpj@microsoft.comComments only
2007-01-03 simonpj@microsoft.comBe more relaxed about reporting ambiguous class methods
2007-01-03 simonpj@microsoft.comFix bug in cast optimisation; fixes Trac #995
2007-01-03 simonpj@microsoft.comFix stupid error in rehashing TcRnDriver (fixes TH...
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2007-01-03 simonpj@microsoft.comComments only
2007-01-03 simonpj@microsoft.comMake warnings come out in deterministic order
2007-01-03 simonpj@microsoft.comChange to Unix line-line-endings
2007-01-03 simonpj@microsoft.comAdd newline at end
2007-01-03 simonpj@microsoft.comBetter error messages for deriving
2007-01-03 simonpj@microsoft.comFix another buglet in HsDoc stuff
2007-01-03 simonpj@microsoft.comComments only
2007-01-02 simonpj@microsoft.comStandalone deriving wibbles: keyword is 'derive' not...
2007-01-02 simonpj@microsoft.comDocmunent stand-alone deriving
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2007-01-02 sven.panne... Fixed bug #744 (ghc-pkg lies about location of haddock...
2007-01-02 sven.panne... Added ghc man page to RPM
2007-01-02 sven.panne... Added the GHC commentary to the RPM
2007-01-02 sven.panne... Stylistic change: Use %{_prefix} instead of %{prefix}
2007-01-02 sven.panne... The ghc package is not relocatable (yet), so don't...
2007-01-02 sven.panne... Removed some trailing spaces
2006-12-31 Ian LynaghUpdate reference to configure.in to refer to configure...
2006-12-30 sven.panne... Warning police: Added missing #include
2006-12-30 sven.panne... Standardized Makefile for man page
2006-12-29 Manuel M T... Make dicts for arbitrary type equalities
2006-12-29 Manuel M T... EqPred pretty prints as ~ and equalities without brackets
2006-12-29 Manuel M T... Construction of EqPred dictionaries
2006-12-29 Manuel M T... data family declarations are fine without any type...
2006-12-29 davve@dtek... Add missing case for documented types in the type desugarer
2006-12-29 simonpj@microsoft.comAvoid duplicate error report when renaming HsDoc stuff
2006-12-29 simonpj@microsoft.comAdd newline to end of file
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T... Parse and desugar equational constraints
2006-12-22 Pepe IborraRemove a reference to GHC.Exts.Ptr in stage1
2006-12-22 Ian LynaghHandle LongArg's in the FFI on x86
2006-12-22 simonpj@microsoft.comImprove documentation about packages
next