summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Add type signature for TargetContents.goHarry Garrood harry@garrood.me2021-04-051-1/+10
* Implement proposal 403: Lexer cleanupOleg Grenrus2021-04-054-0/+35
* Pmc: Add regression test for #19622Sebastian Graf2021-04-022-0/+57
* testsuite: Add test for #7275Ben Gamari2021-04-024-0/+67
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-012-3/+3
* Add missing axiom exports for CharToNat/NatToCharVladislav Zavialov2021-04-012-2/+8
* Fix testsSylvain Henry2021-04-012-2/+6
* Data.List specialization to []Oleg Grenrus2021-04-0119-24/+37
* Add regression tests for #17772 and #18308Ryan Scott2021-03-313-0/+41
* Avoid fundep-caused loop in the typecheckerSimon Peyton Jones2021-03-313-0/+38
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-3110-458/+458
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-3115-1505/+1505
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-319-219/+219
* The result kind of a signature can't mention quantified varsSimon Peyton Jones2021-03-313-3/+25
* Add regression test for #5298Simon Jakobi2021-03-305-0/+38
* [testsuite/aarch64-darwin] disable T12674Moritz Angermann2021-03-291-1/+3
* [testsuite/aarch64] disable T18623Moritz Angermann2021-03-291-1/+6
* [testsuite] Fix SubsectionsViaSymbols testMoritz Angermann2021-03-292-1/+2
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-292-5/+5
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-2916-47/+56
* Add UnitId to Target recordFendor2021-03-2816-15/+25
* Rubbish literals for all representations (#18983)Sebastian Graf2021-03-261-15/+15
* Remove UniqSupply from NameCacheSylvain Henry2021-03-262-6/+2
* Refactor FinderCacheSylvain Henry2021-03-261-1/+2
* Refactor NameCacheSylvain Henry2021-03-262-4/+4
* Implement -Wmissing-kind-signaturesOleg Grenrus2021-03-257-0/+223
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-2515-1194/+12
* Fix the binder-swap transformation in OccurAnalSimon Peyton Jones2021-03-243-0/+118
* EPA: Run exactprint transformation tests as part of CIGHC GitLab CI2021-03-2383-217/+1270
* Move loader state into InterpSylvain Henry2021-03-231-1/+2
* [ci/arm/darwin/testsuite] Forwards ports from GHC-8.10Moritz Angermann2021-03-216-15/+27
* Bump template-haskell version to 2.18.0.0wip/T19083Ryan Scott2021-03-201-3/+3
* Add fold vs. mconcat test T17123Viktor Dukhovni2021-03-202-0/+14
* Fix an levity-polymorphism errorSimon Peyton Jones2021-03-202-0/+12
* Add compiler perf regression test for #9198Simon Jakobi2021-03-202-0/+16
* Nested CPR light (#19398)Sebastian Graf2021-03-2022-31/+70
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-208-0/+646
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-202-2/+4
* testsuite: Normalise slashesGHC GitLab CI2021-03-202-2/+3
* GHC Exactprint main commitAlan Zimmerman2021-03-20161-5001/+7573
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-173-0/+50
* Add a test for fromInteger :: Integer -> Float/Double (#15926, #17231, #17782)ARATA Mizuki2021-03-173-0/+85
* [ci] Skip test's on windows that often fail in CI.wip/angerman/stable-windowsMoritz Angermann2021-03-161-1/+8
* Test chained record construction/update/accessVladislav Zavialov2021-03-153-0/+18
* Fix record dot precedence (#19521)Vladislav Zavialov2021-03-152-0/+13
* Pmc: Consider Required Constraints when guessing PatSyn arg types (#19475)Sebastian Graf2021-03-144-2/+26
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-1422-0/+275
* testsuite: Update Win32 test output for GHC2021GHC GitLab CI2021-03-114-28/+5
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-104-0/+70
* Use GHC2021 as default languageJoachim Breitner2021-03-10846-1213/+1736