[Git][ghc/ghc][wip/az/epa-remove-addepann-pat] 20 commits: Fix typo in the @since annotation of annotateIO
Alan Zimmerman (@alanz)
gitlab at gitlab.haskell.org
Wed Oct 9 21:47:11 UTC 2024
Alan Zimmerman pushed to branch wip/az/epa-remove-addepann-pat at Glasgow Haskell Compiler / GHC
Commits:
55609880 by Andrzej Rybczak at 2024-10-09T16:41:46-04:00
Fix typo in the @since annotation of annotateIO
- - - - -
ef481813 by Alan Zimmerman at 2024-10-09T16:42:23-04:00
EPA: Remove [AddEpAnn] from (most of) HsExpr
EPA: introduce EpAnnLam for lambda annotationsi, and remove `glAA`
from `Parser.y`, it is the same as `glR`
EPA: Remove unused annotation from XOpApp
EPA: Use EpToken for XNPat and XNegApp
EPA: specific anns for XExplicitTuple / XTuplePat / sumPatParens.
EPA: Use specific annotation for MultiIf
EPA: Move annotations into FunRhs
EPA: Remove [AddEpAnn] from SigPat and ExprWithTySig
EPA: Remove [AddEpAnn] from ArithSeq
EPA: Remove [AddEpAnn] from HsProc
EPA: Remove [AddEpAnn] from HsStatic
EPA: Remove [AddEpAnn] from BindStmt
EPA: Remove [AddEpAnn] from TransStmt
EPA: Remove [AddEpAnn] from HsTypedSplice
EPA: Remove [AddEpAnn] from HsUntypedSpliceExpr
- - - - -
edf2a960 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from LazyPat
- - - - -
24a30c6f by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from RecordCon/RecordUpd/ConPat
- - - - -
4366f764 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from HsFieldBind
- - - - -
bb86b002 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from PatSynBind
- - - - -
6be25f52 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from IPBind
- - - - -
3f6a6bf3 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from FixSig
- - - - -
4fedf97f by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from activation rules
- - - - -
d56feeca by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpann] from SpecInstSig
- - - - -
14727496 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from MinimalSig
- - - - -
c8715302 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from SCCFunSig
- - - - -
721d2c30 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from CompleteMatchSig
- - - - -
d3e7bdd3 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from AnnSig
As used in PatSynSig, ClassOpSig, TypeSig
- - - - -
db7b2e82 by Alan Zimmerman at 2024-10-09T22:02:24+01:00
EPA: Remove [AddEpAnn] from IEThingAbs
- - - - -
017c2c8d by Alan Zimmerman at 2024-10-09T22:02:25+01:00
EPA: Remove [AddEpAnn] from IEThingAll / IEThingWith
- - - - -
06ec9747 by Alan Zimmerman at 2024-10-09T22:02:25+01:00
EPA: Remove [AddEpAnn] from IEModuleContents
- - - - -
b0b5700a by Alan Zimmerman at 2024-10-09T22:02:25+01:00
EPA: Remove [AddEpAnn] from HsOpTy
- - - - -
73eda997 by Alan Zimmerman at 2024-10-09T22:02:25+01:00
EPA: Remove [AddEpAnn] for various binders
- - - - -
fabc3919 by Alan Zimmerman at 2024-10-09T22:02:25+01:00
EPA: Remove [AddEpAnn] for HsIParamTy
- - - - -
30 changed files:
- compiler/GHC/Hs/Binds.hs
- compiler/GHC/Hs/Decls.hs
- compiler/GHC/Hs/Dump.hs
- compiler/GHC/Hs/Expr.hs
- compiler/GHC/Hs/ImpExp.hs
- compiler/GHC/Hs/Pat.hs
- compiler/GHC/Hs/Type.hs
- compiler/GHC/Hs/Utils.hs
- compiler/GHC/HsToCore/Arrows.hs
- compiler/GHC/HsToCore/Binds.hs
- compiler/GHC/HsToCore/Expr.hs
- compiler/GHC/HsToCore/Match.hs
- compiler/GHC/Parser.y
- compiler/GHC/Parser/Annotation.hs
- compiler/GHC/Parser/Lexer.x
- compiler/GHC/Parser/PostProcess.hs
- compiler/GHC/Rename/Bind.hs
- compiler/GHC/Rename/HsType.hs
- compiler/GHC/Rename/Names.hs
- compiler/GHC/Rename/Utils.hs
- compiler/GHC/Tc/Deriv/Functor.hs
- compiler/GHC/Tc/Deriv/Generate.hs
- compiler/GHC/Tc/Gen/App.hs
- compiler/GHC/Tc/Gen/Arrow.hs
- compiler/GHC/Tc/Gen/Export.hs
- compiler/GHC/Tc/Gen/Match.hs
- compiler/GHC/Tc/Gen/Pat.hs
- compiler/GHC/Tc/Module.hs
- compiler/GHC/Tc/TyCl/Instance.hs
- compiler/GHC/Tc/TyCl/PatSyn.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/c2356993e32da823db815cf909b3b3fd92dfe11c...fabc3919650f8d29586603e7a0ecc5289095ded1
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/c2356993e32da823db815cf909b3b3fd92dfe11c...fabc3919650f8d29586603e7a0ecc5289095ded1
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241009/27bd73e9/attachment-0001.html>
More information about the ghc-commits
mailing list