summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Fix #14238 by always pretty-printing visible tyvarsRyan Scott2018-04-071-1/+1
* Test #14884, #14969Richard Eisenberg2018-04-023-0/+9
* Track type variable scope more carefully.Richard Eisenberg2018-03-313-21/+7
* Revert "GHCi: Don't remove shadowed bindings from typechecker scope."Ömer Sinan Ağacan2018-03-084-17/+0
* Add -fexternal-dynamic-refsSimon Marlow2018-03-083-0/+9
* Parenthesize (() :: Constraint) in argument positionRyan Scott2018-03-033-0/+5
* Fix tests broken by c9a88db3ac4f1c3e97e3492ebe076f2df6463540Ben Gamari2018-02-131-1/+4
* Don't add targets that can't be found in GHCiJulian Priestley2018-01-313-0/+11
* Sort valid substitutions for typed holes by "relevance"Matthías Páll Gissurarson2018-01-262-31/+32
* testsuite: Add testcase for #12158Ben Gamari2018-01-262-0/+3
* Inform hole substitutions of typeclass constraints (fixes #14273).Matthías Páll Gissurarson2018-01-181-0/+5
* Improve pretty-printing for pattern synonymsSimon Peyton Jones2018-01-051-12/+19
* Fix #14608 by restoring an unboxed tuple checkRyan Scott2018-01-024-0/+12
* Windows: fix all failing tests.Tamar Christina2018-01-025-143/+3
* Fix tcDataKindSigSimon Peyton Jones2017-12-151-1/+1
* Allow users to ignore optimization changesDavid Feuer2017-12-113-0/+18
* Minimise provided dictionaries in pattern synonymsSimon Peyton Jones2017-11-084-13/+13
* DynFlags: Introduce -show-mods-loaded flagBen Gamari2017-11-063-7/+7
* Allow packing constructor fieldsMichal Terepeta2017-10-294-0/+56
* typecheck: Clarify errors mentioned in #14385Ben Gamari2017-10-252-6/+6
* Disable -XRebindableSyntax when running internal GHCi expressionsRyan Scott2017-10-192-0/+2
* Levity polymorphic Backpack.Edward Z. Yang2017-10-161-2/+5
* Implement Div, Mod, and Log for type-level nats.Iavor Diatchki2017-10-031-0/+7
* Track the order of user-written tyvars in DataConRyan Scott2017-10-033-0/+11
* Improve type-error reportingSimon Peyton Jones2017-09-251-4/+1
* Also show types that subsume a hole as valid substitutions for that hole.Matthías Páll Gissurarson2017-09-213-5/+75
* Bump base to 4.11.0.0Ben Gamari2017-09-211-2/+2
* Generalise constraint on `instance Monoid (Maybe a)` to SemigroupHerbert Valerio Riedel2017-09-191-1/+1
* Fix #13963.Richard Eisenberg2017-09-143-0/+14
* Fix #13407 by suppressing invisibles better.Richard Eisenberg2017-09-143-0/+8
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-078-1/+20
* Fix egregious duplication of vars in RnTypesRyan Scott2017-09-054-0/+12
* Fix #14167 by using isGadtSyntaxTyCon in more placesRyan Scott2017-09-024-23/+22
* Refactor bindHsQTyVars and friendsSimon Peyton Jones2017-08-291-4/+6
* Fix #14125 by normalizing data family instances more aggressivelyRyan Scott2017-08-223-1/+15
* Remove unneeded reqlibs for mtl and parsec in the GHC testsuiteRyan Scott2017-08-172-2/+2
* Don't drop GHCi-defined functions with -fobject-code enabledRyan Scott2017-08-141-3/+2
* Fix #13983 by creating a TyConFlavour type, and using itRyan Scott2017-07-191-1/+1
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-122-0/+30
* Make ':info Coercible' display an arbitrary string (fixes #12390)Patrick Dougherty2017-07-111-0/+5
* Big-obj support for the Windows runtime linkerTamar Christina2017-07-085-0/+17
* Show only the number of modules in ghciFrancesco Mazzoli2017-06-213-7/+7
* Make GHCi work when RebindableSyntax is enabledRyan Scott2017-06-022-0/+1
* Better import library support for WindowsTamar Christina2017-06-025-0/+148
* Some tidying up of type pretty-printingSimon Peyton Jones2017-05-261-1/+2
* Pretty-print strict record fields from ifaces correctlyRyan Scott2017-05-204-0/+22
* Only pretty-print binders in closed type families with -fprint-explicit-forallsRyan Scott2017-04-255-4/+20
* Don't setProgramDynFlags on every :loadSimon Marlow2017-04-252-0/+19
* testsuite: Add test for #13591Ben Gamari2017-04-235-0/+12
* testsuite: Fix GhciCurDir testBen Gamari2017-04-021-1/+2