aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock
Commit message (Expand)AuthorAgeFilesLines
...
| * Better error messagesSimon Hengel2012-10-131-2/+6
| * Handle HsExplicitListTy in renameer (fixes #213)Simon Hengel2012-10-131-0/+2
| * Improve note about `binaryInterfaceVersion` (thanks David)Simon Hengel2012-10-121-2/+3
| * Remove redundant if-defs, more source documentationSimon Hengel2012-10-111-15/+16
| * Allow to load interface files with compatible versionsSimon Hengel2012-10-091-1/+4
| * Fix parser bugSimon Hengel2012-10-091-1/+3
| * Bump interface versionSimon Hengel2012-10-091-5/+5
| * Simplify lexing/parsing of propertiesSimon Hengel2012-10-092-13/+13
| * Add markup support for propertiesKazu Yamamoto2012-10-0910-0/+29
| * Fix spurious superclass constraints bug.David Waern2012-09-281-8/+23
| * Follow changes in GHC.David Waern2012-09-071-0/+1
| * Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into g...David Waern2012-09-072-7/+55
| |\
| | * Hide "internal" instancesRoman Cheplyaka2012-07-272-7/+55
| * | Improve haddock memory usageIan Lynagh2012-08-134-51/+68
| * | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-2311-21/+52
| |\ \
| | * | Add a type signature for a where-bindingSimon Hengel2012-05-271-0/+1
| | * | Fix typo in commentSimon Hengel2012-05-271-1/+1
| | * | Use LANGUAGE pragmas instead of default-extensions in cabal fileSimon Hengel2012-05-273-2/+3
| | * | Add support for hyperlink labels to parserSimon Hengel2012-05-272-2/+11
| | * | Add an optional label to URLsSimon Hengel2012-05-279-17/+37
| * | | Update dependencies.Paolo Capriotti2012-07-201-0/+2
* | | | Track change to HsBang typeSimon Peyton Jones2013-01-141-3/+3
* | | | Use InstEnv.instanceSig rather than instanceHead (name change)Simon Peyton Jones2013-01-021-1/+1
* | | | Merge branch 'master' of http://darcs.haskell.org//haddockSimon Peyton Jones2012-12-2310-165/+217
|\ \ \ \
| * | | | Implement overlapping type family instances.Richard Eisenberg2012-12-2110-165/+217
* | | | | Track changes in HsBangSimon Peyton Jones2012-12-231-1/+1
|/ / / /
* | | | Track changes in UNPACK pragma stuffSimon Peyton Jones2012-12-191-7/+13
* | | | Follow changes in GHC: 'flags' has been renamed 'generalFlags'Ian Lynagh2012-10-182-3/+3
* | | | Follow data type changes in the tc-untouchables branchSimon Peyton Jones2012-09-201-6/+3
* | | | Remove some temporary pragmas I accidentally recordedIan Lynagh2012-08-143-3/+0
* | | | Improve haddock memory usageIan Lynagh2012-08-134-51/+68
* | | | Follow changes in GHCIan Lynagh2012-08-071-1/+2
* | | | Build with GHC 7.7Ian Lynagh2012-07-201-0/+4
* | | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//haddockIan Lynagh2012-07-1917-375/+513
|\| | |
| * | | Forward port changes from stable.Paolo Capriotti2012-07-1917-375/+513
| |\| |
| | * | Use a map for warnings, as suggested by @waernSimon Hengel2012-05-261-23/+20
| | * | Add Applicative instance for (GenRnM a)Simon Hengel2012-05-261-2/+6
| | * | Simplify lookupWarningSimon Hengel2012-05-171-6/+8
| | * | Attach warnings to `Documentation` typeSimon Hengel2012-05-178-53/+56
| | * | newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-178-85/+89
| | * | Use >>= instead of fmap and joinSimon Hengel2012-05-172-7/+4
| | * | Merge http://code.haskell.org/~thielema/haddock/ into ghc-7.4David Waern2012-05-165-27/+48
| | |\ \
| | | * | qualification style 'abbreviated' -> 'aliased'Henning Thielemann2012-04-025-22/+22
| | | * | abbreviated qualification: use Packages.lookupModuleInAllPackages for finding...Henning Thielemann2012-04-023-12/+33
| | * | | Merge branch 'ghc-7.4' of http://darcs.haskell.org/haddock into ghc-7.4David Waern2012-05-152-5/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix reporting of modules safe haskell mode (#5989)David Terei2012-04-062-5/+6
| | | * | Merge http://code.haskell.org/~thielema/haddock/ into ghc-7.4David Waern2012-04-014-25/+42
| | | |\ \
| | * | | | 'abbreviate' qualification style - basic supportHenning Thielemann2012-04-015-28/+67
| | * | | | Merge branch 'ghc-7.4' of http://darcs.haskell.org/haddock into ghc-7.4Henning Thielemann2012-04-011-1/+2
| | |\| | | | | | |/ / | | |/| |
| | | * | Don't crash on unicode strings in doc comments.David Waern2012-04-011-1/+2