summaryrefslogtreecommitdiff
path: root/ghc/GhciTags.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-4/+4
* Remove sortLe usesIan Lynagh2012-06-221-7/+6
* Build fixesIan Lynagh2012-06-121-5/+7
* Tabs -> SpacesDavid Terei2012-03-231-12/+5
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Fix etags output; trac #4256Ian Lynagh2011-09-171-1/+1
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+0
* Follow Src{Loc,Span} changes in other parts of the treeIan Lynagh2011-06-091-1/+0
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-3/+4
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-3/+4
* Replace uses of the old try function with the new oneIan Lynagh2010-12-181-4/+5
* FIX #3434 (improve vi tags: add non-exported symbols, kinds, regex tags)Peter Hercek2009-08-171-68/+129
* Fix warningsIan Lynagh2009-05-231-0/+1
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-291-0/+140