summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Doc.hs
Commit message (Expand)AuthorAgeFilesLines
* driver: Unit State Data.Map -> GHC.Unique.UniqMapdoyougnu2023-04-011-2/+2
* Force the Docs structure to prevent leaks in GHCi with -haddock without -fwri...wip/force-docsZubin Duggal2023-01-031-6/+24
* Remove source location information from interface filesOwen Shepherd2022-10-271-2/+2
* Isolate some Applicative hidings to GHC.PreludeGeorgi Lyubenov2022-09-081-2/+1
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-081-2/+2
* Refactor ModuleName to L.H.S.Module.Nameromes2022-07-031-2/+3
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-114/+241
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-4/+21
* Don't use FastString to convert string to UTF8Matthew Pickering2021-03-031-10/+1
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-1/+0
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-211-0/+4
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules: Types (#13009)Sylvain Henry2020-03-291-2/+2
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-0/+152