summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* [darwin] stop the DYLD_LIBRARY_PATH madnesswip/angerman/9.2-forward-ports-2Moritz Angermann2021-04-201-5/+2
* [testsuite/arm64] fix section_alignmentMoritz Angermann2021-04-201-1/+1
* [testsuite] static001 is not broken anymore.Moritz Angermann2021-04-201-1/+2
* [testsuite/json2] Fix failure with LLVM backendsMoritz Angermann2021-04-201-2/+6
* [testsuite] filter out superfluous dylib warningsMoritz Angermann2021-04-201-3/+18
* [Darwin] mark stdc++ tests as brokenMoritz Angermann2021-04-201-10/+11
* [Aarch64] No div-by-zero; disable test.Moritz Angermann2021-04-201-0/+5
* [testsuite/darwin] fix conc059Moritz Angermann2021-04-201-0/+2
* [testlib/driver] denoiseMoritz Angermann2021-04-202-6/+11
* Revert "[ci/arm/darwin/testsuite] Forwards ports from GHC-8.10"Ben Gamari2021-04-208-57/+27
* testsuite: Add test for #19645Ben Gamari2021-04-193-0/+31
* codeGen: Teach unboxed sum rep logic about levityBen Gamari2021-04-191-3/+3
* Bump Cabal submoule againBen Gamari2021-04-181-3/+0
* Bump deepseq submodule to 1.4.6.0Ben Gamari2021-04-181-1/+1
* Add {lifted,unlifted}DataConKey to pretendNameIsInScope's list of NamesRyan Scott2021-04-1410-0/+50
* Fix some negation issues when creating FractionalLitMatthew Pickering2021-04-145-0/+23
* Test #19665 as expect_broken, with commentarywip/backport-MR4826-to-9.2Richard Eisenberg2021-04-132-0/+21
* Tweak kick-out condition K2b to deal with LHSsRichard Eisenberg2021-04-132-0/+25
* [base] inline mconcatMoritz Angermann2021-04-101-1/+1
* Add missing axiom exports for CharToNat/NatToCharwip/backport-9.2-chartonat-axiomVladislav Zavialov2021-04-082-2/+8
* [testsuite/aarch64-darwin] disable T12674Moritz Angermann2021-03-301-1/+3
* [testsuite/aarch64] disable T18623Moritz Angermann2021-03-301-1/+6
* [testlib] ignore strip warningsMoritz Angermann2021-03-301-0/+4
* [testsuite] Fix SubsectionsViaSymbols testMoritz Angermann2021-03-302-1/+2
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-302-5/+5
* 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-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