summaryrefslogtreecommitdiff
path: root/compiler/parser/RdrHsSyn.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-061-10/+11
* Fix Trac #12051Simon Peyton Jones2016-05-191-24/+49
* Rework parser to allow use with DynFlagsDave Laing2016-05-181-5/+4
* RdrHsSyn: Only suggest `type` qualification when appropriateBen Gamari2016-05-101-3/+4
* Forbid variables to be parents in import lists.Matthew Pickering2016-05-101-4/+14
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-1/+1
* Fix #11648.Richard Eisenberg2016-03-141-0/+1
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-2/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-8/+8
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-161-3/+3
* Allow pattern synonyms which have several clauses.Matthew Pickering2016-01-151-1/+1
* API Annotations: AnnTilde missingAlan Zimmerman2016-01-011-9/+18
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-4/+0
* Various API Annotations fixesAlan Zimmerman2015-12-311-1/+1
* Fix some typosGabor Greif2015-12-301-1/+1
* API Annotaions:add name in PatBind MatchAlan Zimmerman2015-12-231-3/+3
* Wibble to error message in Trac #10426Simon Peyton Jones2015-12-231-1/+1
* Retain AnnTilde in splitTildeAppsAlan Zimmerman2015-12-221-8/+13
* Make HsAppsType contents LocatedAlan Zimmerman2015-12-221-8/+12
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-2/+2
* Fix AnnDotDot in module exportAlan Zimmerman2015-12-211-1/+1
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-211-0/+1
* Disallow empty where bindings in pattern synonym declarations.Matthew Pickering2015-12-201-1/+7
* Expose enabled language extensions to THBen Gamari2015-12-151-3/+4
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-9/+43
* Refactor ConDeclAlan Zimmerman2015-12-071-53/+20
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-73/+83
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-23/+23
* Refactor HsExpr.RecordCon, RecordUpdSimon Peyton Jones2015-11-181-4/+16
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-131-6/+8
* mkGadtDecl no longer in P monadJan Stolarek2015-11-111-11/+9
* Remove fun_infix from Funbind, as it is now in MatchAlan Zimmerman2015-11-111-16/+18
* Remove unused field in ConDeclJan Stolarek2015-11-111-4/+2
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-7/+47
* Remove PatSynBuilderIdMatthew Pickering2015-11-071-2/+2
* Record pattern synonymsMatthew Pickering2015-10-291-1/+1
* Suggest enabling PatternSynonyms (#10943)Moritz Kiefer2015-10-221-5/+9
* Reject top-level typed TH splices. Fixes #10945Jan Stolarek2015-10-201-4/+11
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-4/+10
* Replace [PostTc id Type] with PostTc id [Type]Matthew Pickering2015-09-201-1/+2
* ApplicativeDo transformationSimon Marlow2015-09-171-2/+2
* Injective type familiesJan Stolarek2015-09-031-13/+16
* Removed deprecated syntax for GADT constuctors.Ulya Trofimovich2015-08-031-20/+0
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-4/+4
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-271-0/+16
* Correct BangPat SrcSpan calculationMatthew Pickering2015-06-291-2/+3
* Refactor wild card renamingThomas Winant2015-06-091-272/+2
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-9/+10
* ApiAnnotations tweaksAlan Zimmerman2015-05-271-5/+7
* ApiAnnotations : parens around a context with wildcard loses annotationsAlan Zimmerman2015-05-211-8/+10