summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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-219-28/+53
* 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-20162-5005/+7576
* gitlab-ci: Ignore performance improvements in marge jobsBen Gamari2021-03-191-12/+13
* testsuite: Make --ignore-perf-tests more expressiveBen Gamari2021-03-193-7/+20
* 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
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-1011-0/+393
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-103-8/+10
* Simplify shadowing of DuplicateRecordFields in GHCi (fixes #19314)Adam Gundry2021-03-104-22/+33
* Do not remove shadowed record selectors from interactive context (fixes #19322)Adam Gundry2021-03-103-0/+7
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-102-0/+41
* Location for tuple section pattern error (#19504)Vladislav Zavialov2021-03-093-0/+6
* Fixes to dealing with the export of mainSimon Peyton Jones2021-03-0942-43/+138
* rts: Use a separate free block list for allocatePinnedMatthew Pickering2021-03-082-0/+58
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-082-2/+2
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-0775-163/+212
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-0641-0/+785
* Implement riscv64 LLVM backendAndreas Schwab2021-03-052-2/+4
* Add new driver test for use of outdated .o filesHarry Garrood harry@garrood.me2021-03-057-0/+61
* Run linear Lint on the desugarer output (part of #19165)Krzysztof Gogolewski2021-03-053-7/+10
* testsuite: Prevent T16318 from picking up .ghciBen Gamari2021-03-041-1/+1
* Bring back COMPLETE sets filtered by result TyCon (#14422)Cale Gibbard2021-03-044-8/+46