| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep track of ordered list indexes and render them (#1407) | Ben Simms | 2022-05-03 | 3 | -12/+12 |
* | Fix CI (#1467) | Steve Hart | 2022-03-25 | 2 | -2/+2 |
* | Merge pull request #1342 from nomeata/joachim/haskell2010-in-tests-ghc-head | Hécate Moonlight | 2021-02-22 | 120 | -0/+720 |
|\ |
|
| * | html-test: Always set language | Joachim Breitner | 2021-02-22 | 120 | -0/+720 |
* | | Stable sort for (data/newtype) instances | alexbiehl | 2021-02-11 | 9 | -957/+957 |
|/ |
|
* | Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-merge | Ben Gamari | 2021-02-06 | 17 | -237/+199 |
|\ |
|
| * | Accept tests | Alex Biehl | 2021-01-09 | 11 | -21/+21 |
* | | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head | Ben Gamari | 2021-01-13 | 121 | -248/+5170 |
|\ \
| |/
|/| |
|
| * | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 120 | -247/+5027 |
| |\ |
|
| | * | Add support for custom section anchors (#1179) | Iñaki | 2020-04-25 | 1 | -0/+91 |
| | * | Fallback to `hiDecl` when `extractDecl` fails | Alec Theriault | 2020-04-21 | 2 | -0/+198 |
| | * | Fix #1050 by filtering out invisible AppTy arguments | Ryan Scott | 2020-04-05 | 1 | -0/+110 |
| | * | Disallow links in section headers | Alec Theriault | 2020-03-28 | 1 | -41/+13 |
| | * | Disallow qualified uses of reserved identifiers | Alec Theriault | 2020-03-27 | 1 | -0/+76 |
| | * | Update parsing to strip whitespace from table cells (#1074) | Alina Banerjee | 2020-03-20 | 1 | -48/+48 |
| | * | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 115 | -163/+4497 |
| | |\ |
|
| | | * | Update test fixtures | Kleidukos | 2020-03-19 | 2 | -6/+6 |
| | | * | Reify oversaturated data family instances correctly (#1103) | Ryan Scott | 2019-10-23 | 1 | -0/+556 |
| | | * | Fix the ignore-exports option (#1082) | Alexis King | 2019-09-30 | 1 | -7/+47 |
| | | * | Regression test: promoted lists in associated types | Alec Theriault | 2019-05-26 | 1 | -0/+248 |
| | | * | Fix #1063 with better parenthesization logic for contexts | Alec Theriault | 2019-05-17 | 1 | -0/+100 |
| | | * | Unbreak #1004 test case | Alec Theriault | 2019-05-17 | 1 | -11/+1 |
| | | * | Better support for default methods in classes | Alec Theriault | 2019-03-09 | 2 | -0/+340 |
| | | * | Merge branch 'ghc-8.6' into ghc-8.8 | Alec Theriault | 2019-03-03 | 109 | -219/+2727 |
| | | |\ |
|
| | | | * | Fix standalone deriving docs | Alec Theriault | 2019-02-25 | 1 | -0/+222 |
| | | | * | Fix #1004 with a pinch of dropForAlls | Ryan Scott | 2019-01-27 | 1 | -0/+2072 |
| | | | * | Keep forall on H98 existential data constructors (#1003) | Alec Theriault | 2019-01-23 | 2 | -8/+24 |
| | | | * | More uniform handling of `forall`'s in HTML/LaTeX | Alec Theriault | 2018-11-26 | 4 | -12/+194 |
| | | | * | Rename 'NewOcean' theme to 'Linuwial' | Alec Theriault | 2018-11-11 | 100 | -170/+170 |
| | | * | | Fix bogus identifier defaulting | Alec Theriault | 2019-02-26 | 1 | -0/+146 |
| | | * | | Better identifier parsing | Alec Theriault | 2019-02-25 | 2 | -1/+287 |
| | | * | | Support value/type namespaces on identifier links | Alec Theriault | 2019-02-25 | 2 | -8/+154 |
* | | | | | Display linear/multiplicity arrows correctly (#1238) | Krzysztof Gogolewski | 2020-12-16 | 1 | -0/+108 |
* | | | | | Update output for nullary TyConApp optimisation (ghc/ghc!2952) | Ben Gamari | 2020-12-16 | 1 | -105/+105 |
* | | | | | Changed tests due to unification of `Nat` and `Natural` | HaskellMouse | 2020-10-13 | 1 | -12/+12 |
|/ / / / |
|
* | | | | Adapt Haddock to LinearTypes | Krzysztof Gogolewski | 2020-06-17 | 1 | -5/+1 |
* | | | | testsuite: Update expected output for simplified subsumption | Ben Gamari | 2020-06-03 | 1 | -3/+3 |
|/ / / |
|
* | | | Update test output for introduction of Safe-Inferred | Ben Gamari | 2019-06-07 | 93 | -93/+93 |
* | | | Update html-test output to reflect #16391 changes | Ryan Scott | 2019-03-06 | 1 | -6/+6 |
* | | | Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027) | Alec Theriault | 2019-02-10 | 103 | -613/+407 |
|/ / |
|
* | | Miscellaneous improvements to `Convert` (#1020) | Alec Theriault | 2019-02-03 | 5 | -87/+27 |
* | | Accept new output `GHC.Maybe` -> `Data.Maybe` (#996) | Alec Theriault | 2019-01-10 | 6 | -52/+52 |
* | | Properly synify and render promoted type variables (#985) | Alec Theriault | 2018-12-23 | 4 | -39/+239 |
* | | Merge branch 'ghc-8.6' into ghc-head | Alec Theriault | 2018-11-10 | 105 | -862/+1530 |
|\| |
|
| * | Merge branch 'ghc-8.6' into wip/new-ocean | Alec Theriault | 2018-11-09 | 100 | -107/+317 |
| |\ |
|
| | * | Only run MathJax on entities with "mathjax" class (#960) | Alec Theriault | 2018-11-05 | 100 | -107/+317 |
| * | | Clicking on "Contents" navigates to top of page | Alec Theriault | 2018-11-08 | 6 | -6/+6 |
| * | | Accept HTML output changes | Alec Theriault | 2018-11-07 | 22 | -283/+381 |
| * | | Accept HTML output | Alec Theriault | 2018-10-25 | 1 | -5/+7 |
| * | | Merge branch 'ghc-8.6' into wip/new-ocean | Alec Theriault | 2018-10-25 | 1 | -0/+146 |
| |\| |
|