summaryrefslogtreecommitdiff
path: root/ghc/GHCi
Commit message (Expand)AuthorAgeFilesLines
* 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-132-14/+20
* Fix typosBrian Wignall2021-02-061-1/+1
* ghci: Take editor from VISUAL environment variableBen Gamari2021-01-301-5/+6
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-292-2/+2
* 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-072-2/+18
* 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-143-36/+49
* 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-032-5/+5
* Split GHC.Driver.TypesSylvain Henry2020-10-293-11/+22
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-2/+2
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-5/+5
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-2/+3
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-241-7/+10
* Remove the list of loaded modules from the ghci promptHécate2020-09-231-2/+2
* Cinch -fno-warn-name-shadowing down to specific GHCi moduleJohn Ericson2020-09-193-0/+6
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+1
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-1/+1
* Add HomeUnit typeSylvain Henry2020-08-131-8/+6
* DynFlags: disentangle OutputableSylvain Henry2020-08-125-10/+15
* Simplify XRec definitionZubin Duggal2020-07-252-1/+6
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-142-3/+3
* In `:break ident` allow out of scope and nested identifiers (Fix #3000)Roland Senn2020-06-251-94/+206
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-182-6/+6
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-2/+2
* Don't return preload units when we set DyNFlagsSylvain Henry2020-06-131-3/+5
* DynFlags: make listVisibleModuleNames take a UnitStateSylvain Henry2020-06-131-1/+1
* Rename Package into Unit (2)Sylvain Henry2020-06-131-3/+3
* Rename Package into UnitSylvain Henry2020-06-131-4/+4
* Enhance UnitId useSylvain Henry2020-06-131-4/+4
* Add allowVirtualUnits field in PackageStateSylvain Henry2020-06-131-1/+1
* Rename unsafeGetUnitInfo into unsafeLookupUnitSylvain Henry2020-06-131-2/+2
* Refactor homeUnitSylvain Henry2020-06-131-5/+5
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-2/+3
* Move Config module into GHC.SettingsSylvain Henry2020-05-241-1/+1
* Allow GHCi :script file names in double quotesStefan Holdermans2020-05-211-2/+5
* Allow spaces in GHCi :script file namesStefan Holdermans2020-05-211-1/+14
* GHCi: Add link to the user's guide in help messageTakenobu Tani2020-05-131-0/+4
* Don't use DynFlags in showLinkerState (#17957)Sylvain Henry2020-05-061-1/+4
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-043-80/+26
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-2/+2
* Unit: split and rename modulesSylvain Henry2020-04-302-4/+4