summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
Commit message (Expand)AuthorAgeFilesLines
* Simplify: Make generated names more usefulBen Gamari2016-03-127-27/+27
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-253-0/+0
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-251-2/+2
* testsuite: mark tests broken on powerpc64Peter Trommler2016-02-251-1/+2
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-231-6/+6
* Testsuite: accept output without Windows line endings (#11631)Thomas Miedema2016-02-231-2/+2
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-231-40/+40
* Unwire Typeable representation typesBen Gamari2016-02-181-1/+1
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-1/+1
* testsuite: tweak error messages for new Show instanceSergei Trofimovich2016-02-122-3/+3
* TcErrors: Fix plural form of "instance" errorBen Gamari2016-02-092-3/+3
* Add a derived `Show SrcLoc` instanceEric Seidel2016-02-062-3/+3
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-278-38/+38
* Rework derivation of type representations for wired-in thingsBen Gamari2016-01-201-1/+1
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-2/+2
* Visible type applicationRichard Eisenberg2015-12-246-34/+34
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+0
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-2161-276/+171
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-176-5/+22
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-155-63/+65
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-123-6/+7
* Add kind equalities to GHC.Richard Eisenberg2015-12-1116-110/+109
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-133-7/+7
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-073-3/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-3012-31/+31
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-2912-31/+31
* Generate Typeable info at definition sitesBen Gamari2015-10-2912-31/+31
* Improve error messages for ambiguous type variablesDavid Kraeutmann2015-10-072-3/+3
* Injective type familiesJan Stolarek2015-09-031-1/+1
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-022-34/+37
* Use IP based CallStack in error and undefinedEric Seidel2015-09-023-6/+25
* Ensure DynFlags are consistentBen Gamari2015-08-061-4/+1
* Fix off-by-one error in GHCi line reporting (Trac #10578)Ömer Sinan Ağacan2015-07-173-7/+7
* Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0Thomas Miedema2015-07-141-28/+0
* Improve error message for Typeable k (T k)Simon Peyton Jones2015-06-261-6/+5
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-06-021-1/+4
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-9/+9
* Fix quadratic behaviour in tidyOccNameSimon Peyton Jones2015-05-221-3/+3
* Error msg wibbles from reduced module prefixesSimon Peyton Jones2015-04-074-63/+59
* Custom `Typeable` solver, that keeps track of kinds.Iavor S. Diatchki2015-03-071-8/+4
* Add various instances to newtypes in Data.MonoidOleg Grenrus2015-03-031-10/+12
* Modify a couple of error messages slightlySimon Peyton Jones2015-01-061-6/+6
* Make the location in TcLclEnv and CtLoc into a RealSrcSpanSimon Peyton Jones2015-01-061-2/+2
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-221-1/+1
* Filter instance visibility based on set of visible orphans, fixes #2182.ghc-instvisEdward Z. Yang2014-11-292-12/+22
* ghc generates more user-friendly error messagesMike Izbicki2014-11-191-1/+3
* When outputting list of available instances, sort it.Edward Z. Yang2014-11-182-9/+9
* Testsuite error message changesSimon Peyton Jones2014-11-041-58/+58
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.6.Thomas Miedema2014-10-071-10/+0
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-213-6/+7