summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add native delimited continuations to the RTSAlexis King2022-09-1110-0/+127
* CmmToAsm: remove unused ModLocation from NatM_StateCheng Shao2022-09-071-2/+1
* DmdAnal: Don't panic in addCaseBndrDmd (#22039)Sebastian Graf2022-09-052-0/+60
* Minor cleanupKrzysztof Gogolewski2022-09-011-1/+1
* Add regression test for #21550Zubin Duggal2022-09-012-0/+40
* Update submodule Cabal to tag Cabal-v3.8.1.0wip/9.4-foward-fixed-makeDouglas Wilson2022-08-311-5/+1
* Update submodule containers to 0.6.6Douglas Wilson2022-08-311-2/+2
* Add a missing trimArityTypeSimon Peyton Jones2022-08-312-0/+18
* Fix a bug in anyInRnEnvRSimon Peyton Jones2022-08-293-0/+21
* Use TcRnDiagnostic in GHC.Tc.TyCl.Class (#20117)Giles Anderson2022-08-294-1/+13
* Fix a nasty loop in TidySimon Peyton Jones2022-08-273-0/+22
* Improve SpecConstr for evalsSimon Peyton Jones2022-08-275-0/+48
* Remove label style from printing contextKrzysztof Gogolewski2022-08-262-1/+4
* Pmc: consider any 2 dicts of the same type equalsheaf2022-08-263-8/+22
* Remove testsuite/tests/perf/haddock/.gitignoreBen Gamari2022-08-251-2/+0
* Drop make build systemBen Gamari2022-08-254-6/+4
* Fix arityType: -fpedantic-bottoms, join points, etcwip/T21694aSimon Peyton Jones2022-08-2514-0/+2651
* Test for issue #21942Mario Blažević2022-08-223-0/+10
* Fix and test for issue #21723Mario Blažević2022-08-223-0/+11
* Added pprType with precedence argument, as a prerequisite to fix issues #2172...Mario Blažević2022-08-224-7/+7
* Recognize file-header pragmas in GHCi (#21507)MorrowM2022-08-212-0/+6
* 19217 Implicitly quantify type variables in :kind commandSasha Bogicevic2022-08-193-0/+3
* Print constraints in quotes (#21167)Swann Moreau2022-08-19189-639/+641
* Fix #22048 where we failed to drop rules for -fomit-interface-pragmas.Andreas Klebinger2022-08-192-0/+12
* tc: warn about lazy annotations on unlifted arguments (fixes #21951)Zachary Wood2022-08-195-0/+33
* testsuite: Add test for #21583Bryan Richter2022-08-183-0/+113
* Be more careful in chooseInferredQuantifiersSimon Peyton Jones2022-08-185-0/+100
* driver: Honour -x optionMatthew Pickering2022-08-183-0/+12
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-114-2/+13
* Add support for external static plugins (#20964)Sylvain Henry2022-08-1012-0/+109
* base: Fix races in IOManager (setNumCapabilities,closeFdWith)Douglas Wilson2022-08-101-1/+0
* testsuite: 21651 add test for closeFdWith + setNumCapabilitiesDouglas Wilson2022-08-103-1/+135
* Cleanups around pretty-printingKrzysztof Gogolewski2022-08-091-1/+0
* testsuite: Add test for #21962Ben Gamari2022-08-082-0/+12
* dataToTag#: Skip runtime tag check if argument is infered taggedAndreas Klebinger2022-08-083-0/+462
* NCG(x86): Compile add+shift as lea if possible.wip/andreask/add_mul_leaAndreas Klebinger2022-08-083-0/+59
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-08-065-0/+83
* Fix equality operator in jspace testMatthew Pickering2022-08-051-2/+2
* Fix leaks in --make mode when there are module loopsMatthew Pickering2022-08-044-0/+98
* Fix TH + defer-type-errors interaction (#21920)Krzysztof Gogolewski2022-08-044-1/+21
* Remove TCvSubst and use Subst for both term and type-level substYiyun Liu2022-08-042-12/+12
* Add -dsuppress-coercion-types to make coercions even smaller.Andreas Klebinger2022-08-021-10/+4
* driver: Don't create LinkNodes when -no-link is enabledMatthew Pickering2022-07-288-14/+19
* Regression test for #21848Simon Peyton Jones2022-07-263-0/+468
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-252-3/+13
* testsuite: introduce nonmoving_thread_sanity wayBen Gamari2022-07-251-0/+4
* testsuite: Skip test cases involving -S when testing unregisterised GHCCheng Shao2022-07-252-6/+6
* Get the in-scope set right in FamInstEnv.injectiveBranchesSimon Peyton Jones2022-07-253-0/+34
* Add a 'notes' file in testsuite/tests/perf/compilerSimon Peyton Jones2022-07-251-0/+15
* Teach SpecConstr about typeDeterminesValueSimon Peyton Jones2022-07-257-18/+18