summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-242-12/+6
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-2410-64/+51