summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement -Wmissing-kind-signatureswip/ghc-9.2-mergeOleg Grenrus2021-03-297-0/+223
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-2910-458/+458
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-2915-1505/+1505
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-299-219/+219
* EPA : Remove ApiAnn from ParsedModuleAlan Zimmerman2021-03-2915-1194/+12
* EPA: Run exactprint transformation tests as part of CIAlan Zimmerman2021-03-2983-217/+1270
* Fix the binder-swap transformation in OccurAnalSimon Peyton Jones2021-03-293-0/+118
* 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
* 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
* testsuite: Add test for #19413Ben Gamari2021-03-043-0/+20
* Add a Template Haskell warning flag -Wimplicit-liftKrzysztof Gogolewski2021-03-043-0/+37
* Add test for whereFrom#Matthew Pickering2021-03-035-0/+51
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-033-4/+10
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-0346-240/+240
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-034-0/+47