summaryrefslogtreecommitdiff
path: root/ghc/GHCi/UI.hs
Commit message (Expand)AuthorAgeFilesLines
* Make GHC.Driver.Main.hscTcRnLookupRdrName to return NonEmptyBodigrim2022-12-201-24/+16
* GHCi.UI: avoid head and tail in parseCallEscape and aroundBodigrim2022-12-201-16/+18
* GHCi.UI: fix various usages of head and tailBodigrim2022-12-201-28/+25
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-2/+2
* Misc cleanupKrzysztof Gogolewski2022-11-161-16/+10
* Minor refactor around FastStringsKrzysztof Gogolewski2022-11-051-5/+5
* Minor SDoc-related cleanupKrzysztof Gogolewski2022-10-281-28/+31
* Cleanup String/FastString conversionsKrzysztof Gogolewski2022-10-251-1/+1
* Allow configuration of error message printingMatthew Pickering2022-10-181-1/+1
* Avoid Data.List.group; prefer Data.List.NonEmpty.groupBodigrim2022-09-281-3/+4
* Document :unadd GHCi command in user guideJan HrĨek2022-09-201-1/+1
* Clean up some. In particular:M Farkas-Dyck2022-09-171-7/+3
* Add diagnostic codessheaf2022-09-131-1/+1
* Minor cleanupKrzysztof Gogolewski2022-09-011-2/+3
* Recognize file-header pragmas in GHCi (#21507)MorrowM2022-08-211-0/+10
* Store interfaces in ModIfaceCache more directlyMatthew Pickering2022-08-041-5/+5
* Enable :edit command in ghci multi-mode.Matthew Pickering2022-07-091-1/+1
* ghci: Fix most calls to isLoaded to work in multi-modeMatthew Pickering2022-07-091-4/+10
* ghci: Support :set prompt in multi replMatthew Pickering2022-07-041-2/+2
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-031-7/+10
* Don't store LlvmConfig into DynFlagsSylvain Henry2022-05-171-3/+2
* Fix several note references, part 2Krzysztof Gogolewski2022-05-051-1/+1
* driver: Introduce HomeModInfoCache abstractionMatthew Pickering2022-04-081-13/+6
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-5/+5
* Fix behaviour of -Wunused-packages in ghciMatthew Pickering2022-03-231-11/+30
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-4/+4
* Exit with failure when -e fails (fixes #18411 #9916 #17560)nineonine2022-02-051-58/+84
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+1
* Consistently upper-case "Note ["Ben Gamari2022-02-011-1/+1
* Improve migration strategy for the XDG compliance change to the GHC applicationZubin Duggal2022-01-311-27/+26
* Enable :seti in a multi component replMatthew Pickering2022-01-111-2/+2
* Multiple Home UnitsMatthew Pickering2021-12-281-57/+84
* package imports: Take into account package visibility when renamingMatthew Pickering2021-12-091-3/+3
* Dump non-module specific info to file #20316Carrie Xu2021-12-011-1/+1
* Misc cleanupKrzysztof Gogolewski2021-11-251-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