aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
* | Merge branch 'ghc-8.6' into ghc-headAlec Theriault2018-10-161-3/+8
|\|
| * Merge branch 'ghc-8.4' into ghc-8.6Alec Theriault2018-10-161-3/+8
| |\
| | * Make --package-version optional for --hoogle generation (#899)Alexander Biehl2018-08-061-3/+8
| * | Load plugins when starting a GHC session (#905)Matthew Pickering2018-08-211-1/+5
| |/
* | Load plugins when starting a GHC session (#905)Matthew Pickering2018-08-211-1/+5
* | Let `haddock-test` bypass interface version check (#890)Alec Theriault2018-07-201-5/+16
|/
* @since includes package name (#749)Alec Theriault2018-03-271-43/+29
* Useful cost centres, timers and allocation counters (#785)Alexander Biehl2018-03-231-20/+39
* Filter RTS arguments from 'ghc-options' arguments (#725)Alec Theriault2018-02-011-2/+15
* Use the GHC lexer for the Hyperlinker backend (#714)Alec Theriault2018-02-011-1/+1
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-10-311-7/+30
|\
| * Reexported modules: Report warnings if argument cannot be parsed oralexbiehl2017-10-311-7/+10
| * Supported reexported-modules via --reexport flag.Edward Z. Yang2017-10-311-1/+19
| * Put Quickjump behind --quickjump flag (#697)Alexander Biehl2017-10-301-5/+7
| * Add QuickJump version to meta.json (#696)Alexander Biehl2017-10-301-1/+1
* | Merge remote-tracking branch 'origin/ghc-head' into HEADalexbiehl2017-10-081-4/+17
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-18/+29
| |\
| * | Disable pattern match warnings (#628)Doug Wilson2017-06-031-3/+19
| * | Haddock: Fix broken lazy IO in prologue reading (#615)Ben Gamari2017-05-121-2/+3
| * | Merge pull request #568 from awson/ghc-headAlex Biehl2017-03-231-1/+1
| |\ \
| | * | Prevent GHC API from doing optimization passes.Kyrill Briantsev2017-01-121-1/+1
| * | | Merge commit '240bc38b94ed2d0af27333b23392d03eeb615e82' into HEADBen Gamari2017-03-231-1/+1
| |\ \ \
* | | | | Write meta.json when generating html output (#676)Alexander Biehl2017-08-301-2/+4
| |_|_|/ |/| | |
* | | | Provide --show-interface option to dump interfaces (#645)Alexander Biehl2017-08-061-0/+7
* | | | Make haddock-library and haddock-api warning free (#626)Alex Biehl2017-05-301-6/+6
* | | | Haddock: Fix broken lazy IO in prologue reading (#615)Alex Biehl2017-05-121-2/+3