aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Crash when exporting record selectors of data family instancesNiklas Haas2014-03-311-10/+24
* Drop leading whitespace in @-style blocks.Mateusz Kowalczyk2014-03-311-3/+28
* Print kind signatures on GADTsMateusz Kowalczyk2014-03-311-6/+10
* Drop needless --split-objs which slows us down.Mateusz Kowalczyk2014-03-221-9/+8
* Fix issue #281Niklas Haas2014-03-152-10/+14
* Hide minimal definition for only-method classesNiklas Haas2014-03-151-1/+6
* Style onlyMateusz Kowalczyk2014-03-131-32/+28
* Always read in prologue files as UTF8 (#286).Mateusz Kowalczyk2014-03-131-5/+9
* Display minimal complete definitions for type classesNiklas Haas2014-03-139-30/+78
* Add UnicodeSyntax alternatives for * and ->Niklas Haas2014-03-131-2/+7
* Hide RHS of TFs with non-exported right hand sidesNiklas Haas2014-03-136-12/+13
* Revert "Reorder topDeclElem to move the source/wiki links to the top"Niklas Haas2014-03-111-1/+1
* Filter family instances of hidden typesNiklas Haas2014-03-111-4/+11
* Update appearance of fixity annotationsNiklas Haas2014-03-111-17/+25
* Include fixity information in the Interface fileNiklas Haas2014-03-114-30/+40
* Group similar fixities togetherNiklas Haas2014-03-091-3/+10
* Differentiate between TH splices (line-links) and regular namesNiklas Haas2014-03-0911-140/+182
* Use optLast instead of listToMaybe for sourceUrls/wikiUrlsNiklas Haas2014-03-091-7/+6
* Reorder topDeclElem to move the source/wiki links to the topNiklas Haas2014-03-091-1/+1
* Render fixity informationNiklas Haas2014-03-088-102/+182
* Change rendering of duplicate record field docsMateusz Kowalczyk2014-02-271-1/+2
* Fix rendering of Contents when links are presentMateusz Kowalczyk2014-02-244-22/+37
* Lower precedence of equality constraintsNiklas Haas2014-02-231-1/+1
* Make ImplicitParams render correctly (#260)Niklas Haas2014-02-232-8/+13
* Don't shadow ‘strip’.Mateusz Kowalczyk2014-02-231-4/+4
* Turn a source code comment into specsSimon Hengel2014-02-221-2/+0
* Strip a single leading space from bird tracks (#201)Niklas Haas2014-02-221-1/+10
* Use a bespoke data type to indicate fixityMateusz Kowalczyk2014-02-194-66/+66
* Only warn about missing docs when docs are missingMateusz Kowalczyk2014-02-131-1/+2
* Get rid of re-implementation of sortByNiklas Haas2014-02-131-7/+3
* Improve display of poly-kinded type operatorsnand2014-02-116-35/+40
* Add support for type/data familiesnand2014-02-1110-138/+181
* Ensure a space between type signature and ‘Source’Mateusz Kowalczyk2014-02-101-2/+1
* Insert a space between module link and descriptionMateusz Kowalczyk2014-02-101-1/+1
* Handle infix vs prefix names correctly everywhere, by explicitly specifying t...Dr. ERDI Gergo2014-01-314-56/+66
* Fix @ code blocksMateusz Kowalczyk2014-01-301-0/+1
* <+>: Don't insert a space when concatenating empty nodesDr. ERDI Gergo2014-01-311-1/+3
* Update CPP check for __GLASGOW_HASKELL__Austin Seipp2014-01-291-1/+1
* Support for -XPatternSynonymsDr. ERDI Gergo2014-01-198-33/+156
* Fixes #271Mateusz Kowalczyk2014-01-131-1/+1
* Allow escaping in URLs and pictures.Mateusz Kowalczyk2014-01-122-5/+20
* Allow for nesting of paragraphs under lists.Mateusz Kowalczyk2014-01-123-27/+87
* Bump interface versionMateusz Kowalczyk2014-01-121-1/+1
* Per-module extension flags and language listing.Mateusz Kowalczyk2014-01-128-36/+89
* Allow for headings inside function documentation.Mateusz Kowalczyk2014-01-128-8/+70
* Support for bold.Mateusz Kowalczyk2014-01-1210-13/+62
* Fix totality, unicode, examples, paragraph parsingSimon Hengel2014-01-125-332/+217
* Don't append newline to parseString inputSimon Hengel2014-01-121-18/+12
* One pass parser and tests.Mateusz Kowalczyk2014-01-1213-493/+600
* Some code simplification by using traverseSimon Hengel2014-01-122-52/+9