Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Disallow qualified uses of reserved identifiers | Alec Theriault | 2020-03-27 | 1 | -12/+22 | |
| * | | Tentative 2.24 release | Alec Theriault | 2020-03-22 | 2 | -2/+2 | |
| * | | Clean up warnings | Alec Theriault | 2020-03-22 | 12 | -21/+9 | |
| * | | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 24 | -451/+701 | |
| |\ \ | ||||||
| | * | | Replace the 'caption' class so that the collapsible sections are shown | Kleidukos | 2020-03-19 | 1 | -1/+1 | |
| | * | | Changes from #14579 | Ryan Scott | 2019-11-03 | 1 | -22/+5 | |
| | * | | Reify oversaturated data family instances correctly (#1103) | Ryan Scott | 2019-10-23 | 1 | -15/+23 | |
| | * | | Prefer un-hyperlinked sources to no sources | Alec Theriault | 2019-10-07 | 2 | -14/+26 | |
| | * | | Fix crash when there are no srcspans in the file due to CPP | Zubin Duggal | 2019-10-07 | 2 | -9/+12 | |
| | * | | Fix the ignore-exports option (#1082) | Alexis King | 2019-09-30 | 1 | -4/+5 | |
| | * | | update for new way to store hiefile headers | Zubin Duggal | 2019-06-04 | 1 | -2/+3 | |
| | * | | Remove Haddock's dependency on `Cabal` | Alec Theriault | 2019-05-26 | 3 | -8/+21 | |
| | * | | Fix #1063 with better parenthesization logic for contexts | Alec Theriault | 2019-05-17 | 1 | -2/+4 | |
| | * | | Comment C, which clarifies why e.g. ReadP is not enough | Oleg Grenrus | 2019-05-13 | 1 | -0/+7 | |
| | * | | Redo ParseModuleHeader | Oleg Grenrus | 2019-05-13 | 1 | -93/+125 | |
| | * | | Matching changes in GHC for #16236 | Alan Zimmerman | 2019-03-29 | 4 | -10/+10 | |
| | * | | Remove workaround for now-fixed Clang CPP bug (#1028) | Alec Theriault | 2019-03-29 | 2 | -48/+3 | |
| | * | | Many LaTeX backend fixes | Alec Theriault | 2019-03-09 | 1 | -98/+118 | |
| | * | | Avoid multi-line `emph` in LaTeX backend | Alec Theriault | 2019-03-09 | 1 | -1/+1 | |
| | * | | Better support for default methods in classes | Alec Theriault | 2019-03-09 | 4 | -51/+102 | |
| | * | | Merge branch 'ghc-8.6' into ghc-8.8 | Alec Theriault | 2019-03-03 | 8 | -83/+81 | |
| | |\ \ | ||||||
| | | * | | `--show-interface` should output to stdout. (#1040) | Alec Theriault | 2019-02-28 | 1 | -1/+2 | |
| | | * | | Fix standalone deriving docs | Alec Theriault | 2019-02-25 | 1 | -2/+2 | |
| | | * | | Fix #1004 with a pinch of dropForAlls | Ryan Scott | 2019-01-27 | 1 | -1/+1 | |
| | | * | | Keep forall on H98 existential data constructors (#1003) | Alec Theriault | 2019-01-23 | 2 | -3/+3 | |
| | | * | | Print kinded tyvars in constructors for Hoogle (#993) | Alec Theriault | 2019-01-07 | 1 | -2/+8 | |
| | | * | | Load plugins when compiling each module (#983) | Alec Theriault | 2018-12-20 | 2 | -6/+9 | |
| | | * | | More uniform handling of `forall`'s in HTML/LaTeX | Alec Theriault | 2018-11-26 | 2 | -60/+50 | |
| | | * | | Rename 'NewOcean' theme to 'Linuwial' | Alec Theriault | 2018-11-11 | 1 | -1/+1 | |
| | * | | | Fix bogus identifier defaulting | Alec Theriault | 2019-02-26 | 1 | -9/+5 | |
| | * | | | Better identifier parsing | Alec Theriault | 2019-02-25 | 11 | -66/+142 | |
| | * | | | Support value/type namespaces on identifier links | Alec Theriault | 2019-02-25 | 5 | -22/+58 | |
| * | | | | Define `XRec` for location information and get rid of `HasSrcSpan` | Sebastian Graf | 2019-11-01 | 1 | -16/+3 | |
* | | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaled | Alan Zimmerman | 2020-10-21 | 6 | -17/+20 | |
* | | | | | Updates for the new linear types syntax: a %p -> b | Vladislav Zavialov | 2020-09-30 | 1 | -0/+1 | |
* | | | | | Bump GHC version to 9.0 | Ben Gamari | 2020-07-28 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | Sync with GHC removing {-# CORE #-} pragma | Krzysztof Gogolewski | 2020-07-12 | 1 | -2/+0 | |
* | | | | Update for UniqFM changes. | Andreas Klebinger | 2020-07-02 | 1 | -7/+8 | |
* | | | | Handle LexicalNegation's ITprefixminus | Vladislav Zavialov | 2020-06-28 | 1 | -0/+1 | |
* | | | | Adapt Haddock for QualifiedDo | Matthías Páll Gissurarson | 2020-06-26 | 1 | -2/+2 | |
* | | | | Use functions exported from HsToCore | Zubin Duggal | 2020-06-21 | 5 | -224/+4 | |
* | | | | Adapt Haddock to LinearTypes | Krzysztof Gogolewski | 2020-06-17 | 12 | -71/+117 | |
* | | | | Use HsForAllTelescope (GHC#18235) | Ryan Scott | 2020-06-13 | 10 | -112/+198 | |
* | | | | Merge pull request #1202 from hsyl20/wip/hsyl20/unitid-ii | Ben Gamari | 2020-06-09 | 7 | -33/+33 | |
|\ \ \ \ | ||||||
| * | | | | Fix after unit refactoring | Sylvain Henry | 2020-06-08 | 7 | -33/+33 | |
* | | | | | Changes for GHC#18191 | Ryan Scott | 2020-06-05 | 3 | -3/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #1185 from obsidiansystems/boot-disambig | Ben Gamari | 2020-05-29 | 1 | -56/+57 | |
|\ \ \ \ | ||||||
| * | | | | isBootSummary now produces a result of type IsBootInterface | Cale Gibbard | 2020-05-21 | 1 | -56/+57 | |
| * | | | | Explicit Specificity Support for Haddock | Gert-Jan Bottu | 2020-05-15 | 8 | -68/+123 | |
* | | | | | update for hiefile-typeclass-info | Zubin Duggal | 2020-05-24 | 1 | -14/+20 |