| Commit message (Expand) | Author | Age | Files | Lines |
* | Latex type families (#734) | Alec Theriault | 2018-10-16 | 1 | -24/+107 |
* | Update the ghc-8.6 branch (#889) | Simon Jakobi | 2018-07-20 | 1 | -76/+47 |
* | Remove HsEqTy and XEqTy | Ryan Scott | 2018-06-19 | 1 | -5/+1 |
* | Handle -XStarIsType | Vladislav Zavialov | 2018-06-14 | 1 | -4/+3 |
* | Fix redundant import warnings | Simon Jakobi | 2018-06-13 | 1 | -1/+1 |
* | Remove ParallelArrays and Data Parallel Haskell | Ben Gamari | 2018-06-13 | 1 | -5/+0 |
* | Account for refactoring of LitString | Ben Gamari | 2018-06-13 | 1 | -9/+1 |
* | Merge branch 'ghc-head' with 'ghc-8.4' | Herbert Valerio Riedel | 2018-05-01 | 1 | -297/+305 |
|\ |
|
| * | Match changes in GHC for TTG | Alan Zimmerman | 2018-04-27 | 1 | -20/+23 |
| * | Match GHC for TTG implemented on HsBinds, D4581 | Alan Zimmerman | 2018-04-13 | 1 | -12/+12 |
| * | Match GHC changes for TTG | Alan Zimmerman | 2018-04-09 | 1 | -26/+26 |
| * | Constructor and pattern synonym argument docs (#709) | Alec Theriault | 2018-01-13 | 1 | -206/+277 |
| * | Track changes to follow Trac #14529 | Simon Peyton Jones | 2017-12-07 | 1 | -70/+4 |
* | | Show where instances are defined (#748) | Alec Theriault | 2018-03-21 | 1 | -2/+2 |
* | | Hoogle/Latex: Remove use of partial function | Alexander Biehl | 2018-02-19 | 1 | -6/+4 |
* | | Grid Tables (#718) | Oleg Grenrus | 2018-02-01 | 1 | -1/+4 |
|/ |
|
* | Revert "Match changes for Trees that Grow in GHC" | Ben Gamari | 2017-11-21 | 1 | -25/+25 |
* | Revert "Clean up use of PlaceHolder, to match TTG" | Ben Gamari | 2017-11-21 | 1 | -1/+1 |
* | Clean up use of PlaceHolder, to match TTG | Alan Zimmerman | 2017-11-14 | 1 | -1/+1 |
* | Match changes for Trees that Grow in GHC | Alan Zimmerman | 2017-11-07 | 1 | -25/+25 |
* | Overhaul Haddock's rendering of kind signatures (#681) | Ryan Scott | 2017-10-24 | 1 | -8/+8 |
* | Make compatible with Prelude.<> export in GHC 8.4/base-4.11 | Herbert Valerio Riedel | 2017-09-21 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/master' into ghc-head | alexbiehl | 2017-08-21 | 1 | -8/+25 |
|\ |
|
| * | Move `DocMarkup` from haddock-api to haddock-library (#659) | Alexander Biehl | 2017-07-31 | 1 | -0/+1 |
| * | Haddock support for bundled pattern synonyms (#627) | Christiaan Baaij | 2017-06-09 | 1 | -8/+24 |
* | | Match new AST as per GHC wip/new-tree-one-param | Alan Zimmerman | 2017-06-05 | 1 | -47/+47 |
|/ |
|
* | HsIParamTy now has a Located name | Alan Zimmerman | 2017-01-10 | 1 | -1/+1 |
* | Match changes in GHC wip/T3384 branch | Alan Zimmerman | 2016-12-07 | 1 | -2/+4 |
* | Add support for unboxed sums | Ömer Sinan Ağacan | 2016-07-21 | 1 | -0/+5 |
* | GhcUtils: Changes for multi-pattern signatures | Ben Gamari | 2016-07-01 | 1 | -6/+6 |
* | Render Haddocks for derived instances | Ryan Scott | 2016-05-04 | 1 | -0/+1 |
* | Changes due to fix for GHC#11648. | Richard Eisenberg | 2016-03-14 | 1 | -1/+1 |
* | Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-head | Ben Gamari | 2015-12-25 | 1 | -0/+6 |
|\ |
|
| * | Fix the documentation for haddock itself. | Dominic Steinitz | 2015-12-21 | 1 | -1/+4 |
| * | Handle inline math with mathjax. | Dominic Steinitz | 2015-12-21 | 1 | -0/+3 |
* | | Follow removal of NamedWildCard from HsType | Simon Peyton Jones | 2015-12-22 | 1 | -2/+0 |
* | | Update for GHC trac#11258 | Alan Zimmerman | 2015-12-20 | 1 | -1/+1 |
|/ |
|
* | Warnings | Matthew Pickering | 2015-12-14 | 1 | -2/+1 |
* | Update for type=kinds | Richard Eisenberg | 2015-12-14 | 1 | -4/+5 |
* | Matching changes for #11028 | Alan Zimmerman | 2015-12-14 | 1 | -3/+68 |
* | Update to match GHC wip/T11019 | Alan Zimmerman | 2015-12-14 | 1 | -2/+2 |
* | More adaption to wildcard-refactor | Simon Peyton Jones | 2015-12-14 | 1 | -1/+1 |
* | Work on updating Haddock to wip/spj-wildard-recactor | Simon Peyton Jones | 2015-12-14 | 1 | -87/+56 |
* | Roughly fix up haddock for DuplicateRecordFields changes | Adam Gundry | 2015-12-14 | 1 | -4/+7 |
* | HsBang is split into HsSrcBang and HsImplBang | Adam Sandberg Eriksson | 2015-12-14 | 1 | -3/+1 |
* | StrictData: changes in HsBang type | Adam Sandberg Eriksson | 2015-12-14 | 1 | -5/+5 |
* | StrictData: print correct strictness marks | Adam Sandberg Eriksson | 2015-12-14 | 1 | -2/+5 |
* | Update after wild card renaming refactoring in D613 | Thomas Winant | 2015-12-14 | 1 | -5/+7 |
* | Track changes in HsSyn for quasi-quotes | Simon Peyton Jones | 2015-12-14 | 1 | -1/+0 |
* | Attach associated types information to instance header. | Łukasz Hanuszczak | 2015-08-21 | 1 | -1/+1 |