summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsBinds.hs
Commit message (Expand)AuthorAgeFilesLines
* Add HsEmbellished type to hsSynwip/embelleshed-rdrAlan Zimmerman2017-02-181-10/+13
* 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
* Visible type applicationRichard Eisenberg2015-12-241-7/+32
* Add a pattern-syn form of PromotionErrSimon Peyton Jones2015-12-231-15/+0
* Fix typechecking for pattern synonym signaturesSimon Peyton Jones2015-12-221-7/+2
* Add -fprint-typechecker-elaboration flag (fixes #10662)Eugene Akentyev2015-12-171-7/+15
* Update haddock submoduleBen Gamari2015-12-161-6/+0
* Implement -fwarn-missing-pat-syn-sigsMatthew Pickering2015-12-121-2/+11
* An assortment of typosGabor Greif2015-12-081-3/+3
* Comments about polymorphic recursionSimon Peyton Jones2015-12-081-8/+46
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-34/+39
* Remove fun_infix from Funbind, as it is now in MatchAlan Zimmerman2015-11-111-10/+8
* ApiAnnotations: BooleanFormula is not properly LocatedAlan Zimmerman2015-11-011-4/+4
* Record pattern synonymsMatthew Pickering2015-10-291-3/+66
* Pattern synonyms: swap provided/requiredSimon Peyton Jones2015-10-281-8/+8
* Comments reformating/correctionsDivam2015-08-181-1/+1
* TypofixesGabor Greif2015-06-031-1/+1
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-2/+0
* Comments onlySimon Peyton Jones2015-02-101-1/+4
* API Annotations documentation update, parsing issue, add example testAlan Zimmerman2015-01-191-0/+28
* API Annotations tweaks.Alan Zimmerman2015-01-161-18/+30
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-091-0/+10
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-2/+7
* Generalized Coverage pass to allow adding multiple types of TickishsPeter Wortmann2014-12-161-7/+6
* compiler: de-lhs hsSyn/Austin Seipp2014-12-031-0/+882