Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minimum changes needed for compilation with hi-haddock | Matthew Pickering | 2022-03-22 | 1 | -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 import | Alfredo Di Napoli | 2021-07-05 | 1 | -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 Henry | 2021-06-28 | 1 | -4/+4 |
| | |||||
* | Adapt Haddock to Logger and Parser changes (#1399) | Sylvain Henry | 2021-06-01 | 1 | -0/+3 |
| | |||||
* | Revert "Add Haddock support for the OPAQUE pragma (#1380)" | Ben Gamari | 2021-05-24 | 1 | -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-messages | Ben Gamari | 2021-05-24 | 1 | -3/+5 |
|\ | | | | | Align Haddock to use the new Parser diagnostics interface | ||||
| * | New Parser diagnostics interface | Alfredo Di Napoli | 2021-05-24 | 1 | -3/+5 |
| | | |||||
* | | Add Haddock support for the OPAQUE pragma (#1380) | Christiaan Baaij | 2021-05-13 | 1 | -0/+2 |
|/ | |||||
* | pprError changed name in GHC | Alfredo Di Napoli | 2021-03-29 | 1 | -2/+2 |
| | |||||
* | Match changes in GHC AST for in-tree API Annotations | Alan Zimmerman | 2021-03-15 | 1 | -1/+1 |
| | | | | As landed via https://gitlab.haskell.org/ghc/ghc/-/merge_requests/2418 | ||||
* | Add ITproj to parser | Shayne Fletcher | 2021-03-06 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-merge | Ben Gamari | 2021-02-06 | 1 | -2/+2 |
|\ | |||||
* \ | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head | Ben Gamari | 2021-01-13 | 2 | -4/+3 |
|\ \ | |/ |/| | |||||
| * | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 2 | -3/+4 |
| |\ | |||||
| | * | Adapt Haddock for QualifiedDo | Matthías Páll Gissurarson | 2020-12-08 | 1 | -2/+2 |
| | | | |||||
| | * | Enable two warnings (#1245) | tomjaguarpaw | 2020-12-08 | 1 | -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.10 | Alec Theriault | 2020-03-20 | 2 | -2/+2 |
| | |\ | |||||
| | | * | Prefer un-hyperlinked sources to no sources | Alec Theriault | 2019-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | It is possible to fail to extract an HIE ast. This is however not a reason to produce _no_ output - we should still make a colorized HTML page. | ||||
| | | * | Remove workaround for now-fixed Clang CPP bug (#1028) | Alec Theriault | 2019-03-29 | 1 | -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 -> b | Vladislav Zavialov | 2020-09-30 | 1 | -0/+1 |
| | | | | |||||
* | | | | Enable two warnings (#1245) (#1268) | tomjaguarpaw | 2020-12-19 | 1 | -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 Gamari | 2020-12-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | As this does not build on GHC `master`. This reverts commit 7936692badfe38f23ae95b51fb7bd7c2ff7e9bce. | ||||
* | | | | Enable two warnings (#1245) (#1268) | tomjaguarpaw | 2020-12-10 | 1 | -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 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 | 2 | -2/+4 |
|/ / / | |||||
* | | | Sync with GHC removing {-# CORE #-} pragma | Krzysztof Gogolewski | 2020-07-12 | 1 | -2/+0 |
| | | | | | | | | | | | | See ghc ticket #18048 | ||||
* | | | 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 | 2 | -2/+3 |
| | | | | | | | | | | | | See ghc/ghc!852. | ||||
* | | | Fix after unit refactoring | Sylvain Henry | 2020-06-08 | 1 | -1/+1 |
| | | | |||||
* | | | update for hiefile-typeclass-info | Zubin Duggal | 2020-05-24 | 1 | -14/+20 |
| | | | |||||
* | | | Fix for GHC.Unit.* modules | Sylvain Henry | 2020-04-27 | 1 | -1/+1 |
| | | | |||||
* | | | Module structure | Sylvain Henry | 2020-04-24 | 3 | -7/+7 |
| | | | |||||
* | | | Module renaming | Sylvain Henry | 2020-04-10 | 1 | -3/+4 |
| | | | |||||
* | | | Modules: Types | Sylvain Henry | 2020-03-18 | 3 | -9/+9 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Fix after Iface modules renaming | Sylvain Henry | 2020-01-02 | 2 | -5/+5 |
| | | | |||||
* | | | 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 | 2 | -3/+3 |
| | | | | | | 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. | ||||
* | | Match GHC changes for T16185 | Alec Theriault | 2019-02-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | `FunTy` now has an `AnonArgFlag` that indicates whether the arrow is a `t1 => t2` or `t1 -> t2`. This commit shouldn't change any functionality in Haddock. | ||||
* | | 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 |
|/ | | | | | | | | | | 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). |