aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface/AttachInstances.hs
Commit message (Expand)AuthorAgeFilesLines
* Clean up warningsAlec Theriault2020-03-221-1/+1
* Match GHC changes for T16185Alec Theriault2019-02-221-3/+3
* Refactor names + unused functions (#982)Alec Theriault2018-12-171-12/+2
* Deduplicate some work in 'AttachInstances'Alec Theriault2018-11-051-27/+40
* Accumulate explicitly which modules to load for 'attachInstances'Alec Theriault2018-07-231-4/+7
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-1/+1
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-271-1/+1
| * Pass to GHC visible modules for instance filteringAlec Theriault2018-01-061-1/+1
* | Show where instances are defined (#748)Alec Theriault2018-03-211-5/+13
* | Warning free compilationAlexander Biehl2018-02-011-1/+0
* | Pass to GHC visible modules for instance filteringAlec Theriault2018-02-011-1/+1
|/
* Precise Haddock: Use Avails for export resolution (#688)Alexander Biehl2017-10-081-3/+3
* Revert "Don't use subMap in attachInstances"Alexander Biehl2017-10-051-3/+3
* Don't use subMap in attachInstancesAlexander Biehl2017-10-051-3/+3
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-7/+9
|\
| * Lookup fixities for reexports without subordinates (#642)Alex Biehl2017-06-231-1/+2
| * Use new function getNameToInstancesIndex instead of tcRnGetInfo (#639)Doug Wilson2017-06-221-42/+40
| * Haddock support for bundled pattern synonyms (#627)Christiaan Baaij2017-06-091-4/+7
* | Use new function getNameToInstancesIndex instead of tcRnGetInfo (#636)Doug Wilson2017-06-211-41/+41
* | Rename extension index tagsAlan Zimmerman2017-06-051-3/+3
* | Match new AST as per GHC wip/new-tree-one-paramAlan Zimmerman2017-06-051-3/+4
|/
* Follow GHC re-adding FunTySimon Peyton Jones2016-06-151-6/+7
* Add missing importBen Gamari2015-12-261-0/+1
* Merge remote-tracking branch 'phadej/orphans' into ghc-headBen Gamari2015-12-201-1/+12
|\
| * Have source links for orphan instancesOleg Grenrus2015-09-281-12/+8
| * Generate docs for orphan instancesOleg Grenrus2015-09-271-8/+23
* | WarningsMatthew Pickering2015-12-141-2/+0
* | Update for type=kindsRichard Eisenberg2015-12-141-7/+17
* | Eliminate instanceHead' in favour of GHC's instanceSigSimon Peyton Jones2015-12-141-15/+1
|/
* Refactor instance head type to record instead of a meaningless tuple.Ɓukasz Hanuszczak2015-08-211-1/+1
* Attach to instance location the name that has the same location filejpmoresmau2015-06-121-5/+18
* Links to source location of class instance definitionsjpmoresmau2015-01-221-5/+6
* Fix warningsMateusz Kowalczyk2014-11-041-2/+1
* Turn some uses of error into recoverable warningsMateusz Kowalczyk2014-11-041-25/+34
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-0/+221