-
917ab8ff
by Oleg Grenrus at 2026-01-23T10:52:55-05:00
Export labelThread from Control.Concurrent
-
3f5e8d80
by Cheng Shao at 2026-01-23T10:53:37-05:00
ci: only push perf notes on master/release branches
This patch fixes push_perf_notes logic in ci.sh to only push perf
notes on master/release branches. We used to unconditionally push perf
notes even in MRs, but the perf numbers in the wip branches wouldn't
be used as baseline anyway, plus this is causing a space leak in the
ghc-performance-notes repo. See #25317 for the perf notes repo size
problem.
Co-authored-by: Codex <codex@openai.com>
-
414b9593
by Cheng Shao at 2026-01-24T07:11:51-05:00
ci: remove duplicate keys in .gitlab-ci.yml
This patch removes accidentally duplicate keys in `.gitlab-ci.yml`.
The YAML spec doesn't allow duplicate keys in the first place, and
according to GitLab docs
(https://docs.gitlab.com/ci/yaml/yaml_optimization/#anchors), the
latest key overrides the earlier entries.
-
e5cb5491
by Cheng Shao at 2026-01-24T07:12:34-05:00
hadrian: drop obsolete configure/make builder logic for libffi
This patch drops obsolete hadrian logic around `Configure
libffiPath`/`Make libffiPath` builders, they are no longer needed
after libffi-clib has landed. Closes #26815.
-
2d160222
by Simon Hengel at 2026-01-24T07:13:17-05:00
Fix typo in roles.rst
-
f27e1720
by Teo Camarasu at 2026-01-28T17:21:52+00:00
ghc-internal: refine imports of GHC.Internal.Data.Bool
-
0cadd7c4
by Teo Camarasu at 2026-01-28T17:21:52+00:00
Delete unecessary GHC.Internal.Data.Ix
-
f8955f89
by Teo Camarasu at 2026-01-28T17:21:53+00:00
ghc-internal: refine List imports
-
6a8a5771
by Teo Camarasu at 2026-01-28T17:21:53+00:00
Move MonadFix Identity into Monad.Fix
-
4e6dc6e2
by Teo Camarasu at 2026-01-28T18:56:36+00:00
Split out GHC.Internal.Data.Ord.Down