aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock.hs
Commit message (Expand)AuthorAgeFilesLines
* fixing the merge due to new ghc version (9.4)Yuchen Pei2022-08-161-1/+1
* Merge remote-tracking branch 'upstream/main'Yuchen Pei2022-08-161-18/+24
|\
| * Clean up build and testsuite for GHC 9.4Ben Gamari2022-08-051-1/+0
| * Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-17/+24
| |\
| | * coot/multiple package (ghc-head) (#1419)Marcin Szamotulski2021-08-161-23/+58
| | * Adapt Haddock to Logger and Parser changes (#1399)Sylvain Henry2021-06-011-7/+10
| | * Fix after NameCache changesSylvain Henry2021-03-221-9/+12
* | | Moving file writing to inside org backendYuchen Pei2022-08-161-2/+3
* | | Merge remote-tracking branch 'upstream/main'Yuchen Pei2022-07-211-1/+0
|\| |
| * | Follow hlint suggestion: unused LANGUAGE pragma. (#1504)Phil de Joux2022-07-191-1/+0
* | | Preparing for publication.Yuchen Pei2022-07-181-1/+1
* | | Adding org backend.Yuchen Pei2022-07-181-1/+6
|/ /
* | Fix #783 Don't show button if --quickjump not presentMike Pilgrem2022-06-121-1/+2
* | Render module tree per package in the content page (#1492)Marcin Szamotulski2022-06-071-17/+53
* | Use visibility to decide which interfaces are included in quickjump (#1490)Marcin Szamotulski2022-05-251-1/+4
* | Allow to hide interfaces when rendering multiple components (#1487)Marcin Szamotulski2022-05-211-18/+19
* | coot/multiple packages (ghc-9.2) (#1418)Marcin Szamotulski2021-08-081-23/+58
|/
* Fix to build with HEADSylvain Henry2021-02-091-1/+0
* Update for LoggerSylvain Henry2021-02-081-17/+19
* Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-mergeBen Gamari2021-02-061-1/+6
|\
| * Add -j[n] CLI param to Haddock executableAlex Biehl2021-01-091-1/+6
* | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-9/+8
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-9/+8
| |\
| | * Remove unused `Haddock.Utils` functionsAlec Theriault2020-03-281-0/+1
| | * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-8/+6
| | |\
| | | * Fix crash when there are no srcspans in the file due to CPPZubin Duggal2019-10-071-1/+1
| | | * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-6/+3
| | | |\
| | | | * `--show-interface` should output to stdout. (#1040)Alec Theriault2019-02-281-1/+2
| | | | * Load plugins when compiling each module (#983)Alec Theriault2018-12-201-5/+1
| | | * | Better identifier parsingAlec Theriault2019-02-251-1/+1
| | | * | Support value/type namespaces on identifier linksAlec Theriault2019-02-251-1/+2
* | | | | DynFlags's unit fields moved to HscEnvSylvain Henry2020-11-301-13/+13
* | | | | Fix after Plugins moved into HscEnvSylvain Henry2020-11-161-4/+5
* | | | | Fix after HomeUnitSylvain Henry2020-08-121-1/+0
* | | | | Rename hsctarget into backendSylvain Henry2020-07-021-3/+4
|/ / / /
* | | | Fix after unit refactoringSylvain Henry2020-06-081-3/+4
* | | | Fix after Config module renamingSylvain Henry2020-05-141-1/+1
* | | | Fix for GHC.Unit.* modulesSylvain Henry2020-04-271-2/+1
* | | | UnitId has been renamed into UnitSylvain Henry2020-04-271-5/+5
* | | | Module structureSylvain Henry2020-04-241-3/+3
* | | | Module renamingSylvain Henry2020-04-101-1/+0
* | | | Modules: TypesSylvain Henry2020-03-181-1/+1
* | | | Modules: Driver (#13009)Sylvain Henry2020-02-191-2/+2
* | | | Module hierarchy: runtime (cf #13009)Sylvain Henry2020-02-101-2/+2
|/ / /
* | | Refactor for withTiming changes.Andreas Klebinger2019-10-211-5/+5
* | | Remove reference to Opt_SplitObjs flagBen Gamari2019-03-041-2/+1
* | | Clean up logic for guessing `-B` and `--lib` (#1026)Alec Theriault2019-02-131-76/+71
|/ /
* | Use `.hie` files for the Hyperlinker backend (#977)Alec Theriault2019-01-311-13/+39
* | Merge branch 'ghc-8.6' into ghc-headAlec Theriault2018-11-101-10/+17
|\|
| * Avoid some partialityAlec Theriault2018-10-261-10/+17