| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix identifier recognition in Haskell source parser. | Łukasz Hanuszczak | 2015-06-30 | 1 | -2/+5 |
* | Add support for specifying the CSS file path in HTML source renderer. | Łukasz Hanuszczak | 2015-06-30 | 1 | -15/+30 |
* | Create simple HTML renderer for parsed source file. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+26 |
* | Make parser module export all types and associated accessors. | Łukasz Hanuszczak | 2015-06-30 | 1 | -3/+2 |
* | Add record accessors to exports of hyperlinker parser module. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+6 |
* | Adapt source span tagging to work with current whitespace handling. | Łukasz Hanuszczak | 2015-06-30 | 1 | -4/+7 |
* | Create basic token classification method. | Łukasz Hanuszczak | 2015-06-30 | 1 | -6/+98 |
* | Implement simple string chunking based on HsColour library. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+27 |
* | Implement function for tagging parsed chunks with source spans. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+8 |
* | Create scaffolding for Haskell source parser module. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+36 |
* | Fix alignment of Source links in instance table in Firefox | Phil Ruffwind | 2015-06-12 | 1 | -2/+3 |
* | Attach to instance location the name that has the same location file | jpmoresmau | 2015-06-12 | 6 | -25/+39 |
* | Fix haddock: internal error: spliceURL UnhelpfulSpan (#207) | Bartosz Nitka | 2015-06-12 | 1 | -5/+11 |
* | Change ModuleTree Node to carry PackageKey and SourcePackageId to resolve #385 | Murray Campbell | 2015-05-11 | 2 | -21/+24 |
* | Do not insert anchor for section headings in contents box | watashi | 2015-04-26 | 1 | -1/+4 |
* | Don't print instance safety information in Hoogle | Mateusz Kowalczyk | 2015-03-27 | 1 | -2/+11 |
* | Output method documentation in Hoogle backend | Mateusz Kowalczyk | 2015-03-27 | 1 | -11/+21 |
* | Fully qualify names in Hoogle instances output | Mateusz Kowalczyk | 2015-03-27 | 1 | -4/+6 |
* | Fix Hoogle display of constructors | Mateusz Kowalczyk | 2015-03-27 | 1 | -1/+4 |
* | Clearly default to variables in out of scope case | Mateusz Kowalczyk | 2015-03-27 | 1 | -23/+40 |
* | Remove now redundant imports | Mateusz Kowalczyk | 2015-03-26 | 8 | -10/+0 |
* | Make the error encountered when a package can't be found more | Ben Gamari | 2015-03-25 | 1 | -12/+21 |
* | Follow API changes in D538 | Alan Zimmerman | 2015-01-23 | 8 | -69/+61 |
* | Track naming change in DataCon | Simon Peyton Jones | 2015-01-23 | 1 | -3/+3 |
* | Sort out some module import warnings | Mateusz Kowalczyk | 2015-01-22 | 3 | -4/+1 |
* | --package-name and --package-version flags | Mateusz Kowalczyk | 2015-01-22 | 3 | -25/+53 |
* | Links to source location of class instance definitions | jpmoresmau | 2015-01-22 | 6 | -32/+53 |
* | Add missing import for standalone haddock-api package | Luite Stegeman | 2014-12-22 | 1 | -0/+1 |
* | hide projectVersion from DynFlags since it clashes with Haddock.Version.proje... | Luite Stegeman | 2014-12-19 | 1 | -1/+1 |
* | Print missing docs by default | Mateusz Kowalczyk | 2014-12-18 | 2 | -4/+4 |
* | Only keep one Version instead of blindly appending | Mateusz Kowalczyk | 2014-12-17 | 1 | -3/+3 |
* | Treat GHC 7.10 the same as GHC 7.9 | Herbert Valerio Riedel | 2014-12-14 | 1 | -1/+1 |
* | Remove redundant wild-card pattern match | Herbert Valerio Riedel | 2014-12-14 | 1 | -1/+0 |
* | Various fixups and bumps for next release | Mateusz Kowalczyk | 2014-12-12 | 5 | -18/+6 |
* | For pattern synonyms, render "pattern" as a keyword | Dr. ERDI Gergo | 2014-12-12 | 1 | -1/+1 |
* | Support for PartialTypeSignatures | Thomas Winant | 2014-12-12 | 8 | -55/+72 |
* | Follow API changes in D426 | Alan Zimmerman | 2014-12-12 | 8 | -88/+120 |
* | Changes to reflect refactoring in GHC as part of #7484 | Richard Eisenberg | 2014-12-12 | 1 | -0/+1 |
* | Follow changes from #9812 | Jan Stolarek | 2014-12-12 | 1 | -11/+8 |
* | Update Haddock to new pattern synonym type signature syntax | Dr. ERDI Gergo | 2014-12-12 | 5 | -92/+85 |
* | Make compatible with `deepseq-1.4.0.0` | Herbert Valerio Riedel | 2014-12-12 | 1 | -3/+3 |
* | Remove overlapping pattern match | Austin Seipp | 2014-12-12 | 1 | -1/+0 |
* | reflect ForeignType constructore removal | Yuras Shumovich | 2014-12-12 | 1 | -4/+0 |
* | Collapse user-defined section by default (re #335) | Herbert Valerio Riedel | 2014-12-12 | 1 | -1/+1 |
* | Properly render package ID (not package key) in index, fixes #329. | Edward Z. Yang | 2014-12-12 | 3 | -13/+18 |
* | Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426) | Krzysztof Gogolewski | 2014-12-12 | 3 | -2/+7 |
* | Follow changes to TypeAnnot in GHC HEAD | Alan Zimmerman | 2014-12-12 | 2 | -11/+26 |
* | Changes due to ghc api changes in package representation | Duncan Coutts | 2014-12-12 | 3 | -27/+17 |
* | Revert "Merge branch 'reverts'" | Mateusz Kowalczyk | 2014-12-12 | 13 | -57/+65 |
* | header could contain several lines | jpmoresmau | 2014-12-10 | 1 | -1/+1 |