summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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-262-1/+1
* 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-2410-30/+388
* 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
* Use diagnostics for "missing signature" errorssheaf2022-02-203-2/+3
* Track object file dependencies for TH accurately (#20604)Zubin Duggal2022-02-205-0/+47
* Always define __GLASGOW_HASKELL_PATCHLEVEL1/2__ macrosMatthew Pickering2022-02-172-0/+7
* ghci: fix -ddump-stg-cg (#21052)nineonine2022-02-163-0/+15
* Add test for #20562Oleg Grenrus2022-02-162-0/+16
* Only check the exit code in derefnull & divbyzero tests on OpenBSDGreg Steuck2022-02-123-2/+4
* Tag inference work.Andreas Klebinger2022-02-1219-32/+83
* Decrease the size of the LargeRecord testsheaf2022-02-111-30/+0
* Add late cost centre supportAndreas Klebinger2022-02-104-0/+27
* Add some perf tests for coercionssheaf2022-02-099-0/+1189
* Rename -merge-objs flag to --merge-objsBen Gamari2022-02-091-1/+1
* Add test for #21037sheaf2022-02-092-0/+25
* Look through untyped TH splices in tcInferAppHead_maybeRyan Scott2022-02-092-0/+17
* Fix some notesMatthew Pickering2022-02-083-93/+22
* Add notes linter to testsuiteMatthew Pickering2022-02-083-0/+254
* Relax TyEq:N: allow out-of-scope newtype DataConsheaf2022-02-084-0/+49
* Allow HasField in quantified constraintssheaf2022-02-082-1/+39
* Make implication tidying agree with Note [Tidying multiple names at once]Matthew Pickering2022-02-0534-198/+199