summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run
Commit message (Expand)AuthorAgeFilesLines
* STG: only print cost-center if asked toSylvain Henry2022-05-091-1/+3
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-221-1/+3
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-011-1/+1
* Fix panic when pretty printing HsCmdLamJakob Bruenker2022-04-013-0/+11
* Kill derived constraintsRichard Eisenberg2022-02-231-1/+1
* ghci: fix -ddump-stg-cg (#21052)nineonine2022-02-163-0/+15
* Fix unsound behavior of unlifted datatypes in ghci (#20194)nineonine2022-02-047-0/+159
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-042-4/+4
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-063-22/+8
* Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage.hainq2021-09-011-1/+1
* Add rewriting to typechecking pluginssheaf2021-08-131-4/+6
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-024-0/+110
* Add testcase for #19460Roland Senn2021-07-014-0/+15
* Reword: representation instead of levitysheaf2021-06-102-2/+2
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-291-1/+1
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-05-191-1/+0
* support LiftedRep and UnliftedRep in GHCi FFILuite Stegeman2021-05-053-0/+25
* Add {lifted,unlifted}DataConKey to pretendNameIsInScope's list of NamesRyan Scott2021-04-131-0/+3
* testsuite/ppc64le: Mark UnboxedTuples test brokenPeter Trommler2021-04-091-0/+1
* fix sub-word literals in GHCiLuite Stegeman2021-04-057-0/+273
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-206-0/+637
* Use GHC2021 as default languageJoachim Breitner2021-03-103-7/+3
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-073-7/+4
* Introduce keepAlive primopBen Gamari2021-02-142-2/+2
* Use mutable update to defer out-of-scope errorsRichard Eisenberg2020-12-251-4/+4
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-152-4/+4
* Implement BoxedRep proposalAndrew Martin2020-12-142-4/+4
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-2/+1
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-244-4/+3
* 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