summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run
Commit message (Expand)AuthorAgeFilesLines
* Fix FastString lexicographic ordering (fix #18562)Sylvain Henry2020-09-013-0/+8
* Do not print synonyms in :i (->), :i Type (#18594)Krzysztof Gogolewski2020-08-234-1/+23
* Add test for #18064Sylvain Henry2020-07-224-0/+14
* testsuite: Mark ghci tests as fragile under unreg compilerBen Gamari2020-07-181-2/+2
* T16012: Be verbose on failure.Andreas Klebinger2020-07-022-2/+6
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-2/+2
* Initialize the allocation counter in GHCi to 0 (Fixes #16012)Roland Senn2020-06-103-0/+4
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-2/+2
* Allow GHCi :script file names in double quotesStefan Holdermans2020-05-212-0/+2
* Allow spaces in GHCi :script file namesStefan Holdermans2020-05-214-0/+4
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-2/+2
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-121-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-081-1/+1
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-081-20/+10
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-254-3/+11
* rename type parameter in `instance Applicative ((->) a)`, fixing #16928xplorld2019-07-141-1/+1
* testsuite: Mark T15633a and T15633b as fragile on WindowsBen Gamari2019-06-211-2/+2
* Have GHCi use object code for UnboxedTuples modules #15454Michael Sloan2019-05-223-0/+9
* Fix bugs and documentation for #13456Roland Senn2019-05-103-0/+25
* Add regression test for old issue #507Kevin Buhr2019-05-083-0/+3
* Correct off by one error in ghci +cMatthew Pickering2019-04-221-6/+6
* testsuite: Use fragile modifier for more testsBen Gamari2019-03-061-1/+1
* testsuite: Use makefile_testBen Gamari2019-01-301-2/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+2
* Batch mergeBen Gamari2019-01-301-2/+1
* 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-134-1/+63
* 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
* Load plugins in interactive sessionChristiaan Baaij2018-11-2212-0/+93
* Fix #12525: Remove derived bindings from the TyThings from getBindingsRoland Senn2018-11-173-0/+8
* Fix `:k` command: add validity checkingNingning Xie2018-10-284-0/+8
* testsuite: Skip T3171 for nowBen Gamari2018-10-041-0/+1
* Set `infixr -1 ->`Alec Theriault2018-10-041-1/+1
* Add regression test for #15007Ömer Sinan Ağacan2018-07-044-0/+15
* Disable `-fdefer-out-of-scope-variables` in ghci.HE, Tao2018-06-1410-0/+23
* Fix #15236 by removing parentheses from funTyConNameRyan Scott2018-06-071-1/+1
* vectorise: Put it out of its miseryBen Gamari2018-06-022-2/+1
* Allow packing constructor fieldsMichal Terepeta2017-10-294-0/+56
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-0/+1
* Fix #14125 by normalizing data family instances more aggressivelyRyan Scott2017-08-223-1/+15
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-122-0/+30
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-102-2/+2
* Generalize kind of the (->) tyconBen Gamari2017-02-181-1/+1
* Maintain in-scope set in deeply_instantiate (fixes #12549).John Leo2016-12-023-0/+7
* Add test for #12456Ryan Scott2016-10-122-0/+4