summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSource.hs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-231-5/+5
* More typos in comments [skip ci]Gabor Greif2016-06-221-1/+1
* Comments onlySimon Peyton Jones2016-06-101-1/+7
* Document some benign nondeterminismBartosz Nitka2016-05-241-1/+3
* Document SCC determinismBartosz Nitka2016-05-111-1/+6
* Add uniqSetAny and uniqSetAll and use themBartosz Nitka2016-04-281-2/+1
* Refactor RecordPatSynField, FieldLabelSimon Peyton Jones2016-04-281-5/+3
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-198/+394
* Tighten checking for associated type instancesSimon Peyton Jones2016-04-191-10/+30
* Fix #11811.Richard Eisenberg2016-04-121-19/+18
* Fix suggestions for unbound variables (#11680)Jason Eisenberg2016-04-101-1/+1
* Fix #11648.Richard Eisenberg2016-03-141-13/+29
* Refactor visible type application.Richard Eisenberg2016-03-141-0/+1
* Fix #11624, cannot declare hs-boot if already one in scope.Edward Z. Yang2016-03-111-1/+7
* Typos in comments, etc.Gabor Greif2016-02-261-1/+1
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-15/+27
* Allow foralls in instance declsSimon Peyton Jones2016-02-081-2/+1
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-261-3/+3
* Implement `-Wnoncanonical-monadfail-instances` warningHerbert Valerio Riedel2016-01-241-0/+38
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-23/+23
* Fix #11404Richard Eisenberg2016-01-151-8/+8