summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-3/+3
* Fix stage 1 warningsÖmer Sinan Ağacan2019-07-021-1/+4
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-221-14/+25
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Fix #1620: ModBreaks.modBreaks_array not initialisedRoland Senn2019-06-191-7/+11
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+2
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-112-7/+18
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-092-32/+101
* Fix #16700: Tiny errors in output of GHCi commands :forward and :infoRoland Senn2019-06-071-1/+1
* make: Fix bindist installationBen Gamari2019-06-041-5/+2
* Add GHCi :instances commandXavier Denis2019-06-041-1/+15
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-2/+1
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-211-2/+4
* Fix bugs and documentation for #13456Roland Senn2019-05-101-29/+37
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-1/+1
* Generate settings by make/hadrian instead of configureJohn Ericson2019-04-301-0/+3
* Correct off by one error in ghci +cMatthew Pickering2019-04-222-2/+9
* GHCi: add 'local-config' settingFraser Tweedale2019-04-151-2/+16
* GHCi: fix load order of .ghci filesFraser Tweedale2019-04-152-9/+46
* Use ghc-prim < 0.7, not <= 0.6.1, as upper version boundsRyan Scott2019-04-091-1/+1
* Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan2019-04-011-1/+1
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-4/+4
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-1/+0
* Extract out use of UnboxedTuples from GHCi.LeakMichael Sloan2019-03-173-5/+20
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-7/+7
* 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