summaryrefslogtreecommitdiff
path: root/compiler/GHC/Linker/Loader.hs
Commit message (Expand)AuthorAgeFilesLines
* Interface Files with Core DefinitionsMatthew Pickering2022-10-111-3/+37
* Scrub various partiality involving empty lists.M Farkas-Dyck2022-09-301-3/+3
* Fix typosEric Lindblad2022-09-141-1/+1
* Add diagnostic codessheaf2022-09-131-2/+2
* Loader: Implement gnu-style -l:$path syntaxBen Gamari2022-07-161-11/+31
* gitlab-ci: Bump bootstrap compiler to 9.2.2Ben Gamari2022-04-061-1/+1
* Fix a few new warnings when booting with GHC 9.2.2Ben Gamari2022-04-061-3/+8
* Remove partOfGhci check in the loaderMatthew Pickering2022-03-111-29/+7
* Track object file dependencies for TH accurately (#20604)Zubin Duggal2022-02-201-99/+95
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* Fix Werror on alpineZubin Duggal2022-01-251-1/+17
* Multiple Home UnitsMatthew Pickering2021-12-281-41/+124
* More support for optional home-unitSylvain Henry2021-11-201-11/+13
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-191-2/+2
* Suggest -dynamic-too in failNonStd when applicableZiyang Liu2021-10-141-12/+26
* Refactoring module dependenciesSylvain Henry2021-08-131-7/+6
* Correctly unload libs on GHCi with external iservTito Sacchi2021-08-031-1/+1
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-231-1/+3
* Use Ways API instead of Set specific functionsFendor2021-07-211-2/+2
* Make TmpFs independent of DynFlagsSylvain Henry2021-07-191-1/+1
* th: Weaken return type of myCoreToStgExprMatthew Pickering2021-07-191-3/+3
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-4/+6
* Linker/darwin: Properly honour -fno-use-rpathsMatthew Pickering2021-06-201-2/+2
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-37/+36
* Driver Rework PatchMatthew Pickering2021-06-031-67/+55
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-5/+5
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+2
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-2/+4
* pe: enable code unloading for WindowsTamar Christina2021-05-031-3/+0
* Interpreter: replace DynFlags with EvalOpts/BCOOptsSylvain Henry2021-04-301-12/+13
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-1/+1
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-5/+4
* Refactor FinderCacheSylvain Henry2021-03-261-1/+4
* Move loader state into InterpSylvain Henry2021-03-231-222/+232
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-081-4/+5
* Refactor LoggerSylvain Henry2021-02-131-48/+57
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-1/+1
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-10/+10
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-111-5/+4
* Refactor -dynamic-too handlingSylvain Henry2020-11-061-2/+2
* Linker: reorganize linker related codeSylvain Henry2020-11-031-0/+1721