summaryrefslogtreecommitdiff
path: root/utils/ghctags
Commit message (Expand)AuthorAgeFilesLines
* Follow 'flags' -> 'generalFlags' renameIan Lynagh2012-10-181-1/+1
* Fix some dependenciesIan Lynagh2012-10-141-0/+2
* Use Cabal to build ghctagsIan Lynagh2012-10-142-3/+23
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-4/+5
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-2/+2
* Adapt to changes in Cabal.Paolo Capriotti2012-05-071-4/+8
* Abstract out the hFlush calls in the GHC APIIan Lynagh2012-02-241-2/+2
* Refactor HsDecls again, to put family instances in InstDeclSimon Peyton Jones2012-02-061-1/+1
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-011-1/+1
* defaultErrorHandler now only takes LogActionIan Lynagh2011-07-031-2/+2
* Follow Src{Loc,Span} changes in other parts of the treeIan Lynagh2011-06-091-3/+6
* Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-281-5/+5
* Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-041-1/+0
* Initialise Settings before DynFlagsIan Lynagh2011-04-221-1/+2
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-101-1/+1
* Remove use of (now-gone) VarPatOutsimonpj@microsoft.com2010-11-121-1/+0
* follow changes in the GHC APISimon Marlow2010-10-271-2/+2
* Refactoring of hsXxxBinderssimonpj@microsoft.com2010-05-061-1/+1
* Add utils/ghctags/ghc.mkIan Lynagh2010-02-211-0/+17
* Make "make tags" work in the new build systemIan Lynagh2010-02-212-109/+39
* 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