aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Create stub functions for sugaring specialized types.Łukasz Hanuszczak2015-08-212-1/+14
| | * Hook type specialization logic with HTML pretty-printer.Łukasz Hanuszczak2015-08-212-12/+22
| | * Create convenience functions for type specialization module.Łukasz Hanuszczak2015-08-211-5/+26
| | * Move dummy post-family instances for `DocName` to `Types` module.Łukasz Hanuszczak2015-08-212-14/+15
| | * Add expandable method section for each class instance declaration.Łukasz Hanuszczak2015-08-212-18/+50
| | * Refactor instance head type to record instead of a meaningless tuple.Łukasz Hanuszczak2015-08-216-38/+63
| | * Make HTML class instance printer take optional signature argument.Łukasz Hanuszczak2015-08-211-9/+14
| | * Add basic HTML test case for checking instance specialization.Łukasz Hanuszczak2015-08-211-0/+36
| | * Make type of type specialization function more general.Łukasz Hanuszczak2015-08-211-3/+3
| | * Create simple utility module for type specialization.Łukasz Hanuszczak2015-08-213-0/+23
| | * Implement generic transformation constructor.Łukasz Hanuszczak2015-08-211-0/+9
| | * Implement `everywhere` transformation in SYB module.Łukasz Hanuszczak2015-08-211-1/+7
| | * Move SYB utilities to standalone module.Łukasz Hanuszczak2015-08-214-14/+29
| | * Make Travis use 7.10.2Mateusz Kowalczyk2015-08-211-1/+1
| | * Rename advanced types test case and accept new output.Łukasz Hanuszczak2015-08-063-98/+204
| | * Extend advanced types test case with other examples.Łukasz Hanuszczak2015-08-061-0/+14
| | * Apply promoted type quoting to type-level consing.Łukasz Hanuszczak2015-08-061-1/+6
| | * Fix quote syntax for promoted types.Łukasz Hanuszczak2015-08-062-3/+10
| | * Update tests to follow HTML changesMateusz Kowalczyk2015-08-0279-805/+853
| | * Override source line flags when source hyperlinker is enabled.Łukasz Hanuszczak2015-08-021-2/+7
| | * Re-accept test cases after adding line anchors for each of them.Łukasz Hanuszczak2015-08-027-1011/+1673
| | * Make hyperlinked source renderer generate line anchors.Łukasz Hanuszczak2015-08-021-3/+23
| | * Add some utility definitions for generating line anchors.Łukasz Hanuszczak2015-08-021-2/+23
| | * Fix record field alignment when name is too longPhil Ruffwind2015-08-022-20/+19
| | * Fix typo in Haddock.Backends.Xhtml.Layout: divSynposis -> divSynopsisPhil Ruffwind2015-08-022-4/+4
| | * Link to the definitions to themselvesPhil Ruffwind2015-08-022-8/+16
| | * Avoid JavaScript error during page load in non-frame modePhil Ruffwind2015-08-021-1/+1
| | * Update changelogMateusz Kowalczyk2015-07-311-0/+2
| | * Break the response file by line termination ratherranden2015-07-301-1/+1
| | * Make some version changes after 2.16.1 releaseMateusz Kowalczyk2015-07-224-8/+10
| | * Fix expansion icon for user-collapsible sectionsMateusz Kowalczyk2015-07-113-5/+8
| | * Delete trailing whitespaceMateusz Kowalczyk2015-07-0712-41/+41
| | * Relax upper bound on GHC a bitMateusz Kowalczyk2015-07-071-3/+2
| | * Update changelogMateusz Kowalczyk2015-07-071-0/+2
| | * Fix problem with spec build in Haddock API configuration.Łukasz Hanuszczak2015-07-061-0/+1
| | * Fix bug with module name being hyperlinked to `Prelude`.Łukasz Hanuszczak2015-07-062-3/+5
| | * Add short documentation for hyperlinker source map type.Łukasz Hanuszczak2015-07-061-0/+9
| | * Add support for hyperlinking modules in import lists.Łukasz Hanuszczak2015-07-063-16/+17
| | * Move source paths types to hyperlinker types module.Łukasz Hanuszczak2015-07-064-10/+15
| | * Extract main hyperlinker types to separate module.Łukasz Hanuszczak2015-07-0610-63/+79
| | * Fix bug where not all module interfaces were added to source mapping.Łukasz Hanuszczak2015-07-051-2/+4
| | * Refactor source path mapping to use modules as indices.Łukasz Hanuszczak2015-07-055-43/+55
| | * Fix incorrect specification of source style option in doc file.Łukasz Hanuszczak2015-07-041-2/+2
| | * Make Haddock generate warnings about potential misuse of hyperlinker.Łukasz Hanuszczak2015-07-041-0/+30
| | * Remove potentially dangerous record access in hyperlinker AST module.Łukasz Hanuszczak2015-07-041-1/+1
| | * Update docs on using `--read-interface` option.Łukasz Hanuszczak2015-07-041-7/+29
| | * Update docs with information about source hyperlinking.Łukasz Hanuszczak2015-07-041-0/+37
| | * Create hyperlinker test case for type classes.Łukasz Hanuszczak2015-07-022-0/+969
| | * Make hyperlinker generate anchors only to top-level value bindings.Łukasz Hanuszczak2015-07-021-1/+2
| | * Add support for anchoring signatures in type class declarations.Łukasz Hanuszczak2015-07-021-0/+5