| Commit message (Expand) | Author | Age | Files | Lines |
* | Track type signature change of lookupModuleInAllPackages | Edward Z. Yang | 2014-08-05 | 1 | -6/+3 |
* | Track changes for module reexports. | Edward Z. Yang | 2014-07-25 | 1 | -2/+3 |
* | Track GHC PackageId to PackageKey renaming. | Edward Z. Yang | 2014-07-21 | 9 | -30/+30 |
* | Adapt to new definition of HsDecls.TyFamEqn | Simon Peyton Jones | 2014-07-14 | 4 | -16/+26 |
* | Propagate overloading-mode for instance declarations in haddock (#9242) | Iavor S. Diatchki | 2014-07-01 | 1 | -2/+6 |
* | Fix anchors. Closes #308. | Mateusz Kowalczyk | 2014-06-25 | 1 | -1/+6 |
* | Follow change in patSynSig | Simon Peyton Jones | 2014-06-06 | 1 | -2/+2 |
* | Revert "Revert "Accomodate change in PatSyn representation"" | Mateusz Kowalczyk | 2014-05-29 | 1 | -1/+1 |
* | Revert "Accomodate change in PatSyn representation" | Mateusz Kowalczyk | 2014-05-29 | 1 | -1/+1 |
* | Accomodate change in PatSyn representation | Dr. ERDI Gergo | 2014-05-25 | 1 | -1/+1 |
* | Remove no longer necessary parser error handling. | Mateusz Kowalczyk | 2014-05-06 | 5 | -147/+105 |
* | Move parser + parser tests out to own package. | Mateusz Kowalczyk | 2014-05-05 | 9 | -715/+52 |
* | Prepare modules for parser split. | Mateusz Kowalczyk | 2014-05-05 | 8 | -156/+194 |
* | Replace local `die` by new `System.Exit.die` | Herbert Valerio Riedel | 2014-04-21 | 1 | -5/+1 |
* | remove Origin flag from LHsBindsLR | Dr. ERDI Gergo | 2014-04-13 | 1 | -8/+8 |
* | Parse identifiers with ^ and ⋆ in them. | Mateusz Kowalczyk | 2014-04-11 | 1 | -1/+9 |
* | Crash when exporting record selectors of data family instances | Niklas Haas | 2014-03-31 | 1 | -10/+24 |
* | Drop leading whitespace in @-style blocks. | Mateusz Kowalczyk | 2014-03-31 | 1 | -3/+28 |
* | Print kind signatures on GADTs | Mateusz Kowalczyk | 2014-03-31 | 1 | -6/+10 |
* | Drop needless --split-objs which slows us down. | Mateusz Kowalczyk | 2014-03-22 | 1 | -9/+8 |
* | Fix issue #281 | Niklas Haas | 2014-03-15 | 2 | -10/+14 |
* | Hide minimal definition for only-method classes | Niklas Haas | 2014-03-15 | 1 | -1/+6 |
* | Style only | Mateusz Kowalczyk | 2014-03-13 | 1 | -32/+28 |
* | Always read in prologue files as UTF8 (#286). | Mateusz Kowalczyk | 2014-03-13 | 1 | -5/+9 |
* | Display minimal complete definitions for type classes | Niklas Haas | 2014-03-13 | 9 | -30/+78 |
* | 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 | 6 | -12/+13 |
* | Revert "Reorder topDeclElem to move the source/wiki links to the top" | Niklas Haas | 2014-03-11 | 1 | -1/+1 |
* | Filter family instances of hidden types | Niklas Haas | 2014-03-11 | 1 | -4/+11 |
* | Update appearance of fixity annotations | Niklas Haas | 2014-03-11 | 1 | -17/+25 |
* | Include fixity information in the Interface file | Niklas Haas | 2014-03-11 | 4 | -30/+40 |
* | Group similar fixities together | Niklas Haas | 2014-03-09 | 1 | -3/+10 |
* | 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 | 8 | -102/+182 |
* | Change rendering of duplicate record field docs | Mateusz Kowalczyk | 2014-02-27 | 1 | -1/+2 |
* | Fix rendering of Contents when links are present | Mateusz Kowalczyk | 2014-02-24 | 4 | -22/+37 |
* | Lower precedence of equality constraints | Niklas Haas | 2014-02-23 | 1 | -1/+1 |
* | Make ImplicitParams render correctly (#260) | Niklas Haas | 2014-02-23 | 2 | -8/+13 |
* | Don't shadow ‘strip’. | Mateusz Kowalczyk | 2014-02-23 | 1 | -4/+4 |
* | Turn a source code comment into specs | Simon Hengel | 2014-02-22 | 1 | -2/+0 |
* | Strip a single leading space from bird tracks (#201) | Niklas Haas | 2014-02-22 | 1 | -1/+10 |
* | Use a bespoke data type to indicate fixity | Mateusz Kowalczyk | 2014-02-19 | 4 | -66/+66 |
* | 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 |
* | Improve display of poly-kinded type operators | nand | 2014-02-11 | 6 | -35/+40 |
* | Add support for type/data families | nand | 2014-02-11 | 10 | -138/+181 |
* | 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 |