summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api
Commit message (Expand)AuthorAgeFilesLines
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-046-8/+11
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-3/+3
* Unit: split and rename modulesSylvain Henry2020-04-302-3/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2622-62/+62
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-1/+1
* Use ParserFlags in GHC.Runtime.Eval (#17957)Sylvain Henry2020-04-211-2/+4
* Modules (#13009)Sylvain Henry2020-04-186-6/+6
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-1/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-3/+3
* Modules: Types (#13009)Sylvain Henry2020-03-2912-14/+14
* testsuite: Update expected output on WindowsGHC GitLab CI2020-03-223-0/+406
* testsuite: Normalize slashes in ghc-api annotations outputBen Gamari2020-03-221-0/+3
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Modules: Core (#13009)Sylvain Henry2020-03-161-2/+2
* Monotonic locations (#17632)Vladislav Zavialov2020-02-293-7/+7
* Modules: Driver (#13009)Sylvain Henry2020-02-2123-31/+31
* Parser API annotations: RealSrcLocVladislav Zavialov2020-02-2141-101/+149
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-3/+3
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-0813-13/+13
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* API Annotations: Unicode '->' on HsForallTyAlan Zimmerman2019-12-024-0/+37
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-5/+5
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-282-4/+8
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-274-10/+13
* testsuite: Ignore stderr in PartialDownsweepBen Gamari2019-11-093-35/+1
* Testsuite: Introduce req_rts_linkerStefan Schulze Frielinghaus2019-11-083-7/+5
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-071-7/+7
* testsuite: skip test requiring RTS linker on PowerPCPeter Trommler2019-11-053-9/+6
* Attach API Annotations for {-# SOURCE #-} import pragmaAlan Zimmerman2019-10-284-0/+48
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-202-2/+2
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-2/+2
* testsuite: Mark OldModLocation as broken on WindowsBen Gamari2019-06-211-0/+1
* PartialDownsweep: Add test for import errorsDaniel Gröber2019-05-302-0/+14
* Catch preprocessor errors in downsweepDaniel Gröber2019-05-304-11/+79
* Make downsweep return all errors per-module instead of throwing someDaniel Gröber2019-05-302-8/+2
* Refactor summarise{File,Module} to extract checkSummaryTimestampDaniel Gröber2019-05-303-0/+68
* Add failing test for #10887Daniel Gröber2019-05-303-0/+143
* downsweep: Allow TargetFile not to exist when a buffer is givenDaniel Gröber2019-05-292-17/+8
* Allow using tagetContents for modules needing preprocessingDaniel Gröber2019-05-293-0/+199
* Lexer: Alternate Layout Rule injects actual not virtual bracesAlan Zimmerman2019-02-084-0/+46
* API Annotations: parens anns discarded for `(*)` operatorAlan Zimmerman2019-02-084-1/+49
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-084-0/+111
* API Annotations: more explicit foralls fixupAlan Zimmerman2019-02-084-1/+95
* testsuite: Use makefile_test for T16212Ben Gamari2019-02-041-1/+1
* API Annotations: Parens not attached correctly for ClassDeclAlan Zimmerman2019-01-304-18/+34
* testsuite: Use makefile_testBen Gamari2019-01-308-48/+44
* Revert "Batch merge"Ben Gamari2019-01-3011-76/+64
* Batch mergeBen Gamari2019-01-3011-64/+76
* check-api-annotations checks for annotation preceding its spanAlan Zimmerman2019-01-2729-26/+220