summaryrefslogtreecommitdiff
path: root/utils/ghctags
Commit message (Expand)AuthorAgeFilesLines
* Fix line numbers in TAGS files.Thomas Schilling2008-11-101-1/+1
* Include record fields in tags.Thomas Schilling2008-10-281-10/+5
* Use cabal information to get GHC's flags to `ghctags'.Thomas Schilling2008-10-131-57/+118
* Make ghctags compile again.Thomas Schilling2008-10-071-35/+33
* update to use latest changes to the GHC API (works much quicker now)Simon Marlow2007-11-061-34/+40
* Various improvementsSimon Marlow2007-11-051-89/+83
* build ghctags-inplaceSimon Marlow2007-11-051-3/+50
* catch up with changes to checkModuleSimon Marlow2007-11-051-1/+1
* reorder the importsSimon Marlow2007-06-251-10/+12
* follow changes in HsRecFieldsSimon Marlow2007-06-251-3/+3
* merged patches relating to GhcTags from #946Simon Marlow2007-06-251-108/+152
* new README file for utils/ghctagsnr@eecs.harvard.edu2006-10-131-0/+13
* proper HC entry for bootstrapping in MakefileNorman Ramsey2006-09-201-1/+1
* first cut at missing case for ids defined in patternNorman Ramsey2006-09-201-7/+32
* change representation of FoundThingNorman Ramsey2006-09-171-45/+34
* get names of data constructorsNorman Ramsey2006-09-171-1/+5
* do notation for the Maybe monadNorman Ramsey2006-09-171-6/+4
* load all files at once and compute tags for allNorman Ramsey2006-09-171-23/+24
* tell GHC not to generate code (thanks Simon M)Norman Ramsey2006-09-171-1/+2
* cover more cases; take GHC options on command lineNorman Ramsey2006-09-161-46/+34
* initial, very incomplete tags generatorNorman Ramsey2006-09-152-0/+270