summaryrefslogtreecommitdiff
path: root/compiler/iface/LoadIface.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comments and white spaceSimon Peyton Jones2015-08-261-1/+2
* Use lookupIfaceTop for loading IfaceDecls.Edward Z. Yang2015-07-221-6/+4
* Switch from recording IsBootInterface to recording full HscSource.Edward Z. Yang2015-07-221-3/+4
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-6/+12
* Revert "Revert "Change loadSrcInterface to return a list of ModIface""Edward Z. Yang2015-07-201-6/+44
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-201-26/+1
* Revert "Change loadSrcInterface to return a list of ModIface"Edward Z. Yang2015-06-111-44/+6
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-12/+6
* Fix #10182 by disallowing/avoiding self {-# SOURCE #-} importsEdward Z. Yang2015-04-221-1/+10
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-6/+12
* Fake (->) fixity declaration (#10145)Oleg Grenrus2015-04-021-0/+2
* nameIsLocalOrFrom should include interactive modulesSimon Peyton Jones2015-02-111-9/+7
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Make Core Lint check for locally-bound GlobalIdsSimon Peyton Jones2014-12-151-0/+156
* compiler: de-lhs iface/Austin Seipp2014-12-031-0/+939