summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* 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
* TTG3 Combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-144-80/+93
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-116-141/+143
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-089-238/+257
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-079-253/+236
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-079-236/+253
* ApplicativeDo: handle BodyStmt (#12143)Simon Marlow2017-10-271-2/+9
* Do not quantify over deriving clausesSimon Peyton Jones2017-10-121-9/+13
* Fix #10816 by renaming FixitySigs more consistentlyRyan Scott2017-10-112-45/+38
* Tidy up some convoluted "child/parent" codeSimon Peyton Jones2017-10-111-11/+4
* Remove m_type from Match (#14313)Joachim Breitner2017-10-041-20/+3
* Suppress error cascade in record fieldsSimon Peyton Jones2017-10-031-11/+21
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-1913-0/+25
* Check if -XStaticPointers is enabled when renaming static expressionsRyan Scott2017-09-131-0/+10
* Deal with unbreakable blocks in Applicative DoDavid Feuer2017-09-071-2/+5
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-071-1/+1
* Implicitly bind kind variables in type family instance RHSes when it's sensibleRyan Scott2017-09-052-29/+67
* Fix egregious duplication of vars in RnTypesRyan Scott2017-09-051-29/+102
* Add missing Semigroup instances to compilerHerbert Valerio Riedel2017-08-311-11/+15
* Add comments to RnTypesSimon Peyton Jones2017-08-301-34/+119
* Add some traceRn and (Outputable StmtTree)Simon Peyton Jones2017-08-301-1/+10
* Refactor type family instance abstract syntax declarationsRyan Scott2017-08-292-54/+44
* Refactor bindHsQTyVars and friendsSimon Peyton Jones2017-08-292-298/+228
* Fix #14114 by checking for duplicate vars on pattern synonym RHSesRyan Scott2017-08-221-7/+8
* Handle ListPat in isStrictPatternAlexander Biehl2017-08-171-0/+1