summaryrefslogtreecommitdiff
path: root/ghc/InteractiveUI.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't re-export `Alternative(..)` from Control.Monad (re #9586)Herbert Valerio Riedel2014-09-261-1/+1
* Add the ability to :set -l{foo} in ghci, fix #1407.archblob2014-09-161-0/+11
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+2
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-311-6/+5
* ghci: tweak option list indentation in ':show packages'Sergei Trofimovich2014-08-071-3/+3
* Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-051-10/+2
* Refactor PackageFlags so that ExposePackage is a single constructor.Edward Z. Yang2014-08-051-3/+4
* Make PackageState an abstract type.Edward Z. Yang2014-08-051-15/+8
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-2/+3
* Module reexports, fixing #8407.Edward Z. Yang2014-07-251-2/+6
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-6/+6
* Make GHCi permissions checks ignore root user.Mathieu Boespflug2014-07-201-14/+11
* Fix ghci tab completion of duplicate identifiers.Shachaf Ben-Kiki2014-07-131-2/+2
* Do not print the result of 'main' after invoking ':main' (fixes #9086).Gintautas Miliauskas2014-07-071-3/+4
* Fixes #95 :edit command should jump to the last errorLorenzo Tabacchini2014-06-131-26/+61
* Do pretty-printing of TyThings via IfaceDecl (Trac #7730)Simon Peyton Jones2014-06-031-1/+1
* Convert `ghc-bin.cabal` to use others-extensionsHerbert Valerio Riedel2014-05-151-0/+1
* Don't perform permission checks for scripts named with -ghci-script (#6017)Simon Marlow2014-03-271-8/+18
* A little refactoring so that we print package-qualified modules names if nece...Simon Peyton Jones2014-01-091-10/+11