summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
Commit message (Expand)AuthorAgeFilesLines
* Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-265-26/+26
* Drop prefix from package keys.Edward Z. Yang2015-06-242-4/+4
* Updated output for test ghci024Sergei Trofimovich2015-06-201-1/+2
* Remove some horrible munging of origins for CoercibleSimon Peyton Jones2015-06-186-59/+59
* Report arity errors correctly despite kindsSimon Peyton Jones2015-06-182-38/+38
* GHCi: fix scoping for record selectorsSimon Peyton Jones2015-06-153-0/+5
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-124-0/+36
* Testsuite: mark tests as expect_broken on win64Thomas Miedema2015-06-111-1/+2
* Testsuite Windows: fix T8172 (#8172)Thomas Miedema2015-06-111-1/+2
* Always force the exception in enqueued commandsZejun Wu2015-06-093-0/+5
* Testsuite: don't show compile/link info for some testsThomas Miedema2015-06-041-1/+1
* Testsuite: add/fix cleanup for certain testsThomas Miedema2015-06-041-2/+2
* Test Trac #10466Simon Peyton Jones2015-06-022-0/+4
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-022-27/+26
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-06-011-2/+1
* Revert "In ghci linker, link against all previous temp sos (#10322)"Austin Seipp2015-05-191-1/+0
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-05-191-0/+1
* Add regression test for #10110.Peter Trommler2015-05-196-0/+21
* Test Trac #10248Simon Peyton Jones2015-05-183-0/+21
* Revert multiple commitsAustin Seipp2015-05-143-21/+0
* Test Trac #10248Simon Peyton Jones2015-05-133-0/+21
* Update some tests for recent Safe Haskell change.David Terei2015-05-123-7/+7
* Fix weird behavior of -ignore-dot-ghci and -ghci-sciptZejun Wu2015-05-126-0/+21
* Normalise type families in the type of an expressionChristiaan Baaij2015-05-062-1/+2
* Move IP, Symbol, Nat to ghc-primSimon Peyton Jones2015-05-011-29/+29
* Bump base version to 4.8.2.0Herbert Valerio Riedel2015-04-251-1/+1
* Test #10321 in ghci/scripts/T10321Richard Eisenberg2015-04-243-0/+18
* Rename role annotations w.r.t only local decls.Richard Eisenberg2015-04-241-3/+3
* Test case for indirect dependencies in ghci linker (#10322)Reid Barton2015-04-186-0/+23
* Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959)Bertram Felgenhauer2015-04-143-3/+4
* Error msg wibbles from reduced module prefixesSimon Peyton Jones2015-04-0711-296/+262
* Fake (->) fixity declaration (#10145)Oleg Grenrus2015-04-022-0/+2
* Add Monad instance for `((,) a)` (#10190)Fumiaki Kinoshita2015-03-252-0/+2
* Minor bump `base` version to 4.8.1.0Herbert Valerio Riedel2015-03-231-2/+2
* Three other test updates following the fix to Trac #7854Simon Peyton Jones2015-03-041-21/+22
* Two kind-polymorphism fixes (Trac #10122)Simon Peyton Jones2015-03-023-0/+8
* Error out on `Main` without `main` in GHCi (#7765)Thomas Miedema2015-02-234-5/+5
* Do not share T9878.hs between test T9878 and T9878bSimon Peyton Jones2015-02-113-2/+8
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-166-0/+21
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-091-1/+1
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-067-5/+10
* Modify a couple of error messages slightlySimon Peyton Jones2015-01-062-38/+37
* Make the location in TcLclEnv and CtLoc into a RealSrcSpanSimon Peyton Jones2015-01-063-5/+5
* Run T9762 only if dynamic libraries are availableJoachim Breitner2014-12-271-2/+5
* Fix linker interaction between Template Haskell and HPC (#9762)Reid Barton2014-12-236-1/+20
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-223-0/+36
* Rewrite `Coercible` solverRichard Eisenberg2014-12-124-1/+16
* Filter instance visibility based on set of visible orphans, fixes #2182.ghc-instvisEdward Z. Yang2014-11-2910-0/+140
* Fixes ghci :unset -X<ext> so that it doesn't fail to reverse option. (fixes t...Muhaimin Ahsan2014-11-215-0/+104
* Wibbles (usually improvements) to error messagesSimon Peyton Jones2014-11-212-3/+5