summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Use fragile modifier for more testsBen Gamari2019-03-061-1/+1
* testsuite: Use makefile_testBen Gamari2019-01-301-2/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+2
* Batch mergeBen Gamari2019-01-301-2/+1
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-165-0/+16
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-134-1/+63
* testsuite: Don't use sed -i in T15369Ben Gamari2018-12-111-1/+3
* testsuite: Use explicit -e in sed commandBen Gamari2018-12-111-1/+1
* Fix #15369: GHCi doesn't honor :set +c when loading for a second timeRoland Senn2018-12-074-0/+25
* Load plugins in interactive sessionChristiaan Baaij2018-11-2212-0/+93
* Fix #12525: Remove derived bindings from the TyThings from getBindingsRoland Senn2018-11-173-0/+8
* Fix `:k` command: add validity checkingNingning Xie2018-10-284-0/+8
* testsuite: Skip T3171 for nowBen Gamari2018-10-041-0/+1
* Set `infixr -1 ->`Alec Theriault2018-10-041-1/+1
* Add regression test for #15007Ömer Sinan Ağacan2018-07-044-0/+15
* Disable `-fdefer-out-of-scope-variables` in ghci.HE, Tao2018-06-1410-0/+23
* Fix #15236 by removing parentheses from funTyConNameRyan Scott2018-06-071-1/+1
* vectorise: Put it out of its miseryBen Gamari2018-06-022-2/+1
* Allow packing constructor fieldsMichal Terepeta2017-10-294-0/+56
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-0/+1
* Fix #14125 by normalizing data family instances more aggressivelyRyan Scott2017-08-223-1/+15
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-122-0/+30
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-102-2/+2
* Generalize kind of the (->) tyconBen Gamari2017-02-181-1/+1
* Maintain in-scope set in deeply_instantiate (fixes #12549).John Leo2016-12-023-0/+7
* Add test for #12456Ryan Scott2016-10-122-0/+4
* Fix bytecode generator panicSeraphime Kirkovski2016-07-203-0/+16
* Use UniqDFM for InstEnvBartosz Nitka2016-07-081-3/+3
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-201-3/+3
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-151-1/+1
* Testsuite: introduce TEST_HC_OPTS_INTERACTIVE (#11468)Thomas Miedema2016-05-251-1/+1
* FunDep printer: Fix unicode arrowÖmer Sinan Ağacan2016-05-204-0/+12
* Print which flag controls emitted lexer warningsHerbert Valerio Riedel2016-02-271-5/+6
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-1/+1
* Avoid mangled/derived names in GHCi autocomplete (fixes #11328)Adam Gundry2016-02-013-0/+10
* Function definition in GHCiRoman Shatsov2015-11-215-5/+82
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-2/+0
* Fix off-by-one error in GHCi line reporting (Trac #10578)Ömer Sinan Ağacan2015-07-172-3/+3
* Lexer: Suggest adding 'let' on unexpected '=' tokenBen Gamari2015-06-161-1/+4
* Fake (->) fixity declaration (#10145)Oleg Grenrus2015-04-023-0/+8
* Strip leading whitespace before checking if a statement looks like a declarat...Dr. ERDI Gergo2014-12-223-0/+15
* Add expected output to T9915 testDr. ERDI Gergo2014-12-212-0/+4
* Check dflags for language extensions when deciding if "foreign " and "deriving "Dr. ERDI Gergo2014-12-212-0/+6
* Test Trac #8377Takano Akio2013-09-293-0/+16
* Convert more helper functionsIan Lynagh2013-02-111-1/+1
* Replace 'if_os' and 'unless_os' with 'opsys'Ian Lynagh2013-02-111-1/+1
* Pass the test name to the test optionsIan Lynagh2013-02-071-1/+1
* Rename some numeric tests: nnnn -> TnnnnIan Lynagh2013-01-257-5/+5
* Some test fixes on Win64Ian Lynagh2012-05-081-1/+1
* Add combined_output option.Paolo Capriotti2012-04-231-1/+2