summaryrefslogtreecommitdiff
path: root/ghc/GHCi/UI.hs
Commit message (Expand)AuthorAgeFilesLines
* Misc cleanupwip/misc-fixKrzysztof Gogolewski2021-11-231-1/+0
* More support for optional home-unitSylvain Henry2021-11-201-1/+1
* Improve handling of import statements in GHCi (#20473)Morrow2021-11-171-17/+8
* Refactor package importsSylvain Henry2021-10-221-9/+12
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-171-2/+18
* Minor doc fixesKrzysztof Gogolewski2021-09-081-2/+2
* Fix GHCi completion (#20101)Zubin Duggal2021-08-041-13/+20
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-231-1/+3
* Unify primary and secondary GHCi promptEmily Martins2021-07-011-1/+1
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-1/+2
* Remove useless .hs-bootSylvain Henry2021-07-011-1/+0
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-7/+8
* ghci: Enable -fkeep-going by defaultMatthew Pickering2021-05-291-0/+4
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-3/+4
* Implement :info for record pattern synonyms (#19462)nineonine2021-05-191-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-7/+6
* Remove duplicate modules in GHCi %s promptPhilipp Dargel2021-05-031-1/+1
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-6/+6
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-6/+34
* Only load package environment file once when starting GHCiMatthew Pickering2021-04-181-2/+6
* Don't tidy type in pprTypeForUserMatthew Pickering2021-04-091-7/+8
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-5/+5
* Add UnitId to Target recordFendor2021-03-281-12/+12
* Refactor FinderCacheSylvain Henry2021-03-261-1/+5
* Move loader state into InterpSylvain Henry2021-03-231-14/+14
* GHC Exactprint main commitAlan Zimmerman2021-03-201-10/+12
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-101-35/+88
* Use GHC2021 as default languageJoachim Breitner2021-03-101-4/+4
* Introduce GHC2021 languageJoachim Breitner2021-03-101-4/+4
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-2/+2
* Minor simplification for leak indicatorsSylvain Henry2021-03-031-15/+18
* GHCi: Always show fixityLeif Metcalf2021-02-221-10/+20
* directory: ensure xdg compliance (Fix #6077)Gauvain 'GovanifY' Roussel-Tarbouriech2021-02-181-2/+16
* GHCi :complete command for operators: Fix spaceless cases of #10576.Roland Senn2021-02-131-2/+11
* Refactor LoggerSylvain Henry2021-02-131-14/+12
* Fix typosBrian Wignall2021-02-061-1/+1
* ghci: Take editor from VISUAL environment variableBen Gamari2021-01-301-5/+6
* Add additional context to :doc output (#19055)Aaron Allen2021-01-271-9/+58
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-0/+1
* GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500)Roland Senn2021-01-071-1/+12
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-281-4/+7
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-28/+35
* Elide extraneous messages for :doc command (#15784)Aaron Allen2020-12-111-5/+15
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-6/+1
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-2/+4
* Linker: reorganize linker related codeSylvain Henry2020-11-031-4/+4
* Split GHC.Driver.TypesSylvain Henry2020-10-291-9/+15
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-2/+2
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-2/+3