[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 5 commits: Add DCoVarSet to PluginProv (!12037)

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Fri May 3 06:04:08 UTC 2024



Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
664cf291 by Mikolaj Konarski at 2024-05-03T02:03:46-04:00
Add DCoVarSet to PluginProv (!12037)

- - - - -
7f530196 by Ben Gamari at 2024-05-03T02:03:47-04:00
Bump time submodule to 1.14

As requested in #24528.

- - - - -
75ae54f3 by Ben Gamari at 2024-05-03T02:03:47-04:00
Bump terminfo submodule to current master

- - - - -
5450d270 by Cheng Shao at 2024-05-03T02:03:48-04:00
wasm: use scheduler.postTask() for context switch when available

This patch makes use of scheduler.postTask() for JSFFI context switch
when it's available. It's a more principled approach than our
MessageChannel based setImmediate() implementation, and it's available
in latest version of Chromium based browsers.

- - - - -
7962839d by Alan Zimmerman at 2024-05-03T02:03:48-04:00
EPA: Preserve comments for pattern synonym sig

Closes #24749

- - - - -


30 changed files:

- compiler/GHC/Core/Coercion.hs
- compiler/GHC/Core/Coercion/Opt.hs
- compiler/GHC/Core/FVs.hs
- compiler/GHC/Core/Lint.hs
- compiler/GHC/Core/TyCo/FVs.hs
- compiler/GHC/Core/TyCo/Rep.hs
- compiler/GHC/Core/TyCo/Subst.hs
- compiler/GHC/Core/TyCo/Tidy.hs
- compiler/GHC/Core/Type.hs
- compiler/GHC/CoreToIface.hs
- compiler/GHC/Iface/Rename.hs
- compiler/GHC/Iface/Syntax.hs
- compiler/GHC/Iface/Type.hs
- compiler/GHC/IfaceToCore.hs
- compiler/GHC/Parser.y
- compiler/GHC/Tc/TyCl/Utils.hs
- compiler/GHC/Tc/Utils/TcMType.hs
- compiler/GHC/Types/Error/Codes.hs
- compiler/GHC/Types/RepType.hs
- compiler/GHC/Types/TyThing/Ppr.hs
- compiler/GHC/Types/Unique/DSet.hs
- compiler/GHC/Types/Var/Set.hs
- compiler/GHC/Utils/FV.hs
- compiler/ghc.cabal.in
- docs/users_guide/9.12.1-notes.rst
- docs/users_guide/extending_ghc.rst
- ghc/ghc-bin.cabal.in
- libraries/Cabal
- libraries/directory
- libraries/hpc


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/3ea00c12e33215cceefa8db0841c9411e358e151...7962839dff8d46daca9b8d40c529308436944e81

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/3ea00c12e33215cceefa8db0841c9411e358e151...7962839dff8d46daca9b8d40c529308436944e81
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/20240503/aff0cb20/attachment.html>


More information about the ghc-commits mailing list