Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup! Use GHC 9.2 in CI runner | Hécate Moonlight | 2021-05-13 | 1 | -1/+1 |
| | |||||
* | Update for EPA changes in GHC | Alan Zimmerman | 2021-04-19 | 2 | -25/+25 |
| | | | | (cherry picked from commit cafb48118f7c111020663776845897e225607b41) | ||||
* | EPA : Rename ApiAnn to EpAnn | Alan Zimmerman | 2021-03-29 | 2 | -28/+25 |
| | |||||
* | Bump GHC version to 9.2 | Ben Gamari | 2021-03-22 | 2 | -2/+2 |
| | |||||
* | Change some type family test results. | Alan Zimmerman | 2021-03-15 | 2 | -3/+3 |
| | | | | | | | | It is not clear to me whether the original was printing incorrectly (since we did not have the TopLevel flag before now), or if this behaviour is expected. For the time being I am assuming the former. | ||||
* | Match changes in GHC AST for in-tree API Annotations | Alan Zimmerman | 2021-03-15 | 17 | -336/+387 |
| | | | | As landed via https://gitlab.haskell.org/ghc/ghc/-/merge_requests/2418 | ||||
* | Implement template-haskell's putDoc | Luke Lau | 2021-03-10 | 2 | -12/+47 |
| | | | | | | | | | This catches up to GHC using the new extractTHDocs function, which returns documentation added via the putDoc function (provided it was compiled with Opt_Haddock). Since it's already a map from names -> docs, there's no need to do traversal etc. It also matches the change from the argument map being made an IntMap rather than a Map Int | ||||
* | Update for "FastString: Use FastMutInt instead of IORef Int" | Ben Gamari | 2021-03-10 | 1 | -4/+2 |
| | |||||
* | Update for boxed rep | Andrew Martin | 2021-03-07 | 2 | -5/+6 |
| | |||||
* | Merge remote-tracking branch 'origin/ghc-head' into HEAD | Ben Gamari | 2021-03-06 | 305 | -1413/+2435 |
|\ | |||||
| * | Merge pull request #1351 from hsyl20/wip/hsyl20/fix-head | Hécate Moonlight | 2021-02-24 | 2 | -18/+18 |
| |\ | | | | | | | Fix haddockHypsrcTest output in ghc-head | ||||
| | * | Fix haddockHypsrcTest output in ghc-head | Sylvain Henry | 2021-02-24 | 2 | -18/+18 |
| |/ | |||||
| * | Merge pull request #1349 from Kleidukos/fix-interface-guesstarget-call | Hécate Moonlight | 2021-02-23 | 1 | -2/+2 |
| |\ | | | | | | | Fix the call-site of guessTarget in Interface.hs | ||||
| | * | Fix the call-site of guessTarget in Interface.hs | Hécate Moonlight | 2021-02-23 | 1 | -2/+2 |
| |/ | | | | | | | Explicit the imports from GHC.HsToCore.Docs | ||||
| * | Merge pull request #1348 from Kleidukos/head/explicit-imports-interface | Hécate Moonlight | 2021-02-22 | 2 | -47/+50 |
| |\ | | | | | | | Explicit imports for Haddock.Interface and Haddock.Interface.Create | ||||
| | * | Explicit imports for Haddock.Interface and Haddock.Interface.Create | Hécate Moonlight | 2021-02-22 | 2 | -47/+50 |
| |/ | |||||
| * | Merge pull request #1345 from Kleidukos/head/fix-interface-imports | Hécate Moonlight | 2021-02-22 | 2 | -33/+41 |
| |\ | | | | | | | [ghc-head] Clean-up of Interface and Interface.Create's imports and pragmata | ||||
| | * | Clean-up of Interface and Interface.Create's imports and pragmata | Hécate Moonlight | 2021-02-22 | 2 | -33/+41 |
| |/ | |||||
| * | Merge pull request #1342 from nomeata/joachim/haskell2010-in-tests-ghc-head | Hécate Moonlight | 2021-02-22 | 300 | -378/+1374 |
| |\ | | | | | | | html-test: Always set language | ||||
| | * | html-test: Always set language | Joachim Breitner | 2021-02-22 | 300 | -378/+1374 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from ghc-9.2 on, the “default” langauge of GHC is expected to change more wildly. To prepare for that (and unblock https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4853), this sets the language for all the test files to `Haskell2010`. This should insolate this test suite against changes to the default. Cherry-picked from https://github.com/haskell/haddock/pull/1341 | ||||
| * | | Merge pull request #1311 from fendor/wip/add-targetUnitId-to-target | Hécate Moonlight | 2021-02-21 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Add UnitId to Target record | ||||
| | * | | Add UnitId to Target record | Fendor | 2021-02-09 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #1331 from phadej/more-explicit-data-list-imports | Hécate Moonlight | 2021-02-14 | 2 | -1/+2 |
| |\ \ | | | | | | | | | Add import list to Data.List in Haddock.Interface.Create | ||||
| | * | | Add import list to Data.List in Haddock.Interface.Create | Oleg Grenrus | 2021-02-14 | 2 | -1/+2 |
| |/ / | |||||
| * | | Merge pull request #1329 from hsyl20/hsyl20/stabe_iface | Hécate Moonlight | 2021-02-11 | 13 | -984/+998 |
| |\ \ | | |/ | |/| | Stable sort for instances | ||||
| | * | Also make TyLit deterministic | alexbiehl | 2021-02-11 | 1 | -2/+7 |
| | | | |||||
| | * | Stable sort for (data/newtype) instances | alexbiehl | 2021-02-11 | 13 | -982/+991 |
| | | | |||||
* | | | Add ITproj to parser | Shayne Fletcher | 2021-03-06 | 1 | -0/+1 |
| | | | |||||
* | | | Context becomes a Maybe in the GHC AST | Alan Zimmerman | 2021-02-22 | 8 | -34/+49 |
|/ / | | | | | | | | | | | This prevents noLoc's appearing in the ParsedSource. Match the change in GHC. | ||||
* | | Merge pull request #1327 from hsyl20/wip/hsyl20/logger2 | Hécate Moonlight | 2021-02-09 | 3 | -4/+3 |
|\ \ | | | | | | | Fix to build with HEAD | ||||
| * | | Fix to build with HEAD | Sylvain Henry | 2021-02-09 | 3 | -4/+3 |
|/ / | |||||
* | | Merge remote-tracking branch 'upstream/ghc-head' into ghc-head | Ben Gamari | 2021-02-08 | 28 | -185/+337 |
|\ \ | |||||
| * \ | Merge pull request #1310 from hsyl20/wip/hsyl20/logger2 | Alexander Biehl | 2021-02-08 | 3 | -26/+31 |
| |\ \ | | | | | | | | | Logger refactoring | ||||
| | * | | Update for Logger | Sylvain Henry | 2021-02-08 | 3 | -26/+31 |
| | |/ | |||||
| * | | Merge pull request #1321 from Kleidukos/ghc-9.0 | Hécate Moonlight | 2021-02-07 | 26 | -159/+306 |
| |\ \ | | | | | | | | | Merge ghc-9.0 into ghc-head | ||||
| | * \ | Merge branch 'ghc-head' into ghc-9.0 | alexbiehl-gc | 2021-02-07 | 50 | -1442/+1900 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1317 from bgamari/wip/ghc-head-merge | alexbiehl-gc | 2021-02-07 | 262 | -2330/+9838 |
| |\ \ \ | | | |/ | | |/| | Merge ghc-8.10 into ghc-head | ||||
| | | * | Merge pull request #1322 from haskell/alex/forward-port | alexbiehl-gc | 2021-02-07 | 1 | -2/+1 |
| | | |\ | | | | | | | | | | | simplify calculating percentages fixing #1194 (#1236) | ||||
| | | | * | simplify calculating percentages fixing #1194 (#1236) | Willem Van Onsem | 2021-02-07 | 1 | -2/+1 |
| | | |/ | |||||
| | | * | Merge pull request #1318 from MorrowM/ghc-9.0 | Hécate Moonlight | 2021-02-07 | 1 | -1/+0 |
| | | |\ | | | | | | | | | | | Fix search div not scrolling | ||||
| | | | * | Fix search div not scrolling | MorrowM | 2021-02-07 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | Merge pull request #1320 from haskell/alex/fix | Hécate Moonlight | 2021-02-07 | 2 | -8/+4 |
| | | |\ \ | | | | | | | | | | | | | Remove dubious parseModLink | ||||
| | | | * | | Remove dubious parseModLink | alexbiehl | 2021-02-07 | 2 | -8/+4 |
| | | |/ / | | | | | | | | | | | | | | | | Instead construct the ModLink value directly when parsing. | ||||
| | | * | | Merge pull request #1314 from tweag/show-linear-backport | Hécate Moonlight | 2021-02-07 | 9 | -7/+259 |
| | | |\ \ | | | | | | | | | | | | | Backport #1238 (linear types) to ghc-9.0 | ||||
| | | | * | | Display linear/multiplicity arrows correctly (#1238) | Krzysztof Gogolewski | 2021-02-05 | 9 | -7/+259 |
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were ignoring multiplicity and displayed a %1 -> b as a -> b. (cherry picked from commit b4b4d896d2d68d6c48e7db7bfe95c185ca0709cb) | ||||
| | | * | | Merge pull request #1319 from alexbiehl/alex/compat | Hécate Moonlight | 2021-02-07 | 14 | -49/+198 |
| | | |\ \ | | | | |/ | | | |/| | Backward compat: Add support for labeled module references | ||||
| | | | * | Add support for labeled module references | Iñaki García Etxebarria | 2021-02-07 | 14 | -49/+198 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support a markdown-style way of annotating module references. For instance -- | [label]("Module.Name#anchor") will create a link that points to the same place as the module reference "Module.Name#anchor" but the text displayed on the link will be "label". | ||||
| | | * | Merge pull request #1313 from Kleidukos/amend-contributing | Hécate Moonlight | 2021-02-05 | 2 | -19/+16 |
| | | |\ | | | | | | | | | | | Amend the CONTRIBUTING.md file | ||||
| | | | * | Amend the CONTRIBUTING.md file | Hécate Moonlight | 2021-02-05 | 2 | -19/+16 |
| | | |/ | |||||
| | | * | Merge pull request #1312 from Kleidukos/proper-branch-etiquette | Hécate Moonlight | 2021-02-05 | 2 | -55/+65 |
| | | |\ | | | | | | | | | | | Add a CONTRIBUTING.md file |