summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Introduce keepAlive primopBen Gamari2021-02-142-2/+2
* GHCi :complete command for operators: Fix spaceless cases of #10576.Roland Senn2021-02-132-5/+3
* Fix pretty-printing of invisible arguments for FUN 'Many (#19310)Krzysztof Gogolewski2021-02-093-0/+8
* Fix buglet in expandSynTyCon_maybeSimon Peyton Jones2021-02-063-0/+7
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+24
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-0/+1
* Add additional context to :doc output (#19055)Aaron Allen2021-01-274-0/+38
* Implement #15993Koz Ross2021-01-231-2/+2
* Fix error recovery in solveEqualitiesSimon Peyton Jones2021-01-223-0/+11
* Use captureTopConstraints at top levelSimon Peyton Jones2021-01-173-0/+8
* GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500)Roland Senn2021-01-074-0/+22
* Use mutable update to defer out-of-scope errorsRichard Eisenberg2020-12-252-8/+8
* Force module recompilation if '*' prefix was used to load modules in ghci (#8...nineonine2020-12-173-0/+14
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-155-8/+7
* Implement BoxedRep proposalAndrew Martin2020-12-145-7/+8
* Add :doc test case for duplicate record fieldsAaron Allen2020-12-113-0/+17
* Elide extraneous messages for :doc command (#15784)Aaron Allen2020-12-113-0/+11
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-201-1/+1
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-181-1/+1
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-118-5/+46
* Linker: reorganize linker related codeSylvain Henry2020-11-031-1/+1
* Expand type synonyms with :kind!Simon Peyton Jones2020-11-026-0/+58
* Compile modules with `-fobject-code` enabled to byte-code when loaded with `*...nineonine2020-10-203-0/+21
* testsuite: Account for -Wnoncanonical-monoid-instances changes on WindowsBen Gamari2020-10-163-9/+0
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-145-11/+2
* Unification of Nat and NaturalsHaskellMouse2020-10-131-22/+28
* Add regression test for #18755.Richard Eisenberg2020-10-013-0/+6
* Add regression test #18501Ryan Scott2020-09-293-0/+5
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-243-14/+7
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-2414-68/+54
* testsuite: Mark some GHCi/Makefile tests as broken on WindowsBen Gamari2020-09-201-0/+2
* testsuite: Unmark T5975[ab] as broken on WindowsBen Gamari2020-09-201-2/+2
* Added explicit fixity to (~).HaskellMouse2020-09-172-0/+3
* testsuite: Mark T5975[ab] as broken on WindowsBen Gamari2020-09-051-2/+5
* Introduce isBoxedTupleDataCon and use it to fix #18644Ryan Scott2020-09-043-0/+8
* Fix FastString lexicographic ordering (fix #18562)Sylvain Henry2020-09-013-0/+8
* Do not print synonyms in :i (->), :i Type (#18594)Krzysztof Gogolewski2020-08-237-4/+26
* Add test for #18064Sylvain Henry2020-07-224-0/+14
* Replace HscTarget with BackendSylvain Henry2020-07-221-1/+1
* testsuite: Mark ghci tests as fragile under unreg compilerBen Gamari2020-07-181-2/+2
* winio: Fix stderr output for ghci/linking/dyn tests.Andreas Klebinger2020-07-153-1/+7
* T16012: Be verbose on failure.Andreas Klebinger2020-07-022-2/+6
* Fix issue #18262 by zonking constraints after solvingXavier Denis2020-06-234-0/+18
* Linear types (#15981)Krzysztof Gogolewski2020-06-174-8/+8
* Initialize the allocation counter in GHCi to 0 (Fixes #16012)Roland Senn2020-06-103-0/+4
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-0517-106/+111
* Add test for #17669nineonine2020-06-043-0/+14
* Fix #18071Xavier Denis2020-05-284-0/+42
* Make `identifier` parse unparenthesized `->` (#18060)Joshua Price2020-05-273-0/+15
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-251-6/+4