| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve hyperlinker's 'spanToNewline' (#846) | Alec Theriault | 2018-06-05 | 1 | -7/+25 |
* | Remove 'TokenGroup' from Hyperlinker (#818) | Alec Theriault | 2018-05-08 | 1 | -50/+14 |
* | Filter out CRLFs in hyperlinker backend (#813) | Alec Theriault | 2018-05-07 | 1 | -2/+7 |
* | Don't treat fixity signatures like declarations | alexbiehl | 2018-04-20 | 1 | -1/+1 |
* | Hyperlinker: Links for TyOps, class methods and associated types | alexbiehl | 2018-03-05 | 1 | -1/+14 |
* | Hyperlinker: Also link pattern synonym arguments | alexbiehl | 2018-02-06 | 1 | -2/+5 |
* | Hyperlink pattern synonyms and 'module' imports (#744) | Alec Theriault | 2018-02-05 | 1 | -4/+10 |
* | Support the new 'ITcolumn_prag' token | Alec Theriault | 2018-02-02 | 1 | -0/+2 |
* | Properly color pragma contents in hyperlinker | Alec Theriault | 2018-02-02 | 1 | -13/+65 |
* | Warning free compilation | Alexander Biehl | 2018-02-01 | 1 | -1/+0 |
* | Hyperlinker: Adjust parser to new PFailed constructor | Alexander Biehl | 2018-02-01 | 1 | -8/+8 |
* | Use the GHC lexer for the Hyperlinker backend (#714) | Alec Theriault | 2018-02-01 | 4 | -238/+362 |
* | Revert "Match changes for Trees that Grow in GHC" | Ben Gamari | 2017-11-21 | 1 | -6/+6 |
* | Revert "Match Trees that Grow in GHC for HsExpr" | Ben Gamari | 2017-11-21 | 1 | -2/+2 |
* | Match Trees that Grow in GHC for HsExpr | Alan Zimmerman | 2017-11-11 | 1 | -2/+2 |
* | Match changes for Trees that Grow in GHC | Alan Zimmerman | 2017-11-07 | 1 | -6/+6 |
* | Update for #14131 | Ryan Scott | 2017-08-23 | 1 | -4/+5 |
* | Merge remote-tracking branch 'origin/master' into ghc-head | alexbiehl | 2017-08-21 | 2 | -53/+69 |
|\ |
|
| * | Hyperlinker: Avoid linear lookup in enrichToken (#669) | Alexander Biehl | 2017-08-19 | 2 | -41/+53 |
| * | Improve Syb code (#621) | Doug Wilson | 2017-05-27 | 1 | -12/+16 |
* | | Rename extension index tags | Alan Zimmerman | 2017-06-05 | 1 | -12/+12 |
* | | Match new AST as per GHC wip/new-tree-one-param | Alan Zimmerman | 2017-06-05 | 1 | -12/+13 |
|/ |
|
* | Changes to match #13163 in GHC | Alan Zimmerman | 2017-01-26 | 1 | -4/+4 |
* | Matching changes for GHC wip/T12942 | Alan Zimmerman | 2016-12-12 | 1 | -1/+1 |
* | Match changes in GHC wip/T3384 branch | Alan Zimmerman | 2016-12-07 | 1 | -1/+1 |
* | Change Hyperlinked lexer to know about DataKinds ticks | Oleg Grenrus | 2016-05-24 | 2 | -1/+14 |
* | Changes due to fix for GHC#11648. | Richard Eisenberg | 2016-03-15 | 1 | -1/+1 |
* | Fix Hyperlinker | Ben Gamari | 2015-12-16 | 1 | -1/+1 |
* | Warnings | Matthew Pickering | 2015-12-14 | 1 | -1/+0 |
* | Changes to compile with 8.0 | Matthew Pickering | 2015-12-14 | 1 | -10/+14 |
* | Move SYB utilities to standalone module. | Łukasz Hanuszczak | 2015-08-21 | 1 | -14/+1 |
* | Make hyperlinked source renderer generate line anchors. | Łukasz Hanuszczak | 2015-08-02 | 1 | -3/+23 |
* | Add some utility definitions for generating line anchors. | Łukasz Hanuszczak | 2015-08-02 | 1 | -2/+23 |
* | Fix bug with module name being hyperlinked to `Prelude`. | Łukasz Hanuszczak | 2015-07-06 | 1 | -3/+4 |
* | Add short documentation for hyperlinker source map type. | Łukasz Hanuszczak | 2015-07-06 | 1 | -0/+9 |
* | Add support for hyperlinking modules in import lists. | Łukasz Hanuszczak | 2015-07-06 | 2 | -15/+16 |
* | Move source paths types to hyperlinker types module. | Łukasz Hanuszczak | 2015-07-06 | 2 | -1/+13 |
* | Extract main hyperlinker types to separate module. | Łukasz Hanuszczak | 2015-07-06 | 5 | -62/+69 |
* | Refactor source path mapping to use modules as indices. | Łukasz Hanuszczak | 2015-07-05 | 1 | -19/+17 |
* | Remove potentially dangerous record access in hyperlinker AST module. | Łukasz Hanuszczak | 2015-07-04 | 1 | -1/+1 |
* | Make hyperlinker generate anchors only to top-level value bindings. | Łukasz Hanuszczak | 2015-07-02 | 1 | -1/+2 |
* | Add support for anchoring signatures in type class declarations. | Łukasz Hanuszczak | 2015-07-02 | 1 | -0/+5 |
* | Fix issue with operators being recognized as preprocessor directives. | Łukasz Hanuszczak | 2015-07-02 | 1 | -3/+3 |
* | Improve support for hyperlinking type families. | Łukasz Hanuszczak | 2015-07-02 | 2 | -1/+8 |
* | Add support for anchoring data family constructor declarations. | Łukasz Hanuszczak | 2015-07-02 | 1 | -5/+6 |
* | Fix crash happening when hyperlinking type family declarations. | Łukasz Hanuszczak | 2015-07-02 | 1 | -0/+1 |
* | Make hyperlinker render qualified names as one entity. | Łukasz Hanuszczak | 2015-07-01 | 2 | -5/+46 |
* | Add support for hyperlinking universally quantified type variables. | Łukasz Hanuszczak | 2015-07-01 | 1 | -1/+7 |
* | Add support for hyperlinking synonyms in patterns. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+2 |
* | Add basic tests related to comment parsing. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+1 |