summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface
Commit message (Expand)AuthorAgeFilesLines
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-1/+1
* Add HomeUnit typeSylvain Henry2020-08-136-42/+55
* DynFlags: disentangle OutputableSylvain Henry2020-08-1212-7/+23
* Fix visible forall in ppr_ty (#18522)Vladislav Zavialov2020-08-061-2/+24
* DynFlags: don't use sdocWithDynFlags in datacon pprSylvain Henry2020-07-301-7/+9
* Add GHC.Platform.ProfileSylvain Henry2020-07-252-25/+19
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-251-1/+1
* DynFlags: store printer in TraceBinIfaceReadingSylvain Henry2020-07-252-33/+36
* Simplify XRec definitionZubin Duggal2020-07-251-55/+53
* Replace HscTarget with BackendSylvain Henry2020-07-224-8/+12
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-10/+14
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-122-14/+16
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-1/+1
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-285-6/+6
* DynFlags: don't store buildTagSylvain Henry2020-06-271-7/+9
* Revamp the treatment of auxiliary bindings for derived instancesRyan Scott2020-06-272-12/+2
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-1/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-257-18/+18
* Export readBinIface_Oleg Grenrus2020-06-251-0/+2
* Add missing entry to freeNamesItem (#18369)Krzysztof Gogolewski2020-06-231-2/+3
* Update compilerSylvain Henry2020-06-171-5/+11
* Linear types (#15981)Krzysztof Gogolewski2020-06-1710-129/+199
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-132-4/+8
* Rename Package into UnitSylvain Henry2020-06-133-8/+8
* Refactor homeUnitSylvain Henry2020-06-135-13/+14
* Cross-module LambdaFormInfo passingÖmer Sinan Ağacan2020-06-104-48/+136
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-105-7/+7
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-1/+1
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-042-17/+21
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-011-1/+1
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-012-2/+2
* Simplify contexts in GHC.Iface.Ext.AstZubin Duggal2020-05-301-315/+238
* Add info about typeclass evidence to .hie filesZubin Duggal2020-05-265-218/+663
* Rename GHC.Core.Arity into GHC.Core.Opt.AritySylvain Henry2020-05-241-1/+1
* Move Config module into GHC.SettingsSylvain Henry2020-05-242-3/+2
* Don't variable-length encode magic iface constant.Andreas Klebinger2020-05-211-23/+5
* Explicit SpecificityGert-Jan Bottu2020-05-216-26/+49
* DmdAnal: Improve handling of precise exceptionsSebastian Graf2020-05-151-3/+3
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-33/+15
* Add few cleanups of the CAF logicBen Gamari2020-05-132-5/+5
* Allow atomic update of NameCache in readHieFileZubin Duggal2020-05-061-21/+24
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-3/+3
* Fully remove PprDebugSylvain Henry2020-05-011-7/+9
* Remove PprStyle param of logging actionsSylvain Henry2020-05-012-3/+2
* Refactor PprDebug handlingSylvain Henry2020-05-014-10/+8
* Use platform in Iface BinarySylvain Henry2020-05-011-10/+13
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-301-0/+3
* Unit: split and rename modulesSylvain Henry2020-04-3016-22/+22
* Refactoring unit management codeSylvain Henry2020-04-306-27/+27