aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Hyperlinker
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-271-8/+10
| * Match GHC for TTG implemented on HsBinds, D4581Alan Zimmerman2018-04-131-3/+3
| * Match GHC changes for TTGAlan Zimmerman2018-04-091-8/+8
* | Don't treat fixity signatures like declarationsalexbiehl2018-04-201-1/+1
* | Hyperlinker: Links for TyOps, class methods and associated typesalexbiehl2018-03-051-1/+14
* | Hyperlinker: Also link pattern synonym argumentsalexbiehl2018-02-061-2/+5
* | Hyperlink pattern synonyms and 'module' imports (#744)Alec Theriault2018-02-051-4/+10
* | Support the new 'ITcolumn_prag' tokenAlec Theriault2018-02-021-0/+2
* | Properly color pragma contents in hyperlinkerAlec Theriault2018-02-021-13/+65
* | Warning free compilationAlexander Biehl2018-02-011-1/+0
* | Hyperlinker: Adjust parser to new PFailed constructorAlexander Biehl2018-02-011-8/+8
* | Use the GHC lexer for the Hyperlinker backend (#714)Alec Theriault2018-02-014-238/+362
|/
* Revert "Match changes for Trees that Grow in GHC"Ben Gamari2017-11-211-6/+6
* Revert "Match Trees that Grow in GHC for HsExpr"Ben Gamari2017-11-211-2/+2
* Match Trees that Grow in GHC for HsExprAlan Zimmerman2017-11-111-2/+2
* Match changes for Trees that Grow in GHCAlan Zimmerman2017-11-071-6/+6
* Update for #14131Ryan Scott2017-08-231-4/+5
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-212-53/+69
|\
| * Hyperlinker: Avoid linear lookup in enrichToken (#669)Alexander Biehl2017-08-192-41/+53
| * Improve Syb code (#621)Doug Wilson2017-05-271-12/+16
* | Rename extension index tagsAlan Zimmerman2017-06-051-12/+12
* | Match new AST as per GHC wip/new-tree-one-paramAlan Zimmerman2017-06-051-12/+13
|/
* Changes to match #13163 in GHCAlan Zimmerman2017-01-261-4/+4
* Matching changes for GHC wip/T12942Alan Zimmerman2016-12-121-1/+1
* Match changes in GHC wip/T3384 branchAlan Zimmerman2016-12-071-1/+1
* Change Hyperlinked lexer to know about DataKinds ticksOleg Grenrus2016-05-242-1/+14
* Changes due to fix for GHC#11648.Richard Eisenberg2016-03-151-1/+1
* Fix HyperlinkerBen Gamari2015-12-161-1/+1
* WarningsMatthew Pickering2015-12-141-1/+0