summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* 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
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-2/+2
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-2/+2
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-2/+2
* DynFlags: Introduce -show-mods-loaded flagBen Gamari2017-11-061-12/+26
* Catch a few more typos in commentsGabor Greif2017-10-301-1/+1
* Revert "Update Win32 version for GHC 8.4."Tamar Christina2017-10-251-1/+1
* Update Win32 version for GHC 8.4.Tamar Christina2017-10-251-1/+1
* Disable -XRebindableSyntax when running internal GHCi expressionsRyan Scott2017-10-191-10/+23
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-224-2/+4
* Canonicalise MonoidFail instances in GHCHerbert Valerio Riedel2017-09-091-0/+1
* Canonicalise Monoid instances in GHCHerbert Valerio Riedel2017-09-091-0/+3
* Clean up opt and llcMoritz Angermann2017-09-062-2/+7