summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/Graph/Directed.hs
Commit message (Expand)AuthorAgeFilesLines
* Correct retypechecking in --make modeMatthew Pickering2021-11-251-1/+5
* driver: Cache the transitive dependency calculation in ModuleGraphMatthew Pickering2021-11-111-2/+3
* Driver rework pt3: the upsweepMatthew Pickering2021-08-181-2/+21
* DerivingVia for Hsc instances. GND for NonDetFastString and LexicalFastString.Baldur Blöndal2021-06-161-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Remove unused extension pragmas from the compiler code baseHécate2021-01-171-1/+0
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-281-1/+4
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+524