| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates to reflect changes in HsDecls to support closed type families. | Richard Eisenberg | 2013-06-21 | 3 | -12/+22 |
* | Adapt to tcRnGetInfo returning family instances too | Simon Peyton Jones | 2013-03-15 | 1 | -3/+3 |
* | Refactoring instanceHead'. | Kazu Yamamoto | 2013-02-06 | 1 | -1/+1 |
* | Using tcSplitSigmaTy in instanceHead' (FIXME is resolved.) | Kazu Yamamoto | 2013-02-06 | 1 | -6/+5 |
* | Merge branch 'ghc-7.6' into ghc-7.6-merge-2 | Kazu Yamamoto | 2013-02-01 | 5 | -84/+175 |
|\ |
|
| * | 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 |
| * | Handle more cases in renameType | Simon Hengel | 2012-10-14 | 1 | -14/+19 |
| * | Simplify lookupRn | Simon Hengel | 2012-10-14 | 1 | -7/+7 |
| * | Simplify RnM type | Simon Hengel | 2012-10-14 | 1 | -10/+9 |
| * | Better error messages | Simon Hengel | 2012-10-13 | 1 | -2/+6 |
| * | Handle HsExplicitListTy in renameer (fixes #213) | Simon Hengel | 2012-10-13 | 1 | -0/+2 |
| * | Add markup support for properties | Kazu Yamamoto | 2012-10-09 | 2 | -0/+2 |
| * | Fix spurious superclass constraints bug. | David Waern | 2012-09-28 | 1 | -8/+23 |
| * | Follow changes in GHC. | David Waern | 2012-09-07 | 1 | -0/+1 |
| * | Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into g... | David Waern | 2012-09-07 | 1 | -6/+49 |
| |\ |
|
| | * | Hide "internal" instances | Roman Cheplyaka | 2012-07-27 | 1 | -6/+49 |
| * | | Improve haddock memory usage | Ian Lynagh | 2012-08-13 | 3 | -22/+39 |
| * | | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6 | David Waern | 2012-07-23 | 4 | -4/+5 |
| |\ \ |
|
| | * | | 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 |
| | * | | Use LANGUAGE pragmas instead of default-extensions in cabal file | Simon Hengel | 2012-05-27 | 1 | -1/+1 |
| | * | | Add an optional label to URLs | Simon Hengel | 2012-05-27 | 2 | -2/+2 |
* | | | | Use InstEnv.instanceSig rather than instanceHead (name change) | Simon Peyton Jones | 2013-01-02 | 1 | -1/+1 |
* | | | | Implement overlapping type family instances. | Richard Eisenberg | 2012-12-21 | 3 | -47/+82 |
* | | | | 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 | 3 | -3/+0 |
* | | | | Improve haddock memory usage | Ian Lynagh | 2012-08-13 | 3 | -22/+39 |
|/ / / |
|
* | | | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 4 | -179/+262 |
|\| | |
|
| * | | Use a map for warnings, as suggested by @waern | Simon Hengel | 2012-05-26 | 1 | -23/+20 |
| * | | Add Applicative instance for (GenRnM a) | Simon Hengel | 2012-05-26 | 1 | -2/+6 |
| * | | Simplify lookupWarning | Simon Hengel | 2012-05-17 | 1 | -6/+8 |
| * | | Attach warnings to `Documentation` type | Simon Hengel | 2012-05-17 | 2 | -41/+37 |
| * | | newtype-wrap Doc nodes for things that may have warnings attached | Simon Hengel | 2012-05-17 | 2 | -13/+13 |
| * | | 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 | 2 | -5/+6 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Fix reporting of modules safe haskell mode (#5989) | David Terei | 2012-04-06 | 2 | -5/+6 |
| * | | | '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 | 3 | -23/+27 |
| * | | Clean up some code from last SoC project. | David Waern | 2012-02-04 | 2 | -75/+78 |
| * | | 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 |