aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for \cases Jakob Brünker2022-04-011-0/+1
| | | See merge request ghc/ghc!7873
* Merge branch 'wip/opaque_pragma' into 'ghc-head'Matthew Pickering2022-03-241-0/+2
|\ | | | | | | | | Add Haddock support for the OPAQUE pragma See merge request ghc/haddock!2
| * Add Haddock support for the OPAQUE pragmaChristiaan Baaij2022-03-161-0/+2
| |
* | Minimum changes needed for compilation with hi-haddockMatthew Pickering2022-03-221-4/+1
|/ | | | | | With hi-haddock, of course there is a much large refactoring of haddock which could be achieved but that is left for a future patch which can implemented at any time independently of GHC.
* Rename getErrorMessages Lexer importAlfredo Di Napoli2021-07-051-2/+2
| | | | | | This commit renames the Lexer import in `Hyperlinker.Parser` from `getErrorMessages` to `getPsErrorMessages` to eliminate the ambiguity with the `getErrorMessages` function defined in `GHC.Types.Error`.
* Fix mkParserOpts (#1411)Sylvain Henry2021-06-281-4/+4
|
* Adapt Haddock to Logger and Parser changes (#1399)Sylvain Henry2021-06-011-0/+3
|
* Revert "Add Haddock support for the OPAQUE pragma (#1380)"Ben Gamari2021-05-241-2/+0
| | | | | | This reverts commit a1337c599ef7720b0482a25c55f11794112496dc. The GHC patch associated with this change is not yet ready to be merged.
* Merge pull request #1394 from adinapoli/wip/adinapoli-align-ps-messagesBen Gamari2021-05-241-3/+5
|\ | | | | Align Haddock to use the new Parser diagnostics interface
| * New Parser diagnostics interfaceAlfredo Di Napoli2021-05-241-3/+5
| |
* | Add Haddock support for the OPAQUE pragma (#1380)Christiaan Baaij2021-05-131-0/+2
|/
* pprError changed name in GHCAlfredo Di Napoli2021-03-291-2/+2
|
* Match changes in GHC AST for in-tree API AnnotationsAlan Zimmerman2021-03-151-1/+1
| | | | As landed via https://gitlab.haskell.org/ghc/ghc/-/merge_requests/2418
* Add ITproj to parserShayne Fletcher2021-03-061-0/+1
|
* 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-131-3/+2
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-2/+3
| |\
| | * Adapt Haddock for QualifiedDoMatthías Páll Gissurarson2020-12-081-2/+2
| | |
| | * Enable two warnings (#1245)tomjaguarpaw2020-12-081-0/+1
| | | | | | | | | | | | | | | because they will be soon be added to -Wall. See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
| | * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-1/+1
| | |\
| | | * Remove workaround for now-fixed Clang CPP bug (#1028)Alec Theriault2019-03-291-45/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before LLVM 6.0.1 (or 10.0 on Apple LLVM), there was a bug where lines that started with an octothorpe but turned out not to lex like pragmas would have an extra line added after them. Since this bug has been fixed upstream and that it doesn't have dire consequences anyways, the workaround is not really worth it anymore - we can just tell people to update their clang version (or re-structure their pragma code).
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | because they will be soon be added to -Wall. See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
* | | | Revert "Enable two warnings (#1245) (#1268)"Ben Gamari2020-12-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | As this does not build on GHC `master`. This reverts commit 7936692badfe38f23ae95b51fb7bd7c2ff7e9bce.
* | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | because they will be soon be added to -Wall. See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
* | | | 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-051-1/+3
|/ / /
* | | Sync with GHC removing {-# CORE #-} pragmaKrzysztof Gogolewski2020-07-121-2/+0
| | | | | | | | | | | | See ghc ticket #18048
* | | 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-171-0/+1
| | | | | | | | | | | | See ghc/ghc!852.
* | | Fix after unit refactoringSylvain Henry2020-06-081-1/+1
| | |
* | | Module structureSylvain Henry2020-04-241-5/+5
| | |
* | | Module renamingSylvain Henry2020-04-101-3/+4
| | |
* | | Modules: TypesSylvain Henry2020-03-181-2/+2
| | |
* | | 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
| | |
* | | Update Hyperlinker.Parser.classify to use ITdollarVladislav Zavialov2019-11-241-4/+2
|/ /
* | Remove spaces around @-patterns (#1093)Vladislav Zavialov2019-09-281-1/+1
| | | | | | This is needed to compile `haddock` when [GHC Proposal #229](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0229-whitespace-bang-patterns.rst) is implemented.
* | 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
|/ | | | | | | | | | Before LLVM 6.0.1 (or 10.0 on Apple LLVM), there was a bug where lines that started with an octothorpe but turned out not to lex like pragmas would have an extra line added after them. Since this bug has been fixed upstream and that it doesn't have dire consequences anyways, the workaround is not really worth it anymore - we can just tell people to update their clang version (or re-structure their pragma code).
* Use `.hie` files for the Hyperlinker backend (#977)Alec Theriault2019-01-311-196/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Summary This is a large architectural change to the Hyperlinker. * extract link (and now also type) information from `.hie` instead of doing ad-hoc SYB traversals of the `RenamedSource`. Also adds a superb type-on-hover feature (#715). * re-engineer the lexer to avoid needless string conversions. By going directly through GHC's `P` monad and taking bytestring slices, we avoid a ton of allocation and have better handling of position pragmas and CPP. In terms of performance, the Haddock side of things has gotten _much_ more efficient. Unfortunately, much of this is cancelled out by the increased GHC workload for generating `.hie` files. For the full set of boot libs (including `ghc`-the-library) * the sum of total time went down by 9-10% overall * the sum of total allocations went down by 6-7% # Motivation Haddock is moving towards working entirely over `.hi` and `.hie` files. This change means we no longer need the `RenamedSource` from `TypecheckedModule` (something which is _not_ in `.hi` files). # Details Along the way a bunch of things were fixed: * Cross package (and other) links are now more reliable (#496) * The lexer tries to recover from errors on every line (instead of at CPP boundaries) * `LINE`/`COLUMN` pragmas are taken into account * filter out zero length tokens before rendering * avoid recomputing the `ModuleName`-based `SrcMap` * remove the last use of `Documentation.Haddock.Utf8` (see #998) * restructure temporary folder logic for `.hi`/`.hie` model
* Add ITcomment_line_prag token to Hyperlinker ParserBen Sklaroff2018-08-211-5/+6
| | | | | | | | | | This token is necessary for parsing #line pragmas inside nested comments. Reviewers: bgamari Reviewed By: bgamari Differential Revision: https://phabricator.haskell.org/D4935