summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Fix #16392: revertCAFs in external interpreter when necessaryPhuong Trinh2019-03-071-3/+2
* Move reifyGHCi function into GhciMonad type classZejun Wu2019-03-061-13/+3
* Rip out object splittingBen Gamari2019-03-051-6/+0
* Remove unused importsSebastian Graf2019-02-021-2/+1
* Introduce GhciMonad and generalize types of functions in GHCi.UIZejun Wu2019-01-312-234/+250
* Fix #12509: ghci -XSafe fails in an inscrutable wayRoland Senn2019-01-281-4/+9
* Don't overwrite the set log_action when using --interactiveMatthew Pickering2019-01-271-4/+8
* Introduce ghci command wrapperZejun Wu2019-01-162-33/+76
* Change comments as requested by code review. #10857Roland Senn2019-01-161-6/+27
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-161-2/+10
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-132-33/+90
* Respect prompt in GhciSettingsZejun Wu2019-01-061-2/+2
* Fix ghci crash when starting with -fno-implicit-import-qualifiedZejun Wu2018-12-171-12/+13
* Handle :cd in external interpreter in a more robust wayZejun Wu2018-12-172-2/+7
* Use https links in user-facing startup and error messagesBen Gamari2018-12-141-1/+1
* Fix #15369: GHCi doesn't honor :set +c when loading for a second timeRoland Senn2018-12-071-6/+16
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-8/+9
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+1
* Load plugins in interactive sessionChristiaan Baaij2018-11-222-6/+19
* Fix #12525: Remove derived bindings from the TyThings from getBindingsRoland Senn2018-11-171-2/+27
* Bump time submoduleBen Gamari2018-11-021-1/+1
* Rewrite FastString table in concurrent hashtableZejun Wu2018-10-281-19/+15
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-2/+2
* ghc-bin.cabal.in: add a 'threaded' flag for hadrianAlp Mestanogullari2018-10-011-0/+12
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-3/+6
* GHC doesn't handle ./ prefixed paths correctly (#12674)roland2018-07-301-3/+17
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-274-2/+23
* Fix space leaksSimon Marlow2018-07-161-3/+4
* Add ghc-prim as dependency to ghc-binÖmer Sinan Ağacan2018-06-272-8/+5
* Show addresses of live objects in GHCi leak checkÖmer Sinan Ağacan2018-06-271-5/+26
* containers: Bump to 0.6.0.1Ben Gamari2018-06-201-1/+1
* Revert "containers: Bump to 0.6.0.1"Ben Gamari2018-06-191-1/+1
* containers: Bump to 0.6.0.1Ben Gamari2018-06-191-1/+1
* Disable `-fdefer-out-of-scope-variables` in ghci.HE, Tao2018-06-141-0/+4
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-041-0/+36
* Extract hard-coded LLVM opt flags into a fileKavon Farvardin2018-05-302-4/+12
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-253-1/+74
* Fix #14973Denis M2018-05-141-8/+4
* ghc-pkg: Configure handle encodingsBen Gamari2018-05-131-12/+2
* Revert "Add -fghci-leak-check to check for space leaks"Simon Marlow2018-05-103-74/+1
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-093-1/+74
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-1/+1
* Bump unix submodule to version 2.8.0.0Ryan Scott2018-04-191-1/+1
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-092-8/+8
* GHCi info: Use src file for cache invalidationalexbiehl2018-03-021-1/+3
* Don't add targets that can't be found in GHCiJulian Priestley2018-01-311-1/+44
* Allow users to ignore optimization changesDavid Feuer2017-12-111-3/+9
* Revert "trees that grow" workBen Gamari2017-11-212-8/+8
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-112-6/+6
* Update Win32 version for GHC 8.4.Tamar Christina2017-11-091-1/+1