summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Fix #16116 by removing badAssocRhsRyan Scott2019-01-151-15/+15
* Fix #16114 by adding a validity check to rnClsInstDeclRyan Scott2019-01-152-13/+20
* Run typed splices in the zonkerMatthew Pickering2019-01-111-2/+10
* Fix #16133 by checking for TypeApplications in rnExprRyan Scott2019-01-063-9/+13
* Add -Wmissing-deriving-strategieschessai2019-01-061-0/+25
* Visible kind applicationmynguyen2019-01-032-81/+63
* Comments onlySimon Peyton Jones2018-12-211-2/+4
* Fix #16002 by moving a validity check to the renamerRyan Scott2018-12-201-14/+43
* Enable rebindable fail with overloaded stringsShayne Fletcher2018-12-111-21/+75
* Misleading msg with qualified imports "No module named X imported"Roland Senn2018-12-111-22/+28
* Fix #15828, from `More explicit foralls`Matthew Yacavone2018-11-291-1/+6
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-249-252/+315
* Fix unused-import warningsDavid Eichmann2018-11-224-117/+138
* Respect naming conventions in module RnUnbound.hs in fix for #15611Roland Senn2018-11-111-11/+11
* Fix for Trac #15611: Scope errors lie about what modules are imported.roland2018-11-041-6/+47
* Finish fix for #14880.Tobias Dammers2018-10-281-13/+8
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-276-77/+126
* De-monadise the 'extract' functions in RnTypesSimon Peyton Jones2018-10-262-109/+101
* Make TcRnMonad independent of TcSplice (#14391)Krzysztof Gogolewski2018-10-041-4/+11
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-2/+12
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-251-2/+2
* Don't look up unnecessary return in LastStmtSimon Peyton Jones2018-09-231-5/+17
* Buglet in reporting out of scope errors in rulesSimon Peyton Jones2018-09-232-9/+10
* 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