Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Context becomes a Maybe in the GHC AST | Alan Zimmerman | 2021-02-22 | 1 | -1/+1 |
* | Merge branch 'ghc-head' into ghc-9.0 | alexbiehl-gc | 2021-02-07 | 1 | -54/+72 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head | Ben Gamari | 2021-01-13 | 1 | -4/+3 |
| |\ | |||||
| * | | Inline and fix getGADTConTypeG | Vladislav Zavialov | 2020-12-29 | 1 | -6/+16 |
| * | | Enable two warnings (#1245) (#1268) | tomjaguarpaw | 2020-12-19 | 1 | -0/+1 |
| * | | Revert "Enable two warnings (#1245) (#1268)" | Ben Gamari | 2020-12-15 | 1 | -1/+0 |
| * | | Enable two warnings (#1245) (#1268) | tomjaguarpaw | 2020-12-10 | 1 | -0/+1 |
| * | | DynFlags's unit fields moved to HscEnv | Sylvain Henry | 2020-11-30 | 1 | -9/+10 |
| * | | Add type arguments to PrefixCon | Cale Gibbard | 2020-11-25 | 1 | -3/+3 |
| * | | Adapt to HsOuterTyVarBndrs | Ryan Scott | 2020-10-30 | 1 | -28/+33 |
| * | | Adapt to HsConDecl{H98,GADT}Details split | Ryan Scott | 2020-10-30 | 1 | -2/+2 |
| * | | GHC.Driver.Types refactoring (#1242) | Sylvain Henry | 2020-10-26 | 1 | -2/+3 |
| * | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaled | Alan Zimmerman | 2020-10-19 | 1 | -1/+2 |
| * | | Update for parser (#1234) | Sylvain Henry | 2020-09-29 | 1 | -2/+0 |
| * | | Fix after Outputable refactoring | Sylvain Henry | 2020-08-05 | 1 | -3/+5 |
| * | | Update for modular ping pong | Zubin Duggal | 2020-07-23 | 1 | -1/+1 |
* | | | Add support for labeled module references | Iñaki García Etxebarria | 2021-02-07 | 1 | -1/+1 |
* | | | Add import list to Data.List | Oleg Grenrus | 2021-01-24 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 1 | -9/+8 |
|\ \ | |||||
| * | | Enable two warnings (#1245) | tomjaguarpaw | 2020-12-08 | 1 | -0/+1 |
| * | | Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL` | Alec Theriault | 2020-03-28 | 1 | -12/+12 |
| * | | Tentative 2.24 release | Alec Theriault | 2020-03-22 | 1 | -1/+1 |
| * | | Clean up warnings | Alec Theriault | 2020-03-22 | 1 | -2/+1 |
| * | | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -7/+8 |
| |\ \ | |||||
| | * \ | Merge branch 'ghc-8.6' into ghc-8.8 | Alec Theriault | 2019-03-03 | 1 | -7/+8 |
| | |\ \ | |||||
| | | * | | Print kinded tyvars in constructors for Hoogle (#993) | Alec Theriault | 2019-01-07 | 1 | -2/+8 |
| | * | | | Better identifier parsing | Alec Theriault | 2019-02-25 | 1 | -1/+1 |
* | | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaled | Alan Zimmerman | 2020-10-21 | 1 | -1/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Adapt Haddock to LinearTypes | Krzysztof Gogolewski | 2020-06-17 | 1 | -4/+6 |
* | | | | Use HsForAllTelescope (GHC#18235) | Ryan Scott | 2020-06-13 | 1 | -1/+1 |
* | | | | Explicit Specificity Support for Haddock | Gert-Jan Bottu | 2020-05-20 | 1 | -2/+2 |
* | | | | Module structure | Sylvain Henry | 2020-04-24 | 1 | -2/+1 |
* | | | | Make NoExtCon fields strict | Ryan Scott | 2020-04-07 | 1 | -2/+0 |
* | | | | Modules: Types | Sylvain Henry | 2020-03-18 | 1 | -2/+2 |
* | | | | Modules: Core (#13009) | Sylvain Henry | 2020-03-02 | 1 | -1/+1 |
|/ / / | |||||
* | | | Refactor for OutputableBndrId changes | Sebastian Graf | 2019-10-25 | 1 | -2/+2 |
* | | | Changes for #15247 | Ryan Scott | 2019-07-03 | 1 | -8/+8 |
* | | | Changes for #16110/#16356 | Ryan Scott | 2019-05-14 | 1 | -11/+2 |
* | | | Visible dependent quantification (#16326) changes | Ryan Scott | 2019-02-27 | 1 | -1/+1 |
|/ / | |||||
* | | Miscellaneous improvements to `Convert` (#1020) | Alec Theriault | 2019-02-03 | 1 | -2/+7 |
* | | Visible kind application haddock update | mynguyen | 2018-12-30 | 1 | -0/+1 |
* | | Fix warnings, accept output | Alec Theriault | 2018-12-12 | 1 | -1/+0 |
* | | Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag change | Alp Mestanogullari | 2018-11-15 | 1 | -1/+2 |
* | | Merge branch 'ghc-8.6' into ghc-head | Alec Theriault | 2018-11-10 | 1 | -8/+13 |
|\| | |||||
| * | Output pattern synonyms in Hoogle backend (#947) | Alec Theriault | 2018-10-16 | 1 | -8/+13 |
| * | Update the ghc-8.6 branch (#889) | Simon Jakobi | 2018-07-20 | 1 | -6/+8 |
* | | Support hyperlink labels with inline markup | Alec Theriault | 2018-11-06 | 1 | -1/+1 |
* | | Set UTF-8 encoding before writing files (#934) | Alec Theriault | 2018-10-16 | 1 | -5/+1 |
* | | Avoid line breaks due to line length in Hoogle (#868) | Alec Theriault | 2018-07-20 | 1 | -3/+5 |
* | | Export more fixities for Hoogle (#871) | Alec Theriault | 2018-07-20 | 1 | -2/+2 |