summaryrefslogtreecommitdiff
path: root/compiler/iface/LoadIface.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused DynFlags arg of lookupIfaceByModuleÖmer Sinan Ağacan2019-10-291-5/+4
* Make dynflag argument for withTiming pure.Andreas Klebinger2019-10-231-1/+1
* Refactor iface file generation:Ömer Sinan Ağacan2019-09-301-17/+20
* ErrUtils: split withTiming into withTiming and withTimingSilentAlp Mestanogullari2019-09-191-1/+1
* Add timing on loadInterfaceBen Gamari2019-08-101-1/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* LoadIface: Fix another CPP/Clang issueBen Gamari2018-12-221-1/+1
* Fix treatment of hi-boot files and dfunsSimon Peyton Jones2018-12-211-30/+63
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-1/+2
* --show-iface: Qualify all non-local namesSimon Jakobi2018-08-121-1/+17
* Add flag to show docs of valid hole fitsMatthías Páll Gissurarson2018-07-121-1/+10
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-041-0/+3
* Extended the plugin system to run plugins on more representationsBoldizsar Nemeth2018-06-021-1/+4
* vectorise: Put it out of its miseryBen Gamari2018-06-021-22/+2
* Implement "An API for deciding whether plugins should cause recompilation"Matthew Pickering2018-05-301-0/+1
* Fix GHCi space leaks (#15111)Simon Marlow2018-05-171-1/+51
* Less Tc inside simplCore (Phase 1 for #14391)Artem Pelenitsyn2018-05-151-0/+1
* Allow users to ignore optimization changesDavid Feuer2017-12-111-0/+2
* Include usg_file_hash in ghc --show-iface outputSimon Marlow2017-10-241-1/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Add debugPprTypeSimon Peyton Jones2017-08-311-1/+1
* Introduce putLogMsgBen Gamari2017-03-151-1/+1
* Read COMPLETE sets from external packagesBen Gamari2017-03-061-11/+18
* Revert "Read COMPLETE sets from external packages"Ben Gamari2017-03-031-18/+11
* Read COMPLETE sets from external packagesRyan Scott2017-03-021-11/+18
* Fix a Backpack recompilation avoidance bug when signatures change.Edward Z. Yang2017-02-171-28/+40
* Ditch static flagsSylvain Henry2017-02-021-5/+7
* Print COMPLETE pragmas in --show-ifaceMatthew Pickering2017-01-301-0/+1
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-111-2/+7
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-1/+2
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-3/+5
* Rework renaming of children in export lists.Matthew Pickering2016-10-081-1/+1
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-081-3/+4
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-18/+22
* The Backpack patch.Edward Z. Yang2016-10-081-16/+117
* LoadIFace: Show known names on inconsistent interface fileBen Gamari2016-08-311-1/+6
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-211-1/+1
* PrelInfo: Ensure that tuple promoted datacon names are in knownKeyNamesBen Gamari2016-06-041-1/+1
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-1/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-51/+51
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-161-1/+1
* Remove unused exportSimon Peyton Jones2016-01-071-1/+1
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-3/+4
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-1/+1
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-1/+1
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-7/+8
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-3/+3
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-1/+1
* Revert "Revert "Revert "Change loadSrcInterface to return a list of ModIface"""Edward Z. Yang2015-09-211-44/+6
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-12/+6