| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Hide minimal definition for only-method classes | Niklas Haas | 2014-03-15 | 6 | -41/+46 |
* | Add Fuuzetsu maintainers field in cabal file | Simon Hengel | 2014-03-15 | 1 | -1/+1 |
* | Style only | Mateusz Kowalczyk | 2014-03-13 | 1 | -32/+28 |
* | Always read in prologue files as UTF8 (#286). | Mateusz Kowalczyk | 2014-03-13 | 2 | -5/+13 |
* | Update changelog | Mateusz Kowalczyk | 2014-03-13 | 1 | -0/+8 |
* | Strip links from recently added html tests | Niklas Haas | 2014-03-13 | 6 | -217/+217 |
* | Display minimal complete definitions for type classes | Niklas Haas | 2014-03-13 | 15 | -30/+398 |
* | Add UnicodeSyntax alternatives for * and -> | Niklas Haas | 2014-03-13 | 1 | -2/+7 |
* | Hide RHS of TFs with non-exported right hand sides | Niklas Haas | 2014-03-13 | 8 | -44/+105 |
* | Fix up some whitespace | Mateusz Kowalczyk | 2014-03-11 | 3 | -786/+786 |
* | Bump version to 2.15.0 | Mateusz Kowalczyk | 2014-03-11 | 67 | -67/+67 |
* | Revert "Reorder topDeclElem to move the source/wiki links to the top" | Niklas Haas | 2014-03-11 | 1 | -1/+1 |
* | Add documentation for --source-entity-line | Niklas Haas | 2014-03-11 | 1 | -0/+7 |
* | Filter family instances of hidden types | Niklas Haas | 2014-03-11 | 3 | -5/+20 |
* | Update appearance of fixity annotations | Niklas Haas | 2014-03-11 | 4 | -67/+141 |
* | Update changelog | Niklas Haas | 2014-03-11 | 1 | -1/+8 |
* | Include fixity information in the Interface file | Niklas Haas | 2014-03-11 | 4 | -30/+40 |
* | Update changelog | Mateusz Kowalczyk | 2014-03-10 | 1 | -0/+9 |
* | Group similar fixities together | Niklas Haas | 2014-03-09 | 3 | -5/+51 |
* | Differentiate between TH splices (line-links) and regular names | Niklas Haas | 2014-03-09 | 11 | -140/+182 |
* | Use optLast instead of listToMaybe for sourceUrls/wikiUrls | Niklas Haas | 2014-03-09 | 1 | -7/+6 |
* | Reorder topDeclElem to move the source/wiki links to the top | Niklas Haas | 2014-03-09 | 1 | -1/+1 |
* | Render fixity information | Niklas Haas | 2014-03-08 | 11 | -104/+621 |
* | Change rendering of duplicate record field docs | Mateusz Kowalczyk | 2014-02-27 | 4 | -1/+215 |
* | Fix wording in the docs | Mateusz Kowalczyk | 2014-02-24 | 1 | -3/+3 |
* | Fix rendering of Contents when links are present | Mateusz Kowalczyk | 2014-02-24 | 4 | -22/+37 |
* | Add RankNTypes test case to ImplicitParams.hs | Niklas Haas | 2014-02-23 | 2 | -2/+27 |
* | Lower precedence of equality constraints | Niklas Haas | 2014-02-23 | 3 | -70/+67 |
* | Make ImplicitParams render correctly (#260) | Niklas Haas | 2014-02-23 | 4 | -8/+112 |
* | Don't shadow ‘strip’. | Mateusz Kowalczyk | 2014-02-23 | 1 | -4/+4 |
* | Update test case for lifted GADT type rendering | Mateusz Kowalczyk | 2014-02-23 | 1 | -1/+1 |
* | Turn a source code comment into specs | Simon Hengel | 2014-02-22 | 2 | -9/+10 |
* | Strip a single leading space from bird tracks (#201) | Niklas Haas | 2014-02-22 | 6 | -19/+58 |
* | Use a bespoke data type to indicate fixity | Mateusz Kowalczyk | 2014-02-19 | 4 | -66/+66 |
* | Add test case for inter-module type/data family instances | Niklas Haas | 2014-02-15 | 4 | -1/+112 |
* | Only warn about missing docs when docs are missing | Mateusz Kowalczyk | 2014-02-13 | 1 | -1/+2 |
* | Get rid of re-implementation of sortBy | Niklas Haas | 2014-02-13 | 1 | -7/+3 |
* | Add test case for PatternSynonyms | nand | 2014-02-11 | 2 | -0/+263 |
* | Improve display of poly-kinded type operators | nand | 2014-02-11 | 9 | -103/+280 |
* | Add support for type/data families | nand | 2014-02-11 | 18 | -237/+1003 |
* | Ensure a space between type signature and ‘Source’ | Mateusz Kowalczyk | 2014-02-10 | 1 | -2/+1 |
* | Insert a space between module link and description | Mateusz Kowalczyk | 2014-02-10 | 1 | -1/+1 |
* | Document module header. | Mateusz Kowalczyk | 2014-02-09 | 1 | -8/+62 |
* | Correct whitespace in ‘hidden’ test for <+> change | Mateusz Kowalczyk | 2014-01-30 | 1 | -4/+4 |
* | Handle infix vs prefix names correctly everywhere, by explicitly specifying t... | Dr. ERDI Gergo | 2014-01-31 | 5 | -59/+69 |
* | Update tests | Mateusz Kowalczyk | 2014-01-30 | 3 | -3/+3 |
* | Fix @ code blocks | Mateusz Kowalczyk | 2014-01-30 | 2 | -0/+9 |
* | <+>: Don't insert a space when concatenating empty nodes | Dr. ERDI Gergo | 2014-01-31 | 24 | -225/+227 |
* | Update CPP check for __GLASGOW_HASKELL__ | Austin Seipp | 2014-01-29 | 1 | -1/+1 |
* | Support for -XPatternSynonyms | Dr. ERDI Gergo | 2014-01-19 | 8 | -33/+156 |