aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Better support for default methods in classesAlec Theriault2019-03-094-51/+102
| | | * | Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-038-83/+81
| | | |\ \
| | | | * | `--show-interface` should output to stdout. (#1040)Alec Theriault2019-02-281-1/+2
| | | | * | Fix standalone deriving docsAlec Theriault2019-02-251-2/+2
| | | | * | Fix #1004 with a pinch of dropForAllsRyan Scott2019-01-271-1/+1
| | | | * | Keep forall on H98 existential data constructors (#1003)Alec Theriault2019-01-232-3/+3
| | | | * | Print kinded tyvars in constructors for Hoogle (#993)Alec Theriault2019-01-071-2/+8
| | | | * | Load plugins when compiling each module (#983)Alec Theriault2018-12-202-6/+9
| | | | * | More uniform handling of `forall`'s in HTML/LaTeXAlec Theriault2018-11-262-60/+50
| | | | * | Rename 'NewOcean' theme to 'Linuwial'Alec Theriault2018-11-111-1/+1
| | | * | | Fix bogus identifier defaultingAlec Theriault2019-02-261-9/+5
| | | * | | Better identifier parsingAlec Theriault2019-02-2511-66/+142
| | | * | | Support value/type namespaces on identifier linksAlec Theriault2019-02-255-22/+58
| | * | | | Define `XRec` for location information and get rid of `HasSrcSpan`Sebastian Graf2019-11-011-16/+3
| * | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-216-17/+20
| * | | | | Updates for the new linear types syntax: a %p -> bVladislav Zavialov2020-09-301-0/+1
| * | | | | Bump GHC version to 9.0Ben Gamari2020-07-281-1/+1
* | | | | | Merge pull request #1281 from obsidiansystems/wip/backpack-jBen Gamari2020-12-311-2/+4
|\ \ \ \ \ \
| * | | | | | Support a new ghc --make node type for parallel backpack upsweepJohn Ericson2020-12-281-2/+4
* | | | | | | Inline and fix getGADTConTypeGVladislav Zavialov2020-12-292-36/+16
|/ / / / / /
* | | | | / Adapt to changes to GlobalRdrElt and AvailInfoAdam Gundry2020-12-233-14/+6
| |_|_|_|/ |/| | | |
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-197-0/+9
* | | | | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonymRyan Scott2020-12-165-5/+5
* | | | | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2020-12-163-7/+25
* | | | | Merge remote-tracking branch 'upstream/ghc-head' into ghc-headBen Gamari2020-12-156-7/+0
|\ \ \ \ \
| * | | | | Revert "Enable two warnings (#1245) (#1268)"Ben Gamari2020-12-156-7/+0
* | | | | | Revert "Update for boxed rep"Ben Gamari2020-12-152-6/+5
|/ / / / /
* | | | | Update for boxed repAndrew Martin2020-12-142-5/+6
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-106-0/+7
* | | | | Merge pull request #1257 from AndreasPK/wip/andreask/opt_dumpsBen Gamari2020-12-031-1/+1
|\ \ \ \ \
| * | | | | Update for changes in GHC's PrettyAndreas Klebinger2020-11-241-1/+1
* | | | | | DynFlags's unit fields moved to HscEnvSylvain Henry2020-11-305-33/+37
* | | | | | Add type arguments to PrefixConCale Gibbard2020-11-257-13/+13
* | | | | | Avoid GHC#18932.Richard Eisenberg2020-11-251-1/+2
* | | | | | Fix after Plugins moved into HscEnvSylvain Henry2020-11-161-4/+5
|/ / / / /
* | | | | Adapt to splitPiTysInvisible being renamed to splitInvisPiTysRyan Scott2020-11-131-1/+1
* | | | | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-3011-209/+350
* | | | | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-308-93/+124
* | | | | Adapt to the removal of Hs{Boxed,Constraint}TupleRyan Scott2020-10-292-3/+3
* | | | | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-269-12/+20
* | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-196-14/+19
* | | | | Add whitespace in: map ($ v)Vladislav Zavialov2020-10-151-3/+3
* | | | | Don't pass the HomeUnitId (#1239)Sylvain Henry2020-10-121-1/+0
* | | | | Adapt to GHC parser changesSylvain Henry2020-09-301-1/+2
* | | | | Update for parser (#1234)Sylvain Henry2020-09-293-7/+6
* | | | | Updates for the new linear types syntax: a %p -> bVladislav Zavialov2020-09-261-0/+1
* | | | | Bump GHC version to 9.1Ben Gamari2020-09-141-1/+1
* | | | | Match GHC for #18639, remove GENERATED pragmaAlan Zimmerman2020-09-071-2/+0
* | | | | Remove Ord FastString instanceSylvain Henry2020-08-172-7/+13
* | | | | Fix after HomeUnitSylvain Henry2020-08-123-4/+5