| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for type/data families | nand | 2014-02-11 | 1 | -71/+51 |
* | Support for -XPatternSynonyms | Dr. ERDI Gergo | 2014-01-19 | 1 | -10/+14 |
* | Per-module extension flags and language listing. | Mateusz Kowalczyk | 2014-01-12 | 1 | -10/+15 |
* | Revision to reflect new role annotation syntax in GHC. | Richard Eisenberg | 2013-09-17 | 1 | -1/+1 |
* | Updates to reflect changes in HsDecls to support closed type families. | Richard Eisenberg | 2013-06-21 | 1 | -5/+8 |
* | Merge branch 'ghc-7.6' into ghc-7.6-merge-2 | Kazu Yamamoto | 2013-02-01 | 1 | -44/+56 |
|\ |
|
| * | Properly handle deprecation messages for re-exported things (fixes #220) | Simon Hengel | 2012-10-14 | 1 | -3/+4 |
| * | Minor formatting change | Simon Hengel | 2012-10-14 | 1 | -19/+19 |
| * | If parsing of deprecation message fails, include it verbatim | Simon Hengel | 2012-10-14 | 1 | -9/+10 |
| * | Allow haddock markup in deprecation messages | Simon Hengel | 2012-10-14 | 1 | -20/+29 |
| * | Improve haddock memory usage | Ian Lynagh | 2012-08-13 | 1 | -21/+34 |
| * | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6 | David Waern | 2012-07-23 | 1 | -1/+2 |
| |\ |
|
| | * | Add a type signature for a where-binding | Simon Hengel | 2012-05-27 | 1 | -0/+1 |
| | * | Fix typo in comment | Simon Hengel | 2012-05-27 | 1 | -1/+1 |
* | | | Implement overlapping type family instances. | Richard Eisenberg | 2012-12-21 | 1 | -9/+16 |
* | | | Follow changes in GHC: 'flags' has been renamed 'generalFlags' | Ian Lynagh | 2012-10-18 | 1 | -1/+1 |
* | | | Remove some temporary pragmas I accidentally recorded | Ian Lynagh | 2012-08-14 | 1 | -1/+0 |
* | | | Improve haddock memory usage | Ian Lynagh | 2012-08-13 | 1 | -21/+34 |
|/ / |
|
* | | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -122/+197 |
|\| |
|
| * | Use a map for warnings, as suggested by @waern | Simon Hengel | 2012-05-26 | 1 | -23/+20 |
| * | Simplify lookupWarning | Simon Hengel | 2012-05-17 | 1 | -6/+8 |
| * | Attach warnings to `Documentation` type | Simon Hengel | 2012-05-17 | 1 | -40/+35 |
| * | newtype-wrap Doc nodes for things that may have warnings attached | Simon Hengel | 2012-05-17 | 1 | -5/+7 |
| * | Merge http://code.haskell.org/~thielema/haddock/ into ghc-7.4 | David Waern | 2012-05-16 | 1 | -12/+33 |
| |\ |
|
| | * | qualification style 'abbreviated' -> 'aliased' | Henning Thielemann | 2012-04-02 | 1 | -7/+7 |
| | * | abbreviated qualification: use Packages.lookupModuleInAllPackages for finding... | Henning Thielemann | 2012-04-02 | 1 | -10/+31 |
| * | | Merge branch 'ghc-7.4' of http://darcs.haskell.org/haddock into ghc-7.4 | David Waern | 2012-05-15 | 1 | -1/+2 |
| |\ \
| | |/
| |/| |
|
| | * | Fix reporting of modules safe haskell mode (#5989) | David Terei | 2012-04-06 | 1 | -1/+2 |
| * | | 'abbreviate' qualification style - basic support | Henning Thielemann | 2012-04-01 | 1 | -0/+14 |
| |/ |
|
| * | Don't filter out unexported names from the four maps - fixes a regression. | David Waern | 2012-04-01 | 1 | -5/+4 |
| * | Cleanup. | David Waern | 2012-04-01 | 1 | -12/+1 |
| * | Take reader environment directly from TypecheckedSource. | David Waern | 2012-04-01 | 1 | -3/+11 |
| * | Mostly hlint-inspired cleanup. | David Waern | 2012-02-04 | 1 | -12/+12 |
| * | Clean up some code from last SoC project. | David Waern | 2012-02-04 | 1 | -34/+41 |
| * | Use <> instead of mappend. | David Waern | 2012-02-04 | 1 | -3/+3 |
| * | Some cleanup and make sure we filter warnings through exports. | David Waern | 2012-02-04 | 1 | -33/+47 |
| * | Fix issues in support for warnings. | David Waern | 2012-02-04 | 1 | -24/+9 |
| * | Expand type signatures for modules without explicit export list | Simon Hengel | 2012-02-04 | 1 | -1/+14 |
| * | Expand type signatures in export list (fixes #192) | Simon Hengel | 2012-02-04 | 1 | -14/+5 |
| * | Add support for warnings | Simon Hengel | 2012-02-04 | 1 | -2/+25 |
| * | Add support for module warnings | Simon Hengel | 2012-02-04 | 1 | -1/+20 |
| * | Cleanup mkMaps and avoid quadratic behaviour. | David Waern | 2012-02-01 | 1 | -28/+29 |
| * | Fix bug introduced in my recent refactoring. | David Waern | 2012-02-01 | 1 | -16/+18 |
* | | Use right docMap to get decl documentation. | Paolo Capriotti | 2012-06-22 | 1 | -1/+7 |
* | | Follow changes in GHC | Ian Lynagh | 2012-06-12 | 1 | -18/+18 |
* | | Follow changes in LHsTyVarBndrs | Simon Peyton Jones | 2012-05-25 | 1 | -1/+1 |
* | | Track changes in HsSyn | Simon Peyton Jones | 2012-04-20 | 1 | -3/+3 |
* | | Fix reporting of modules safe haskell mode (#5989) | David Terei | 2012-04-04 | 1 | -1/+2 |
* | | Follow refactoring of TyClDecl/HsTyDefn | Simon Peyton Jones | 2012-03-26 | 1 | -6/+6 |
* | | Follow changes in data representation from the big PolyKinds commit | Simon Peyton Jones | 2012-03-02 | 1 | -1/+0 |