| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix #15369: GHCi doesn't honor :set +c when loading for a second time | Roland Senn | 2018-12-07 | 1 | -6/+16 |
* | [TTG: Handling Source Locations] Foundation and Pat | Shayan-Najd | 2018-11-24 | 1 | -8/+9 |
* | Fix unused-import warnings | David Eichmann | 2018-11-22 | 1 | -1/+1 |
* | Load plugins in interactive session | Christiaan Baaij | 2018-11-22 | 2 | -6/+19 |
* | Fix #12525: Remove derived bindings from the TyThings from getBindings | Roland Senn | 2018-11-17 | 1 | -2/+27 |
* | Bump time submodule | Ben Gamari | 2018-11-02 | 1 | -1/+1 |
* | Rewrite FastString table in concurrent hashtable | Zejun Wu | 2018-10-28 | 1 | -19/+15 |
* | More explicit foralls (GHC Proposal 0007) | Matthew Yacavone | 2018-10-27 | 1 | -2/+2 |
* | ghc-bin.cabal.in: add a 'threaded' flag for hadrian | Alp Mestanogullari | 2018-10-01 | 1 | -0/+12 |
* | Turn on MonadFail desugaring by default | Herbert Valerio Riedel | 2018-08-07 | 1 | -3/+6 |
* | GHC doesn't handle ./ prefixed paths correctly (#12674) | roland | 2018-07-30 | 1 | -3/+17 |
* | Modifications to support loading GHC into GHCi | Michael Sloan | 2018-07-27 | 4 | -2/+23 |
* | Fix space leaks | Simon Marlow | 2018-07-16 | 1 | -3/+4 |
* | Add ghc-prim as dependency to ghc-bin | Ömer Sinan Ağacan | 2018-06-27 | 2 | -8/+5 |
* | Show addresses of live objects in GHCi leak check | Ömer Sinan Ağacan | 2018-06-27 | 1 | -5/+26 |
* | containers: Bump to 0.6.0.1 | Ben Gamari | 2018-06-20 | 1 | -1/+1 |
* | Revert "containers: Bump to 0.6.0.1" | Ben Gamari | 2018-06-19 | 1 | -1/+1 |
* | containers: Bump to 0.6.0.1 | Ben Gamari | 2018-06-19 | 1 | -1/+1 |
* | Disable `-fdefer-out-of-scope-variables` in ghci. | HE, Tao | 2018-06-14 | 1 | -0/+4 |
* | Serialize docstrings to ifaces, display them with new GHCi :doc command | Simon Jakobi | 2018-06-04 | 1 | -0/+36 |
* | Extract hard-coded LLVM opt flags into a file | Kavon Farvardin | 2018-05-30 | 2 | -4/+12 |
* | Add -fghci-leak-check to check for space leaks | Simon Marlow | 2018-05-25 | 3 | -1/+74 |
* | Fix #14973 | Denis M | 2018-05-14 | 1 | -8/+4 |
* | ghc-pkg: Configure handle encodings | Ben Gamari | 2018-05-13 | 1 | -12/+2 |
* | Revert "Add -fghci-leak-check to check for space leaks" | Simon Marlow | 2018-05-10 | 3 | -74/+1 |
* | Add -fghci-leak-check to check for space leaks | Simon Marlow | 2018-05-09 | 3 | -1/+74 |
* | TTG : complete for balance of hsSyn AST | Alan Zimmerman | 2018-04-27 | 1 | -1/+1 |
* | Bump unix submodule to version 2.8.0.0 | Ryan Scott | 2018-04-19 | 1 | -1/+1 |
* | Restore Trees That Grow reverted commits | Alan Zimmerman | 2018-04-09 | 2 | -8/+8 |
* | GHCi info: Use src file for cache invalidation | alexbiehl | 2018-03-02 | 1 | -1/+3 |
* | Don't add targets that can't be found in GHCi | Julian Priestley | 2018-01-31 | 1 | -1/+44 |
* | Allow users to ignore optimization changes | David Feuer | 2017-12-11 | 1 | -3/+9 |
* | Revert "trees that grow" work | Ben Gamari | 2017-11-21 | 2 | -8/+8 |
* | WIP on combined Step 1 and 3 for Trees That Grow, HsExpr | Alan Zimmerman | 2017-11-11 | 2 | -6/+6 |
* | Update Win32 version for GHC 8.4. | Tamar Christina | 2017-11-09 | 1 | -1/+1 |
* | WIP on Doing a combined Step 1 and 3 for Trees That Grow | Alan Zimmerman | 2017-11-08 | 1 | -2/+2 |
* | Revert "WIP on combining Step 1 and 3 of Trees That Grow" | Ben Gamari | 2017-11-07 | 1 | -2/+2 |
* | WIP on combining Step 1 and 3 of Trees That Grow | Alan Zimmerman | 2017-11-07 | 1 | -2/+2 |
* | DynFlags: Introduce -show-mods-loaded flag | Ben Gamari | 2017-11-06 | 1 | -12/+26 |
* | Catch a few more typos in comments | Gabor Greif | 2017-10-30 | 1 | -1/+1 |
* | Revert "Update Win32 version for GHC 8.4." | Tamar Christina | 2017-10-25 | 1 | -1/+1 |
* | Update Win32 version for GHC 8.4. | Tamar Christina | 2017-10-25 | 1 | -1/+1 |
* | Disable -XRebindableSyntax when running internal GHCi expressions | Ryan Scott | 2017-10-19 | 1 | -10/+23 |
* | Reexport Semigroup's <> operator from Prelude (#14191) | Herbert Valerio Riedel | 2017-09-22 | 4 | -2/+4 |
* | Canonicalise MonoidFail instances in GHC | Herbert Valerio Riedel | 2017-09-09 | 1 | -0/+1 |
* | Canonicalise Monoid instances in GHC | Herbert Valerio Riedel | 2017-09-09 | 1 | -0/+3 |
* | Clean up opt and llc | Moritz Angermann | 2017-09-06 | 2 | -2/+7 |
* | fix typo (expreesions -> expressions) | Chris Martin | 2017-08-22 | 1 | -1/+1 |
* | Drop GHC 7.10 compatibility | Ryan Scott | 2017-08-01 | 1 | -2/+0 |
* | Make module membership on ModuleGraph faster | Bartosz Nitka | 2017-07-18 | 2 | -11/+14 |