ghc-hetmet.git
2007-11-05 Simon Marlowbuild ghctags-inplace
2007-11-05 Simon Marlowupdates to ghctags code
2007-11-05 Simon Marloweliminate a bit of duplication
2007-11-05 Simon Marlowcatch up with changes to checkModule
2007-06-25 Simon Marlowreorder the imports
2007-06-25 Simon Marlowadd $(GHCTAGS)
2007-06-25 Simon Marlowfollow changes in HsRecFields
2007-06-25 Simon Marlowmerged patches relating to GhcTags from #946
2007-06-25 Simon MarlowRules to create TAGS using ghctags
2007-06-25 nr@eecs.harvard.edurequest for documentation of a new argument
2006-10-13 nr@eecs.harvard.edunew README file for utils/ghctags
2006-09-20 Norman Ramseyproper HC entry for bootstrapping in Makefile
2006-09-20 Norman Ramseyfirst cut at missing case for ids defined in pattern
2006-09-17 Norman Ramseychange representation of FoundThing
2006-09-17 Norman Ramseyget names of data constructors
2006-09-17 Norman Ramseydo notation for the Maybe monad
2006-09-17 Norman Ramseyload all files at once and compute tags for all
2006-09-17 Norman Ramseytell GHC not to generate code (thanks Simon M)
2006-09-16 Norman Ramseycover more cases; take GHC options on command line
2006-09-15 Norman Ramseyinitial, very incomplete tags generator
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-11-05 simonpj@microsoft.comComment warning about transparent newtypes
2007-11-05 simonpj@microsoft.comWibble to earlier case-merge fix
2007-11-05 simonpj@microsoft.comImprove pretty-printing of Core slightly (avoid indenti...
2007-11-05 simonpj@microsoft.comFix an old but subtle bug in the Simplifier
2007-11-05 simonpj@microsoft.comMake CoreLint give a more informative error message
2007-11-05 simonpj@microsoft.comComments about TH staging
2007-10-29 Aaron TombFix freeHaskellFunctionPtr for Darwin/i386
2007-11-03 Ian LynaghMERGED: Set interfacedir (using $topdir, not $httptopdir)
2007-10-29 Ian LynaghTeach ghc-pkg about $httptopdir
2007-11-03 Ian LynaghMERGED: installPackage needs to treat $httptopdir the...
2007-11-03 Ian LynaghMERGED: Define and use $httptopdir for the haddock...
2007-10-28 Ian LynaghWe need to copy .buildinfo files into the bindists
2007-11-02 Simon Marlow(>>>) now comes from GHC.Desugar
2007-11-02 simonpj@microsoft.comRefactor error recovery slightly
2007-11-02 simonpj@microsoft.comAvoid Haddock bug #1821
2007-11-01 simonpj@microsoft.comUpdate error message to mention -XPatternSignatures...
2007-11-01 simonpj@microsoft.comRejig the error messages a bit; fixes a minor bug
2007-11-01 David WaernRefactor Haddock options
2007-10-31 Simon Marlowclean ghci-inplace
2007-10-31 Simon Marlowclean Haddock droppings
2007-10-30 Manuel M T... Fix warning in OSMem for darwin
2007-10-30 simonpj@microsoft.comFIX BUILD: a glitch in the new rules and inlining stuff
2007-10-29 simonpj@microsoft.comFix LiberateCase
2007-10-29 simonpj@microsoft.comImprove error-message output slightly
2007-10-29 simonpj@microsoft.comImprove documentation of orphan instances (thanks to...
2007-10-29 Simon Marlowfix installation of haddock.css and friends
2007-10-27 simonpj@microsoft.comIn a pattern binding, a type sig in the pattern cannot...
2007-10-29 simonpj@microsoft.comSubstantial improvement to the interaction of RULES...
2007-10-26 simonpj@microsoft.comAdd newline in debug print
2007-10-24 simonpj@microsoft.comExplicit pattern match in default case of addTickLHsBind
2007-10-24 simonpj@microsoft.comGeneralise the types of mk_FunBind, mk_easy_FunBind...
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-10-27 Ian LynaghMERGED: We need to install-docs when making the Windows...
2007-10-27 Ian LynaghWe need to set _way=* in rts/ both when making and...
2007-10-07 Josef SvenningssonFix a whole heap of speling errrs in the docs
2007-10-27 Ian LynaghOnly build/install the man page if XSLTPROC is defined
2007-10-26 Simon Marlowinstall the Cabal docs, and make them show up in a...
2007-10-26 Simon Marlowcp => $(CP)
2007-10-26 Simon Marlowget rid of the html subdirectory under share/doc/ghc...
2007-10-27 simonpj@microsoft.comMake 'improvement' work properly in TcSimplify
2007-10-27 simonpj@microsoft.comAn implication constraint can abstract over EqInsts
2007-10-27 simonpj@microsoft.comIn an AbsBinds, the 'dicts' can include EqInsts
2007-10-27 simonpj@microsoft.comMore notes
2007-10-27 simonpj@microsoft.comComments only
2007-10-27 simonpj@microsoft.comAdd anyM to IOEnv
2007-10-27 simonpj@microsoft.comAdd a note to NOTES
2007-10-27 Tim ChevalierMake compileToCore return the module name and type...
2007-10-25 Simon Marlowbinary-dist: Makefile-vars needs HADDOCK_DOCS=YES
2007-10-25 Simon Marlowfix the links in the library documentation index
2007-10-25 Simon Marlowdefault to installing runhaskell and hsc2hs again,...
2007-10-25 andy@unsafeperformio.comAdding hpc documentation about sum and map, push to...
2007-10-25 andy@unsafeperformio.comFixing typo in runtime documentation for hpc, push...
2007-10-24 Ian LynaghCorrect a comment
2007-10-24 Ian LynaghFix ghc package in bindists; it wasn't adding the depen...
2007-10-24 Ian LynaghFix installing the ghc package .hi files in a bindist
2007-10-24 Ian LynaghBuild the manpage when building, not when installing
2007-10-24 Ian LynaghHack to make sure we get all the RTS ways in bindists
2007-10-23 Ian LynaghFix installing the documentation in the bindists
2007-10-24 Ian Lynagh-ftype-families -> -XTypeFamilies
2007-10-24 Simon MarlowFIX #1791: fail with out-of-heap when allocating more...
2007-10-23 Simon MarlowFix more warnings
2007-10-23 Simon MarlowFIX BUILD (on 32-bit platforms): hs_hpc_module() type...
2007-10-22 Simon Marlowpatch from #1782; fixes check-packages target on Solaris
2007-10-18 Simon Marlowadd PIC relocations for x86_64, and use a simpler hack...
2007-10-17 Simon Marlowfix creation of ghc-inplace for non-std ways
2007-10-16 Simon Marlowremove an incorrect assertion
2007-10-19 Simon Marlowsecond attempt to fix C compiler warnings with -fhpc
2007-10-19 Manuel M T... Zonk quantified tyvars with skolems
2007-10-18 Manuel M T... Fix typo that prevented zonking of rhs of EqInsts
2007-10-19 Simon Marlowimplement #1468, :browse on its own uses the currently...
2007-10-19 Simon MarlowFIX #1784: EM_AMD64 and EM_X86_64 might both be defined...
2007-10-18 Duncan CouttsTell Cabal what it's version number is while bootstrapp...
2007-10-18 Simon MarlowFIX #1450: asynchronous exceptions are now printed...
2007-10-18 Simon Marlowfix -fbreak-on-exception for unregsterised
2007-10-18 Simon Marlowfix :print when !tablesNextToCode
2007-10-18 Simon Marlowfix breakpoints in unregisterised mode
2007-10-18 Simon MarlowChange some ints to unsigned ints
2007-10-18 Simon Marlowfix warnings when compiling via C
next