summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for #23229Rodrigo Mesquita2023-04-123-0/+3
* Fixes around unsafeCoerce#Krzysztof Gogolewski2023-04-032-10/+18
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-011-1/+1
* fix: Mark ghci Prelude import as implicitromes2023-02-142-0/+3
* Add PrimCallConv support to GHCiLuite Stegeman2023-01-186-0/+635
* Add support for sized literals in the bytecode interpreter.Luite Stegeman2023-01-064-0/+268
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-253-3/+3
* Fix :i Constraint printing "type Constraint = Constraint"Krzysztof Gogolewski2022-11-142-0/+4
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-211-1/+1
* Diagnostic codes: acccept test changessheaf2022-09-133-3/+3
* 19217 Implicitly quantify type variables in :kind commandSasha Bogicevic2022-08-193-0/+3
* Change GHCi bytecode return convention for unlifted datatypes.Luite Stegeman2022-07-163-0/+30
* Add suggestions for unrecognised pragmas (#21589)Tony Zorman2022-06-271-1/+1
* 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