index
:
haddock.git
ghc-9.2
ghc-9.4
ghc-gitlab-ghc-9.2.2
ghc-gitlab-ghc-9.4.1
ghc-gitlab-ghc-9.4.1rc1
ghc-gitlab-ghc-head
master
Haddock with an org backend (haddorg).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
haddock-api
/
src
/
Haddock
/
Backends
/
Hyperlinker
/
Parser.hs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename pprLogErrMsg to new name
Alfredo Di Napoli
2021-02-01
1
-2
/
+2
*
Enable two warnings (#1245) (#1268)
tomjaguarpaw
2020-12-19
1
-0
/
+1
*
Revert "Enable two warnings (#1245) (#1268)"
Ben Gamari
2020-12-15
1
-1
/
+0
*
Enable two warnings (#1245) (#1268)
tomjaguarpaw
2020-12-10
1
-0
/
+1
*
GHC.Driver.Types refactoring (#1242)
Sylvain Henry
2020-10-26
1
-1
/
+1
*
Don't pass the HomeUnitId (#1239)
Sylvain Henry
2020-10-12
1
-1
/
+0
*
Adapt to GHC parser changes
Sylvain Henry
2020-09-30
1
-1
/
+2
*
Update for parser (#1234)
Sylvain Henry
2020-09-29
1
-3
/
+3
*
Updates for the new linear types syntax: a %p -> b
Vladislav Zavialov
2020-09-26
1
-0
/
+1
*
Match GHC for #18639, remove GENERATED pragma
Alan Zimmerman
2020-09-07
1
-2
/
+0
*
Fix after HomeUnit
Sylvain Henry
2020-08-12
1
-1
/
+2
*
Fix after Outputable refactoring
Sylvain Henry
2020-08-05
1
-1
/
+3
*
Sync with GHC removing {-# CORE #-} pragma
Krzysztof Gogolewski
2020-07-12
1
-2
/
+0
*
Handle LexicalNegation's ITprefixminus
Vladislav Zavialov
2020-06-28
1
-0
/
+1
*
Adapt Haddock for QualifiedDo
Matthías Páll Gissurarson
2020-06-26
1
-2
/
+2
*
Adapt Haddock to LinearTypes
Krzysztof Gogolewski
2020-06-17
1
-0
/
+1
*
Fix after unit refactoring
Sylvain Henry
2020-06-08
1
-1
/
+1
*
Module structure
Sylvain Henry
2020-04-24
1
-5
/
+5
*
Module renaming
Sylvain Henry
2020-04-10
1
-3
/
+4
*
Modules: Types
Sylvain Henry
2020-03-18
1
-2
/
+2
*
Ignore the BufLoc/BufSpan added in GHC's !2516
Vladislav Zavialov
2020-02-28
1
-6
/
+8
*
Modules: Driver (#13009)
Sylvain Henry
2020-02-19
1
-1
/
+1
*
No MonadFail/Alternative for P
Vladislav Zavialov
2020-02-16
1
-26
/
+28
*
Update Hyperlinker.Parser.classify to use ITdollar
Vladislav Zavialov
2019-11-24
1
-4
/
+2
*
Remove spaces around @-patterns (#1093)
Vladislav Zavialov
2019-09-28
1
-1
/
+1
*
Parser changes to match !380
Vladislav Zavialov
2019-02-17
1
-6
/
+9
*
Remove workaround for now-fixed Clang CPP bug (#1028)
Alec Theriault
2019-02-11
1
-45
/
+2
*
Use `.hie` files for the Hyperlinker backend (#977)
Alec Theriault
2019-01-31
1
-196
/
+190
*
Add ITcomment_line_prag token to Hyperlinker Parser
Ben Sklaroff
2018-08-21
1
-5
/
+6
*
Handle -XStarIsType
Vladislav Zavialov
2018-06-14
1
-0
/
+1
*
Improve hyperlinker's 'spanToNewline' (#846)
Alec Theriault
2018-06-13
1
-7
/
+25
*
Filter out CRLFs in hyperlinker backend (#813)
Alec Theriault
2018-06-13
1
-2
/
+7
*
Remove `ITtildehsh` token
Simon Jakobi
2018-06-13
1
-1
/
+0
*
DerivingVia changes
Ryan Scott
2018-06-13
1
-6
/
+1
*
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
*
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
1
-190
/
+344
*
Change Hyperlinked lexer to know about DataKinds ticks
Oleg Grenrus
2016-05-24
1
-1
/
+11
*
Extract main hyperlinker types to separate module.
Łukasz Hanuszczak
2015-07-06
1
-36
/
+4
*
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
1
-0
/
+1
*
Add basic tests related to comment parsing.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+1
*
Prevent source parser from throwing exception when lexing fails.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+3
*
Add some documentation for parser module of source hyperlinker.
Łukasz Hanuszczak
2015-06-30
1
-0
/
+39
*
Add support for parsing C preprocessor macros.
Łukasz Hanuszczak
2015-06-30
1
-4
/
+16
*
Fix issues with escaped newlines in comments.
Łukasz Hanuszczak
2015-06-30
1
-8
/
+5
*
Fix bug with improper newline handling.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+1
*
Fix parsing of single line comments with broken up newlines.
Łukasz Hanuszczak
2015-06-30
1
-1
/
+11
*
Fix weird hyperlinking of parenthesized operators.
Łukasz Hanuszczak
2015-06-30
1
-0
/
+1
[next]