summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api
Commit message (Expand)AuthorAgeFilesLines
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-241-1/+2
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-232-4/+5
* Pre-add test case for #19156Vladislav Zavialov2021-05-233-0/+37
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-2/+2
* Add type signature for TargetContents.goHarry Garrood harry@garrood.me2021-04-051-1/+10
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-3/+4
* Add UnitId to Target recordFendor2021-03-2811-9/+18
* Refactor FinderCacheSylvain Henry2021-03-261-1/+2
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-2513-1217/+0
* EPA: Run exactprint transformation tests as part of CIGHC GitLab CI2021-03-2381-0/+1051
* testsuite: Normalise slashesGHC GitLab CI2021-03-202-2/+3
* GHC Exactprint main commitAlan Zimmerman2021-03-2084-3811/+552
* Use GHC2021 as default languageJoachim Breitner2021-03-102-0/+4
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-3/+3
* Refactor LoggerSylvain Henry2021-02-137-8/+15
* 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