summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow GHCi :script file names in double quotesStefan Holdermans2020-05-212-0/+2
* Add extra tests for GHCi :script syntax checksStefan Holdermans2020-05-213-0/+5
* Allow spaces in GHCi :script file namesStefan Holdermans2020-05-214-0/+4
* Explicit SpecificityGert-Jan Bottu2020-05-211-1/+1
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-081-4/+6
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1/+1
* GHC.Prim docs: note and testmniip2020-04-233-0/+4
* Do eager instantation in termsSimon Peyton Jones2020-04-223-17/+20
* Fix #18052 by using pprPrefixOcc in more placesRyan Scott2020-04-153-0/+6
* Testsuite: mark T11531 fragilePeter Trommler2020-04-101-1/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Do not panic on linker errorsPeter Trommler2020-03-256-0/+36
* testsuite: Update expected output on WindowsGHC GitLab CI2020-03-221-4/+0
* testsuite: Update expected output on WindowsBen Gamari2020-03-222-5/+0
* testsuite: Mark ghci056 and ghcilink004 as fragile in unregBen Gamari2020-03-113-1/+3
* Set `ImpredicativeTypes` during :print command. (#14828)Roland Senn2020-03-021-8/+12
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-291-3/+3
* Remove dead codeKrzysztof Gogolewski2020-02-263-9/+0
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Fix testsuite on powerpc64lePeter Trommler2020-02-203-8/+8
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-2/+2
* If a :reload finds syntax errors in the module graph, remove the loaded modul...Roland Senn2020-02-183-1/+5
* testsuite: Disable tests that assume name of libstdc++ on FreeBSDBen Gamari2020-02-141-2/+12
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-129-32/+32
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-0817-16/+36
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-122-1/+2
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-081-20/+10
* testsuite: Mark prog001 as fragile on ARMv7Ben Gamari2019-12-171-0/+1
* testsuite: Add test for #17549Ben Gamari2019-12-122-0/+7
* Make sameNat and sameSymbol proxy-polymorphicBodigrim2019-12-051-4/+2
* testsuite: Don't override LD_LIBRARY_PATH, only prependBen Gamari2019-12-021-1/+1
* Fix #17405 by not checking imported equationsRichard Eisenberg2019-11-101-20/+27
* Use the right type in :forceSimon Peyton Jones2019-11-094-0/+26
* Testsuite: Introduce req_rts_linkerStefan Schulze Frielinghaus2019-11-085-7/+10
* testsuite: skip test requiring RTS linker on PowerPCPeter Trommler2019-11-055-11/+6
* Parenthesize nullary constraint tuples using sigPrec (#17403)Ryan Scott2019-10-274-0/+12
* testsuite: Mark T13786 as fragile in unreg buildBen Gamari2019-10-251-1/+3
* Parenthesize GADT return types in pprIfaceConDecl (#17384)Ryan Scott2019-10-244-0/+16