aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/GhcUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix after Outputable refactoringSylvain Henry2020-08-051-1/+3
* Update for modular ping pongZubin Duggal2020-07-231-37/+25
* Use functions exported from HsToCoreZubin Duggal2020-06-211-41/+0
* Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-171-13/+19
* Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-131-10/+22
* Changes for GHC#18191Ryan Scott2020-06-051-1/+4
* Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-201-9/+9
* add dependency on exceptions because GHC.Exception was boiled down (ghc #18075)Artem Pelenitsyn2020-05-031-5/+0
* Fix for GHC.Unit.* modulesSylvain Henry2020-04-271-2/+1
* Module structureSylvain Henry2020-04-241-5/+5
* Merge remote-tracking branch 'origin/ghc-head' into wip/ttg-con-patCale Gibbard2020-04-201-2/+2
|\
| * Module renamingSylvain Henry2020-04-101-2/+2
* | Rename XCollectPat -> CollectPassCale Gibbard2020-04-141-2/+2
* | Add instance of XCollectPat for DocNameICale Gibbard2020-04-141-1/+2
|/
* Make NoExtCon fields strictRyan Scott2020-04-071-13/+0
* Modules: TypesSylvain Henry2020-03-181-10/+10
* Modules: Core (#13009)Sylvain Henry2020-03-021-3/+3
* Modules: Driver (#13009)Sylvain Henry2020-02-191-2/+2
* Changes for GHC#17566Ryan Scott2020-01-251-2/+26
* Fix after Iface modules renamingSylvain Henry2020-01-021-1/+1
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-281-2/+2
* Import isRuntimeRepVar from Type rather than TyCoRepBen Gamari2019-11-091-1/+2
* Small change in to facilitate extended typed-holes (#1090)Matthías Páll Gissurarson2019-09-281-4/+4
* Changes for #15247Ryan Scott2019-07-031-35/+55
* Visible dependent quantification (#16326) changesRyan Scott2019-02-271-5/+6
* Match GHC changes for T16185Alec Theriault2019-02-221-3/+3
* Miscellaneous improvements to `Convert` (#1020)Alec Theriault2019-02-031-1/+109
* Use `.hie` files for the Hyperlinker backend (#977)Alec Theriault2019-01-311-3/+131
* Visible kind application haddock updatemynguyen2018-12-301-0/+2
* Refactor names + unused functions (#982)Alec Theriault2018-12-171-15/+0
* Fix warnings, accept outputAlec Theriault2018-12-121-2/+0
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-231-3/+3
* Refactor handling of parens in types (#874)Alec Theriault2018-07-201-0/+96
* Match changes in GHC for #14259Alan Zimmerman2018-06-191-2/+2
* Match changes in GHC for TTGAlan Zimmerman2018-04-271-17/+27
* Match GHC for TTG implemented on HsBinds, D4581Alan Zimmerman2018-04-131-22/+22
* Match GHC changes for TTGAlan Zimmerman2018-04-091-7/+47
* Haddock: support splitted include paths. (#689)Tamar Christina2018-02-191-1/+3
* Fix #732 (#733)Ryan Scott2018-01-191-2/+2
* Track changes to follow Trac #14529Simon Peyton Jones2017-12-071-1/+30
* Revert "Match changes for Trees that Grow in GHC"Ben Gamari2017-11-211-1/+1
* Match changes for Trees that Grow in GHCAlan Zimmerman2017-11-071-1/+1
* Update for #14131Ryan Scott2017-08-231-2/+3
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-5/+18
|\
| * Haddock support for bundled pattern synonyms (#627)Christiaan Baaij2017-06-091-1/+13
| * Allow user defined signatures for pattern synonyms (#631)Alex Biehl2017-06-031-0/+5
| * Make haddock-library and haddock-api warning free (#626)Alex Biehl2017-05-301-4/+0
* | Rename extension index tagsAlan Zimmerman2017-06-051-7/+7
* | Match new AST as per GHC wip/new-tree-one-paramAlan Zimmerman2017-06-051-13/+13
|/
* GhcUtils: Changes for multi-pattern signaturesBen Gamari2016-07-011-1/+1