summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api
Commit message (Expand)AuthorAgeFilesLines
* T7478: Don't expect broken on DarwinBen Gamari2015-12-111-1/+0
* Refactor ConDeclAlan Zimmerman2015-12-073-4/+2
* Add isImport, isDecl, and isStmt functions to GHC APIRoman Shatsov2015-12-074-1/+154
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-012-2/+2
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-4/+4
* ApiAnnotations : ITopenExpQuote needs SourceTextAlan Zimmerman2015-11-165-1/+162
* ApiAnnotations: Add SourceText for unicode tokensAlan Zimmerman2015-11-1613-4/+321
* 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-133-8/+10
* Ignore comments in getOptionsMatthew Pickering2015-11-124-0/+42
* 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
* Ensure DynFlags are consistentBen Gamari2015-08-061-1/+1
* 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
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-124-1/+45
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-06-026-0/+49
* 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
* Revert "compiler: make sure we reject -O + HscInterpreted" (again)Austin Seipp2015-05-196-49/+0
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-196-0/+49
* Revert D727Austin Seipp2015-05-126-49/+0
* 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
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-116-0/+49
* More accurate allocation stats for :set +sSimon Marlow2015-05-113-10/+10
* 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-065-10/+11
* 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-065-11/+10
* ApiAnnotations : lexer discards comment close in nested commentAlan Zimmerman2015-04-143-12/+14
* 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