summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSource.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix redundant imports of ClassBen Gamari2018-08-211-1/+0
* Add a solveEqualities to tcClassDecl1Simon Peyton Jones2018-08-211-2/+1
* Add comment explaining change in syntax error suggestion for #12146.Aditya2018-08-171-0/+4
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-021-3/+2
* Instantiate GND bindings with an explicit type signatureRyan Scott2018-07-051-1/+1
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-191-1/+1
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-181-1/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-3/+1
* Introduce DerivingViaRyan Scott2018-06-041-22/+136
* vectorise: Put it out of its miseryBen Gamari2018-06-021-59/+7
* Used named fields for DataDeclRnSimon Peyton Jones2018-05-081-3/+6
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-102/+157
* Fix #14710 with more validity checks during renamingRyan Scott2018-04-191-1/+1
* Comments onlySimon Peyton Jones2018-04-171-3/+1
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-131-7/+7
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-14/+15
* Allow PartialTypeSignatures in standalone deriving contextsRyan Scott2018-03-231-1/+1
* Wombling around in Trac #14808Simon Peyton Jones2018-03-051-3/+6
* Rename the types in a GADT constructor in toposorted orderRyan Scott2018-02-181-1/+4
* Simplify HsPatSynDetailsSimon Peyton Jones2017-12-211-1/+1
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-071-39/+77
* Make use of boot TyThings during typechecking.Edward Z. Yang2017-11-301-120/+0
* Revert "trees that grow" workBen Gamari2017-11-211-15/+14
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-7/+8
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-7/+7
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-6/+6
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-6/+6
* Fix #10816 by renaming FixitySigs more consistentlyRyan Scott2017-10-111-40/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Implicitly bind kind variables in type family instance RHSes when it's sensibleRyan Scott2017-09-051-27/+54
* Refactor type family instance abstract syntax declarationsRyan Scott2017-08-291-50/+39
* Refactor bindHsQTyVars and friendsSimon Peyton Jones2017-08-291-54/+32
* Use NonEmpty lists to represent lists of duplicate elementsRyan Scott2017-08-121-10/+11
* Fix ungrammatical error messageRyan Scott2017-07-211-1/+1
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-89/+98
* Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixityMatthew Pickering2017-04-121-0/+5
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-2/+3
* Fix #13337.Richard Eisenberg2017-03-141-1/+2
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-3/+3
* Type-indexed TypeableBen Gamari2017-02-181-16/+13
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-121-4/+18
* A few typos in commentsGabor Greif2016-11-211-2/+2
* Make traceRn behave more like traceTcMatthew Pickering2016-10-261-14/+14
* Rework renaming of children in export lists.Matthew Pickering2016-10-081-1/+1
* Implement deriving strategiesRyan Scott2016-09-301-9/+36
* Compute boot-defined TyCon names from ModIface.Edward Z. Yang2016-07-261-15/+62
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-181-1/+1
* Correct the message displayed for syntax error (#12146)Aditya2016-07-071-2/+2
* Provide Uniquable version of SCCBartosz Nitka2016-06-231-2/+3