| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix comment recognition in Haskell source parser. | Łukasz Hanuszczak | 2015-06-30 | 1 | -2/+3 |
* | 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 | 2 | -1/+28 |
* | 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 | 2 | -0/+37 |
* | Update tests for the CSS changes | Mateusz Kowalczyk | 2015-06-14 | 13 | -576/+719 |
* | Fix alignment of Source links in instance table in Firefox | Phil Ruffwind | 2015-06-12 | 2 | -2/+16 |
* | Update changelog | Mateusz Kowalczyk | 2015-06-12 | 1 | -0/+2 |
* | Attach to instance location the name that has the same location file | jpmoresmau | 2015-06-12 | 6 | -25/+39 |
* | Changelog for #207 | Mateusz Kowalczyk | 2015-06-12 | 1 | -0/+2 |
* | Fix haddock: internal error: spliceURL UnhelpfulSpan (#207) | Bartosz Nitka | 2015-06-12 | 1 | -5/+11 |
* | Update changelog for -threaded | Mateusz Kowalczyk | 2015-06-12 | 1 | -0/+2 |
* | Build executable with '-threaded' (fixes #399) | Emanuel Borsboom | 2015-06-12 | 4 | -1/+118 |
* | Refine hacking instructions slightly | Mateusz Kowalczyk | 2015-06-08 | 1 | -3/+7 |
* | Fix markdown | Bartosz Nitka | 2015-06-07 | 1 | -0/+2 |
* | Add some Hacking docs for getting started | Bartosz Nitka | 2015-06-07 | 1 | -0/+19 |
* | Update some meta data at the top of the docs | Mateusz Kowalczyk | 2015-06-03 | 1 | -2/+11 |
* | Update docs with info on new list nesting rule | Mateusz Kowalczyk | 2015-06-03 | 1 | -0/+11 |
* | Add arbitrary-indent spec test for parser. | Łukasz Hanuszczak | 2015-06-03 | 1 | -0/+17 |
* | Add simple test case for arbitrary-depth list nesting. | Łukasz Hanuszczak | 2015-05-27 | 2 | -10/+54 |
* | Make nested lists count indentation according to first item. | Łukasz Hanuszczak | 2015-05-27 | 1 | -35/+46 |
* | Create simple method for indentation parsing. | Łukasz Hanuszczak | 2015-05-27 | 1 | -0/+9 |
* | haddock-library: require GHC >= 7.4 | Adam Bergmark | 2015-05-11 | 1 | -1/+1 |
* | Change ModuleTree Node to carry PackageKey and SourcePackageId to resolve #385 | Murray Campbell | 2015-05-11 | 2 | -21/+24 |
* | Ignore doc/haddock.{ps,pdf} | Ben Gamari | 2015-05-06 | 1 | -0/+2 |
* | Do not insert anchor for section headings in contents box | watashi | 2015-04-26 | 4 | -1/+130 |
* | Expand response files in arguments | Mateusz Kowalczyk | 2015-03-28 | 2 | -3/+26 |
* | Loosen bounds on haddock-* | Mateusz Kowalczyk | 2015-03-28 | 2 | -2/+2 |
* | Post-release version bumps and changelog | Mateusz Kowalczyk | 2015-03-28 | 4 | -14/+17 |
* | Don't print instance safety information in Hoogle | Mateusz Kowalczyk | 2015-03-27 | 2 | -2/+13 |
* | Output method documentation in Hoogle backend | Mateusz Kowalczyk | 2015-03-27 | 2 | -11/+23 |
* | Update changelog | Mateusz Kowalczyk | 2015-03-27 | 1 | -0/+2 |
* | 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 | 2 | -1/+6 |
* | Clearly default to variables in out of scope case | Mateusz Kowalczyk | 2015-03-27 | 2 | -23/+43 |
* | Test for anchor defaulting | Mateusz Kowalczyk | 2015-03-27 | 6 | -153/+58 |
* | Update test to account for \r filtering | Mateusz Kowalczyk | 2015-03-26 | 1 | -2/+5 |
* | 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 |
* | Update changelog | Mateusz Kowalczyk | 2015-03-17 | 1 | -0/+2 |
* | Prevent Synopsis from using up too much horizontal space | Phil Ruffwind | 2015-03-16 | 1 | -0/+1 |
* | 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 |