summaryrefslogtreecommitdiff
path: root/compiler/parser/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-261-12/+13
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-261-0/+13
* Fix API Annotations for unboxed sumsAlan Zimmerman2017-01-171-13/+14
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-111-1/+6
* Make HsIParamTy have a Located HsIPNameAlan Zimmerman2017-01-101-4/+4
* Parse holes as infix operatorsÖmer Sinan Ağacan2017-01-081-0/+3
* Refactor importdecls/topdecls parsing.Edward Z. Yang2017-01-021-44/+50
* Notes on parsing lists in Parser.yEdward Z. Yang2016-12-211-0/+44
* Rewrite Note [Api annotations] for clarity.Edward Z. Yang2016-12-201-1/+13
* Rename TH constructors for deriving strategiesRyan Scott2016-12-091-3/+3
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-28/+28
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-031-5/+5
* 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