aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/GhcUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-18/+16
|\
| * Keep track of promotion ticks in HsOpTysheaf2022-04-011-3/+3
| * Minimum changes needed for compilation with hi-haddockMatthew Pickering2022-03-221-2/+2
| * Link to (~)Vladislav Zavialov2022-03-141-0/+1
| * Update after NoExtCon -> DataConCantHappen renameKrzysztof Gogolewski2021-11-271-1/+1
| * HsToken in FunTy, RecConGADTVladislav Zavialov2021-06-101-3/+3
| * FieldOcc: rename extFieldOcc to foExtShayne Fletcher2021-05-221-2/+2
| * Remove Maybe from HsQualTyAlan Zimmerman2021-05-201-7/+4
| * Update for EPA changes in GHCAlan Zimmerman2021-05-111-3/+3
| * Revert "Removal of HsVersions.h (#1388)"Hécate Moonlight2021-05-111-3/+3
| * Removal of HsVersions.h (#1388)Sylvain Henry2021-05-111-3/+3
| * EPA : Rename ApiAnn to EpAnnAlan Zimmerman2021-03-291-3/+3
* | Follow hlint suggestion: redundant $. (#1505)Phil de Joux2022-07-241-1/+1
* | Follow hlint, remove language pragmas in libs. (#1478)Phil de Joux2022-05-031-1/+1
* | Follow hlint suggestion to remove redundant bang. (#1479)Phil de Joux2022-05-031-1/+1
* | typos (#1464)askeblad2022-03-161-1/+1
* | Update for EPA changes in GHCAlan Zimmerman2021-04-191-3/+3
* | EPA : Rename ApiAnn to EpAnnAlan Zimmerman2021-03-291-3/+3
|/
* Match changes in GHC AST for in-tree API AnnotationsAlan Zimmerman2021-03-151-46/+38
* Update for boxed repAndrew Martin2021-03-071-2/+2
* Context becomes a Maybe in the GHC ASTAlan Zimmerman2021-02-221-5/+11
* Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-mergeBen Gamari2021-02-061-10/+1
|\
| * Merge pull request #1273 from hsyl20/wip/hsyl20/arrowsHécate Moonlight2021-01-141-1/+1
| |\
| | * Fix after binder collect changesSylvain Henry2020-12-211-1/+1
| * | Abstract Monad for interface creationAlex Biehl2021-01-091-9/+0
* | | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-23/+145
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-24/+125
| |\ \
| | * | Changes for GHC#17566Alex Biehl2020-12-081-3/+26
| | * | Enable two warnings (#1245)tomjaguarpaw2020-12-081-0/+1
| | * | Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-281-33/+20
| | * | Use TTG empty extensions to remove some `error`'sAlec Theriault2020-03-281-8/+7
| | * | Remove unused `Haddock.Utils` functionsAlec Theriault2020-03-281-0/+91
| | * | Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-4/+10
| | |\ \
| | | * | Fix #1063 with better parenthesization logic for contextsAlec Theriault2019-05-171-2/+4
| | | * | Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-1/+4
| | | |\ \
| | | | * | Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-201-0/+96
| * | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-211-3/+4
* | | | | | Inline and fix getGADTConTypeGVladislav Zavialov2020-12-291-30/+0
| |_|_|_|/ |/| | | |
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-191-0/+1
* | | | | Merge remote-tracking branch 'upstream/ghc-head' into ghc-headBen Gamari2020-12-151-1/+0
|\ \ \ \ \
| * | | | | Revert "Enable two warnings (#1245) (#1268)"Ben Gamari2020-12-151-1/+0
* | | | | | Revert "Update for boxed rep"Ben Gamari2020-12-151-2/+2
|/ / / / /
* | | | | Update for boxed repAndrew Martin2020-12-141-2/+2
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-101-0/+1
* | | | | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-301-26/+50
* | | | | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-301-11/+6
* | | | | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-261-1/+0
* | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-191-3/+4
* | | | | Fix after Outputable refactoringSylvain Henry2020-08-051-1/+3
* | | | | Update for modular ping pongZubin Duggal2020-07-231-37/+25
|/ / / /