aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-4/+12
|\
| * 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
* | | | | 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
|/ / / /
* | | | 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
|/
* Merge branch 'ghc-8.4' into ghc-8.6Alec Theriault2018-10-161-0/+1
|\
| * Avoid "invalid argument (invalid character)" on non-unicode Windows (#892)Yuji Yamamoto2018-07-231-0/+1
| * Renamer: Warn about ambiguous identifiers (#831)Simon Jakobi2018-06-081-2/+2
* | Accumulate explicitly which modules to load for 'attachInstances'Alec Theriault2018-08-211-24/+35
* | Renamer: Warn about ambiguous identifiers (#831)Simon Jakobi2018-06-131-2/+2
|/
* Useful cost centres, timers and allocation counters (#785)Alexander Biehl2018-03-231-7/+14
* Update the GblRdrEnv when processing modulesAlec Theriault2018-02-011-0/+14
* Merge remote-tracking branch 'origin/ghc-head' into HEADalexbiehl2017-10-081-17/+2
|\
| * Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-0/+12
| |\
| * | Rename extension index tagsAlan Zimmerman2017-06-051-1/+1
| * | Match new AST as per GHC wip/new-tree-one-paramAlan Zimmerman2017-06-051-1/+1
| * | Don't enable compilation for template haskell (#624)Doug Wilson2017-05-271-16/+1
* | | Inhibit output of coverage information for hidden modules. (#687)Merijn Verstraaten2017-10-041-6/+7
| |/ |/|
* | Remove redudant import warning (#651)Alex Biehl2017-07-071-4/+5
* | Avoid errors on non UTF-8 Windows (#566)Yuji Yamamoto2017-07-041-0/+11
|/
* Merge remote-tracking branch 'phadej/orphans' into ghc-headBen Gamari2015-12-201-1/+1
|\
| * Have source links for orphan instancesOleg Grenrus2015-09-281-1/+1
* | Remove redundant constraints from haddock, discovered by -fwarn-redundant-con...Simon Peyton Jones2015-12-141-1/+1
|/
* Print missing docs by defaultMateusz Kowalczyk2014-12-181-1/+1
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-0/+244