summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wibbles to "...plus N others" error message about instances in scopeSimon Peyton Jones2014-08-282-7/+5
* Add test case for #9046Vitaly Bragilevsky2014-08-193-0/+5
* Complete work on new OVERLAPPABLE/OVERLAPPING pragmas (Trac #9242)Simon Peyton Jones2014-07-311-2/+2
* Deprecate the AMP warnings.Austin Seipp2014-04-202-3/+3
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-256-16/+16
* In CoreSubst, optimize Coercible values aggressivelyJoachim Breitner2014-02-111-3/+3
* Tidy up Outputable.printDoc, and add printDoc_Simon Peyton Jones2014-01-171-3/+0
* Test Trac #8557Simon Peyton Jones2013-11-284-0/+12
* Fixed Trac #8540Simon Peyton Jones2013-11-281-3/+3
* Error message wibblesSimon Peyton Jones2013-11-283-8/+8
* Mark break006 break003 print019 as broken by #8540Joachim Breitner2013-11-241-3/+3
* Update test output of print018Joachim Breitner2013-11-221-6/+6
* Fix fallout from making lazy unlifted bindings an errorAustin Seipp2013-09-292-35/+4
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-3/+3
* Trailing whitespacesJan Stolarek2013-09-181-23/+23
* Fix remaining AMP fallout.Austin Seipp2013-09-112-3/+3
* Fix most AMP warnings.Austin Seipp2013-09-082-2/+12
* print035 now passes (see #7382)Austin Seipp2013-08-141-4/+2
* Update outputs following the unicode quote change in GHC's outputIan Lynagh2013-02-247-19/+19
* Add extra cleaning for print035Ian Lynagh2013-02-161-1/+2
* Remove uses of compose(s) in tests, and change how composition is handledIan Lynagh2013-02-141-3/+3
* Error message wibbles when adding overloaded listsSimon Peyton Jones2013-02-147-26/+26
* Fix result001Ian Lynagh2013-02-112-1/+5
* print020 now passesIan Lynagh2013-02-111-1/+1
* Update print020 expected outputIan Lynagh2013-02-111-2/+2
* HappyTest needs MagicHashIan Lynagh2013-02-111-1/+1
* Add expected warnings for print020Ian Lynagh2013-02-111-0/+31
* Convert more helper functionsIan Lynagh2013-02-113-4/+4
* Rename some numeric tests: nnnn -> TnnnnIan Lynagh2013-01-254-4/+4
* Test Trac #7386Simon Peyton Jones2012-11-064-0/+15
* acceptSimon Marlow2012-10-301-2/+2
* Merge branch 'master' of http://darcs.haskell.org//testsuiteSimon Peyton Jones2012-10-191-1/+4
|\
| * print035(ghci) fails when ghci is dynamicIan Lynagh2012-10-131-1/+4
* | Minor changes to tidyingSimon Peyton Jones2012-10-193-8/+8
* | Replace Rank2Types and PolymorphicComponents by RankNTypesSimon Peyton Jones2012-10-194-4/+4
|/