summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-159-9/+9
* Remove the GHCi debugger's panicking isUnliftedType checkRyan Scott2019-03-153-2/+18
* Ignore more version numbers in the testsuiteAlec Theriault2019-03-111-1/+2
* Use captureTopConstraints in TcRnDriver callsSimon Peyton Jones2019-03-084-0/+19
* Fix #16391 by using occCheckExpand in TcValidityRyan Scott2019-03-071-5/+5
* Fix #16392: revertCAFs in external interpreter when necessaryPhuong Trinh2019-03-075-0/+24
* testsuite: Use fragile modifier for more testsBen Gamari2019-03-062-5/+3
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-274-16/+1
* Fix the ghci063 test on Darwin (Trac #16201)wip/trac-16201Vladislav Zavialov2019-02-252-1/+13
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-3/+39
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-151-4/+6
* Fail fast in solveLocalEqualitiesSimon Peyton Jones2019-02-141-28/+0
* Make a smart mkAppTyMSimon Peyton Jones2019-02-141-4/+9
* Fix #16299 by deleting incorrect code from IfaceSynRyan Scott2019-02-121-5/+2
* Fix #16287 by checking for more unsaturated synonym argumentsRyan Scott2019-02-063-0/+23
* testsuite: Add test for #14828Ben Gamari2019-01-312-0/+19
* Add -fdefer-diagnostics to defer and group diagnostic messages in make-modeZejun Wu2019-01-317-0/+54
* Allocate bss section within proper range of other sectionsZejun Wu2019-01-305-0/+30
* testsuite: Use makefile_testBen Gamari2019-01-305-39/+26
* Revert "Batch merge"Ben Gamari2019-01-309-56/+39
* Batch mergeBen Gamari2019-01-309-39/+56
* testsuite: Skip ghcilink002 when unregisterisedBen Gamari2019-01-231-0/+2
* testsuite: Mark ghci063 as broken on DarwinBen Gamari2019-01-231-1/+1
* Fix tests for `integer-simple`Alec Theriault2019-01-165-7/+7
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-165-0/+16
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-139-2/+90
* Be pickier about unsaturated synonyms in :kindRyan Scott2019-01-083-0/+9
* Visible kind applicationmynguyen2019-01-031-2/+2
* testsuite: Disable more tests in unregisterised buildwip/disable-fragile-unreg-testsBen Gamari2018-12-281-2/+6
* Fix #16030 by refactoring IfaceSyn's treatment of GADT constructorsRyan Scott2018-12-194-0/+42
* Use unicode arrows with -fprint-unicode-syntaxKrzysztof Gogolewski2018-12-191-2/+2
* Fix ghci crash when starting with -fno-implicit-import-qualifiedZejun Wu2018-12-174-1/+11
* testsuite: Fix a number of GHCi-related failures due to integer-simpleBen Gamari2018-12-121-2/+2
* testsuite: Don't use sed -i in T15369Ben Gamari2018-12-111-1/+3
* testsuite: Use explicit -e in sed commandBen Gamari2018-12-111-1/+1
* Fix #15369: GHCi doesn't honor :set +c when loading for a second timeRoland Senn2018-12-074-0/+25
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-297-13/+17
* Fix #15941 by only special-casing visible infix applicationsRyan Scott2018-11-263-0/+7
* Print explicit foralls in type family eqns when appropriateRyan Scott2018-11-2610-27/+54
* Overhaul -fprint-explicit-kinds to use VKARyan Scott2018-11-224-15/+13
* Load plugins in interactive sessionChristiaan Baaij2018-11-2212-0/+93
* testuite: update more windows tests outputsTamar Christina2018-11-223-0/+45
* Fix #12525: Remove derived bindings from the TyThings from getBindingsRoland Senn2018-11-173-0/+8
* fix T15898Alp Mestanogullari2018-11-171-1/+0
* Add missing stderr file for Trac #15898Simon Peyton Jones2018-11-161-0/+52
* Smarter HsType pretty-print for promoted dataconsSimon Peyton Jones2018-11-153-0/+8
* Data.Maybe: add callstack for fromJust (Trac #15559)Fangyi Zhou2018-11-013-3/+3
* Revert "Allocate bss section within proper range of other sections"Ben Gamari2018-10-305-31/+0
* Finish fix for #14880.Tobias Dammers2018-10-288-1/+36
* Fix `:k` command: add validity checkingNingning Xie2018-10-284-0/+8