aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface
Commit message (Expand)AuthorAgeFilesLines
...
| * | Recode Doc to Json. (#1159)Ignat Insarov2020-04-091-5/+162
| * | Cleanup up GHC flags in `.cabal` filesAlec Theriault2020-03-281-1/+1
| * | Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-281-9/+9
| * | Use TTG empty extensions to remove some `error`'sAlec Theriault2020-03-282-14/+7
| * | Clean up warningsAlec Theriault2020-03-224-5/+3
| * | Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-205-138/+213
| |\ \
| | * | Fix the ignore-exports option (#1082)Alexis King2019-09-301-4/+5
| | * | Comment C, which clarifies why e.g. ReadP is not enoughOleg Grenrus2019-05-131-0/+7
| | * | Redo ParseModuleHeaderOleg Grenrus2019-05-131-93/+125
| | * | Matching changes in GHC for #16236Alan Zimmerman2019-03-292-5/+5
| | * | Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-2/+2
| | |\ \
| | | * | Fix standalone deriving docsAlec Theriault2019-02-251-2/+2
| | * | | Fix bogus identifier defaultingAlec Theriault2019-02-261-9/+5
| | * | | Better identifier parsingAlec Theriault2019-02-253-28/+39
| | * | | Support value/type namespaces on identifier linksAlec Theriault2019-02-252-15/+43
* | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-213-10/+10
| |_|_|/ |/| | |
* | | | Use functions exported from HsToCoreZubin Duggal2020-06-213-183/+3
* | | | Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-174-20/+39
* | | | Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-133-11/+32
* | | | Fix after unit refactoringSylvain Henry2020-06-081-12/+11
* | | | Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-202-15/+15
* | | | Fix for GHC.Unit.* modulesSylvain Henry2020-04-273-4/+4
* | | | UnitId has been renamed into UnitSylvain Henry2020-04-271-6/+6
* | | | Module structureSylvain Henry2020-04-246-14/+12
* | | | Module renamingSylvain Henry2020-04-103-4/+4
* | | | Make NoExtCon fields strictRyan Scott2020-04-072-18/+0
* | | | Module renaming: amend previous patchSylvain Henry2020-04-051-1/+1
* | | | Modules: type checkerSylvain Henry2020-03-301-1/+1
* | | | Merge commit '3c2944c037263b426c4fe60a3424c27b852ea71c' into HEADBen Gamari2020-03-234-5/+5
|\ \ \ \
| * | | | Modules: TypesSylvain Henry2020-03-207-25/+25
* | | | | Modules: TypesSylvain Henry2020-03-187-25/+25
|/ / / /
* | | | Merge pull request #1130 from hsyl20/wip/hsyl20-modules-core2Ben Gamari2020-03-162-6/+6
|\ \ \ \
| * | | | Modules: Core (#13009)Sylvain Henry2020-03-022-6/+6
* | | | | Changes in GHC's !1913.Richard Eisenberg2020-03-091-2/+2
|/ / / /
* | | | Ignore the BufLoc/BufSpan added in GHC's !2516Vladislav Zavialov2020-02-281-2/+2
* | | | Modules: Core (#13009)Sylvain Henry2020-02-251-1/+1
* | | | Use RealSrcSpan in InstMapVladislav Zavialov2020-02-221-18/+12
* | | | Modules: Driver (#13009)Sylvain Henry2020-02-194-5/+5
* | | | Changes for GHC#17608Ryan Scott2020-01-081-3/+4
* | | | hsyl20-modules-renamerSylvain Henry2020-01-071-1/+1
* | | | Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-281-7/+7
|/ / /
* | | Changes for #15247Ryan Scott2019-07-033-105/+105
* | | Match changes with #14332Ryan Scott2019-05-221-3/+15
* | | Changes for #16110/#16356Ryan Scott2019-05-141-18/+7
* | | Visible dependent quantification (#16326) changesRyan Scott2019-02-272-5/+6
* | | Match GHC changes for T16185Alec Theriault2019-02-221-3/+3
* | | Fix tests broken by GHCAlec Theriault2019-02-161-3/+3
* | | Matching changes in GHC for #16236Alan Zimmerman2019-02-052-5/+5
|/ /
* | Miscellaneous improvements to `Convert` (#1020)Alec Theriault2019-02-031-1/+1
* | Use `.hie` files for the Hyperlinker backend (#977)Alec Theriault2019-01-311-37/+2