aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface.hs
Commit message (Expand)AuthorAgeFilesLines
* Clean up build and testsuite for GHC 9.4Ben Gamari2022-08-051-8/+1
* Minimum changes needed for compilation with hi-haddockMatthew Pickering2022-03-221-2/+2
* Remove use of ExtendedModSummaryMatthew Pickering2021-12-281-5/+5
* Fix for new Plugins datatypeSylvain Henry2021-12-171-6/+8
* Enable Haddock tests in GHC windows CI (#1428)wz10002021-10-111-4/+50
* Adapt Haddock to Logger and Parser changes (#1399)Sylvain Henry2021-06-011-9/+5
* Add UnitId to Target recordFendor2021-03-271-1/+1
* Match changes in GHC AST for in-tree API AnnotationsAlan Zimmerman2021-03-151-1/+1
* Fix the call-site of guessTarget in Interface.hsHécate Moonlight2021-02-231-2/+2
* Explicit imports for Haddock.Interface and Haddock.Interface.CreateHécate Moonlight2021-02-221-23/+25
* Clean-up of Interface and Interface.Create's imports and pragmataHécate Moonlight2021-02-221-12/+11
* Add UnitId to Target recordFendor2021-02-091-1/+1
* Fix to build with HEADSylvain Henry2021-02-091-2/+1
* Merge pull request #1310 from hsyl20/wip/hsyl20/logger2Alexander Biehl2021-02-081-7/+11
|\
| * Update for LoggerSylvain Henry2021-02-081-7/+11
* | Merge branch 'ghc-head' into ghc-9.0alexbiehl-gc2021-02-071-98/+217
|\|
| * Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-mergeBen Gamari2021-02-061-99/+213
| |\
| | * Abstract Monad for interface creationAlex Biehl2021-01-091-17/+15
| | * Make Haddock a GHC PluginAlex Biehl2021-01-091-96/+212
| | * Prepare Haddock for being a GHC PluginAlex Biehl2021-01-091-1/+7
| * | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-4/+12
| |\ \ | | |/ | |/|
| * | Support a new ghc --make node type for parallel backpack upsweepJohn Ericson2020-12-281-2/+4
| * | Adapt to changes to GlobalRdrElt and AvailInfoAdam Gundry2020-12-231-2/+2
| * | DynFlags's unit fields moved to HscEnvSylvain Henry2020-11-301-2/+3
| * | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-261-1/+2
| * | Fix after HomeUnitSylvain Henry2020-08-121-2/+3
* | | simplify calculating percentages fixing #1194 (#1236)Willem Van Onsem2021-02-071-2/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-4/+11
|\ \ | |/ |/|
| * simplify calculating percentages fixing #1194 (#1236)Willem Van Onsem2020-12-081-1/+1
| * Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243)Xia Li-yao2020-12-081-1/+1
| * Use floor over round to calculate the percentage (#1195)Willem Van Onsem2020-05-251-1/+1
| * Remove unused `Haddock.Utils` functionsAlec Theriault2020-03-281-0/+1
| * Clean up warningsAlec Theriault2020-03-221-1/+1
| * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-2/+8
| |\
| | * Remove Haddock's dependency on `Cabal`Alec Theriault2019-05-261-1/+0
| | * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-1/+8
| | |\
| | | * Load plugins when compiling each module (#983)Alec Theriault2018-12-201-1/+8
* | | | Use functions exported from HsToCoreZubin Duggal2020-06-211-0/+1
* | | | Fix after unit refactoringSylvain Henry2020-06-081-1/+1
* | | | isBootSummary now produces a result of type IsBootInterfaceCale Gibbard2020-05-211-56/+57
* | | | Fix for GHC.Unit.* modulesSylvain Henry2020-04-271-1/+1
* | | | Module structureSylvain Henry2020-04-241-3/+3
* | | | Module renaming: amend previous patchSylvain Henry2020-04-051-1/+1
* | | | Modules: type checkerSylvain Henry2020-03-301-1/+1
* | | | Modules: TypesSylvain Henry2020-03-201-4/+4
* | | | Ignore the BufLoc/BufSpan added in GHC's !2516Vladislav Zavialov2020-02-281-1/+1
* | | | Modules: Driver (#13009)Sylvain Henry2020-02-191-2/+2
|/ / /
* / / Refactor for withTiming changes.Andreas Klebinger2019-10-211-4/+4
|/ /
* | Use `.hie` files for the Hyperlinker backend (#977)Alec Theriault2019-01-311-45/+10
* | Fix warnings, accept outputAlec Theriault2018-12-121-1/+0
|/