summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsBinds.hs
Commit message (Expand)AuthorAgeFilesLines
* Visible kind applicationmynguyen2019-01-031-6/+6
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* TTG for IPBind had wrong extension nameAlan Zimmerman2018-06-221-4/+4
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-39/+42
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-131-75/+171
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-26/+45
* Remove HasSourceText and SourceTextX classesAlan Zimmerman2018-04-071-20/+18
* Simplify HsPatSynDetailsSimon Peyton Jones2017-12-211-48/+5
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-2/+2
* Revert "trees that grow" workBen Gamari2017-11-211-80/+53
* TTG3 Combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-141-35/+1
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-53/+114
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-105/+45
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-45/+105
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Allow CSE'ing of work-wrapped bindings (#14186)Joachim Breitner2017-09-121-2/+2
* Add debugPprTypeSimon Peyton Jones2017-08-311-3/+3
* Improve the desugaring of -XStrictSimon Peyton Jones2017-07-311-31/+50
* Refactoring around FunRhsSimon Peyton Jones2017-07-311-10/+14
* Treat banged bindings as FunBindsBen Gamari2017-06-271-2/+38
* Improve comments on AbsBindsSimon Peyton Jones2017-06-191-36/+55
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-57/+64
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-121-38/+2
* Treat banged bindings as FunBindsBen Gamari2017-05-081-2/+38
* Add a comment explaining CompleteMatchSig in HsBindsMatthew Pickering2017-02-241-0/+7
* Make SCCFunSig tag Located for ghc-exactprintAlan Zimmerman2017-02-241-1/+1
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-261-0/+13
* Update levity polymorphismRichard Eisenberg2017-01-191-0/+5
* Fix pretty printing of MINIMAL signaturesMatthew Pickering2016-12-151-2/+3
* Fix pretty printing of top level SCC pragmasMatthew Pickering2016-12-131-4/+2
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-121-21/+13
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-24/+51
* Comments and trivial refactoringSimon Peyton Jones2016-10-211-1/+3
* Comments and white space onlySimon Peyton Jones2016-09-131-1/+1
* Expanded abbreviations in Haddock documentationBen Gamari2016-08-051-15/+59
* Support SCC pragmas in declaration contextÖmer Sinan Ağacan2016-07-201-1/+23
* Allow one type signature for multiple pattern synonymsMatthew Pickering2016-07-011-4/+3
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-061-16/+23
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-14/+7
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-021-1/+5
* Refactor RecordPatSynField, FieldLabelSimon Peyton Jones2016-04-281-7/+13
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-061-1/+1
* Fix printing of an `IfacePatSyn`Rik Steenkamp2016-03-051-12/+0
* Fix typosRik Steenkamp2016-02-161-1/+1
* Simplify AbsBinds wrappingSimon Peyton Jones2016-02-121-32/+6
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-30/+30
* Fix some typosRik Steenkamp2016-01-161-1/+1
* Fix #11405.Richard Eisenberg2016-01-151-1/+28
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-9/+0