summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-231-12/+12
* Add a missing .gitignore entry in annotations testsReid Barton2016-01-211-0/+1
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-166-1/+167
* AnnDotDot missing for Pattern Synonym exportAlan Zimmerman2016-01-024-0/+72
* API Annotations: AnnTilde missingAlan Zimmerman2016-01-015-0/+70
* Various API Annotations fixesAlan Zimmerman2015-12-311-1/+1
* Visible type applicationRichard Eisenberg2015-12-242-20/+20
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-151-8/+9
* Add kind equalities to GHC.Richard Eisenberg2015-12-1111-60/+44
* Refactor ConDeclAlan Zimmerman2015-12-072-3/+1
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-1/+1
* ApiAnnotations : ITopenExpQuote needs SourceTextAlan Zimmerman2015-11-165-1/+162
* ApiAnnotations: Add SourceText for unicode tokensAlan Zimmerman2015-11-1612-0/+317
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-132-34/+46
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-131-4/+6
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-114-0/+45
* ApiAnnotations: BooleanFormula is not properly LocatedAlan Zimmerman2015-11-011-12/+19
* Provide a utility to check API Annotations docsAlan Zimmerman2015-11-0116-1694/+866
* Provide a utility to check API AnnotationsAlan Zimmerman2015-10-2516-195/+17
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-6/+9
* Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-267-110/+101
* Parser: commas_tup_tail duplicate SrcSpan on "Missing" valueAlan Zimmerman2015-06-182-4/+2
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-017-0/+241
* ApiAnnotations : rationalise testsAlan Zimmerman2015-06-0139-1807/+388
* ApiAnnotations tweaksAlan Zimmerman2015-05-279-4/+315
* ApiAnnotatons : AnnDcolon in wrong place for PatBindAlan Zimmerman2015-05-218-2/+180
* ApiAnnotations : parens around a context with wildcard loses annotationsAlan Zimmerman2015-05-218-8/+243
* ApiAnnotations : AST version of nested forall loses forall annotationAlan Zimmerman2015-05-217-0/+335
* Turn off warnings when compiling boolFormulaAlan Zimmerman2015-05-124-66/+137
* We need an empty boolFormula.stderrAlan Zimmerman2015-05-121-0/+0
* ApiAnnotations : PatBind gives wrong SrcSpan for the pattern.Alan Zimmerman2015-05-118-17/+205
* ApiAnnotations : pquals production adds AnnVbar in the wrong placeAlan Zimmerman2015-05-117-0/+281
* ApiAnnotations : BooleanFormula construction discards originalAlan Zimmerman2015-05-117-0/+323
* ApiAnnotations : mkGadtDecl discards annotations for HsFunTyAlan Zimmerman2015-05-118-0/+164
* Api Annotations: RdrHsSyn.mkAtDefault causes annotations to be disconnected.Alan Zimmerman2015-05-116-0/+158
* ApiAnnotations: misplaced AnnComma for squals productionAlan Zimmerman2015-05-087-0/+688
* ApiAnnotations : AnnComma missing in TupleSectionAlan Zimmerman2015-05-087-0/+160
* ApiAnnotations : RdrHsSyn.isFunLhs discards parenthesesAlan Zimmerman2015-05-076-0/+157
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-063-6/+7
* Revert "ApiAnnotations : Nested forall loses forall annotation"Austin Seipp2015-05-067-238/+0
* ApiAnnotations : Nested forall loses forall annotationAlan Zimmerman2015-05-067-0/+238
* ApiAnnotations : quoted type variables missing leading quoteAlan Zimmerman2015-05-067-0/+192
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-063-7/+6
* ApiAnnotations : lexer discards comment close in nested commentAlan Zimmerman2015-04-142-11/+13
* API Annotations : ExprWithTySig processing discards annotated spansAlan Zimmerman2015-04-147-1/+160
* parser : the API annotation on opt_sig is being discardedAlan Zimmerman2015-04-143-6/+20
* parser: API Annotations : guardquals1 does not annotate commas properlyAlan Zimmerman2015-04-143-131/+173
* parser: opt_kind_sig has incorrect SrcSpanAlan Zimmerman2015-04-143-6/+29
* The production for squals is incorrect; see D806 for specifics.Alan Zimmerman2015-04-073-4/+54
* The production for `pquals` is incorrect; the specifics are in D803.Alan Zimmerman2015-04-076-2/+255