aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
* Adding hackage url to top level decl propertiesYuchen Pei2022-07-222-20/+38
* Adding org backend.Yuchen Pei2022-07-222-0/+1253
* fix CI for 9.2 (#1436)Artem Pelenitsyn2021-11-271-1/+0
* coot/multiple packages (ghc-9.2) (#1418)Marcin Szamotulski2021-08-083-39/+116
* Match changes in GHC AST for in-tree API AnnotationsAlan Zimmerman2021-03-158-78/+85
* Add ITproj to parserShayne Fletcher2021-03-061-0/+1
* Context becomes a Maybe in the GHC ASTAlan Zimmerman2021-02-223-19/+23
* Fix to build with HEADSylvain Henry2021-02-091-1/+2
* Merge branch 'ghc-head' into ghc-9.0alexbiehl-gc2021-02-077-170/+239
|\
| * Merge commit '41964cb2fd54b5a10f8c0f28147015b7d5ad2c02' into wip/ghc-head-mergeBen Gamari2021-02-062-0/+2
| |\
| | * Merge commit 'a917dfd29f3103b69378138477514cbfa38558a9' into ghc-headVladislav Zavialov2021-02-051-2/+2
| | |\
| | | * Rename pprLogErrMsg to new nameAlfredo Di Napoli2021-02-011-2/+2
| | * | type level characters support for haddock (required for #11342)Daniel Rogozin2021-02-052-0/+2
| | |/
| * | Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-mergeBen Gamari2021-02-062-6/+3
| |\|
| | * Make haddock more robust to changes to the `Language` data typeJoachim Breitner2021-01-221-4/+1
| | * Abstract Monad for interface creationAlex Biehl2021-01-091-1/+1
| * | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-1311-250/+324
| |\ \ | | |/ | |/|
| * | Inline and fix getGADTConTypeGVladislav Zavialov2020-12-291-6/+16
| * | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-192-0/+2
| * | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonymRyan Scott2020-12-162-2/+2
| * | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2020-12-163-7/+25
| * | Revert "Enable two warnings (#1245) (#1268)"Ben Gamari2020-12-152-2/+0
| * | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-102-0/+2
| * | Merge pull request #1257 from AndreasPK/wip/andreask/opt_dumpsBen Gamari2020-12-031-1/+1
| |\ \
| | * | Update for changes in GHC's PrettyAndreas Klebinger2020-11-241-1/+1
| * | | DynFlags's unit fields moved to HscEnvSylvain Henry2020-11-301-9/+10
| * | | Add type arguments to PrefixConCale Gibbard2020-11-253-8/+8
| |/ /
| * | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-303-82/+139
| * | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-303-30/+34
| * | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-262-3/+4
| * | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-191-1/+2
| * | Add whitespace in: map ($ v)Vladislav Zavialov2020-10-151-3/+3
| * | Don't pass the HomeUnitId (#1239)Sylvain Henry2020-10-121-1/+0
| * | Adapt to GHC parser changesSylvain Henry2020-09-301-1/+2
| * | Update for parser (#1234)Sylvain Henry2020-09-292-5/+3
| * | Updates for the new linear types syntax: a %p -> bVladislav Zavialov2020-09-261-0/+1
| * | Match GHC for #18639, remove GENERATED pragmaAlan Zimmerman2020-09-071-2/+0
| * | Remove Ord FastString instanceSylvain Henry2020-08-171-2/+2
| * | Fix after HomeUnitSylvain Henry2020-08-121-1/+2
| * | Fix after Outputable refactoringSylvain Henry2020-08-054-6/+10
| * | Update for modular ping pongZubin Duggal2020-07-233-6/+2
* | | Merge pull request #1314 from tweag/show-linear-backportHécate Moonlight2021-02-073-7/+25
|\ \ \
| * | | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2021-02-053-7/+25
* | | | Add support for labeled module referencesIñaki García Etxebarria2021-02-074-12/+21
|/ / /
* | | Cleanup: fix build warningsVladislav Zavialov2021-02-051-1/+1
* | | Add import list to Data.ListOleg Grenrus2021-01-241-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-0511-258/+334
|\ \
| * | Adapt Haddock for QualifiedDoMatthías Páll Gissurarson2020-12-081-2/+2
| * | Changes for GHC#17566Alex Biehl2020-12-083-3/+5
| * | Enable two warnings (#1245)tomjaguarpaw2020-12-082-0/+2