summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api
Commit message (Expand)AuthorAgeFilesLines
* Improve typechecking of let-bindingsSimon Peyton Jones2016-06-131-4/+4
* Fix #12099: Remove bogus flagsSean Gillespie2016-06-103-0/+28
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-061-2/+2
* testsuite: Mark broken tests on powerpc64lePeter Trommler2016-06-033-5/+9
* Testsuite: T10052 requires interpreter (#11730)Thomas Miedema2016-05-181-2/+2
* Kill non-deterministic foldUFM in TrieMap and TcAppMapBartosz Nitka2016-05-041-8/+8
* Show: Restore redundant parentheses around recordsBen Gamari2016-03-241-3/+3
* Default to -fno-show-warning-groups (re #10752)Herbert Valerio Riedel2016-02-271-6/+6
* Print which warning-flag controls an emitted warningMichael Walker2016-02-252-8/+8
* Handle multiline named haddock comments properlyThomas Miedema2016-02-253-0/+29
* testsuite: mark tests broken on powerpc64Peter Trommler2016-02-253-4/+6
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-231-12/+12
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-1/+1
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-4/+4
* 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
* Fix #11405.Richard Eisenberg2016-01-151-1/+3
* 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
* Implement -hide-all-plugin-packages and -plugin-package(-id), fixing #11244Edward Z. Yang2015-12-221-1/+2
* Make HsAppsType contents LocatedAlan Zimmerman2015-12-221-2/+2
* Conditionally show plural "s" in warningsDavid Luposchainsky2015-12-171-20/+20
* testsuite: Add missing LiteralsTest2.hsBen Gamari2015-12-171-0/+24
* Fix tests when run in parallelSimon Marlow2015-12-173-5/+7
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-10/+9
* Expose enabled language extensions to THBen Gamari2015-12-151-1/+2
* 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-1112-62/+46
* 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