aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/GhcUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/ / / /
* | | | Use functions exported from HsToCoreZubin Duggal2020-06-211-41/+0
* | | | Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-171-13/+19
* | | | Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-131-10/+22
* | | | Changes for GHC#18191Ryan Scott2020-06-051-1/+4
* | | | Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-201-9/+9
* | | | add dependency on exceptions because GHC.Exception was boiled down (ghc #18075)Artem Pelenitsyn2020-05-031-5/+0
* | | | Fix for GHC.Unit.* modulesSylvain Henry2020-04-271-2/+1
* | | | Module structureSylvain Henry2020-04-241-5/+5
* | | | Merge remote-tracking branch 'origin/ghc-head' into wip/ttg-con-patCale Gibbard2020-04-201-2/+2
|\ \ \ \
| * | | | Module renamingSylvain Henry2020-04-101-2/+2
* | | | | Rename XCollectPat -> CollectPassCale Gibbard2020-04-141-2/+2