summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0Thomas Miedema2015-07-141-111/+0
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-2/+0
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-054-0/+55
* Testsuite: add -ignore-dot-ghci to some testsThomas Miedema2015-07-044-13/+6
* Enable using qualified field of constructor in GHCiZejun Wu2015-07-033-0/+10
* Improve error message for Typeable k (T k)Simon Peyton Jones2015-06-262-34/+27
* GHCi docs: layout rule is respected inside :{ :}Thomas Miedema2015-06-262-16/+29
* Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-267-36/+36
* 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
* Lexer: Suggest adding 'let' on unexpected '=' tokenBen Gamari2015-06-161-1/+4
|\
| * Lexer: Suggest adding 'let' on unexpected '=' tokenBen Gamari2015-06-161-1/+4
* | 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-112-2/+4
* | 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-042-6/+9
* | 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
* | Catch canonicalizePath exceptions, fix #10101Flaviu Andrei Csernik (archblob)2015-06-013-3/+17
|/
* 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-025-0/+10
* 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-042-21/+23
* 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-236-7/+7
* 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