| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 2 | -3/+4 |
|\ |
|
| * | Adapt Haddock for QualifiedDo | Matthías Páll Gissurarson | 2020-12-08 | 1 | -2/+2 |
| * | Enable two warnings (#1245) | tomjaguarpaw | 2020-12-08 | 1 | -0/+1 |
| * | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 2 | -2/+2 |
| |\ |
|
| | * | Prefer un-hyperlinked sources to no sources | Alec Theriault | 2019-10-07 | 1 | -1/+1 |
| | * | Remove workaround for now-fixed Clang CPP bug (#1028) | Alec Theriault | 2019-03-29 | 1 | -45/+2 |
* | | | Updates for the new linear types syntax: a %p -> b | Vladislav Zavialov | 2020-09-30 | 1 | -0/+1 |
* | | | Sync with GHC removing {-# CORE #-} pragma | Krzysztof Gogolewski | 2020-07-12 | 1 | -2/+0 |
* | | | Handle LexicalNegation's ITprefixminus | Vladislav Zavialov | 2020-06-28 | 1 | -0/+1 |
* | | | Adapt Haddock for QualifiedDo | Matthías Páll Gissurarson | 2020-06-26 | 1 | -2/+2 |
* | | | Adapt Haddock to LinearTypes | Krzysztof Gogolewski | 2020-06-17 | 2 | -2/+3 |
* | | | Fix after unit refactoring | Sylvain Henry | 2020-06-08 | 1 | -1/+1 |
* | | | update for hiefile-typeclass-info | Zubin Duggal | 2020-05-24 | 1 | -14/+20 |
* | | | Fix for GHC.Unit.* modules | Sylvain Henry | 2020-04-27 | 1 | -1/+1 |
* | | | Module structure | Sylvain Henry | 2020-04-24 | 3 | -7/+7 |
* | | | Module renaming | Sylvain Henry | 2020-04-10 | 1 | -3/+4 |
* | | | Modules: Types | Sylvain Henry | 2020-03-18 | 3 | -9/+9 |
* | | | Ignore the BufLoc/BufSpan added in GHC's !2516 | Vladislav Zavialov | 2020-02-28 | 1 | -6/+8 |
* | | | Modules: Driver (#13009) | Sylvain Henry | 2020-02-19 | 1 | -1/+1 |
* | | | No MonadFail/Alternative for P | Vladislav Zavialov | 2020-02-16 | 1 | -26/+28 |
* | | | Fix after Iface modules renaming | Sylvain Henry | 2020-01-02 | 2 | -5/+5 |
* | | | Update Hyperlinker.Parser.classify to use ITdollar | Vladislav Zavialov | 2019-11-24 | 1 | -4/+2 |
|/ / |
|
* | | Remove spaces around @-patterns (#1093) | Vladislav Zavialov | 2019-09-28 | 2 | -3/+3 |
* | | Match GHC changes for T16185 | Alec Theriault | 2019-02-22 | 1 | -2/+2 |
* | | Parser changes to match !380 | Vladislav Zavialov | 2019-02-17 | 1 | -6/+9 |
* | | Remove workaround for now-fixed Clang CPP bug (#1028) | Alec Theriault | 2019-02-11 | 1 | -45/+2 |
|/ |
|
* | Use `.hie` files for the Hyperlinker backend (#977) | Alec Theriault | 2019-01-31 | 5 | -545/+488 |
* | [TTG: Handling Source Locations] Foundation and Pat | Shayan-Najd | 2018-11-23 | 1 | -30/+48 |
* | Add ITcomment_line_prag token to Hyperlinker Parser | Ben Sklaroff | 2018-08-21 | 1 | -5/+6 |
* | Handle -XStarIsType | Vladislav Zavialov | 2018-06-14 | 1 | -0/+1 |
* | Complete FixitySig and FamilyDecl pattern matches | Simon Jakobi | 2018-06-13 | 1 | -0/+3 |
* | Improve hyperlinker's 'spanToNewline' (#846) | Alec Theriault | 2018-06-13 | 1 | -7/+25 |
* | Remove 'TokenGroup' from Hyperlinker (#818) | Alec Theriault | 2018-06-13 | 1 | -50/+14 |
* | Filter out CRLFs in hyperlinker backend (#813) | Alec Theriault | 2018-06-13 | 1 | -2/+7 |
* | Remove `ITtildehsh` token | Simon Jakobi | 2018-06-13 | 1 | -1/+0 |
* | DerivingVia changes | Ryan Scott | 2018-06-13 | 1 | -6/+1 |
* | Merge branch 'ghc-head' with 'ghc-8.4' | Herbert Valerio Riedel | 2018-05-01 | 1 | -26/+28 |
|\ |
|
| * | Match changes in GHC for TTG | Alan Zimmerman | 2018-04-27 | 1 | -8/+10 |
| * | Match GHC for TTG implemented on HsBinds, D4581 | Alan Zimmerman | 2018-04-13 | 1 | -3/+3 |
| * | Match GHC changes for TTG | Alan Zimmerman | 2018-04-09 | 1 | -8/+8 |
* | | Don't treat fixity signatures like declarations | alexbiehl | 2018-04-20 | 1 | -1/+1 |
* | | Hyperlinker: Links for TyOps, class methods and associated types | alexbiehl | 2018-03-05 | 1 | -1/+14 |
* | | Hyperlinker: Also link pattern synonym arguments | alexbiehl | 2018-02-06 | 1 | -2/+5 |
* | | Hyperlink pattern synonyms and 'module' imports (#744) | Alec Theriault | 2018-02-05 | 1 | -4/+10 |
* | | Support the new 'ITcolumn_prag' token | Alec Theriault | 2018-02-02 | 1 | -0/+2 |
* | | Properly color pragma contents in hyperlinker | Alec Theriault | 2018-02-02 | 1 | -13/+65 |
* | | Warning free compilation | Alexander Biehl | 2018-02-01 | 1 | -1/+0 |
* | | Hyperlinker: Adjust parser to new PFailed constructor | Alexander Biehl | 2018-02-01 | 1 | -8/+8 |
* | | Use the GHC lexer for the Hyperlinker backend (#714) | Alec Theriault | 2018-02-01 | 4 | -238/+362 |
|/ |
|
* | Revert "Match changes for Trees that Grow in GHC" | Ben Gamari | 2017-11-21 | 1 | -6/+6 |