summaryrefslogtreecommitdiff
path: root/compiler/rename/RnEnv.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-1702/+0
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-2/+2
* lookupBindGroupOcc: recommend names in the same namespace (#17593)Ryan Scott2019-12-201-3/+10
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-271-1/+7
* Refactor iface file generation:Ömer Sinan Ağacan2019-09-301-3/+3
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-2/+2
* Do not report error if Name in pragma is unboundnineonine2019-06-091-1/+4
* Use pp_itemWojciech Baranowski2019-04-291-3/+1
* Suggest only local candidates from global envWojciech Baranowski2019-04-291-2/+4
* Comment on 'candidates' functionWojciech Baranowski2019-04-291-0/+2
* osa1's patch: consistent suggestion messageWojciech Baranowski2019-04-291-3/+4
* Print suggestions in a single messageWojciech Baranowski2019-04-291-5/+7
* rename: hadle type signatures with typosWojciech Baranowski2019-04-291-2/+18
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-9/+9
* Fix unused-import warningsDavid Eichmann2018-11-221-10/+9
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-2/+12
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-251-2/+2
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-161-2/+1
* Use data con name instead of parent in lookupRecFieldOccAdam Gundry2018-06-151-21/+110
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-33/+10
* Check for mismatched class methods during typecheckingRyan Scott2018-05-241-2/+4
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-2/+2
* Remove splitEithers, use partitionEithers from baseÖmer Sinan Ağacan2018-03-121-1/+2
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* Revert "trees that grow" workBen Gamari2017-11-211-2/+2
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-2/+2
* Tidy up some convoluted "child/parent" codeSimon Peyton Jones2017-10-111-11/+4
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-071-1/+1
* Add missing Semigroup instances to compilerHerbert Valerio Riedel2017-08-311-11/+15
* Fix #13968 by consulting isBuiltInOcc_maybeRyan Scott2017-07-261-3/+15
* Fix #13948 by being pickier about when to suggest DataKindsRyan Scott2017-07-111-1/+10
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-13/+16
* RnEnv refactoringMatthew Pickering2017-05-111-178/+281
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-111-10/+11
* Typos in manual and commentsGabor Greif2017-05-021-1/+1
* Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixityMatthew Pickering2017-04-121-916/+21
* RnEnv cleanupMatthew Pickering2017-04-121-75/+66
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-021-1/+1
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-291-1/+9
* Only use locally bound variables in pattern synonym declarationsMatthew Pickering2017-03-271-7/+24
* Remove unused argument from importSuggestionsMatthew Pickering2017-03-271-3/+3
* Typos in comments [ci skip]Gabor Greif2017-01-251-2/+2
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-4/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-0/+4
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-4/+0
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-4/+5
* Fix a name-space problem with promotionSimon Peyton Jones2016-11-251-1/+25