Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete FixitySig and FamilyDecl pattern matches | Simon Jakobi | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | Wibbles | Ryan Scott | 2018-06-13 | 1 | -3/+3 |
| | |||||
* | Remove Hoogle backend hack that butchers infix datatype names | Ryan Scott | 2018-06-13 | 1 | -2/+1 |
| | |||||
* | Remove ParallelArrays and Data Parallel Haskell | Ben Gamari | 2018-06-13 | 1 | -1/+0 |
| | |||||
* | Merge branch 'ghc-head' with 'ghc-8.4' | Herbert Valerio Riedel | 2018-05-01 | 1 | -33/+34 |
|\ | |||||
| * | Match changes in GHC for TTG | Alan Zimmerman | 2018-04-27 | 1 | -10/+11 |
| | | |||||
| * | Match GHC for TTG implemented on HsBinds, D4581 | Alan Zimmerman | 2018-04-13 | 1 | -2/+2 |
| | | |||||
| * | Match GHC changes for TTG | Alan Zimmerman | 2018-04-09 | 1 | -19/+19 |
| | | |||||
| * | Match changes in GHC for D4199 | Alan Zimmerman | 2018-04-07 | 1 | -1/+2 |
| | | | | | | | | Removing HasSourceText and SourceTextX classes. | ||||
| * | Track changes to follow Trac #14529 | Simon Peyton Jones | 2017-12-07 | 1 | -4/+3 |
| | | | | | | | | This tracks the refactoring of HsDecl.ConDecl. | ||||
* | | Improve the Hoogle backend's treatment of type families (#808) | Ryan Scott | 2018-04-24 | 1 | -6/+20 |
| | | | | | | Fixes parts 1 and 2 of #806. | ||||
* | | Hoogle/Latex: Remove use of partial function | Alexander Biehl | 2018-02-19 | 1 | -1/+1 |
| | | |||||
* | | Grid Tables (#718) | Oleg Grenrus | 2018-02-01 | 1 | -1/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add table examples * Add table types and adopt simple parser Simple parser is done by Giovanni Cappellotto (@potomak) in https://github.com/haskell/haddock/pull/577 It seems to support single fine full tables, so far from full RST-grid tables, but it's good start. Table type support row- and colspans, but obviously parser is lacking. Still TODO: - Latex backend. Should we use multirow package https://ctan.org/pkg/multirow?lang=en? - Hoogle backend: ? * Implement grid-tables * Refactor table parser * Add two ill-examples * Update CHANGES.md * Basic documentation for tables * Fix documentation example | ||||
* | Revert "Match changes for Trees that Grow in GHC" | Ben Gamari | 2017-11-21 | 1 | -20/+20 |
| | | | | This reverts commit 01eeeb048acd2dd05ff6471ae148a97cf0720547. | ||||
* | Revert "Clean up use of PlaceHolder, to match TTG" | Ben Gamari | 2017-11-21 | 1 | -3/+3 |
| | | | | This reverts commit 134a7bb054ea730b13c8629a76232d73e3ace049. | ||||
* | Clean up use of PlaceHolder, to match TTG | Alan Zimmerman | 2017-11-14 | 1 | -3/+3 |
| | |||||
* | Match changes for Trees that Grow in GHC | Alan Zimmerman | 2017-11-07 | 1 | -20/+20 |
| | |||||
* | Make compatible with Prelude.<> export in GHC 8.4/base-4.11 | Herbert Valerio Riedel | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Update for #14131 | Ryan Scott | 2017-08-23 | 1 | -5/+5 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into ghc-head | alexbiehl | 2017-08-21 | 1 | -1/+5 |
|\ | |||||
| * | Move `DocMarkup` from haddock-api to haddock-library (#659) | Alexander Biehl | 2017-07-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * Move `DocMarkup` from haddock-api to haddock-library * Move more markup related functions * Markup module * CHANGELOG | ||||
| * | Hoogle: Correctly print classes with associated data types | Alexander Biehl | 2017-04-25 | 1 | -1/+4 |
| | | |||||
* | | Rename extension index tags | Alan Zimmerman | 2017-06-05 | 1 | -11/+11 |
| | | |||||
* | | Match new AST as per GHC wip/new-tree-one-param | Alan Zimmerman | 2017-06-05 | 1 | -12/+12 |
|/ | | | | See https://ghc.haskell.org/trac/ghc/wiki/ImplementingTreesThatGrow | ||||
* | Matching changes for GHC wip/T12942 | Alan Zimmerman | 2016-12-12 | 1 | -1/+2 |
| | |||||
* | Match changes in GHC wip/T3384 branch | Alan Zimmerman | 2016-12-07 | 1 | -4/+4 |
| | |||||
* | Haddock changes for T10598 | Ryan Scott | 2016-09-30 | 1 | -1/+1 |
| | | | | See https://ghc.haskell.org/trac/ghc/ticket/10598 | ||||
* | Matching changes for #12105 | Alan Zimmerman | 2016-05-29 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-head | Ben Gamari | 2015-12-25 | 1 | -0/+2 |
|\ | |||||
| * | Fix the documentation for haddock itself. | Dominic Steinitz | 2015-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change notation and add support for inline math. Allow newlines in display math. Add a command line option for the mathjax url (you might want to use a locally installed version). Rebase tests because of extra url and version change. Respond to (some of the) comments. Fix warnings in InterfaceFile.hs | ||||
| * | Handle inline math with mathjax. | Dominic Steinitz | 2015-12-21 | 1 | -0/+2 |
| | | |||||
* | | Merge remote-tracking branch 'mrhania/testing-framework-improvements' into ↵ | Ben Gamari | 2015-12-20 | 1 | -0/+3 |
|\ \ | |/ |/| | | | ghc-head | ||||
| * | Make Hoogle backend create output directory if needed. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+3 |
| | | |||||
* | | Warnings | Matthew Pickering | 2015-12-14 | 1 | -2/+0 |
| | | |||||
* | | Changes to compile with 8.0 | Matthew Pickering | 2015-12-14 | 1 | -5/+5 |
| | | |||||
* | | Update for type=kinds | Richard Eisenberg | 2015-12-14 | 1 | -1/+1 |
| | | |||||
* | | Matching changes for #11028 | Alan Zimmerman | 2015-12-14 | 1 | -6/+13 |
| | | |||||
* | | Update to match GHC wip/T11019 | Alan Zimmerman | 2015-12-14 | 1 | -1/+1 |
| | | |||||
* | | Follow changes to HsTYpe | Simon Peyton Jones | 2015-12-14 | 1 | -22/+13 |
| | | | | | | | | Not yet complete (but on a wip/ branch) | ||||
* | | Track wip/spj-wildcard-refactor on main repo | Simon Peyton Jones | 2015-12-14 | 1 | -21/+12 |
| | | |||||
* | | Roughly fix up haddock for DuplicateRecordFields changes | Adam Gundry | 2015-12-14 | 1 | -2/+2 |
|/ | | | | | This compiles, but will probably need more work to produce good documentation when the DuplicateRecordFields extension is used. | ||||
* | Fix weird-looking Hoogle output for familyless classes. | Łukasz Hanuszczak | 2015-08-21 | 1 | -5/+7 |
| | |||||
* | Improve formatting of class details output in Hoogle backend. | Łukasz Hanuszczak | 2015-08-21 | 1 | -6/+9 |
| | |||||
* | Add missing default family equations in Hoogle output. | Łukasz Hanuszczak | 2015-08-21 | 1 | -1/+13 |
| | |||||
* | Improve class type family declarations output in Hoogle backend. | Łukasz Hanuszczak | 2015-08-21 | 1 | -5/+20 |
| | |||||
* | Fix bug with incorrect fixities being generated in Hoogle backend. | Łukasz Hanuszczak | 2015-08-21 | 1 | -4/+5 |
| | |||||
* | Add fixity declarations in Hoogle backend output. | Łukasz Hanuszczak | 2015-08-21 | 1 | -1/+7 |
| | |||||
* | Remove default methods from Hoogle class output. | Łukasz Hanuszczak | 2015-08-21 | 1 | -1/+5 |
| | |||||
* | Don't print instance safety information in Hoogle | Mateusz Kowalczyk | 2015-03-27 | 1 | -2/+11 |
| | | | | Fixes #168 | ||||
* | Output method documentation in Hoogle backend | Mateusz Kowalczyk | 2015-03-27 | 1 | -11/+21 |
| | | | | | | | | | One thing of note is that we no longer preserve grouping of methods and print each method on its own line. We could preserve it if no documentation is present for any methods in the group if someone asks for it though. Fixes #259 |