summaryrefslogtreecommitdiff
path: root/compiler/parser/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* The Backpack patch.Edward Z. Yang2016-10-081-1/+113
* Implement deriving strategiesRyan Scott2016-09-301-49/+77
* Fix layout of MultiWayIf expressions (#10807)Ömer Sinan Ağacan2016-09-261-11/+3
* Add comment about lexing of INLINE and INLINABLE pragmaMatthew Pickering2016-08-031-1/+2
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-8/+33
* Support SCC pragmas in declaration contextÖmer Sinan Ağacan2016-07-201-11/+27
* Allow one type signature for multiple pattern synonymsMatthew Pickering2016-07-011-2/+2
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-061-2/+2
* Add support for unicode TH quotes (#11743)Josh Price2016-05-241-14/+18
* Fix Trac #12051Simon Peyton Jones2016-05-191-13/+2
* Rework parser to allow use with DynFlagsDave Laing2016-05-181-2/+2
* Allow putting Haddocks on derived instancesRyan Scott2016-05-121-5/+8
* Comments only explaining export list parsing.Matthew Pickering2016-05-051-3/+10
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-021-1/+1
* Refactor in TcMatchesSimon Peyton Jones2016-03-311-1/+1
* Add unicode syntax for banana bracketsJosh Price2016-03-241-2/+2
* Refactor visible type application.Richard Eisenberg2016-03-141-5/+6
* Typos in comments, etc.Gabor Greif2016-02-261-1/+1
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-1/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-3/+3
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-161-12/+21
* API Annotations: use AnnValue for (~)Alan Zimmerman2016-01-141-1/+1
* Parser: delete rule numbers + validate shift/reduce conlictsThomas Miedema2016-01-091-50/+49
* Typos in docs and commentsGabor Greif2016-01-071-2/+2
* AnnDotDot missing for Pattern Synonym exportAlan Zimmerman2016-01-021-10/+11
* API Annotations: AnnTilde missingAlan Zimmerman2016-01-011-5/+3
* Fix some typosGabor Greif2015-12-301-2/+2
* Visible type applicationRichard Eisenberg2015-12-241-0/+9
* APIAnnotations:AnnComma in wrong place in qcnames1Alan Zimmerman2015-12-221-1/+1
* Localize API Annotation in LInjectivtyAnnAlan Zimmerman2015-12-221-7/+7
* Fix typechecking for pattern synonym signaturesSimon Peyton Jones2015-12-221-20/+1
* Retain AnnTilde in splitTildeAppsAlan Zimmerman2015-12-221-1/+2
* Make HsAppsType contents LocatedAlan Zimmerman2015-12-221-4/+4
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-211-9/+1
* Add Location to RdrName in FieldOccAlan Zimmerman2015-12-211-3/+3
* Expose enabled language extensions to THBen Gamari2015-12-151-3/+4
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-124/+98
* Refactor ConDeclAlan Zimmerman2015-12-071-7/+5
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-110/+120
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-25/+25
* Add comment to Parser.y re extra API AnnotationAlan Zimmerman2015-11-221-1/+17
* Implement OverloadedLabelsAdam Gundry2015-11-171-0/+9
* ApiAnnotations : ITopenExpQuote needs SourceTextAlan Zimmerman2015-11-161-4/+11
* ApiAnnotations: Add SourceText for unicode tokensAlan Zimmerman2015-11-161-68/+93
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-131-10/+10
* mkGadtDecl no longer in P monadJan Stolarek2015-11-111-1/+1
* Remove fun_infix from Funbind, as it is now in MatchAlan Zimmerman2015-11-111-3/+3
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-16/+36
* Parser: allow empty multi-line deprecation warningsThomas Miedema2015-11-081-0/+1
* ApiAnnotations: BooleanFormula is not properly LocatedAlan Zimmerman2015-11-011-14/+13