aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Follow change in patSynSigSimon Peyton Jones2014-06-061-2/+2
* Revert "Revert "Accomodate change in PatSyn representation""Mateusz Kowalczyk2014-05-291-1/+1
* Revert "Accomodate change in PatSyn representation"Mateusz Kowalczyk2014-05-291-1/+1
* Accomodate change in PatSyn representationDr. ERDI Gergo2014-05-251-1/+1
* Remove no longer necessary parser error handling.Mateusz Kowalczyk2014-05-065-147/+105
* Move parser + parser tests out to own package.Mateusz Kowalczyk2014-05-059-715/+52
* Prepare modules for parser split.Mateusz Kowalczyk2014-05-058-156/+194
* Replace local `die` by new `System.Exit.die`Herbert Valerio Riedel2014-04-211-5/+1
* remove Origin flag from LHsBindsLRDr. ERDI Gergo2014-04-131-8/+8
* Parse identifiers with ^ and ⋆ in them.Mateusz Kowalczyk2014-04-111-1/+9
* 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