aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-304-20/+24
| * | | Add type arguments to PrefixConCale Gibbard2020-11-257-13/+13
| * | | Avoid GHC#18932.Richard Eisenberg2020-11-251-1/+2
| |/ /
| * | Adapt to splitPiTysInvisible being renamed to splitInvisPiTysRyan Scott2020-11-131-1/+1
| * | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-3011-209/+350
| * | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-308-93/+124
| * | Adapt to the removal of Hs{Boxed,Constraint}TupleRyan Scott2020-10-292-3/+3
| * | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-269-12/+20
| * | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-196-14/+19
| * | 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-293-7/+6
| * | Updates for the new linear types syntax: a %p -> bVladislav Zavialov2020-09-261-0/+1
| * | Bump GHC version to 9.1Ben Gamari2020-09-141-1/+1
| * | Match GHC for #18639, remove GENERATED pragmaAlan Zimmerman2020-09-071-2/+0
| * | Remove Ord FastString instanceSylvain Henry2020-08-172-7/+13
| * | Fix after HomeUnitSylvain Henry2020-08-122-3/+5
| * | Fix after Outputable refactoringSylvain Henry2020-08-058-12/+20
| * | Update for modular ping pongZubin Duggal2020-07-2311-65/+52
* | | simplify calculating percentages fixing #1194 (#1236)Willem Van Onsem2021-02-071-2/+1
* | | Remove dubious parseModLinkalexbiehl2021-02-071-4/+4
* | | 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-078-21/+62
|/ / /
* | | Cleanup: fix build warningsVladislav Zavialov2021-02-055-6/+6
* | | 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-0527-718/+1166
|\ \
| * | Adapt Haddock for QualifiedDoMatthías Páll Gissurarson2020-12-081-2/+2
| * | Import intercalatealexbiehl2020-12-081-0/+1
| * | Changes for GHC#17566Alex Biehl2020-12-085-6/+32
| * | simplify calculating percentages fixing #1194 (#1236)Willem Van Onsem2020-12-081-1/+1
| * | Enable two warnings (#1245)tomjaguarpaw2020-12-086-0/+7
| * | Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243)Xia Li-yao2020-12-086-18/+60
| * | Use floor over round to calculate the percentage (#1195)Willem Van Onsem2020-05-251-1/+1
| * | Add support for custom section anchors (#1179)Iñaki2020-04-251-1/+7
| * | Fallback to `hiDecl` when `extractDecl` failsAlec Theriault2020-04-211-45/+69
| * | Don't warn about missing links in miminal sigsAlec Theriault2020-04-152-4/+17
| * | Prune docstrings that are never renderedAlec Theriault2020-04-151-2/+15
| * | Recode Doc to Json. (#1159)Ignat Insarov2020-04-091-5/+162
| * | Fix #1050 by filtering out invisible AppTy argumentsRyan Scott2020-04-051-5/+8
| * | Disallow links in section headersAlec Theriault2020-03-281-1/+1
| * | Cleanup up GHC flags in `.cabal` filesAlec Theriault2020-03-282-2/+2
| * | Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-285-57/+44
| * | Use TTG empty extensions to remove some `error`'sAlec Theriault2020-03-286-26/+21
| * | Remove unused `Haddock.Utils` functionsAlec Theriault2020-03-285-147/+101
| * | Disallow qualified uses of reserved identifiersAlec Theriault2020-03-271-12/+22
| * | Tentative 2.24 releaseAlec Theriault2020-03-222-2/+2