summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
Commit message (Expand)AuthorAgeFilesLines
* Recover test case for T11547Joachim Breitner2021-10-074-0/+19
* Improve overlap error for polykinded constraintssheaf2021-10-062-3/+3
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-171-15/+17
* Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage.hainq2021-09-012-2/+2
* ghci: Fix rec statements in interactive promptMatthew Pickering2021-08-173-0/+5
* Fix GHCi completion (#20101)Zubin Duggal2021-08-045-4/+18
* Correctly unload libs on GHCi with external iservTito Sacchi2021-08-031-2/+1
* Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener...Baldur Blöndal2021-08-021-0/+4
* ghci: Add test for #18330Matthew Pickering2021-06-255-0/+23
* ghci: Correct free variable calculation in StgToByteCodeMatthew Pickering2021-06-232-0/+2
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-032-3/+4
* Driver Rework PatchMatthew Pickering2021-06-039-26/+40
* ghci: Enable -fkeep-going by defaultMatthew Pickering2021-05-296-0/+14
* Use pprSigmaType to print GHCi debugger Suspension Terms (Fix #19355)Roland Senn2021-05-201-12/+8
* Implement :info for record pattern synonyms (#19462)nineonine2021-05-193-0/+21
* Tweak function `quantifyType` to fix #12449Roland Senn2021-05-041-8/+10
* pe: enable code unloading for WindowsTamar Christina2021-05-031-3/+3
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-291-4/+2
* 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-138-0/+44
* Fix magicDict in ghci (and in the presence of other ticks)Matthew Pickering2021-04-104-1/+33
* Revert "[ci/arm/darwin/testsuite] Forwards ports from GHC-8.10"Ben Gamari2021-04-051-0/+1
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-051-1/+1
* Data.List specialization to []Oleg Grenrus2021-04-012-6/+4
* [ci/arm/darwin/testsuite] Forwards ports from GHC-8.10Moritz Angermann2021-03-211-1/+0
* 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-1040-82/+80
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-101-2/+1
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-078-37/+4
* 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
* 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-251-4/+4
* 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-153-4/+3
* Implement BoxedRep proposalAndrew Martin2020-12-143-3/+4
* 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