summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api
Commit message (Expand)AuthorAgeFilesLines
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-1/+1
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-1/+1
* Multiple Home UnitsMatthew Pickering2021-12-284-15/+15
* Remove `optLevel` from `DynFlags` (closes #20500)Gergo ERDI2021-12-091-1/+1
* compiler: Eliminate accidental loop in GHC.SysTools.BaseDirBen Gamari2021-12-073-2/+12
* Add defaulting plugins.Andrei Barbu2021-10-081-2/+2
* Add test for #18181nineonine2021-09-112-0/+14
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-062-2/+3
* Move `ol_witness` to `OverLitTc`Dr. ERDI Gergo2021-08-131-4/+0
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-2/+4
* Parser: make less DynFlags dependentSylvain Henry2021-06-071-1/+3
* Make Logger independent of DynFlagsSylvain Henry2021-06-073-6/+6
* Driver Rework PatchMatthew Pickering2021-06-031-2/+1
* 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