summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Rename kind vars in left-to-right order in bindHsQTyVarsRyan Scott2018-08-281-9/+77
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-1/+1
* Fix redundant imports of ClassBen Gamari2018-08-211-1/+0
* Add a solveEqualities to tcClassDecl1Simon Peyton Jones2018-08-211-2/+1
* Improve ambiguous-occurrence error messageSimon Peyton Jones2018-08-211-8/+32
* Add comment explaining change in syntax error suggestion for #12146.Aditya2018-08-171-0/+4
* Rename SigTv to TyVarTv (#15480)Joachim Breitner2018-08-161-10/+10
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-1/+5
* Refactor printMinimalImports (#15439)vrom9112018-08-051-21/+27
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-022-17/+7
* Improve error message on un-satisfied importSimon Peyton Jones2018-07-251-31/+48
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-161-2/+1
* Export findImportUsage and ImportDeclUsageMatthew Pickering2018-07-121-1/+3
* Fix handling of ApplicativeDo in TH AST quotesMichael Sloan2018-07-121-1/+5
* Note [Ordering of implicit variables]Richard Eisenberg2018-07-101-0/+5
* Instantiate GND bindings with an explicit type signatureRyan Scott2018-07-051-1/+1
* TTG for IPBind had wrong extension nameAlan Zimmerman2018-06-221-1/+1
* Remove HsEqTy and XEqTyRyan Scott2018-06-201-9/+0
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-191-1/+1
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-181-1/+1
* Handle DuplicateRecordFields correctly in filterImports (fixes #14487)Adam Gundry2018-06-171-3/+4
* Warn about implicit kind variables with -WcompatVladislav Zavialov2018-06-161-0/+15
* Use data con name instead of parent in lookupRecFieldOccAdam Gundry2018-06-152-83/+119
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-143-195/+38
* Introduce DerivingViaRyan Scott2018-06-041-22/+136
* vectorise: Put it out of its miseryBen Gamari2018-06-025-104/+11
* Make HsDocString a newtype of ByteStringSimon Jakobi2018-05-301-1/+1
* SplicePat's should not trip -Wunused-pattern-bindsAlec Theriault2018-05-301-4/+11
* Check for mismatched class methods during typecheckingRyan Scott2018-05-241-2/+4
* Used named fields for DataDeclRnSimon Peyton Jones2018-05-081-3/+6
* Refactor tcExtendLocalFamInst a bitSimon Peyton Jones2018-04-271-2/+2
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-277-235/+329
* Fix #14710 with more validity checks during renamingRyan Scott2018-04-192-34/+52
* Comments onlySimon Peyton Jones2018-04-171-3/+1
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-134-84/+99
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-0910-446/+478
* Remove HasSourceText and SourceTextX classesAlan Zimmerman2018-04-071-1/+1
* Allow PartialTypeSignatures in standalone deriving contextsRyan Scott2018-03-232-8/+28
* Improve the warning message of qualified unused imports.HE, Tao2018-03-191-2/+5
* Remove splitEithers, use partitionEithers from baseÖmer Sinan Ağacan2018-03-121-1/+2
* Simplify rnLHsInstTypeSimon Peyton Jones2018-03-051-14/+3
* Wombling around in Trac #14808Simon Peyton Jones2018-03-052-17/+27
* Rename the types in a GADT constructor in toposorted orderRyan Scott2018-02-181-1/+4
* Compute the union of imp_finsts on the sideBartosz Nitka2018-02-061-6/+61
* Simplify HsPatSynDetailsSimon Peyton Jones2017-12-212-8/+8
* Get rid of some stuttering in comments and docsGabor Greif2017-12-195-6/+6
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-073-98/+138
* Make use of boot TyThings during typechecking.Edward Z. Yang2017-11-301-120/+0
* Revert "trees that grow" workBen Gamari2017-11-2110-487/+453
* StaticPointers: Clarify documentationFacundo Domínguez2017-11-151-3/+3