summaryrefslogtreecommitdiff
path: root/compiler/rename/RnNames.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-1783/+0
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-4/+4
* Fix typosBrian Wignall2019-11-231-1/+1
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-0/+1
* Mark newtype constructors as used in the Coercible solver (#10347)Ryan Scott2019-10-081-16/+17
* Refactor iface file generation:Ömer Sinan Ağacan2019-09-301-2/+2
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-2/+2
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-25/+25
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-3/+5
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-10/+10
* Fix #16385 by appending _maybe to a use of lookupGlobalOccRyan Scott2019-03-061-8/+24
* Fix unused-import warningsDavid Eichmann2018-11-221-105/+128
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-1/+1
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-1/+5
* Refactor printMinimalImports (#15439)vrom9112018-08-051-21/+27
* Improve error message on un-satisfied importSimon Peyton Jones2018-07-251-31/+48
* Export findImportUsage and ImportDeclUsageMatthew Pickering2018-07-121-1/+3
* Handle DuplicateRecordFields correctly in filterImports (fixes #14487)Adam Gundry2018-06-171-3/+4
* Refactor tcExtendLocalFamInst a bitSimon Peyton Jones2018-04-271-2/+2
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-31/+40
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-131-1/+1
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-3/+5
* Improve the warning message of qualified unused imports.HE, Tao2018-03-191-2/+5
* Compute the union of imp_finsts on the sideBartosz Nitka2018-02-061-6/+61
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-2/+2
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-071-16/+9
* Revert "trees that grow" workBen Gamari2017-11-211-12/+8
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-8/+12
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-12/+8
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-8/+12
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Refactor type family instance abstract syntax declarationsRyan Scott2017-08-291-4/+5
* Typos in comments and explanation for unusused importsGabor Greif2017-07-181-2/+2
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-111-2/+1
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-35/+52
* Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixityMatthew Pickering2017-04-121-0/+2
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-021-5/+4
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-3/+5
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-111-4/+5
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-261-37/+71
* Unquote ‘import’ in bad import error messagePhil Ruffwind2017-01-171-2/+2
* Test Trac #12968, plus some commentsSimon Peyton Jones2016-12-211-0/+2
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-031-1/+1
* Make traceRn behave more like traceTcMatthew Pickering2016-10-261-6/+7
* Refactoring: Delete copied function in backpack/NameShapeMatthew Pickering2016-10-221-60/+0
* Track dep_finsts in exports hash, as it affects downstream deps.Edward Z. Yang2016-10-171-0/+5
* Add trailing comma to fix the build.Matthew Pickering2016-10-081-1/+1
* Rework renaming of children in export lists.Matthew Pickering2016-10-081-439/+10
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-3/+4