summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsSyn.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-153/+0
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+1
* Use a less confusing type variable in a few typesSimon Jakobi2018-05-291-4/+4
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-131-2/+7
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-1/+1
* Remove HasSourceText and SourceTextX classesAlan Zimmerman2018-04-071-2/+2
* Revert "trees that grow" workBen Gamari2017-11-211-4/+3
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-3/+4
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-3/+2
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-2/+3
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-3/+4
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-121-2/+3
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-2/+1
* Expanded abbreviations in Haddock documentationBen Gamari2016-08-051-1/+3
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-061-1/+1
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-1/+0
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-4/+3
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-1/+1
* ApiAnnotations : AST version of nested forall loses forall annotationAlan Zimmerman2015-05-211-1/+1
* API Annotations documentation update, parsing issue, add example testAlan Zimmerman2015-01-191-3/+8
* compiler: de-lhs hsSyn/Austin Seipp2014-12-031-0/+140