aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface
Commit message (Expand)AuthorAgeFilesLines
* Support value/type namespaces on identifier linksAlec Theriault2019-02-252-15/+43
* 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
* Visible kind application haddock updatemynguyen2018-12-303-13/+32
* Refactor names + unused functions (#982)Alec Theriault2018-12-172-19/+8
* Output better debug infromation on internal error in extractDeclZejun Wu2018-12-141-1/+3
* Fix warnings, accept outputAlec Theriault2018-12-121-2/+1
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-231-0/+1
* Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag changeAlp Mestanogullari2018-11-151-1/+1
* Merge branch 'ghc-8.6' into ghc-headAlec Theriault2018-11-102-3/+2
|\
| * Avoid some partialityAlec Theriault2018-10-261-1/+1
| * Fix typo in a warningSimon Jakobi2018-10-231-2/+1
| * Accumulate explicitly which modules to load for 'attachInstances'Alec Theriault2018-08-211-4/+7
| * outOfScope: Recommend qualifying the identifierSimon Jakobi2018-07-201-1/+3
| * Don't warn about ambiguous identifiers when the candidate names belong to the...Simon Jakobi2018-07-201-18/+35
| * Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-201-2/+5
* | Support hyperlink labels with inline markupAlec Theriault2018-11-061-1/+1
* | Improve perf of renamingAlec Theriault2018-11-051-36/+33
* | Specialize some SYB functionsAlec Theriault2018-11-051-4/+4
* | Deduplicate some work in 'AttachInstances'Alec Theriault2018-11-051-27/+40
* | More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-4/+11
* | Merge pull request #893 from harpocrates/get-name-to-instancesBen Gamari2018-08-211-4/+7
|\ \
| * | Accumulate explicitly which modules to load for 'attachInstances'Alec Theriault2018-07-231-4/+7
* | | eqTyCon_RDR now lives in TysWiredInRyan Scott2018-07-271-1/+1
|/ /
* | Don't warn about ambiguous identifiers when the candidate names belong to the...Simon Jakobi2018-07-201-18/+35
* | outOfScope: Recommend qualifying the identifierSimon Jakobi2018-07-201-1/+3
* | Preserve docs on type family instances (#867)Alec Theriault2018-07-201-2/+5
|/
* Remove HsEqTy and XEqTyRyan Scott2018-06-192-2/+0
* Handle -XStarIsTypeVladislav Zavialov2018-06-142-2/+3
* Fix redundant import warningsSimon Jakobi2018-06-132-2/+1
* Renamer: Warn about ambiguous identifiers (#831)Simon Jakobi2018-06-131-3/+17
* Renamer: Warn about out of scope identifiers. (#819)Simon Jakobi2018-06-131-6/+11
* Extract docs from strict/unpacked constructor args (#839)Alec Theriault2018-06-131-0/+1
* DerivingVia changesRyan Scott2018-06-131-2/+9
* Remove ParallelArrays and Data Parallel HaskellBen Gamari2018-06-132-2/+0
* Adjust to new HsDocString internalsSimon Jakobi2018-06-132-13/+12
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-014-301/+335
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-274-129/+152
| * Match GHC for TTG implemented on HsBinds, D4581Alan Zimmerman2018-04-133-20/+20
| * Match GHC changes for TTGAlan Zimmerman2018-04-093-139/+129
| * Updates for #13324Ryan Scott2018-03-061-1/+1
| * Merge remote-tracking branch 'harpocrates/fix/missing-orphan-instances' into ...Ben Gamari2018-01-261-1/+1
| |\
| | * Pass to GHC visible modules for instance filteringAlec Theriault2018-01-061-1/+1
| * | Fix duplicate declarations and TypeFamilies specificsalexbiehl2018-01-201-17/+29
| * | extractDecl: Extract associated types correctly (#736)Alexander Biehl2018-01-191-11/+21
| * | Constructor and pattern synonym argument docs (#709)Alec Theriault2018-01-131-14/+29
| |/
| * Track changes to follow Trac #14529Simon Peyton Jones2017-12-072-28/+34
* | @since includes package name (#749)Alec Theriault2018-03-273-30/+45
* | Show where instances are defined (#748)Alec Theriault2018-03-212-7/+15
* | extractDecl: Extract constructor patterns from data family instances (#776)Alexander Biehl2018-03-131-13/+26