Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #875 from harpocrates/feature/markup-in-hyperlinks | Alec Theriault | 2018-11-06 | 20 | -59/+213 | |
|\ \ | ||||||
| * | | Bump version bounds | Alec Theriault | 2018-11-06 | 3 | -1/+7 | |
| * | | Fix/add to haddock-library test suite | Alec Theriault | 2018-11-06 | 7 | -6/+20 | |
| * | | Accept test case | Alec Theriault | 2018-11-06 | 2 | -1/+85 | |
| * | | Support (and flatten) inline markup in image links | Alec Theriault | 2018-11-06 | 3 | -5/+53 | |
| * | | Support hyperlink labels with inline markup | Alec Theriault | 2018-11-06 | 9 | -50/+52 | |
|/ / | ||||||
* | | Faster 'Text' driven parser combinators | Alec Theriault | 2018-11-05 | 3 | -35/+83 | |
* | | Improve perf of renaming | Alec Theriault | 2018-11-05 | 1 | -36/+33 | |
* | | Specialize some SYB functions | Alec Theriault | 2018-11-05 | 1 | -4/+4 | |
* | | Deduplicate some work in 'AttachInstances' | Alec Theriault | 2018-11-05 | 1 | -27/+40 | |
* | | More explicit foralls (GHC Proposal 0007) | Matthew Yacavone | 2018-10-27 | 2 | -4/+13 | |
* | | Set UTF-8 encoding before writing files (#934) | Alec Theriault | 2018-10-16 | 5 | -14/+21 | |
* | | Merge pull request #942 from harpocrates/update-docs | Alec Theriault | 2018-10-16 | 3 | -8/+138 | |
|\ \ | ||||||
| * | | Fix/add to various docs | Alec Theriault | 2018-09-17 | 3 | -8/+138 | |
* | | | Merge branch 'ghc-8.6' into ghc-head | Alec Theriault | 2018-10-16 | 11 | -35/+58 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge branch 'ghc-8.4' into ghc-8.6 | Alec Theriault | 2018-10-16 | 4 | -6/+16 | |
| |\ \ | ||||||
| | * | | Remove unnecessary backslashes from docs (#908) | Noel Bourke | 2018-08-21 | 1 | -3/+3 | |
| | * | | Make --package-version optional for --hoogle generation (#899) | Alexander Biehl | 2018-08-06 | 1 | -3/+8 | |
| | * | | Avoid "invalid argument (invalid character)" on non-unicode Windows (#892) | Yuji Yamamoto | 2018-07-23 | 1 | -0/+1 | |
| | * | | Add # as a special character (#884) | Masahiro Sakai | 2018-07-20 | 1 | -1/+1 | |
| | * | | Additional tests for the identifier parser (#816) | Simon Jakobi | 2018-07-20 | 2 | -10/+51 | |
| | * | | Add some more unicode related tests (#872) | Alec Theriault | 2018-07-20 | 2 | -0/+118 | |
| | * | | Fix broken instance source links (#869) | Alec Theriault | 2018-07-20 | 2 | -19/+22 | |
| | * | | Preserve docs on type family instances (#867) | Alec Theriault | 2018-07-20 | 4 | -18/+40 | |
| | * | | tyThingToLHsDecl: Preserve type synonyms that contain a forall (#880) | Simon Jakobi | 2018-07-19 | 1 | -2/+46 | |
| | * | | Avoid line breaks due to line length in Hoogle (#868) | Alec Theriault | 2018-07-06 | 3 | -3/+7 | |
| | * | | Export more fixities for Hoogle (#871) | Alec Theriault | 2018-07-05 | 3 | -2/+31 | |
| | * | | README updates (#856) | Simon Jakobi | 2018-06-30 | 1 | -5/+36 | |
| | * | | Drop GHC HEAD from CI and update GHC to 8.4.3 | Herbert Valerio Riedel | 2018-06-20 | 1 | -8/+2 | |
| | * | | Renamer: Warn about ambiguous identifiers (#831) | Simon Jakobi | 2018-06-08 | 2 | -5/+19 | |
| | * | | Improve hyperlinker's 'spanToNewline' (#846) | Alec Theriault | 2018-06-05 | 3 | -7/+267 | |
| | * | | Bump a few dependency bounds (#845) | Simon Jakobi | 2018-06-05 | 2 | -7/+7 | |
| | * | | Use `ClassOpSig` instead of `TypeSig` for class methods (#835) | Alec Theriault | 2018-05-23 | 13 | -140/+124 | |
| | * | | Merge pull request #826 from haskell/T825 | Ryan Scott | 2018-05-16 | 3 | -5/+19 | |
| | |\ \ | ||||||
| | | * | | Wibbles | Ryan Scott | 2018-05-10 | 1 | -3/+3 | |
| | | * | | Remove Hoogle backend hack that butchers infix datatype names | Ryan Scott | 2018-05-10 | 3 | -2/+16 | |
| | |/ / | ||||||
| | * | | Renamer: Warn about out of scope identifiers. (#819) | Simon Jakobi | 2018-05-08 | 1 | -6/+11 | |
| | * | | Remove 'TokenGroup' from Hyperlinker (#818) | Alec Theriault | 2018-05-08 | 1 | -50/+14 | |
| | * | | Add docs for some DocH constructors (#814) | Simon Jakobi | 2018-05-07 | 1 | -0/+3 | |
| | * | | Filter out CRLFs in hyperlinker backend (#813) | Alec Theriault | 2018-05-07 | 1 | -2/+7 | |
| * | | | Bump haddock-library to 1.7.0 | Alec Theriault | 2018-10-16 | 3 | -5/+9 | |
| * | | | Merge pull request #945 | Herbert Valerio Riedel | 2018-10-16 | 10 | -65/+87 | |
| |\ \ \ | ||||||
| | * | | | Minor tweak to package description | Herbert Valerio Riedel | 2018-10-16 | 1 | -2/+2 | |
| | * | | | Build on 7.4 and 7.8 | Alec Theriault | 2018-10-16 | 1 | -1/+2 | |
| | * | | | keep cabal.project file | Alec Theriault | 2018-09-22 | 1 | -11/+2 | |
| | * | | | Turn haddock-library into a minor release | Alec Theriault | 2018-09-22 | 3 | -6/+7 | |
| | * | | | Bump haddock-api-2.21.0, haddock-library-1.7.0 | Alec Theriault | 2018-09-22 | 6 | -20/+28 | |
| | * | | | Accept failing tests | Alec Theriault | 2018-09-22 | 2 | -3/+2 | |
| | * | | | Update Travis | Alec Theriault | 2018-09-22 | 1 | -37/+59 | |
| |/ / / | ||||||
| * | | | Merge remote-tracking branch 'origin/ghc-8.6' into ghc-8.6 | Ben Gamari | 2018-08-23 | 0 | -0/+0 | |
| |\ \ \ |