summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsImpExp.hs
Commit message (Expand)AuthorAgeFilesLines
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-261-34/+74
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-9/+16
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-031-1/+1
* Expanded abbreviations in Haddock documentationBen Gamari2016-08-051-7/+25
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-3/+3
* Fix pretty printing of IEThingWithMatthew Pickering2016-05-061-2/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-9/+9
* Add the rest of the notes for Located RdrNameAlan Zimmerman2015-11-231-0/+2
* Add a note explaining why every RdrName is LocatedAlan Zimmerman2015-11-231-0/+1
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-9/+32
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-17/+27
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-10/+10
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-3/+3
* API Annotations documentation update, parsing issue, add example testAlan Zimmerman2015-01-191-2/+15
* API Annotations tweaks.Alan Zimmerman2015-01-161-4/+8
* compiler: de-lhs hsSyn/Austin Seipp2014-12-031-0/+192