summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Errors/Ppr.hs
Commit message (Expand)AuthorAgeFilesLines
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-031-3/+4
* Fix TcRnPragmaWarning meaninguhbif192022-06-091-12/+12
* Remove TcRnUnknownMessage usage from GHC.Rename.Env #20115uhbif192022-06-091-0/+32
* Diagnostics conversions, part 6 (#20116)Aaron Allen2022-06-061-0/+74
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-7/+16
* Fix several note references, part 2Krzysztof Gogolewski2022-05-051-1/+1
* Improve error reporting in generated codeSimon Peyton Jones2022-05-041-23/+46
* Convert More Diagnostics (#20116)Ben Gamari2022-04-301-0/+159
* Fix unification of ConcreteTvs, removing IsRefl#sheaf2022-04-281-29/+33
* Ensure that Any is Boxed in FFI imports/exportssheaf2022-04-271-0/+3
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-8/+0
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-6/+15
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-291-7/+8
* Suggest FFI extensions as hints (#20116)Aaron Allen2022-03-161-4/+4
* Convert Diagnostics in GHC.Tc.Gen.ForeignAaron Allen2022-03-161-0/+120
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-0/+29
* Fix isLiftedType_maybe and handle falloutsheaf2022-03-141-2/+37
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-1/+2
* Fix reporting constraints in pprTcSolverReportMsgKrzysztof Gogolewski2022-03-071-17/+23
* Introduce ConcreteTv metavariablessheaf2022-03-021-10/+33
* Error on anon wildcards in tcAnonWildCardOccsheaf2022-02-261-0/+98
* Kill derived constraintsRichard Eisenberg2022-02-231-62/+65
* Use diagnostics for "missing signature" errorssheaf2022-02-201-64/+104
* Rework the handling of SkolemInfoMatthew Pickering2022-01-291-14/+71
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-171-30/+1407
* Fix parsing & printing of unboxed sumssheaf2022-01-111-5/+10
* Check quoted TH names are in the correct namespacesheaf2022-01-041-0/+22
* Add a warning for GADT match + NoMonoLocalBinds (#20485)Krzysztof Gogolewski2021-11-231-0/+8
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-121-0/+9
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-46/+33
* Reject GADT pattern matches in arrow notationsheaf2021-10-091-2/+15
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-051-3/+374
* Convert Diagnostics GHC.Tc.Gen.* (Part 3)Aaron Allen2021-10-011-3/+114
* Convert Diagnostics in GHC.Tc.Gen.* (Part 2)Aaron Allen2021-09-221-1/+147
* Emit warning if bang is applied to unlifted typesTito Sacchi2021-09-171-0/+7
* Add and use new constructors to TcRnMessageAlfredo Di Napoli2021-09-071-5/+104
* Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage.hainq2021-09-011-1/+159
* Convert IFace Rename Errors (#19927)Aaron Allen2021-08-271-0/+17
* GHC.Tc.Gen Diagnostics Conversion (Part 1)Aaron Allen2021-08-271-0/+121
* Reject pattern synonyms with linear types (#18806)Krzysztof Gogolewski2021-07-291-0/+7
* Refactor SuggestExtension constructor in GhcHintAlfredo Di Napoli2021-07-211-3/+3
* Rename RecordPuns to NamedFieldPuns in LangExt.ExtensionAlfredo Di Napoli2021-07-191-1/+1
* Add TcRnIllegalWildcardsInConstructor to TcRnMessageAlfredo Di Napoli2021-07-091-0/+8
* Add TcRnCharLiteralOutOfRange to TcRnMessageAlfredo Di Napoli2021-07-091-0/+6
* Add TcRnIllegalViewPattern to TcRnMessageAlfredo Di Napoli2021-07-091-0/+6
* Add TcRnDuplicateFieldName to TcRnMessageAlfredo Di Napoli2021-07-091-5/+18
* Add TcRnIllegalWildCardsInRecord to TcRnMessageAlfredo Di Napoli2021-07-091-0/+10
* Add TcRnIllegalFieldPunning to TcRnMessageAlfredo Di Napoli2021-07-091-0/+7
* Add TcRnEmptyRecordUpdate to TcRnMessageAlfredo Di Napoli2021-07-091-0/+6
* Add TcRnIllegalPatSynDecl to TcRnMessageAlfredo Di Napoli2021-07-091-0/+8