| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make ':info Coercible' display an arbitrary string (fixes #12390) | Patrick Dougherty | 2017-07-11 | 1 | -6/+8 |
* | Revert "Make module membership on ModuleGraph faster" | Ben Gamari | 2017-06-27 | 2 | -14/+11 |
* | Make module membership on ModuleGraph faster | Bartosz Nitka | 2017-06-27 | 2 | -11/+14 |
* | Show only the number of modules in ghci | Francesco Mazzoli | 2017-06-21 | 1 | -18/+9 |
* | Make -w less aggressive (Trac #12056) | Sean Gillespie | 2017-06-12 | 1 | -4/+4 |
* | Refactor temp files cleanup | Douglas Wilson | 2017-06-08 | 1 | -1/+1 |
* | Udate hsSyn AST to use Trees that Grow | Alan Zimmerman | 2017-06-06 | 3 | -10/+9 |
* | Use lengthIs and friends in more places | Ryan Scott | 2017-06-02 | 1 | -2/+3 |
* | Make GHCi work when RebindableSyntax is enabled | Ryan Scott | 2017-06-02 | 1 | -5/+7 |
* | Fix crash in isModuleInterpreted for HsBoot (fixes #13591) | Lennart Spitzner | 2017-05-12 | 1 | -1/+1 |
* | Pass -ffrontend-opt arguments to frontend plugin in the correct order | doug | 2017-05-04 | 1 | -1/+2 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 3 | -11/+11 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-28 | 1 | -1/+1 |
* | Bump process to 1.6 | Ben Gamari | 2017-04-27 | 1 | -1/+1 |
* | Don't setProgramDynFlags on every :load | Simon Marlow | 2017-04-25 | 1 | -19/+27 |
* | utils: Lazily decode UTF8 strings | Ben Gamari | 2017-04-17 | 1 | -2/+1 |
* | Remove GhcDynamic (in favor of DYNAMIC_GHC_PROGRAMS) | Reid Barton | 2017-04-12 | 1 | -3/+2 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-04-11 | 1 | -2/+2 |
* | Revert "Enable new warning for fragile/incorrect CPP #if usage" | Ben Gamari | 2017-04-05 | 1 | -1/+1 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-05 | 1 | -1/+1 |
* | :cd affects the iserv process too | Simon Marlow | 2017-04-02 | 1 | -0/+5 |
* | Optimise common cases of GHC.setProgramDynFlags | Simon Marlow | 2017-04-01 | 1 | -7/+0 |
* | Spelling in comments only [ci skip] | Gabor Greif | 2017-03-28 | 1 | -1/+1 |
* | Allow colors to be customized | Phil Ruffwind | 2017-03-23 | 1 | -1/+1 |
* | Eliminate ListSetOps from imp_trust_pkgs | David Feuer | 2017-03-02 | 1 | -6/+7 |
* | Try submodule bumps again | Ben Gamari | 2017-02-28 | 1 | -1/+1 |
* | Have --backpack complain if multiple files are passed. | Edward Z. Yang | 2017-02-23 | 1 | -6/+6 |
* | Revert recent submodule bumps | Ben Gamari | 2017-02-22 | 1 | -1/+1 |
* | Bump time submodule to 1.8 | Ben Gamari | 2017-02-20 | 1 | -1/+1 |
* | TH-spliced class instances are pretty-printed incorrectly post-#3384 | Alan Zimmerman | 2017-02-10 | 1 | -1/+2 |
* | Tweaks and typos in manual, note refs, comments | Gabor Greif | 2017-02-09 | 1 | -1/+1 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 1 | -19/+3 |
* | Bump Win32 version. | Ben Gamari | 2017-01-24 | 1 | -1/+1 |
* | Show explicit quantifiers in conflicting definitions error | Phil de Joux | 2017-01-20 | 1 | -4/+5 |
* | Improve suggestion for misspelled flag including '=' (fixes #11789) | Daishi Nakajima | 2017-01-18 | 1 | -1/+10 |
* | Support for abi-depends for computing shadowing. | Edward Z. Yang | 2016-12-21 | 1 | -1/+1 |
* | base: Bump version to 4.10.0.0 | Ben Gamari | 2016-12-15 | 1 | -1/+1 |
* | hschooks.c: Fix long line | Ben Gamari | 2016-12-08 | 1 | -1/+4 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -1/+1 |
* | hschooks.c: Ensure correct header file is included | Ben Gamari | 2016-11-29 | 1 | -1/+8 |
* | ghc/hschooks.c: Fix include path of Rts.h | Ben Gamari | 2016-11-22 | 1 | -1/+1 |
* | Generalise the implicit prelude import | Simon Marlow | 2016-11-16 | 2 | -18/+66 |
* | Avoid calling newDynFlags when there are no changes | Simon Marlow | 2016-11-16 | 1 | -2/+2 |