summaryrefslogtreecommitdiff
path: root/ghc/InteractiveUI.hs
Commit message (Expand)AuthorAgeFilesLines
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-24/+41
* Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flagsDavid Luposchainsky2015-12-161-9/+6
* Expose enabled language extensions to THBen Gamari2015-12-151-5/+6
* Refactor GHCi Command type; allow "hidden" commandsHerbert Valerio Riedel2015-12-081-14/+33
* Make HasDynFlags more transformers friendlyHerbert Valerio Riedel2015-12-081-1/+1
* Introduce HasGhciState class and refactor use-sitesHerbert Valerio Riedel2015-12-081-38/+25
* Remove redundant CPP conditionalsHerbert Valerio Riedel2015-12-071-5/+0
* Add isImport, isDecl, and isStmt functions to GHC APIRoman Shatsov2015-12-071-22/+11
* Revert "ghci: Add support for prompt functions"Ben Gamari2015-12-021-60/+45
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-4/+4
* ghci: Refactor handling of :showBen Gamari2015-11-291-21/+39
* ghci: Add support for prompt functionsBen Gamari2015-11-291-47/+62
* Function definition in GHCiRoman Shatsov2015-11-211-20/+5
* ghci: don't let ctags/etags overwrite source filesAustin Seipp2015-11-201-3/+3
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-10/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-301-2/+2
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-2/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-291-2/+2
* Suggest chmod 755 instead of 644Ben Gamari2015-10-221-1/+1
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-4/+4
* Prevent GHC from silently dying when preprocessor is not foundTamar Christina2015-10-031-1/+0
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-3/+3
* Fix off-by-one error in GHCi line reporting (Trac #10578)Ömer Sinan Ağacan2015-07-171-3/+6
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-051-14/+28
* Comments only [skip ci]Thomas Miedema2015-07-041-0/+4
* Mask to avoid uncaught ^C exceptionsSimon Marlow2015-06-291-7/+14
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-121-14/+32
* Always force the exception in enqueued commandsZejun Wu2015-06-091-8/+8
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-3/+4
* Catch canonicalizePath exceptions, fix #10101Flaviu Andrei Csernik (archblob)2015-06-011-6/+3
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-191-18/+28
* Do not check dir perms when .ghci doesn't existZejun Wu2015-05-141-5/+4
* Fix weird behavior of -ignore-dot-ghci and -ghci-sciptZejun Wu2015-05-121-40/+40
* More accurate allocation stats for :set +sSimon Marlow2015-05-111-23/+42
* Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959)Bertram Felgenhauer2015-04-141-0/+1
* Suggest how to fix .ghci when it is group writeable (#8248)Vikas Menon2015-04-071-1/+3
* Support pattern synonyms in GHCi (fixes #9900)Dr. ERDI Gergo2014-12-281-0/+1
* Make ghc -e fail on invalid declarationsReid Barton2014-12-231-2/+4
* Make ghc -e not exit on valid import commands (#9905)Reid Barton2014-12-231-8/+14
* Comments onlySimon Peyton Jones2014-12-221-1/+5
* Strip leading whitespace before checking if a statement looks like a declarat...Dr. ERDI Gergo2014-12-221-2/+4
* Check dflags for language extensions when deciding if "foreign " and "deriving "Dr. ERDI Gergo2014-12-211-19/+32
* ghc: allow --show-options and --interactive togetherLennart Kolmodin2014-11-211-9/+13
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-211-0/+4
* Fixes ghci :unset -X<ext> so that it doesn't fail to reverse option. (fixes t...Muhaimin Ahsan2014-11-211-0/+1
* Add API AnnotationsAlan Zimmerman2014-11-211-1/+1
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-3/+4
* Typo fix; Trac #9787Austin Seipp2014-11-101-2/+2
* Top-level comment for keepPackageImports.Edward Z. Yang2014-11-071-1/+4
* Extra CRs are now filtered out from the source file for :list.Gintautas Miliauskas2014-10-291-1/+2