summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api
Commit message (Expand)AuthorAgeFilesLines
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-1/+3
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-0/+1
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-282-2/+4
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-142-7/+7
* Linker: reorganize linker related codeSylvain Henry2020-11-031-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-297-4/+9
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-292-3/+5
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-096-9/+1
* testsuite: Drop Windows-specific output for parseTreeBen Gamari2020-09-051-160/+0
* DynFlags: disentangle OutputableSylvain Henry2020-08-1214-10/+23
* Api Annotations : Adjust SrcSpans for prefix bang (!).Alan Zimmerman2020-08-092-2/+3
* Fix debug_ppr_ty ForAllTy (#18522)Vladislav Zavialov2020-08-063-0/+56
* testsuite: Update win32 output for parseTreeBen Gamari2020-07-261-7/+7
* Replace HscTarget with BackendSylvain Henry2020-07-223-5/+6
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-213-9/+9
* Remove {-# CORE #-} pragma (part of #18048)Krzysztof Gogolewski2020-07-183-6/+1
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-1/+1
* DynFlags: make listVisibleModuleNames take a UnitStateSylvain Henry2020-06-131-2/+4
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-092-37/+29
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-011-7/+7
* Move Config module into GHC.SettingsSylvain Henry2020-05-242-2/+2
* 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