| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | compiler: re-engineer the treatment of rebindable if | Alp Mestanogullari | 2020-07-14 | 2 | -3/+3 |
* | Bump ghc-prim version to 0.7.0 | Ryan Scott | 2020-07-02 | 1 | -1/+1 |
* | DynFlags: don't store buildTag | Sylvain Henry | 2020-06-27 | 1 | -1/+1 |
* | In `:break ident` allow out of scope and nested identifiers (Fix #3000) | Roland Senn | 2020-06-25 | 1 | -94/+206 |
* | DynFlags: store default depth in SDocContext (#17957) | Sylvain Henry | 2020-06-18 | 2 | -6/+6 |
* | Linear types (#15981) | Krzysztof Gogolewski | 2020-06-17 | 1 | -2/+2 |
* | Don't return preload units when we set DyNFlags | Sylvain Henry | 2020-06-13 | 1 | -3/+5 |
* | DynFlags: make listVisibleModuleNames take a UnitState | Sylvain Henry | 2020-06-13 | 1 | -1/+1 |
* | Rename Package into Unit (2) | Sylvain Henry | 2020-06-13 | 2 | -14/+14 |
* | Rename Package into Unit | Sylvain Henry | 2020-06-13 | 2 | -7/+7 |
* | Enhance UnitId use | Sylvain Henry | 2020-06-13 | 1 | -4/+4 |
* | Add allowVirtualUnits field in PackageState | Sylvain Henry | 2020-06-13 | 1 | -1/+1 |
* | Rename unsafeGetUnitInfo into unsafeLookupUnit | Sylvain Henry | 2020-06-13 | 1 | -2/+2 |
* | Refactor homeUnit | Sylvain Henry | 2020-06-13 | 1 | -5/+5 |
* | Simple subsumptionwip/T17775 | Simon Peyton Jones | 2020-06-05 | 1 | -2/+3 |
* | Clean up boot vs non-boot disambiguating types | John Ericson | 2020-06-04 | 1 | -1/+1 |
* | Build a threaded stage 1 if the bootstrapping GHC supports it. | Travis Whitaker | 2020-05-29 | 1 | -1/+8 |
* | Move Config module into GHC.Settings | Sylvain Henry | 2020-05-24 | 2 | -2/+2 |
* | Allow GHCi :script file names in double quotes | Stefan Holdermans | 2020-05-21 | 1 | -2/+5 |
* | Allow spaces in GHCi :script file names | Stefan Holdermans | 2020-05-21 | 1 | -1/+14 |
* | GHCi: Add link to the user's guide in help message | Takenobu Tani | 2020-05-13 | 1 | -0/+4 |