summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Make tests more portable on FreeBSDViktor Dukhovni2021-04-222-6/+12
* Only load package environment file once when starting GHCiMatthew Pickering2021-04-184-0/+14
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-145-9/+9
* Add {lifted,unlifted}DataConKey to pretendNameIsInScope's list of NamesRyan Scott2021-04-1310-0/+50
* Fix magicDict in ghci (and in the presence of other ticks)Matthew Pickering2021-04-104-1/+33
* testsuite/ppc64le: Mark UnboxedTuples test brokenPeter Trommler2021-04-091-0/+1
* Revert "[ci/arm/darwin/testsuite] Forwards ports from GHC-8.10"Ben Gamari2021-04-052-11/+11
* Mark p6 and T3333 as fragileSimon Jakobi2021-04-051-1/+2
* fix sub-word literals in GHCiLuite Stegeman2021-04-057-0/+273
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-051-1/+1
* Data.List specialization to []Oleg Grenrus2021-04-012-6/+4
* Add UnitId to Target recordFendor2021-03-281-3/+3
* [ci/arm/darwin/testsuite] Forwards ports from GHC-8.10Moritz Angermann2021-03-212-11/+11
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-208-0/+646
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-171-0/+4
* testsuite: Update Win32 test output for GHC2021GHC GitLab CI2021-03-113-26/+4
* Use GHC2021 as default languageJoachim Breitner2021-03-1050-92/+90
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-101-2/+1
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-0712-47/+8
* Add cmpNat, cmpSymbol, and cmpCharDaniel Winograd-Cort2021-03-031-15/+37
* Unify result type earlier to improve error messagesSimon Peyton Jones2021-03-011-9/+6
* GHCi: Always show fixityLeif Metcalf2021-02-222-0/+2
* Introduce keepAlive primopBen Gamari2021-02-142-2/+2
* GHCi :complete command for operators: Fix spaceless cases of #10576.Roland Senn2021-02-132-5/+3
* Fix pretty-printing of invisible arguments for FUN 'Many (#19310)Krzysztof Gogolewski2021-02-093-0/+8
* Fix buglet in expandSynTyCon_maybeSimon Peyton Jones2021-02-063-0/+7
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+24
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-0/+1
* Add additional context to :doc output (#19055)Aaron Allen2021-01-274-0/+38
* Implement #15993Koz Ross2021-01-231-2/+2
* Fix error recovery in solveEqualitiesSimon Peyton Jones2021-01-223-0/+11
* Use captureTopConstraints at top levelSimon Peyton Jones2021-01-173-0/+8
* GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500)Roland Senn2021-01-074-0/+22
* Use mutable update to defer out-of-scope errorsRichard Eisenberg2020-12-252-8/+8
* Force module recompilation if '*' prefix was used to load modules in ghci (#8...nineonine2020-12-173-0/+14
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-155-8/+7
* Implement BoxedRep proposalAndrew Martin2020-12-145-7/+8
* Add :doc test case for duplicate record fieldsAaron Allen2020-12-113-0/+17
* Elide extraneous messages for :doc command (#15784)Aaron Allen2020-12-113-0/+11
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-201-1/+1
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-181-1/+1
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-118-5/+46
* Linker: reorganize linker related codeSylvain Henry2020-11-031-1/+1
* Expand type synonyms with :kind!Simon Peyton Jones2020-11-026-0/+58
* Compile modules with `-fobject-code` enabled to byte-code when loaded with `*...nineonine2020-10-203-0/+21
* testsuite: Account for -Wnoncanonical-monoid-instances changes on WindowsBen Gamari2020-10-163-9/+0
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-145-11/+2
* Unification of Nat and NaturalsHaskellMouse2020-10-131-22/+28
* Add regression test for #18755.Richard Eisenberg2020-10-013-0/+6
* Add regression test #18501Ryan Scott2020-09-293-0/+5