| Commit message (Expand) | Author | Age | Files | Lines |
* | GHC Exactprint main commit | Alan Zimmerman | 2021-03-20 | 2 | -18/+20 |
* | Ignore breakpoint for a specified number of iterations. (#19157) | Roland Senn | 2021-03-10 | 2 | -38/+91 |
* | Use GHC2021 as default language | Joachim Breitner | 2021-03-10 | 1 | -4/+4 |
* | Introduce GHC2021 language | Joachim Breitner | 2021-03-10 | 1 | -4/+4 |
* | template-haskell: Add putDoc, getDoc, withDecDoc and friends | Luke Lau | 2021-03-10 | 1 | -2/+2 |
* | Bump bytestring submodule to 0.11.1.0 | Ben Gamari | 2021-03-10 | 1 | -1/+1 |
* | Add a flag to dump the FastString table | Sylvain Henry | 2021-03-03 | 1 | -1/+8 |
* | Minor simplification for leak indicators | Sylvain Henry | 2021-03-03 | 1 | -15/+18 |
* | GHCi: Always show fixity | Leif Metcalf | 2021-02-22 | 1 | -10/+20 |
* | directory: ensure xdg compliance (Fix #6077) | Gauvain 'GovanifY' Roussel-Tarbouriech | 2021-02-18 | 1 | -2/+16 |
* | Drop GHC_LOADED_IN_GHCI | Ben Gamari | 2021-02-14 | 1 | -13/+0 |
* | GHCi :complete command for operators: Fix spaceless cases of #10576. | Roland Senn | 2021-02-13 | 1 | -2/+11 |
* | Refactor Logger | Sylvain Henry | 2021-02-13 | 3 | -25/+34 |
* | Fix typos | Brian Wignall | 2021-02-06 | 1 | -1/+1 |
* | ghci: Take editor from VISUAL environment variable | Ben Gamari | 2021-01-30 | 1 | -5/+6 |
* | Add explicit import lists to Data.List imports | Oleg Grenrus | 2021-01-29 | 2 | -2/+2 |
* | Add additional context to :doc output (#19055) | Aaron Allen | 2021-01-27 | 1 | -9/+58 |
* | Remove errShortString, cleanup error-related functions | Alfredo Di Napoli | 2021-01-09 | 2 | -0/+2 |
* | GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500) | Roland Senn | 2021-01-07 | 2 | -2/+18 |
* | Put hole instantiation typechecking in the module graph and fix driver batch ... | John Ericson | 2020-12-28 | 1 | -4/+7 |
* | Move Unit related fields from DynFlags to HscEnv | Sylvain Henry | 2020-12-14 | 4 | -57/+60 |
* | Elide extraneous messages for :doc command (#15784) | Aaron Allen | 2020-12-11 | 1 | -5/+15 |
* | [Sized Cmm] properly retain sizes. | Moritz Angermann | 2020-11-26 | 1 | -1/+1 |
* | Bump time submodule to 1.11.1 | Ben Gamari | 2020-11-22 | 1 | -1/+1 |
* | Move Plugins into HscEnv (#17957) | Sylvain Henry | 2020-11-21 | 2 | -17/+6 |
* | ghc-bin: Build with eventlogging by default | Ben Gamari | 2020-11-15 | 1 | -0/+2 |
* | Refactor -dynamic-too handling | Sylvain Henry | 2020-11-06 | 1 | -1/+1 |
* | Replace HsImplicitBndrs with HsOuterTyVarBndrs | Ryan Scott | 2020-11-06 | 1 | -2/+4 |
* | Linker: reorganize linker related code | Sylvain Henry | 2020-11-03 | 2 | -5/+5 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 4 | -42/+56 |
* | API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaled | Alan Zimmerman | 2020-10-20 | 1 | -2/+2 |
* | Implement -Woperator-whitespace (#18834) | Vladislav Zavialov | 2020-10-19 | 1 | -5/+5 |
* | Move File Target parser to library #18596 | Fendor | 2020-10-09 | 1 | -70/+2 |
* | Expose RTS-only ways (#18651) | Sylvain Henry | 2020-10-09 | 1 | -2/+2 |
* | Bump Cabal, hsc2hs, directory, process submodules | Ben Gamari | 2020-09-30 | 1 | -1/+1 |
* | Make the parser module less dependent on DynFlags | Sylvain Henry | 2020-09-29 | 1 | -2/+3 |
* | Implement Quick Look impredicativity | Simon Peyton Jones | 2020-09-24 | 1 | -7/+10 |
* | Remove the list of loaded modules from the ghci prompt | Hécate | 2020-09-23 | 1 | -2/+2 |
* | Cinch -fno-warn-name-shadowing down to specific GHCi module | John Ericson | 2020-09-19 | 4 | -1/+6 |
* | Bump Win32 submodule to 2.9.0.0 | Ben Gamari | 2020-09-17 | 1 | -1/+1 |
* | Rename ghci flag into internal-interpreter | Sylvain Henry | 2020-09-16 | 2 | -6/+6 |
* | DynFlags: add UnfoldingOpts and SimpleOpts | Sylvain Henry | 2020-09-09 | 1 | -0/+1 |
* | Remove "Ord FastString" instance | Sylvain Henry | 2020-09-01 | 1 | -1/+1 |
* | Add HomeUnit type | Sylvain Henry | 2020-08-13 | 1 | -8/+6 |
* | DynFlags: disentangle Outputable | Sylvain Henry | 2020-08-12 | 6 | -10/+16 |
* | Move GHC.Platform into the compiler | Sylvain Henry | 2020-07-25 | 1 | -4/+4 |
* | Rename GHC.Driver.Ways into GHC.Platform.Ways | Sylvain Henry | 2020-07-25 | 1 | -1/+1 |
* | Simplify XRec definition | Zubin Duggal | 2020-07-25 | 2 | -1/+6 |
* | Replace HscTarget with Backend | Sylvain Henry | 2020-07-22 | 1 | -19/+17 |
* | Enable BangPatterns, ScopedTypeVariables for ghc and hadrian by default. | Andreas Klebinger | 2020-07-22 | 1 | -1/+2 |