Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept tests | Alex Biehl | 2021-01-09 | 11 | -21/+21 |
* | 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 |
| |\| | |||||
| | * | Avoid more conflicts in generated ids (#954) | Alec Theriault | 2018-10-25 | 1 | -0/+146 |
| * | | Accept tests | Alec Theriault | 2018-10-18 | 7 | -33/+45 |
| * | | Update test-suite reference html pages | Nuno Alexandre | 2018-10-18 | 96 | -292/+292 |
| * | | html-test --accept | Herbert Valerio Riedel | 2018-10-18 | 93 | -96/+98 |
| * | | Add an initial-scale property to all haddock pages | Nuno Alexandre | 2018-10-18 | 94 | -0/+94 |
| * | | Update html-test reference files | Nuno Alexandre | 2018-10-18 | 95 | -286/+287 |
| * | | Update html test reference files | NunoAlexandre | 2018-10-18 | 93 | -2/+95 |
| |/ | |||||
| * | Latex type families (#734) | Alec Theriault | 2018-10-16 | 1 | -0/+356 |
| * | Update the ghc-8.6 branch (#889) | Simon Jakobi | 2018-07-20 | 61 | -412/+2822 |
* | | Accept test case | Alec Theriault | 2018-11-06 | 1 | -0/+84 |
* | | Accept test cases | Alec Theriault | 2018-08-21 | 1 | -0/+196 |
* | | Latex type families (#734) | Alec Theriault | 2018-08-04 | 1 | -0/+356 |
* | | Add some more unicode related tests (#872) | Alec Theriault | 2018-07-20 | 1 | -0/+100 |
* | | Misc tests (#858) | Alec Theriault | 2018-07-20 | 3 | -0/+998 |
* | | Preserve docs on type family instances (#867) | Alec Theriault | 2018-07-20 | 2 | -16/+32 |
* | | Refactor handling of parens in types (#874) | Alec Theriault | 2018-07-20 | 1 | -0/+100 |
* | | Fix HEAD html-test (#860) | Alec Theriault | 2018-07-19 | 55 | -396/+1592 |
|/ | |||||
* | html-test: Accept output | Simon Jakobi | 2018-06-13 | 59 | -1722/+460 |
* | Use `ClassOpSig` instead of `TypeSig` for class methods (#835) | Alec Theriault | 2018-06-13 | 12 | -136/+120 |
* | Travis: Build with ghc-8.4.2 (#793) | Alexander Biehl | 2018-04-03 | 2 | -6/+6 |
* | Show where instances are defined (#748) | Alec Theriault | 2018-03-21 | 18 | -89/+495 |
* | Fix Bug548 for real | alexbiehl | 2018-03-02 | 1 | -1/+1 |
* | Revert "fix test" | alexbiehl | 2018-03-02 | 1 | -1/+5 |
* | haddock-test: Be more explicit which packages to pass | alexbiehl | 2018-03-02 | 3 | -5/+23 |
* | fix test | alexbiehl | 2018-03-02 | 1 | -5/+1 |
* | Support unicode operators, proper modules | Alec Theriault | 2018-03-02 | 1 | -0/+80 |
* | Make testsuite work with haddock-1.19.0 release (#766) | Alexander Biehl | 2018-03-02 | 73 | -1536/+1672 |
* | Fix infinite loop when specializing instance heads (#723) | Alec Theriault | 2018-02-01 | 1 | -0/+196 |
* | Grid Tables (#718) | Oleg Grenrus | 2018-02-01 | 1 | -0/+238 |
* | Treat escaped \] better in definition lists (#717) | Alexander Biehl | 2018-02-01 | 1 | -0/+273 |
* | Clickable anchors for headings (#716) | Alec Theriault | 2018-02-01 | 5 | -58/+108 |