summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* TH: allow negative patterns in quotes (#20711)Zubin Duggal2022-03-163-0/+14
* Suggest FFI extensions as hints (#20116)Aaron Allen2022-03-164-5/+21
* Convert Diagnostics in GHC.Tc.Gen.ForeignAaron Allen2022-03-161-31/+30
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-1543-26/+91
* DmdAnal: Don't unbox recursive data types (#11545)Sebastian Graf2022-03-141-1/+1
* Fix isLiftedType_maybe and handle falloutsheaf2022-03-1450-242/+361
* Add two coercion optimisation perf testssheaf2022-03-143-1/+1408
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-143-88/+87
* Worker/wrapper: Preserve float barriers (#21150)Sebastian Graf2022-03-134-2/+281
* Fix bug in weak loop-breakers in OccurAnalSimon Peyton Jones2022-03-132-0/+34
* Rename -fprof-late-ccs to -fprof-lateAndreas Klebinger2022-03-121-2/+2
* checkUnboxedLitPat: use non-fatal addErrorVladislav Zavialov2022-03-121-0/+8
* Normalise output of T10970 testMatthew Pickering2022-03-103-3/+3
* Bump submodules: containers, exceptionsVladislav Zavialov2022-03-101-1/+1
* Delete GenericKind_ in favor of GenericKind_DCRyan Scott2022-03-072-0/+23
* Remove leftover trace in testsuiteMatthew Pickering2022-03-071-1/+0
* Fix reporting constraints in pprTcSolverReportMsgKrzysztof Gogolewski2022-03-071-1/+1
* Always generalise top-level bindingsSimon Peyton Jones2022-03-073-0/+12
* Make T20214 terminate promptly be setting input to /dev/nullGreg Steuck2022-03-051-1/+1
* Don't allow Float#/Double# literal patternssheaf2022-03-056-4/+81
* remove MonadFail instances of STArtem Pelenitsyn2022-03-053-9/+2
* Make Constraint not *apart* from Type.Richard Eisenberg2022-03-026-10/+17
* Make inert_cycle_breakers into a stack.Richard Eisenberg2022-03-022-0/+21
* Improve out-of-order inferred type variablessheaf2022-03-0212-46/+118
* Introduce ConcreteTv metavariablessheaf2022-03-0257-103/+288
* Ticky profiling improvements.Matthew Pickering2022-03-023-3/+3
* Core Lint: collect args through floatable tickssheaf2022-03-012-0/+9
* driver: Properly add an edge between a .hs and its hs-boot fileMatthew Pickering2022-03-0114-45/+41
* testsuite: Require LLVM for T15155lPeter Trommler2022-02-263-1/+4
* Core Lint: ensure primops can be eta-expandedsheaf2022-02-264-0/+120
* Error on anon wildcards in tcAnonWildCardOccsheaf2022-02-266-1/+46
* Use a more up-to-date snapshot of the current rules in the simplifierMatthew Pickering2022-02-261-1/+1
* Testsuite: remove arch conditional in T8832Sylvain Henry2022-02-255-25/+5
* Allow qualified names in COMPLETE pragmassheaf2022-02-252-1/+16
* Add test for #19271nineonine2022-02-253-1/+21
* GHCi: don't normalise partially instantiated typessheaf2022-02-254-0/+19
* template-haskell: Fix two prettyprinter issuesMario Blažević2022-02-253-0/+39
* ghci: show helpful error message when loading module with SIMD vector operati...nineonine2022-02-244-0/+13
* Move linters into the treeMatthew Pickering2022-02-2411-32/+394
* TH: fix pretty printing of GADTs with multiple constuctors (#20842)Zubin Duggal2022-02-244-1/+15
* Allow `return` in more cases in ApplicativeDoZiyang Liu2022-02-243-1/+23
* testsuite: Fix ipeMap testPeter Trommler2022-02-231-21/+21
* testsuite: Normalise output of ghci011 and T7627Matthew Pickering2022-02-231-2/+7
* driver: Remove needsTemplateHaskellOrQQ from ModuleGraphMatthew Pickering2022-02-237-0/+25
* Kill derived constraintsRichard Eisenberg2022-02-23139-434/+1629
* Remove -Wunticked-promoted-constructors from -WallKrzysztof Gogolewski2022-02-221-1/+1
* Forbid standalone instances for built-in classessheaf2022-02-227-0/+52
* testsuite: Don't print names of all fragile tests on all runsMatthew Pickering2022-02-221-8/+0
* Reinstallable GHCZubin Duggal2022-02-211-1/+1
* Use diagnostics for "missing signature" errorssheaf2022-02-203-2/+3