fix haddock submodule pointer
[ghc-hetmet.git] / utils / ghctags /
2011-06-09 Ian LynaghFollow Src{Loc,Span} changes in other parts of the...
2011-05-28 Simon MarlowMake builds that use stage1 use "dist-install" consiste...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-04-21 Ian LynaghInitialise Settings before DynFlags
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2010-11-12 simonpj@microsoft.comRemove use of (now-gone) VarPatOut
2010-10-27 Simon Marlowfollow changes in the GHC API
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-02-21 Ian LynaghAdd utils/ghctags/ghc.mk
2010-02-21 Ian LynaghMake "make tags" work in the new build system
2008-11-10 Thomas SchillingFix line numbers in TAGS files.
2008-10-28 Thomas SchillingInclude record fields in tags.
2008-10-13 Thomas SchillingUse cabal information to get GHC's flags to `ghctags'.
2008-10-07 Thomas SchillingMake ghctags compile again.
2007-11-06 Simon Marlowupdate to use latest changes to the GHC API (works...
2007-11-05 Simon MarlowVarious improvements
2007-11-05 Simon Marlowbuild ghctags-inplace
2007-11-05 Simon Marlowcatch up with changes to checkModule
2007-06-25 Simon Marlowreorder the imports
2007-06-25 Simon Marlowfollow changes in HsRecFields
2007-06-25 Simon Marlowmerged patches relating to GhcTags from #946
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