summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Use HsTyPats in associated type family defaultsRyan Scott2019-05-221-51/+47
* Guard CUSKs behind a language pragmaVladislav Zavialov2019-05-141-1/+2
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-3/+5
* Pattern/expression ambiguity resolutionVladislav Zavialov2019-05-031-27/+3
* 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 Wiki URLs to point to GitLabTakenobu Tani2019-03-252-2/+2
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-222-54/+6
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-1510-51/+51
* Stop inferring over-polymorphic kindsSimon Peyton Jones2019-03-092-15/+3
* Fix #16385 by appending _maybe to a use of lookupGlobalOccRyan Scott2019-03-061-8/+24
* Be more careful when naming TyCon bindersSimon Peyton Jones2019-03-051-3/+2
* Visible dependent quantificationRyan Scott2019-03-011-6/+9
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-272-295/+201
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-12/+0
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-152-19/+4
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-144-10/+106
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-081-5/+5
* 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