summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit/Info.hs
Commit message (Expand)AuthorAgeFilesLines
* Enable eventlog support in all ways by defaultBen Gamari2022-04-271-8/+2
* Fix some notesMatthew Pickering2022-02-081-1/+1
* Remove IndefiniteSylvain Henry2021-10-221-5/+2
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-271-1/+1
* Use Ways API instead of Set specific functionsFendor2021-07-211-5/+4
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-291-4/+3
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-5/+95
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-131-14/+15
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-6/+2
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-1/+1
* Add HomeUnit typeSylvain Henry2020-08-131-10/+4
* Minor refactoring of Unit displaySylvain Henry2020-07-221-2/+3
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* Document and refactor `mkUnit` and `mkUnitInfoMap`Sylvain Henry2020-06-131-4/+12
* Refactor WiredMapSylvain Henry2020-06-131-12/+0
* Enhance UnitId useSylvain Henry2020-06-131-3/+3
* Unit: split and rename modulesSylvain Henry2020-04-301-12/+16
* Refactoring unit management codeSylvain Henry2020-04-301-71/+77
* Refactor UnitInfo load/store from databasesSylvain Henry2020-04-301-9/+25
* Remove unused `emptyGenericUnitInfo`Sylvain Henry2020-04-301-4/+0
* Refactor UnitInfoSylvain Henry2020-04-301-47/+47
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+157