| Commit message (Expand) | Author | Age | Files | Lines |
* | Support unicode operators, proper modules | Alec Theriault | 2018-03-02 | 1 | -0/+6 |
* | Fix infinite loop when specializing instance heads (#723) | Alec Theriault | 2018-02-01 | 1 | -0/+24 |
* | Grid Tables (#718) | Oleg Grenrus | 2018-02-01 | 1 | -0/+47 |
* | Treat escaped \] better in definition lists (#717) | Alexander Biehl | 2018-02-01 | 1 | -0/+55 |
* | Fix #548 by rendering datatype kinds more carefully (#702) | Ryan Scott | 2018-02-01 | 1 | -0/+3 |
* | Fix: Generate pattern signatures for constructors exported as patterns (#663) | Tim Baumann | 2017-08-06 | 2 | -1/+33 |
* | Fix renaming after instance signature specializing (#660) | Moritz Drexl | 2017-08-05 | 1 | -0/+16 |
* | Document record fields when DuplicateRecordFields is enabled (#649) | Alex Biehl | 2017-07-03 | 1 | -0/+25 |
* | Make per-argument docs for class methods work again (#648) | Alex Biehl | 2017-06-29 | 1 | -0/+6 |
* | Don't include names with empty subordinates in maps (#644) | Alex Biehl | 2017-06-23 | 2 | -0/+10 |
* | Haddock support for bundled pattern synonyms (#627) | Christiaan Baaij | 2017-06-09 | 2 | -0/+120 |
* | Allow user defined signatures for pattern synonyms (#631) | Alex Biehl | 2017-06-03 | 1 | -0/+5 |
* | Improve error message | Sergey Vinokurov | 2017-04-29 | 1 | -1/+1 |
* | Fix #280. Parsing of module header | Sebastian Meric de Bellefon | 2016-05-15 | 1 | -0/+11 |
* | Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-head | Ben Gamari | 2015-12-25 | 1 | -0/+14 |
|\ |
|
| * | Fix the documentation for haddock itself. | Dominic Steinitz | 2015-12-21 | 1 | -1/+11 |
| * | Handle inline math with mathjax. | Dominic Steinitz | 2015-12-21 | 1 | -0/+4 |
* | | OrphanInstances: Accept test output | Ben Gamari | 2015-12-24 | 1 | -1/+2 |
* | | html-test/Operators: Clear up ambiguous types | Ben Gamari | 2015-12-23 | 1 | -1/+5 |
* | | Add html-test for orphan instances output | Ben Gamari | 2015-12-20 | 3 | -0/+14 |
|/ |
|
* | Add examples with type operators to the instances test case. | Łukasz Hanuszczak | 2015-08-21 | 1 | -0/+6 |
* | Add basic tests for associated types in instances test case. | Łukasz Hanuszczak | 2015-08-21 | 1 | -0/+28 |
* | Add new data type declaration to instance specialization test case. | Łukasz Hanuszczak | 2015-08-21 | 1 | -0/+7 |
* | Fix tab-based indentation in instances test case. | Łukasz Hanuszczak | 2015-08-21 | 1 | -6/+6 |
* | Extend instances test case to also test multi-name type signatures. | Łukasz Hanuszczak | 2015-08-21 | 1 | -0/+4 |
* | Add some test cases for type renamer. | Łukasz Hanuszczak | 2015-08-21 | 1 | -0/+18 |
* | Add basic HTML test case for checking instance specialization. | Łukasz Hanuszczak | 2015-08-21 | 1 | -0/+36 |
* | Rename advanced types test case and accept new output. | Łukasz Hanuszczak | 2015-08-06 | 1 | -1/+3 |
* | Extend advanced types test case with other examples. | Łukasz Hanuszczak | 2015-08-06 | 1 | -0/+14 |
* | Delete trailing whitespace | Mateusz Kowalczyk | 2015-07-07 | 1 | -1/+1 |
* | Build executable with '-threaded' (fixes #399) | Emanuel Borsboom | 2015-06-12 | 2 | -0/+23 |
* | Add simple test case for arbitrary-depth list nesting. | Łukasz Hanuszczak | 2015-05-27 | 1 | -0/+15 |
* | Do not insert anchor for section headings in contents box | watashi | 2015-04-26 | 1 | -0/+12 |
* | Test for anchor defaulting | Mateusz Kowalczyk | 2015-03-27 | 3 | -12/+10 |
* | support GHC 7.10: no Safe-Inferred, Foldable instance | jpmoresmau | 2015-01-22 | 1 | -0/+1 |
* | Allow the parser to spit out meta-info | Mateusz Kowalczyk | 2014-12-10 | 1 | -0/+29 |
* | Fix re-exports of built-in type families | Mateusz Kowalczyk | 2014-11-04 | 1 | -0/+4 |
* | Experimental support for collapsable headers | Mateusz Kowalczyk | 2014-10-29 | 1 | -0/+26 |
* | Omit unnecessary foralls and fix #315 | Niklas Haas | 2014-08-24 | 1 | -1/+22 |
* | Stop testing #188. | Mateusz Kowalczyk | 2014-08-15 | 1 | -7/+0 |
* | Fix #313 by doing some list munging. | Mateusz Kowalczyk | 2014-08-15 | 1 | -0/+37 |
* | Fix anchors. Closes #308. | Mateusz Kowalczyk | 2014-06-25 | 2 | -0/+38 |
* | Parse identifiers with ^ and ⋆ in them. | Mateusz Kowalczyk | 2014-04-11 | 1 | -0/+22 |
* | We don't actually want unicode here | Mateusz Kowalczyk | 2014-04-11 | 1 | -1/+0 |
* | Update test cases for GHC bug #8945, Haddock #188 | Mateusz Kowalczyk | 2014-04-03 | 3 | -9/+37 |
* | Crash when exporting record selectors of data family instances | Niklas Haas | 2014-03-31 | 1 | -0/+37 |
* | Drop leading whitespace in @-style blocks. | Mateusz Kowalczyk | 2014-03-31 | 1 | -0/+28 |
* | Print kind signatures on GADTs | Mateusz Kowalczyk | 2014-03-31 | 1 | -0/+15 |
* | Fix issue #281 | Niklas Haas | 2014-03-15 | 1 | -5/+11 |
* | Hide minimal definition for only-method classes | Niklas Haas | 2014-03-15 | 1 | -0/+40 |