aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface/Create.hs
Commit message (Expand)AuthorAgeFilesLines
* Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-281-9/+9
* Clean up warningsAlec Theriault2020-03-221-1/+1
* Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-6/+7
|\
| * Fix the ignore-exports option (#1082)Alexis King2019-09-301-4/+5
| * Matching changes in GHC for #16236Alan Zimmerman2019-03-291-3/+3
| * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-2/+2
| |\
| | * Fix standalone deriving docsAlec Theriault2019-02-251-2/+2
* | | Changes for #15247Ryan Scott2019-07-031-34/+34
* | | Match changes with #14332Ryan Scott2019-05-221-3/+15
* | | Fix tests broken by GHCAlec Theriault2019-02-161-3/+3
* | | Matching changes in GHC for #16236Alan Zimmerman2019-02-051-3/+3
|/ /
* | 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