aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface/Create.hs
Commit message (Expand)AuthorAgeFilesLines
* 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-301-7/+14
* Output better debug infromation on internal error in extractDeclZejun Wu2018-12-141-1/+3
* Fix warnings, accept outputAlec Theriault2018-12-121-2/+1
* Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag changeAlp Mestanogullari2018-11-151-1/+1
* Avoid some partialityAlec Theriault2018-10-261-1/+1
* Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-201-2/+5
* Fix redundant import warningsSimon Jakobi2018-06-131-1/+1
* Extract docs from strict/unpacked constructor args (#839)Alec Theriault2018-06-131-0/+1
* Adjust to new HsDocString internalsSimon Jakobi2018-06-131-5/+5
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-99/+114
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-271-59/+59
| * Match GHC for TTG implemented on HsBinds, D4581Alan Zimmerman2018-04-131-8/+8
| * Match GHC changes for TTGAlan Zimmerman2018-04-091-17/+17
| * 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-071-8/+8
* | @since includes package name (#749)Alec Theriault2018-03-271-17/+31
* | extractDecl: Extract constructor patterns from data family instances (#776)Alexander Biehl2018-03-131-13/+26
* | Fix file handle leak (#763) (#764)Alec Theriault2018-02-251-3/+6
* | Teach the HTML backend how to render methods with multiple namesalexbiehl2018-02-191-25/+1
* | Add 'show' option to complement 'hide' (#752)Alec Theriault2018-02-111-10/+11
* | Expand SigD in a better placealexbiehl2018-02-091-2/+2
* | fullModuleContents: support named docsalexbiehl2018-02-061-16/+24
* | Expand SigDsalexbiehl2018-02-061-2/+26
* | Use the GHC lexer for the Hyperlinker backend (#714)Alec Theriault2018-02-011-12/+12
* | Fix duplicate declarations and TypeFamilies specificsalexbiehl2018-01-201-17/+29
* | extractDecl: Extract associated types correctly (#736)Alexander Biehl2018-01-191-11/+21
|/
* Revert "Match changes for Trees that Grow in GHC"Ben Gamari2017-11-211-16/+14
* Revert "Match Trees That Grow"Ben Gamari2017-11-211-2/+2
* Revert "Clean up use of PlaceHolder, to match TTG"Ben Gamari2017-11-211-8/+8
* Clean up use of PlaceHolder, to match TTGAlan Zimmerman2017-11-141-8/+8
* Match Trees That GrowAlan Zimmerman2017-11-081-2/+2
* Match changes for Trees that Grow in GHCAlan Zimmerman2017-11-071-14/+16
* Always return documentation for exported subordinatesalexbiehl2017-11-021-12/+17
* Make better use of AvailInfoalexbiehl2017-11-011-57/+72
* Remove excessive use of list comprehensionsalexbiehl2017-10-311-12/+7
* fullModuleContents traverses exports in declaration orderalexbiehl2017-10-311-6/+11
* Precise Haddock: Use Avails for export resolution (#688)Alexander Biehl2017-10-081-220/+214
* Account for "Remember the AvailInfo for each IE"Ben Gamari2017-09-051-1/+1
* Update for #14131Ryan Scott2017-08-231-12/+16
* Revert "Drop Avails from export list"alexbiehl2017-08-221-1/+1
* Drop Avails from export listalexbiehl2017-08-211-1/+1
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-122/+262
|\
| * Refactoring: Make doc renaming monadicalexbiehl2017-08-161-56/+71
| * Fix: Generate pattern signatures for constructors exported as patterns (#663)Tim Baumann2017-08-061-1/+33
| * Document record fields when DuplicateRecordFields is enabled (#649)Alex Biehl2017-07-031-1/+1
| * Make per-argument docs for class methods work again (#648)Alex Biehl2017-06-291-2/+3