aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Hyperlinker
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-mergeBen Gamari2021-02-061-2/+2
|\
* \ Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-132-4/+3
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-052-3/+4
| |\
| | * Adapt Haddock for QualifiedDoMatthías Páll Gissurarson2020-12-081-2/+2
| | * Enable two warnings (#1245)tomjaguarpaw2020-12-081-0/+1
| | * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-202-2/+2
| | |\
| | | * Prefer un-hyperlinked sources to no sourcesAlec Theriault2019-10-071-1/+1
| | | * Remove workaround for now-fixed Clang CPP bug (#1028)Alec Theriault2019-03-291-45/+2
| * | | Updates for the new linear types syntax: a %p -> bVladislav Zavialov2020-09-301-0/+1
* | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-191-0/+1
* | | | Revert "Enable two warnings (#1245) (#1268)"Ben Gamari2020-12-151-1/+0
* | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-101-0/+1
* | | | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-261-1/+1
* | | | Don't pass the HomeUnitId (#1239)Sylvain Henry2020-10-121-1/+0
* | | | Adapt to GHC parser changesSylvain Henry2020-09-301-1/+2
* | | | Update for parser (#1234)Sylvain Henry2020-09-291-3/+3
* | | | Updates for the new linear types syntax: a %p -> bVladislav Zavialov2020-09-261-0/+1
* | | | Match GHC for #18639, remove GENERATED pragmaAlan Zimmerman2020-09-071-2/+0
* | | | Fix after HomeUnitSylvain Henry2020-08-121-1/+2
* | | | Fix after Outputable refactoringSylvain Henry2020-08-052-2/+4
|/ / /
* | | Sync with GHC removing {-# CORE #-} pragmaKrzysztof Gogolewski2020-07-121-2/+0
* | | Handle LexicalNegation's ITprefixminusVladislav Zavialov2020-06-281-0/+1
* | | Adapt Haddock for QualifiedDoMatthías Páll Gissurarson2020-06-261-2/+2
* | | Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-172-2/+3
* | | Fix after unit refactoringSylvain Henry2020-06-081-1/+1
* | | update for hiefile-typeclass-infoZubin Duggal2020-05-241-14/+20
* | | Fix for GHC.Unit.* modulesSylvain Henry2020-04-271-1/+1
* | | Module structureSylvain Henry2020-04-243-7/+7
* | | Module renamingSylvain Henry2020-04-101-3/+4
* | | Modules: TypesSylvain Henry2020-03-183-9/+9
* | | Ignore the BufLoc/BufSpan added in GHC's !2516Vladislav Zavialov2020-02-281-6/+8
* | | Modules: Driver (#13009)Sylvain Henry2020-02-191-1/+1
* | | No MonadFail/Alternative for PVladislav Zavialov2020-02-161-26/+28
* | | Fix after Iface modules renamingSylvain Henry2020-01-022-5/+5
* | | Update Hyperlinker.Parser.classify to use ITdollarVladislav Zavialov2019-11-241-4/+2
|/ /
* | Remove spaces around @-patterns (#1093)Vladislav Zavialov2019-09-282-3/+3
* | Match GHC changes for T16185Alec Theriault2019-02-221-2/+2
* | Parser changes to match !380Vladislav Zavialov2019-02-171-6/+9
* | Remove workaround for now-fixed Clang CPP bug (#1028)Alec Theriault2019-02-111-45/+2
|/
* Use `.hie` files for the Hyperlinker backend (#977)Alec Theriault2019-01-315-545/+488
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-231-30/+48
* Add ITcomment_line_prag token to Hyperlinker ParserBen Sklaroff2018-08-211-5/+6
* Handle -XStarIsTypeVladislav Zavialov2018-06-141-0/+1
* Complete FixitySig and FamilyDecl pattern matchesSimon Jakobi2018-06-131-0/+3
* Improve hyperlinker's 'spanToNewline' (#846)Alec Theriault2018-06-131-7/+25
* Remove 'TokenGroup' from Hyperlinker (#818)Alec Theriault2018-06-131-50/+14
* Filter out CRLFs in hyperlinker backend (#813)Alec Theriault2018-06-131-2/+7
* Remove `ITtildehsh` tokenSimon Jakobi2018-06-131-1/+0
* DerivingVia changesRyan Scott2018-06-131-6/+1
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-26/+28
|\