<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Serge S. Gulin pushed to branch wip/llvm-debug-info at <a href="https://gitlab.haskell.org/ghc/ghc">Glasgow Haskell Compiler / GHC</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/023f36f516aa4bd9453903d5039cf8eec6010731">023f36f5</a></strong>
<div>
<span> by Rodrigo Mesquita </span> <i> at 2025-01-10T14:57:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>user_guide: Note -pgmP/-optP are for /Haskell/-CPP

Fixes #25574
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/e1c133f2fed2c006b1158fc2d6b33aa8b9069b2e">e1c133f2</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-10T14:58:25-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>dump-decls: Suppress unit-ids

While the testsuite driver already normalizes these away, they are
nevertheless a severe nuisance when diffing outside of the testsuite.

Intriguingly, this doesn't completely eliminate the unit IDs; some
wired-in names are still printed. However, this is a cheap and helpful
improvement over the status quo so I am simply going to accept this.

Fixes #25334.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/2e7bf4467ba6ac39340453f4a03eac105bb8e653">2e7bf446</a></strong>
<div>
<span> by sheaf </span> <i> at 2025-01-13T10:55:26+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove SDocs from ErrCtxt & ErrInfo

This commit:

  - turns the SDoc used in ErrCtxt into a proper error datatype,
    ErrCtxtMsg, which contains all the different error contexts that
    can be added,

  - replaces ErrInfo with [ErrCtxt].
    ErrInfo used to contain two SDocs; the first is replaced with [ErrCtxt],
    and the second is removed, with the relevant information being put
    in the appropriate error message constructors.

Fixes #23436
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/2d62b970b79b61138bca678761cc745911d9125d">2d62b970</a></strong>
<div>
<span> by Mike Pilgrem </span> <i> at 2025-01-13T12:59:10-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Re CLC #300 - Specify fmap for NonEmpty as map

See:
* https://github.com/haskell/core-libraries-committee/issues/300

Seeks to:
* move existing instances for NonEmpty (except of Eq and Ord) out of GHC.Internal.Base into new GHC.Internal.Data.NonEmpty (to avoid otherwise unavoidable cycles in the module graph);
* move map out of Data.List.NonEmpty (base package) into GHC.Internal.Data.NonEmpty;
* define fmap as map for NonEmpty instance of Functor, avoiding code duplication;
* re-export map from existing GHC.Internal.Data.List.NonEmpty; and
* re-export map from Data.List.NonEmpty (base package);

without breaking anything in the GHC repository.

Various tests *.stdout and *.stderr files are amended also.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/ab3ab3e3d489a351e84f4fe681de1731549376a2">ab3ab3e3</a></strong>
<div>
<span> by Luite Stegeman </span> <i> at 2025-01-13T12:59:58-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler/coreprep: Turn off dictionary speculation by default

Speculative evaluation can cause performance regressions,
therefore we turn it off by default. It can be enabled again
with the -fspec-eval-dictfun flag

See #25284
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/3d9cacd5b09019c4ce2ccea9a509220bb44e36a2">3d9cacd5</a></strong>
<div>
<span> by Patrick </span> <i> at 2025-01-14T02:34:46+08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Enhance kind inference for data family instances
This commit improves kind inference for data family instances by kind-checking
the constructors, for H98 and newtype declarations (ONLY), as well as
kind-checking the result kind signature (when using GADT syntax).
This fixes #25611.

Typechecker changes:
In `tcDataFamInstHeader`, we now kind-check the constructors using
`kcConDecls`, for H98-style decls and newtype decls ONLY.
See Note [Kind inference for data family instances].

Testsuite changes:
  - The T25611{a,b,c,d} tests test the new kind inference implementation.
    - a,b: infer result kind from constructors (H98 case)
    - c: renamed version of test UnliftedNewtypesUnassociatedFamilyFail,
      which now passes
    - d: GADT case, checking that we don't infer overly rigid kinds when
         kind-checking the constructors in data family instances.
 - DataInstanceKindsDefaults tests defaulting data instance kinds
   without UnliftedNewtypes or UnliftedDatatypes, as outlined in
   Note [Defaulting result kind of newtype/data family instance].

Also a few notes are updated to reflect the changes.

Co-authored-by: default avatarSimon Peyton Jones <simon.peytonjones@gmail.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f6493dbccc7bf95dcdf946b978e262f739e3e15a">f6493dbc</a></strong>
<div>
<span> by amesgen </span> <i> at 2025-01-15T18:47:23-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: prevent bundlers from resolving import("node:timers")

This fixes the following esbuild error:

    ✘ [ERROR] Could not resolve "node:timers"

        www/ghc_wasm_jsffi.js:66:25:
          66 │     return (await import("node:timers")).setImmediate;
             ╵                          ~~~~~~~~~~~~~

      The package "node:timers" wasn't found on the file system but is built into node. Are you trying
      to bundle for node? You can use "--platform=node" to do that, which will remove this error.

Previously (i.e. after !13503), one had to work around this by passing
`--external:node:timers`.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/87e82e2efd72fffefbc9537b5ab86611279e009a">87e82e2e</a></strong>
<div>
<span> by sheaf </span> <i> at 2025-01-16T14:51:45+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Use checkTyEqRhs to make types concrete

This commit refactors makeTypeConcrete to call checkTyEqRhs with
the appropriate parameters. This avoids duplicating subtle logic
in two places in the compiler.

Changes:

  1. Refactor of 'TyEqFlags'. Now 'TyEqFlags' stores a 'TEFTask', which
     is a description of which of the following checks we want to
     perform in 'checkTyEqRhs':
        - occurs check
        - level check
        - concreteness check

     In the process, the 'AreUnifying' datatype has been removed, as it
     is no longer needed.

  2. Refactor of 'checkTyVar':
      a. Make use of the new 'TEFTask' data type to decide which checks
         to perform.
         In particular, this ensures that we perform **both** a
         concreteness check and a level check when both are required;
         previously we only did a concreteness check (that was a bug!).
      b. Recursively call 'checkTyVar' on the kind of unfilled
         metavariables. This deals with a bug in which we failed to
         uphold the invariant that the kind of a concrete type must
         itself be concrete. See test cases T23051, T23176.

  3. Re-write of 'makeTypeConcrete', which now simply calls
     'checkTyEqRhs' with appropriate 'TyEqFlags'/'TEFTask'.
     This gets rid of code duplication and risk for the two code paths
     going out-of-sync.

Fixes #25616. See also #23883.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/5a8f35bd5d9735d7846a53bc9d08d8eeb67bccb5">5a8f35bd</a></strong>
<div>
<span> by ARATA Mizuki </span> <i> at 2025-01-17T11:17:49-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>x86 NCG: Use correct format for MOVD in the implementation of unpackInt64X2#

MOVD takes the input format.

Fixes #25658
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/14f8a7ec7ffd4368de84b6cc415a9a36ad396260">14f8a7ec</a></strong>
<div>
<span> by Mateusz Goślinowski </span> <i> at 2025-01-17T22:49:09+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Allow multiline strings in JS FFI (#25633)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/854c2f753dddeaa31d2988704cedf651f9fb7958">854c2f75</a></strong>
<div>
<span> by Simon Peyton Jones </span> <i> at 2025-01-18T02:54:08-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix a buglet in tcSplitForAllTyVarsReqTVBindersN

The problem was that an equation in `split` had two guards (one about
visiblity and one about `n_req`). So it fell thorugh if /either/
was False.  But the next equation then assumed an invisible binder.

Simple bug, easily fixed.  Fixes #25661.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/264a1186d7728152d5b2067fcc3dc16ce0e24aa2">264a1186</a></strong>
<div>
<span> by sheaf </span> <i> at 2025-01-18T10:05:56+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Generalise GHC diagnostic code infrastructure

This commit generalises the infrastructure used for diagnostic codes,
allowing it to be used for other namespaces than the GHC namespace.
In particular, this enables GHCi to re-use the same infrastructure to
emit error messages.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/bf4f5ad31ddeb87baad10de47f84081648f808dc">bf4f5ad3</a></strong>
<div>
<span> by Jade </span> <i> at 2025-01-18T10:05:56+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add structured errors to GHCi (#23338)

This patch creates the 'GhciCommandErrorMessage' data type which
implents the 'Diagnostic' class and also provides error code for these
error conditions.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/b6f541885c5efc4022d5ec5b9ff21d5246f66bc5">b6f54188</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-18T12:38:46-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Revert "Division by constants optimization"

This appears to be responsible for the regression described in #25653.

This reverts commit daff1e30219d136977c71f42e82ccc58c9013cfb.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/0fd90de8a1aaf6b6c9cb27d749a5fc711945e60a">0fd90de8</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-18T12:38:46-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>testsuite: Introduce div2 test

This is a useful test from !8392 which is worth keeping around.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/32680979c62d4af566760530b0b0c976b287238e">32680979</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-18T12:38:46-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>testsuite: Test shift correctness in mul2 test
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/163aa50aad7a24912c5cc0ade3ef80b108e99f1a">163aa50a</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-18T12:38:46-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>testsuite: Add regression test for #25653
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/44778963fff5d8cc5a58f572ea26e3ab6b287f76">44778963</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-01-20T11:23:08+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>driver: Store an ExternalModuleGraph in the EPS

We now store an ExternalModuleGraph in the EPS. When an new interface is
loaded, the module graph is extended with a node for the loaded
interface. The result is a partial module graph. If you want to run
a transitive closure query on the graph you must first force the
transitive closure to be loaded by using `loadExternalGraphBelow`.

The primary advantage (for now) is that the transitive dependency
calculation does not have to be repeated in getLinkDeps. If your module
had many dependencies and many splices, performing this calculation at
every splice site took a significant amount of time.

We might also want to use this module graph in future for considering
questions such as reachability of rules or accessibilty of instance
imported by levelled imported.

This patch removes another place in the compiler where transitive
dependency is calculated in an ad-hoc manner. In general, the transitive
dependency calculation should be cached and computed using a ModuleGraph
abstraction.

The transitive dependency query required by getLinkDeps operates on a
graph without hs-boot nodes. If a linkable from a module in a loop is
needed, then all modules in the loop are necessary to be available to
execute that module. Therefore there is a query in `ModuleGraph` and
`ExternalModuleGraph` which allows a transitive closure query to be
performed on a graph without loops.

Fixes #25634

-------------------------
Metric Decrease:
    MultiLayerModulesTH_Make
    MultiLayerModulesTH_OneShot
Metric Increase:
    mhu-perf
-------------------------

Co-authored-by: Rodrigo Mesquita <rodrigo.m.mesquita@gmail.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/b3c0acfc4b2e99ca01923d25ab9209fe9d21016c">b3c0acfc</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-01-20T11:53:10-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hie: fix hie.yaml to use default hie-bios script

!13778 accidentally changed hie.yaml to use hie-bios.bat as the
default hie-bios script, which completely breaks hie support on
non-Windows platforms. This patch reverts that change.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/595013d41464c1e328369bb81ce0ea2814e91b68">595013d4</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-21T09:57:23-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler: Fix CPP guards around ghc_unique_counter64

The `ghc_unique_counter64` symbol was introduced in the RTS in the
64-bit unique refactor (!10568) which has been backported to %9.6.7 and
%9.8.4. Update the CPP to reflect this.

Fixes #25576.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/09ee324759cfab6fd44f03ff7d9b43cf95aaafc9">09ee3247</a></strong>
<div>
<span> by Ryan Scott </span> <i> at 2025-01-21T09:58:00-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix :info pretty-printing of UNPACKed fields

This patch:

* Ensures that we do not pretty-print a field like `foo :: {-# UNPACK #-} !Int`
  as `foo :: ! {-# UNPACK -#} Int` (as we were doing before) when running the
  `:info` command.
* Prevents coercions that arise from `UNPACK`ed fields (e.g., such as when one
  unpacks a newtype) from being printed in `:info` output unless `-dppr-debug`
  is enabled.

Fixes #25651.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/6b7ea592a81e8058f12f42941665690638d4afe1">6b7ea592</a></strong>
<div>
<span> by Rodrigo Mesquita </span> <i> at 2025-01-21T16:10:35-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>driver: Store the HomePackageTable in a mutable reference

This commit refactors the HomePackageTable and HomeUnitGraph:

(1) It fixes a quadratic-in-the-number-of-modules space leak in upsweep (#25511)

(2) And it reworks these structures into their own modules to simplify
    the driver. The refactor is driven by the introduction of IO in the HPT
    interface, but is a bit more aggressive in simplifying the
    interfaces to enforce correct usage (ie to avoid performance
    pitfalls).

Specifically:

- The `HomeUnitGraph` (HUG) is now in `GHC.Unit.Home.Graph`
- The `HomePackageTable` (HPT) is now in `GHC.Unit.Home.PackageTable`
    - The HPT now stores an `IORef` with the table of loaded home package modules.
    - The interface to the HPT now requires IO
    - The interface now enforces that the HPT is a datastructure that
      only grows
    - This is not enforced in the interface, but, clients of the HPT
      should never care about there being more or less entries in the
      HPT when these additional entries are not relevant to their result.
    - The exception to the invariant that the HPT is monotonically
      increasing is `restrictHpt`, a function which is called at a
      "barrier point" (during which there are no other threads
      inspecting or inserting in the HPT). The invariant can be
      temporarily broken at this point (currently, after upsweep).
      This is safe because a single thread holds control over the
      structure (thus the invariant being broken is never observed).

The hug_var and associated structures in the driver, which aimed to
improve memory usage in the driver by updating in place a HUG during
upsweep, are no longer required as the HPT entries in the HUG are now
themselves mutable by construction. This was previously explained in
Note [ModuleNameSet, efficiency and space leaks], which is no longer
relevant and was deleted.

Fixes #25511

Co-authored-by: Matthew Pickering <matthewtpickering@gmail.com>

-------------------------
Metric Decrease:
    MultiComponentModulesRecomp
    MultiLayerModulesRecomp
-------------------------
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f983a00ffc97b779eb52b10e69e254ec107f8311">f983a00f</a></strong>
<div>
<span> by Jens Petersen </span> <i> at 2025-01-21T16:11:12-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hp2ps/Utilities.c: add extern parameter types for malloc and realloc for C23

Fix build with gcc-15 which defaults to C23 standard (-std=gnu23)
Fixes #25662
```
utils/hp2ps/Utilities.c:6:14: error:
     warning: conflicting types for built-in function ‘malloc’; expected ‘void *(long unsigned int)’ [-Wbuiltin-declaration-mismatch]
        6 | extern void* malloc();
          |              ^~~~~~
  |
6 | extern void* malloc();
  |              ^
utils/hp2ps/Utilities.c:5:1: error:
     note: ‘malloc’ is declared in header ‘<stdlib.h>’
        4 | #include "Error.h"
      +++ |+#include <stdlib.h>
        5 | 
  |
5 | 
  | ^
utils/hp2ps/Utilities.c: In function ‘xmalloc’:
utils/hp2ps/Utilities.c:80:17: error:
     error: too many arguments to function ‘malloc’; expected 0, have 1
       80 |     r = (void*) malloc(n);
          |                 ^~~~~~ ~
   |
80 |     r = (void*) malloc(n);
   |                 ^
utils/hp2ps/Utilities.c:6:14: error:
     note: declared here
        6 | extern void* malloc();
          |              ^~~~~~
  |
6 | extern void* malloc();
  |              ^
utils/hp2ps/Utilities.c: In function ‘xrealloc’:
utils/hp2ps/Utilities.c:92:18: error:
     warning: conflicting types for built-in function ‘realloc’; expected ‘void *(void *, long unsigned int)’ [-Wbuiltin-declaration-mismatch]
       92 |     extern void *realloc();
          |                  ^~~~~~~
   |
92 |     extern void *realloc();
   |                  ^
utils/hp2ps/Utilities.c:92:18: error:
     note: ‘realloc’ is declared in header ‘<stdlib.h>’
   |
92 |     extern void *realloc();
   |                  ^
utils/hp2ps/Utilities.c:94:9: error:
     error: too many arguments to function ‘realloc’; expected 0, have 2
       94 |     r = realloc(p, n);
          |         ^~~~~~~ ~
   |
94 |     r = realloc(p, n);
   |         ^
utils/hp2ps/Utilities.c:92:18: error:
     note: declared here
       92 |     extern void *realloc();
          |                  ^~~~~~~
   |
92 |     extern void *realloc();
   |                  ^
```</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/51e3ec839c378f0da7052278a56482f0349e9bc7">51e3ec83</a></strong>
<div>
<span> by Vladislav Zavialov </span> <i> at 2025-01-22T20:41:32+03:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Rework built-in and punned names (#25174, #25179, #25180, #25182)

This patch rewrites part of the logic for dealing with built-in and
punned names, making it more principled and fixing a few bugs.

* Kill off filterCTuple. Its purpose was to improve pretty-printing of
  constraint tuples, and the appropriate place for this is namePun_maybe.

* Remove unitTyCon, unboxedUnitTyCon, and soloTyCon from wiredInTyCons.
  Their inclusion in the list was a workaround for shoddy logic in
  lookupOrigNameCache. Now we treat tuples of all arities uniformly.

* In isBuiltInOcc_maybe, only match on actual built-in syntax, e.g. "FUN"
  shouldn't be there (#25174). Also take ListTuplePuns into account (#25179).

* When matching OccNames, use the ShortByteString directly to avoid
  potentially costly conversions to ByteString and String.

* Introduce isInfiniteFamilyOrigName_maybe, a purpose-built helper for
  looking up tuples/sums in the OrigNameCache. This clears up the previously
  convoluted relation between the orig name cache and built-in syntax.

* Reuse isKnownOrigName_maybe to eliminate the need for isPunOcc_maybe.

* Classify MkSolo and MkSolo# as UserSyntax, thus fixing whole-module
  reexports (#25182).

* Teach valid-hole-fits about tuples, unboxed tuples, and unboxed sums,
  up to a certain arity (#25180).

* Drop the unnecessary special case for unary constraint tuples in the
  type checker (finish_tuple). It was a workaround for the lack of CSolo.

* Update Notes and other comments, add tests.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/85c60aead149dd52a5c778e124e21aae3f95a23b">85c60aea</a></strong>
<div>
<span> by Teo Camarasu </span> <i> at 2025-01-23T18:06:21-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>doc: Add documentation for -XDoAndIfThenElse

Resolves #18631

Co-authored-by: Richard Eisenberg <rae@cs.brynmawr.edu>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/4495e48ff8024950cf4448d274c56a8eb195f69c">4495e48f</a></strong>
<div>
<span> by Brandon Chinn </span> <i> at 2025-01-24T11:54:24-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Break out GHC.Parser.Lexer.Interface
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/4f8fc11e45fc5e7311572bb16a60b1f756b536c6">4f8fc11e</a></strong>
<div>
<span> by Brandon Chinn </span> <i> at 2025-01-24T11:54:24-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix lexing comments in multiline strings (#25609)

Metric Decrease:
    MultiLayerModulesRecomp
    parsing001
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/e7ab778f55e070b9381e2a7dbb445a86718acb17">e7ab778f</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-01-24T11:55:01-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>testsuite: Pass TEST_HC_OPTS to many more tests

This passes `-dno-debug-output` to the test and `-dlint.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c3593101c85f90aeb0e9aa171a179bc2598d69ad">c3593101</a></strong>
<div>
<span> by Sylvain Henry </span> <i> at 2025-01-24T23:12:20-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge ghc-prim's modules into ghc-internal (#24453)

ghc-internal becomes the only wired-in package exposing primitives.

There are some minor GHC allocation regressions, but they barely cross
the thresholds and only with the wasm backend. They're likely due to
longer symbols (ghc-internal vs ghc-prim, GHC.Internal.X vs GHC.X).

Metric Increase:
    T13035
    T1969
    T4801
    T9961
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/70f7741acd9d50a6cc07553aeaae600afe4a72b8">70f7741a</a></strong>
<div>
<span> by Jens Petersen </span> <i> at 2025-01-24T23:12:58-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hp2ps/Utilities.c: add extern parameter types for malloc and realloc for C23

use portable C types!
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a1d923786baed5b001c523fd2a76f133be510b04">a1d92378</a></strong>
<div>
<span> by Brandon Chinn </span> <i> at 2025-01-25T15:11:54-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix for alex-3.5.2.0 (#25623)

This INLINE pragma for alexScanUser was added in 9.12, but then I
ported the change to alex in 3.5.2.0
(https://github.com/haskell/alex/pull/262).

I didn't realize that GHC errors on duplicate INLINE pragmas, so
this ended up being a breaking change.

This change should be backported into 9.12
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/62760367dca36da5828875c5423109f9a5523337">62760367</a></strong>
<div>
<span> by ARATA Mizuki </span> <i> at 2025-01-27T16:23:06-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>x86 NCG: Make MOVD's output format explicit

The old design led to inference of a wrong format,
losing upper bits of a vector register.

Fixes #25659

Co-authored-by: sheaf <sam.derbyshire@gmail.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f19ab49091675faba8619428a780e706ed3314fc">f19ab490</a></strong>
<div>
<span> by Simon Hengel </span> <i> at 2025-01-27T16:23:45-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>doc: Correct JSON schema for `-fdiagnostics-as-json` (fixes #25393)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/e16eae6548743870e77c2c93527bab1d24cff81c">e16eae65</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-01-27T21:41:39+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hadrian: fix bootstrap with 9.12.1

This patch bumps hadrian index-state to fix bootstrap with 9.12.1.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/8071bad8b185bc9d0f71e08b6520a5d5705e2636">8071bad8</a></strong>
<div>
<span> by Jeffrey Young </span> <i> at 2025-01-28T21:45:32-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: add SrcLoc changes to changelog, 4.21.0.0

I accidentally dropped this in !13381

- closes #25614

See:

- ea4587794b9e3a098f9c02bd6cea2294af2539ce  (the 13381 commit)
- Issue #25614
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/9dcc7e28e24b66d647a7e971c8ceda5a00b49f83">9dcc7e28</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-01-29T02:27:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Rename `cloneBndrs` and such — now all the monadic ones have an `M` suffix.

We now have `cloneBndrs` and `cloneRecIdBndrs` which take a `UniqSupply` argument, and `cloneBndrsM` and `cloneRecIdBndrsM` which rather have a `MonadUnique` constraint.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/643dd3d86968c527ba07ece9cc337728dbdfe2a0">643dd3d8</a></strong>
<div>
<span> by Matthew Farkas-Dyck </span> <i> at 2025-01-29T02:27:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Use `Infinite` in unique generation, and clean up some other partial uni patterns as well.

Also drop the losing `instance MonadFail UniqSM`.

We redefine `getUniquesM` in terms of `Infinite` rather than `[]`, and define another method `getUniqueListM` for the use sites where we actually want a `[]`.
Thus, at many sites, we can avoid the partiality of the empty list case.

We also define `withUniques`, `withUniquesM`, and `withUniquesM'`, which traverse an arbitrary `Traversable` structure and introduce a `Unique` for each element.
This allows us to redefine various functions to operate on more appropriate types than `[]` and avoid further partiality (in the form of incomplete-uni-patterns).
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/dd0acc3cd32264e9fbea303f66e1dd03b6d9e8a5">dd0acc3c</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-01-29T02:27:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Use `Infinite` in `GHC.Tc.Deriv.Functor`.

Make the list of variables to use in generated code `Infinite`, to avoid panicking on the (now impossible) empty list case.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/4e9adedf6683a93597c8fb8bd3dcbe6fc91136a4">4e9adedf</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-01-29T02:27:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Use `Infinite` in `GHC.Runtime.Debugger`.

Make the list of available names `Infinite`, to avoid panicking on the (now impossible) empty list case.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/bed812b738b3f71375aae3d25a5329cc7bac50c5">bed812b7</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-01-29T02:27:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Avoid incomplete-uni-patterns in `GHC.Cmm.DebugBlock`.

We do so by changing the type of `BlockContext` to statically (in GHC) exclude the possibility of Cmm statics, and using `NonEmpty` lists of `BlockContext`s in `cmmDebugGen`.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/27587df3cc40de5f0671e31631bc6995af86dfbb">27587df3</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-01-29T02:27:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Avoid incomplete-uni-patterns in `GHC.Types.Literal`.

We do so by introducing `mkLitNumberWrap'` whose ultimate codomain is `Integer` rather than `Literal`, and then use that rather than `mkLitNumberWrap` where we just need the number rather than the `Literal`.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/138de0ff0053548dad45d6ed076bb27b366fbc58">138de0ff</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-01-29T02:27:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Avoid incomplete-uni-patterns in `GHC.CmmToAsm.X86.CodeGen`.

- Match the vector element list only once in `shuffleInstructions`.
- Define `isSuitableFloatingPointLit_maybe` which returns `Just` the width if the lit is indeed suitable.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/d8cb3d36127fea85dc83dbc39fe2b0673f58dc42">d8cb3d36</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-01-29T02:27:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Clean up more incomplete uni patterns.

At some sites, we merely panic if the `[]` or `Maybe` is empty when we convert to `NonEmpty` or `Identity`, but at least now we make it explicit.

At other sites, we are able to use more precise types and avoid the partiality altogether. To do so, we redefine various functions to operate over `Traversable` arguments, so we can use the appropriate shape where known.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f251bd223cdd27e02d688844dadc5e19ea91344a">f251bd22</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-01-29T02:27:48-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Outline `expectJustPanic`.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a963a1a5d38cd6fbb722f3d25c31744238d71b65">a963a1a5</a></strong>
<div>
<span> by Marc Scholten </span> <i> at 2025-01-29T02:28:35-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: Introduce Data.Enum.enumerate (CLC #306)

https://github.com/haskell/core-libraries-committee/issues/306
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/944712dad749f39d087b868d8e5c2126601994f9">944712da</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-29T02:29:13-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: Update description of locking behavior</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/85abc69c223a692652c8767c49dacfd1ce6c9bf3">85abc69c</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-29T02:29:51-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: Fix @since annotation of Data.Bounded

Fixes #25615.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/2ca41c62cf6ecb3edeb3037be94777febe1408e5">2ca41c62</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-29T02:30:29-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>StgToByteCode: Fix overly-broad handling of Addr# literals

Previously we assumed that all unlifted types were `Addr#` but this
isn't true. As noted in #25638, unlifted nullary data constructor
workers can also appear at the top-level and are obviously not of type
`Addr#`.

Note that there is more work to be done to properly handle unlifted data
constructors (especially nullary; see #25636). However, this is a small
step in the right direction.

Closes #25641.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/ec26c54d818e0cd328276196930313f66b780905">ec26c54d</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-29T02:30:29-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>StgToByteCode: Assert that PUSH_G'd values are lifted

We currently do not support top-level unlifted data constructor applications,
therefore this is a safe assertion.

Pointed out by @sheaf.</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/8847125fecdccc4dcda45b1dba519c6dd88b4401">8847125f</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-01-29T02:31:07-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>gitlab-ci: Run test-primops testsuite in ~"full-ci" pipeline

Closes #25654.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/bf8c7d6edf224c083c90ab3ddac49979ac18ad39">bf8c7d6e</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-01-29T02:31:44-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>bytecode: Do not generate `SLIDE x 0` instructions

SLIDE x 0 is a no-op as it means to shift x elements of the stack by no
spaces. In the interpreter, this results in a loop which copies an array
element into the same place.

I have instrumented GHCi to count how many of these instructions are interpreted.
The workload was `ghc` compiling two simple modules.

Total no-op slides: 7793476
Total slides: 11413289
Percentage useless (slides): 68%
Percentage uselss of total instructions: 9%
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/7bfc93a7054d48bee6779d38808534f1d7ca06f0">7bfc93a7</a></strong>
<div>
<span> by Zubin Duggal </span> <i> at 2025-01-29T21:41:17-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hackage-doc-tarball: Allow ghc-boot-th to be uploaded to hackage

It can't refer to files outside its source directory, so patch that part out.
This is OK because those files are only used while bootstrapping.

Also add ghci to the list of packages to be uploaded

Fixes #25687
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/704eeb02b072543bcb795113a50adf201fe709ab">704eeb02</a></strong>
<div>
<span> by Roman S </span> <i> at 2025-01-29T21:42:05-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix Control.Arrow (***) diagram (fixes #25698)</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/662645f0aafd94208ac849211d2b78c639864c9b">662645f0</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-03T11:44:41-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler: Always load GHC.Data.FastString optimised into GHCi

The FastString table is shared between the boot compiler and interpreted
compiler. Therefore it's very important the representation of
`FastString` matches in both cases. Otherwise, the interpreter will read
a FastString from the shared variable but place the fields in the wrong
place which leads to segfaults.

Ideally this state would not be shared, but for now we can always
compile both with `-O2` and this leads to a working interpreter.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/05e5785a3157c71e327a8e9bdc80fa7082918739">05e5785a</a></strong>
<div>
<span> by Peter Trommler </span> <i> at 2025-02-03T11:45:17-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>RTS: Fix compile on powerpc64 ELF v1

Cabal does not know about the different ABIs for powerpc64 and compiles
StgCRunAsm.S unconditionally. The old make-based build system excluded
this file from the build and it was OK to signal an error when it was
compiled accidentally.

With this patch we compile StgCRunAsm.S to an empty file, which fixes
the build.

Fixes #25700
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/cbbb64fbee2de679131efa4abd9b056e1d64870d">cbbb64fb</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-03T23:40:33-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>interpreter: Always print unit and module name in BCO_NAME instruction

Currently the BCO_Name instruction is a bit difficult to use since the
names are not qualified by the module they come from. When you have a
very generic name such as "wildX4", it becomes impossible to work out
which module the identifier comes from.

Fixes #25694
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/764a43ac6321b433bcd283f7b8dc318af0da1bc9">764a43ac</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-03T23:41:10-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>upload-ghc-libs: Drop more references to ghc-internal from ghc-boot-th


(cherry picked from commit afec4b75c2d0e9f5c462a86d9f3697acf30355c7)

Co-authored-by: Ben Gamari <bgamari.foss@gmail.com></pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/9a59b026608c339ed7872f3d4b8a66b77c52b967">9a59b026</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-04T10:00:18-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>gitlab-ci: Don't use .full-ci to run test-primops

test-primops depends upon the existence of validate jobs, yet these do
not exist in the context of nightly jobs, which .full-ci includes.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/7cc0855009070a4ca50504d2bdda7566417e2900">7cc08550</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-04T18:34:49-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>CorePrep: Name `sat` binders more descriptively
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/fb40981decc6b1c03fe6ee671449844aecb63ebf">fb40981d</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-04T18:35:26-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghc-toolchain: Parse i686 triples

This is a moniker used for later 32-bit x86 implementations
(Pentium Pro and later).

Fixes #25691.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/02794411602e35b671b5b954457a124f37a5d44a">02794411</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-04T18:36:03-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler: remove unused assembleOneBCO function

This patch removes the unused assembleOneBCO function from the
bytecode assembler.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/db19c8a95a187fa6fcfbcc9c96961044786cc945">db19c8a9</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-05T23:16:50-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>perf: Replace uses of genericLength with strictGenericLength

genericLength is a recursive function and marked NOINLINE. It is not
going to specialise. In profiles, it can be seen that 3% of total compilation
time when computing bytecode is spend calling this non-specialised
function.

In addition, we can simplify `addListToSS` to avoid traversing the input
list twice and also allocating an intermediate list (after the call to
reverse).

Overall these changes reduce the time spend in 'assembleBCOs' from 5.61s
to 3.88s. Allocations drop from 8GB to 5.3G.

Fixes #25706
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/5622a14a7a036ab36e28963a4fba826a5ac798a7">5622a14a</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-05T23:17:27-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>perf: nameToCLabel: Directly manipulate ByteString rather than going via strings

`nameToCLabel` is called from `lookupHsSymbol` many times during
bytecode linking. We can save a lot of allocations and time by directly
manipulating the bytestrings rather than going via intermediate lists.

Before: 2GB allocation, 1.11s
After: 260MB allocation, 375ms

Fixes #25719

-------------------------
Metric Decrease:
    MultiLayerModulesTH_OneShot
-------------------------
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/66c7f65676801367f440a6a644f87d71157d2f3f">66c7f656</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-06T17:15:25-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>interpreter: Fix INTERP_STATS profiling code

The profiling code had slightly bitrotted since the last time it was
used. This just fixes things so that if you toggle the INTERP_STATS
macro then it just works and prints out the stats.

Fixes #25695
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f71c2835bfacac879b294bbcd475d7acfac4adfb">f71c2835</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-06T17:16:02-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>perf: Key the interpreter symbol cache by Name rather than FastString

Profiles showed that about 0.2s was being spend constructing the keys
before looking up values in the old symbol cache.

The performance of this codepath is critical as it translates directly
to a delay when a user evaluates a function like `main` in the
interpreter.

Therefore we implement a solution which keys the cache(s) by `Name`
rather than the symbol directly, so the cache can be consulted before
the symbol is constructed.

Fixes #25731
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/8f8d3a90e8a754cfccd7c8e0c793a23ce58a6de5">8f8d3a90</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-08T01:17:28-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: Label threads forked by IO operations

Addresses part of #25452.

Addresses core-libraries-committee#305.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/28600825dd47154f4ed448eaacb6401a26084d79">28600825</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-08T01:17:28-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: Label threads forked by System.Timeout

Addresses part of #25452.

Addresses core-libraries-committee#305.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/8a2498279bb2bd43ba0d969486595c5d246f7e91">8a249827</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-08T01:17:28-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: Label signal handling threads

Addresses part of #25452.

Addresses core-libraries-committee#305.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/26af26f0160a51ace57e643b588bbd43cdb3ddaa">26af26f0</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-08T01:17:28-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: Label Windows console event handling threads

Addresses part of #25452.

Addresses core-libraries-committee#305.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/bf9c3d4f8c9e569123a4a6987605f085aa068ff5">bf9c3d4f</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-08T01:17:28-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghci: Label evaluation sandbox thread

Addresses part of #25452.

Addresses core-libraries-committee#305.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/38f78ce54ffa18187bb5ebaee992829d609db4ef">38f78ce5</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-08T01:17:28-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: Add changelog entry for addition of thread labels

Addresses #25452.

Addresses core-libraries-committee#305.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c100deb56d30ee0a38b29c8433051603816fbfdf">c100deb5</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-08T01:18:05-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>gen-ci: Clean up style

This cleans up a number of stylistic inconsistencies although it's still
far from perfect.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c4a7680afc5a374c668dc80a8abdb3641ab115a2">c4a7680a</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-08T01:18:05-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>gen-ci: Properly encapsulate GitLab predicates
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/52b6539b5fbce27e0e8b4181bea333895e42128c">52b6539b</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-02-08T11:34:51-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Avoid partiality in `Language.Haskell.Syntax.Expr`, `GHC.Hs.Expr`, `GHC.Rename.Expr`, etc.

In particular, use `NonEmpty` where appropriate:
- the argument of `FieldLabelString`
- the argument of `HsMultiIf`
- `grhssGRHSs`

Decreases overall compile-time allocation by about 0.1% in the benchmark suite (min -0.8%, max +0.3%).

Metric Decrease:
    T3294
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a566da926e6929d7c7f0f77b0fe519e5fe8250a7">a566da92</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-10T03:21:49-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>gitlab-ci: Bump docker images

Closes #25693.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a7e23f01226fb690e0951edfe3c26d0cd96a3843">a7e23f01</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-10T03:21:49-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hadrian: Drop uses of head/tail

To silence warnings with GHC 9.10
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/12752f0cfd8072cd6235f011bb22a5d3d6bc7dc6">12752f0c</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-10T03:21:49-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hadrian: Disable x-data-list-nonempty-unzip warning
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/e22a14fc163552a257ee2273b35dd42f665066c5">e22a14fc</a></strong>
<div>
<span> by Simon Peyton Jones </span> <i> at 2025-02-11T16:21:10+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Deal correctly with Given CallStack constraints

As #25675 showed, the CallStack solving mechanism was failing
to account for Given CallStack constraints.

This small patch fixes it and improves the Notes.

Small improvement to GHCi debugger output in break011, break024,
which is discussed on the MR !13883
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/db3e810f32804ab9171a7f6b74a95480ded7011a">db3e810f</a></strong>
<div>
<span> by Simon Peyton Jones </span> <i> at 2025-02-12T09:12:30-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix inlineBoringOk again

This MR fixes #25713, which turned out to be a consequence of not
completing #17182.

I think I have now gotten it right.  See the new
  Note [inlineBoringOk]
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/ef0e6cfc4e348a8c598578052c5b24e2d685e91c">ef0e6cfc</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-17T19:20:09-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>testsuite: Mark T23071 and T2047 as fragile on FreeBSD

These inexplicably fail on FreeBSD on CI. Sadly I am unable to reproduce
this locally but regardless this is holding up Marge so I will mark them
as fragile for now.

Addresses #25751.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/7596675e470699f6184e13c08b268972028bc868">7596675e</a></strong>
<div>
<span> by Jens Petersen </span> <i> at 2025-02-18T08:53:08-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hp2ps Utilities.c: include stdlib.h instead of extern malloc and realloc
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/975d932cb4cadecd879660fbcf845e6ba9ac2a52">975d932c</a></strong>
<div>
<span> by Rodrigo Mesquita </span> <i> at 2025-02-18T08:53:45-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Inline join points for rhs without free vars

While investigating #25170, we ran into a program (T16473) that allocated 67%
more because of a join point that failed to inline.

Note [Duplicating join points] explains why we want to be conservative
when inlining join points, using as an example a join point that
captures a free variable `f` that becomes available in the continuation
`blah` for further optimisations, as opposed to being lambda-abstracted.

However, when the RHS of the join point has no free variables and is
trivial, the same argument does not apply, and there's nothing to gain
from preserving it.

On the contrary, not inlining these trivial join points such as
    $j f x = K f x |> co
can be actively harmful as they prevent useful optimisations from firing
on the known constructor application. #25723 is such an example.

Therefore, we've extended `uncondInlineJoin` to allow duplicating such closed
trivial join points. See the updated Note [Duplicating join points] for
further details.

Additionally, merge the guards in uncondInlineJoin for point DJ3(b) anad DJ3(c) of
Note [Duplicating join points] to avoid an unnecessary traversal in the
call to `collectArgs`; it's also more uniform.

Co-authored-by: Simon Peyton Jones <simon.peytonjones@gmail.com>

Fixes #25723
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/78de1a55fe86d5c10ae6c71c68c53b786cf90d9a">78de1a55</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-02-18T08:54:31-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Scrub some partiality in `GHC.Tc.Gen.Match`.

In particular, we construct a list of the same length as another list, then loop over both and panic if their lengths are unequal. We can avoid this.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/1dfe93253f8d96aa224a1eda7f5de201edf71a04">1dfe9325</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-02-18T08:54:31-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Make list of `ParStmtBlock` in `ParStmt` `NonEmpty`.

In the ParStmt constructor Language.Haskell.Syntax.Expr.StmtLR, the 2nd argument, the list of ParStmtBlocks, must be NonEmpty; make it so.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/0e3575b5410b9fc2341c17451d8c616ebbe81721">0e3575b5</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-02-18T08:54:31-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>GHC.Tc.Gen.Match: Added type signatures for `loop` functions.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c9ffcfeec2da8abee9456cd7c64e7c51fd01635e">c9ffcfee</a></strong>
<div>
<span> by sternenseemann </span> <i> at 2025-02-18T08:55:14-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>GHC: fix reference to function in Note [Target code interpreter]

As far as I could tell, setSessionDynFlags doesn't deal with hsc_interp.
Also added a backreference so this will be updated in the future.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/ab77fc8c7adebd610aa0bd99d653f9a6cc78a374">ab77fc8c</a></strong>
<div>
<span> by sheaf </span> <i> at 2025-02-18T08:55:57-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Account for skolem escape in mightEqualLater

This commit:

  1. Refactors checkTyEqRhs to allow it be called in pure contexts,
     which means it skips doing any on-the-fly promotion.
  2. Calls checkTyEqRhs in mightEqualLater to check whether it a
     MetaTv can unify with a RHS or whether that would cause e.g.
     skolem escape errors or concreteness errors.

Fixes #25744
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/cb8a06a4d978196c88c30f096fa15020cf33c96f">cb8a06a4</a></strong>
<div>
<span> by Sylvain Henry </span> <i> at 2025-02-18T08:56:52-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove a bunch of Makefiles from old build system
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/e12d6b3961adfa8cbb42d40262a1ee5cfaceb609">e12d6b39</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-02-18T08:57:37-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Totalize `GHC.HsToCore.Match.matchWrappers.initNablasGRHSs`.

Converting from `NonEmpty` to `[]` and back is totally needless.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/cd2be3bec6ac1df225a556ab2077189c39b21012">cd2be3be</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-18T08:58:14-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>interpreter: Always print uniques for BCO_NAME labels

In the previous commit I omitted to include the unique, which still
makes it very difficult to trace back where the BCO came from.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c4e112fccd10ca745771dd81d2c1eb340aa8dd86">c4e112fc</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-18T08:58:51-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>interpreter: Fix overflows and reentrancy in statistics calculation

1. Use unsigned long for counter, as they can easily overflow if you are
   running a long benchmark.
2. Make interp_shutdown reentrant by copying the command frequency table
   into an array.

Fixes #25756
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/70ac6222a7285ecc6324097a68ba228664704e10">70ac6222</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-02-18T14:22:06-08:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Use `Foldable1` where appropriate, avoiding much needless panicking.

In some cases, where not readily feasible to modify code to use `NonEmpty`, merely use `expectNonEmpty` to make explicit we are panicking if we have an empty list.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a3f0a506040376a4910f799494bc23a56e1b6bdd">a3f0a506</a></strong>
<div>
<span> by Sylvain Henry </span> <i> at 2025-02-19T05:27:30-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Testsuite: fix deprecation warning

> DeprecationWarning: 'count' is passed as positional argument
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/ef5470a226dd8fe84df500a6a68672548624559e">ef5470a2</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-19T16:30:53+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Cmm/Parser: Add surface syntax for Mul2 MachOps

These are otherwise very hard to test in isolation.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/59b9307b239f0e1058ccc90ca2fadb86552c0308">59b9307b</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-19T20:24:40-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>testsuite: fix InternalCounters test with +debug_ghc

The `InternalCounters` test case fails when ghc is built with
`+debug_ghc`. This patch skips it in that case and allows the
testsuite to pass for the `+debug_ghc` flavour transformer.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/aa69187d45a5697507c1c609cebe15113c20f452">aa69187d</a></strong>
<div>
<span> by M Farkas-Dyck </span> <i> at 2025-02-19T20:25:31-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Scrub a use of `head` in `GHC.Driver.Make.downsweep_imports.checkDuplicates`.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/1c8e608a84b9d54abb352b59a592d4669872517e">1c8e608a</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-21T20:18:41-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler: use fromAscList when applicable

This patch uses fromAscList (with O(n) complexity) instead of fromList
(with O(nlogn) complexity) in certain Binary instances. It's safe to
do so since the corresponding serialization logic is based on toList
(same as toAscList).
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/549e0aff175ba75ed1461563c0641837fd6aad78">549e0aff</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-21T20:19:18-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>rts/linker/MachO: Mark internal symbols as static

There is no reason why these should have external linkage.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/fbf3d02073cbafa4fa22c080664c9773a420d876">fbf3d020</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-22T07:41:01-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: bump dyld v8 heap size limit

This patch sets `--max-old-space-size=65536` as wasm dyld shebang
arguments to lessen v8 heap pressure in certain workloads that load
the full ghc package. It doesn't really commit 64G memory but it does
help reduce v8 gc overhead.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/cb60da245b2fea7a0c39af0e58f9ef89104a9255">cb60da24</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-22T07:41:01-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: fix dyld for shared libraries created by llvm 20.x

This patch fixes wasm dyld script for shared libraries created by llvm
20.x. The __wasm_apply_data_relocs function is now optional and may be
omitted for shared libraries without any runtime relocatable data
segments, so only call __wasm_apply_data_relocs when it's present.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/7eea38c838c9d839e9efea0e6d9f79034e99fa4f">7eea38c8</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-22T07:41:37-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>driver: fix wasm backend sysroot lookup logic when -flto is passed

For the wasm target, the driver calls `wasm32-wasi-clang
--print-search-dirs` and finds the sysroot directory that contains
libc.so etc, then passes the directory path to dyld. However, when GHC
is configured with -flto as a part of C/C++ compiler flags, the clang
driver would insert a llvm-lto specific directory in the
--print-search-dirs output and the driver didn't take that into
account. This patch fixes it and always selects the non-lto sysroot
directory to be passed to dyld. This is one small step towards
supporting building all cbits with lto for wasm.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f3bfe31e6190d4161b0225e1e8bd0c8088f2c54d">f3bfe31e</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-23T14:06:25-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: add Note [Variable passing in JSFFI] as !13583 follow up

This patch adds a note to explain how the magic variables like
`__ghc_wasm_jsffi_dyld` are brought into scope of JSFFI code snippets,
as follow up work of !13583.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c318be56f69eb87f1cbb219dd660f09498857ece">c318be56</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-23T14:07:02-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>libffi: update to 3.4.7

Bumps libffi submodule.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/33aca30fbff67188fd5692cf40f1e2542663bfec">33aca30f</a></strong>
<div>
<span> by sheaf </span> <i> at 2025-02-25T08:58:46-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>LLVM: account for register type in funPrologue

We were not properly accounting for the live register type of
global registers in GHC.CmmToLlvm.CodeGen.funPrologue. This meant that
we could allocated a register at type <4 x i32> but try to write to it
at type <8 x i16>, which LLVM doesn't much like.

This patch fixes that by inserting intermerdiate casts when necessary.

Fixes #25730
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/0eb58b0e1e9a5b2f28dada66c32d37a640644553">0eb58b0e</a></strong>
<div>
<span> by sheaf </span> <i> at 2025-02-25T08:59:29-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>base: make Data.List.NonEmpty.unzip match Data.List

This commit makes Data.List.NonEmpty.unzip match the implementation
of Data.List, as was suggested in approved CLC proposal #107.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f4da90f11e3a3a634ec3edb6d70d96fe3515b726">f4da90f1</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-25T14:11:21-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>interpreter: Fix underflow frame lookups

BCOs can be nested, resulting in nested BCO stack frames where the inner most
stack frame can refer to variables stored on earlier stack frames via the
PUSH_L instruction.

|---------|
|  BCO_1  | -<-┐
|---------|
 .........     |
|---------|    | PUSH_L <n>
|  BCO_N  | ->-┘
|---------|

Here BCO_N is syntactically nested within the code for BCO_1 and will result
in code that references the prior stack frame of BCO_1 for some of it's local
variables. If a stack overflow happens between the creation of the stack frame
for BCO_1 and BCO_N the RTS might move BCO_N to a new stack chunk while leaving
BCO_1 in place, invalidating a simple offset based reference to the outer stack
frames.
Therefore `ReadSpW` first performs a bounds check to ensure that accesses onto
the stack will succeed. If the target address would not be a valid location for
the current stack chunk then `slow_spw` function is called, which dereferences
the underflow frame to adjust the offset before performing the lookup.

               ┌->--x   |  CHK_1  |
|  CHK_2  |    |    |   |---------|
|---------|    |    └-> |  BCO_1  |
| UD_FLOW | -- x        |---------|
|---------|    |
| ......  |    |
|---------|    | PUSH_L <n>
|  BCO_ N | ->-┘
|---------|

Fixes #25750
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c3f2d284656f7b37e7c690cf6a8910656b7f46ac">c3f2d284</a></strong>
<div>
<span> by Vladislav Zavialov </span> <i> at 2025-02-25T14:11:58-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove ArgPatBuilder

ArgPatBuilder in Parser/PostProcess.hs became redundant with the
introduction of InvisPat (36a75b80eb).

This small refactoring removes it.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/0f2241e9758e8b74fedfe52269a8fb1ff17858cb">0f2241e9</a></strong>
<div>
<span> by sheaf </span> <i> at 2025-02-25T19:23:21-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Propagate long distance info to guarded let binds

This commit ensures that we propagate the enclosing long distance
information to let bindings inside guards, in order to get accurate
pattern-match checking warnings, in particular incomplete record
selector warnings.

Example:

  data D = K0 | K1 { fld :: Int }
  f :: D -> Int
  f d@(K1 {})
    | let i = fld d
    = i
  f _ = 3

We now correctly recognise that the field selector 'fld' cannot fail,
due to the outer pattern match which guarantees that the value 'd' has
the field 'fld'.

Fixes #25749
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/64b0d4d061902c0f7443355fa4877ff6aad946d5">64b0d4d0</a></strong>
<div>
<span> by Fangyi Zhou </span> <i> at 2025-02-25T19:24:07-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: use primitive opcodes for fabs and sqrt

- Add new `WasmInstr` constructor `WasmSqrt` for sqrt, corresponding to
  primitivie operations in wasm.
- When lowering CallishMachOp, use `WasmAbs` and `WasmSqrt` for F32 and
  F64 fabs and sqrt.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/272eaef0be1417f27601616fe002d68dee9708a6">272eaef0</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-25T19:24:43-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hadrian: enable building stage1 haddock for cross ghc

This commit enables building stage1 haddock for cross ghc. Without
this change, hadrian would panic with "Unknown program" error when
building the _build/stage1/bin/cross-prefix-haddock program needed by
the docs-haddock target, even if it only needs to copy from
_build/stage0/bin/cross-prefix-haddock.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a794e7338e6657ddd0595015bbf024aa160c3de0">a794e733</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-25T19:24:43-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hadrian: enable building docs for cross targets

Hadrian used to omit the docs target as a part of binary-dist-dir for
cross targets. This commit enables docs to be built as a part of cross
bindists and it works just fine in CI.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/6dba56e1bd69f1af1b79b8d86132bd4e04998159">6dba56e1</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-25T19:24:43-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: build haddock/sphinx-html for wasm jobs

This commit enables building haddock & sphinx-html documentation for
wasm targets. The docs are useful for end users and should be tested
in CI.

I've omitted pdf & manpage generation for the wasm target; I've never
found the pdf version of docs to be useful, and the manpage only
contains `ghc.1` where we really want `wasm32-wasi-ghc.1` but that
should be a separate issue to fix.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/2d6a63ab66427a3ee6b0861656f3fc4f59f7692c">2d6a63ab</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-25T19:25:20-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghci: remove unused showBreakArray function

GHCi.BreakArray.showBreakArray is not used anywhere, hence the
housecleaning.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/b228fcb5313e82895493a6ef7f0a2e803695de02">b228fcb5</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-02-25T19:25:57-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghc-heap: fix HalfWord incompatible Binary instances for cross GHC

ghc-heap defines HalfWord as Word32/Word16 depending on host word
size. For cross GHC with different host/target word sizes, the Binary
instances are incompatible and breaks iserv serialization of any
message type that involves HalfWord, breaking the ghci debugger. This
patch fixes the issue and has been tested to fix ghci debugger
functionality of the wasm backend. Fixes #25420 #25781.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/ec02f8c2f04d6fefd91e687512e5cf315f75e9cf">ec02f8c2</a></strong>
<div>
<span> by Rodrigo Mesquita </span> <i> at 2025-02-26T11:03:38-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghci-debugger: display thunks provenance if avail

Improves reporting on ghci breakpoints when IPE information is available
by printing, next to the thunk, the source file and src span where the
thunk originated.

Closes #25746
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/6acaff2b8094d20ff65d459dcc086f20fe0c0bc1">6acaff2b</a></strong>
<div>
<span> by Vladislav Zavialov </span> <i> at 2025-02-26T11:04:15-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Tidy up error messages for TypeAbstractions

1. Print the '@' symbol before invisible patterns and improve phrasing:

      T24557c.hs:8:4: error: [GHC-11983]
     -    Invisible type pattern pat is not allowed here
     +    Illegal invisible type pattern: @pat
     +    An invisible type pattern must occur in an argument position.

2. Use a single error code for all type abstractions deemed illegal
   due to the TypeAbstractions extension being disabled.

   Before this change:
     * [GHC-78249] was used in function equations, lambdas
     * [GHC-17916] was used in constructor patterns

   After this change:
     * [GHC-78249] is used to report all illegal type abstractions
     * [GHC-17916] is no longer used

   There was no reason for both error codes to exist and this distinction
   was a source of complexity in GHC/Tc/Errors/* and GHC/Rename/Pat.hs

3. Group the different "invisible type pattern" error constructors
   under a single parent constructor, TcRnIllegalInvisibleTypePattern
   containing BadInvisPatReason
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/1ce9502ee0c5ecbdf10f35b3a6eeb09cd6751b94">1ce9502e</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-27T04:48:29-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>haddock/doc: Drop version and release

We currently have no way of keeping this up-to-date with the project version</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/7f358f25ad5604c6e6053f880ca7057690ebd864">7f358f25</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-02-27T04:49:06-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>testsuite: Add test for :steplocal performance

This adds a simple test which exercises #25779
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a6a3ffa698c1f5f89bb91ee1d15300fb9f72a285">a6a3ffa6</a></strong>
<div>
<span> by Sven Tennie </span> <i> at 2025-02-27T23:34:47-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Do not deallocate stack for jump/switch table jumps

Though the name is misleading, we consider them to be branching. For
branch instructions we do not deallocate (parts of) the stack, but keep
the stack pointer (sp) intact.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/39e51ddbc03afda71608bcef75c64f57c6175183">39e51ddb</a></strong>
<div>
<span> by Sven Tennie </span> <i> at 2025-02-27T23:34:47-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add reproducer for dealloc instructions in switch table jump expressions (#25733)

Measures taken to make the test stable:

- Use 'a' as variable prefix, because X86 32bit stumbled over the
variable name 'i386'
- Flush stdout to make test output deterministic
- Use type annotations to support 32bit archs
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/d427df93bfcb0aef1a84a816b82ab2204dcce76a">d427df93</a></strong>
<div>
<span> by Sylvain Henry </span> <i> at 2025-02-27T23:35:30-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove redundant location strings in expectJust and friends (#25743)

Now we can use HasDebugCallStack instead to avoid cluttering the code
with strings and to avoid maintaining those strings (e.g. renaming them
when functions are renamed...).
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/90f1190eaaa7c71292b33ae75fa9164fd2a854a8">90f1190e</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-28T20:53:53-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler: Add export list to GHC.SysTools.Tasks
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/ec826009b3a9d5f8e975ca2c8002832276043c18">ec826009</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-02-28T20:53:53-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler: Pass --target to llvm-as

As noted in #25793, this is necessary due to potential ambiguity on
Apple machines with Rosetta.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/9c1647d1557834f277fe9d4040789c60c9ef8e3d">9c1647d1</a></strong>
<div>
<span> by Andreas Klebinger </span> <i> at 2025-02-28T20:54:30-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>cmmMachOpFoldM: Add missing pattern matches for bitcasts.

Fixes #25771
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/3b78e139033ab07232313888cc503712799fa76c">3b78e139</a></strong>
<div>
<span> by John Ericson </span> <i> at 2025-03-03T15:27:39-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove most of `GHC.Internal.Pack`

Since bd82ac9f4716e28b185758ae514691d5a50c003f when `GHC.Pack` was
deleted, it is no longer used except for one function by the RTS.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/b4fe0850d8d8faa1dc9183a64fbeba483ef22c7e">b4fe0850</a></strong>
<div>
<span> by Rodrigo Mesquita </span> <i> at 2025-03-03T15:28:16-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghci: Don't set virtualCWD on every iteration

The calls to withVirtualCWD were introduced to fix #2973, but this bug
is no longer reproducible, even when `withVirtualCWD` is dropped.

This cleanup was originally motivated by the performance of :steplocal,
but the performance problem has now been fixed at its root in the next
commit.

Even then, `withVirtualCWD` seems to now be an unnecessary artifact, and
removing it simplifies the interpreter with no apparent drawbacks (testsuite is
also happy with this change)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/73ba1e6ec811c19baaf77abc72ba886a80fef5b4">73ba1e6e</a></strong>
<div>
<span> by Rodrigo Mesquita </span> <i> at 2025-03-03T15:28:16-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghci debugger: improve break/resume control flow

After interpreting bytecode (`evalStmt`), we may want to hand off
control to "GHCi.UI" in order to display an interactive break prompt:

1. When an /active/ breakpoint (one set with :break ...) is hit
2. At any breakpoint, when using :step from a breakpoint
3. At any breakpoint in the same function f, when :steplocal is called
  from a breakpoint in f
4. At any breakpoint in the same module, when :stepmodule is used

Whether to pass control to the UI is now fully determined by
`handleRunStatus` which transforms an `EvalStatus_` into an
`ExecResult`. When `ExecBreak` is returned from `handleRunStatus` to
GHCi, it always means GHCi breaks.

`handleRunStatus` determines whether to loop and resume evaluation right away, or
when to return to GHCi (by returning `ExecBreak` or `ExecComplete`).
- (1) is queried using the `BreakpointStatus` message (the
  `breakpointStatus` call)
- (2,3,4) are determined by the predicate `breakHere step span`, which
  inspects the improved `SingleStep` type to determine whether we care
  about this breakpoint even if it is not active.

This refactor solves two big performance problems with the previous control flow:
- We no longer call `withArgs/withProgram` repeatedly in the
  break/resume loop, but rather just once "at the top".
- We now avoid computing the expensive `bindLocalsAtBreakpoint` for
  breakpoints we'd never inspect.

In the interpreter_steplocal test added, calling `:steplocal` after breaking on `main = fib 25`
now takes 12 seconds rather than 49 seconds on my machine.

```
interpreter_steplocal(ghci) ghc/alloc  6,124,821,176    540,181,392 -91.2% GOOD
```

Fixes #25779

-------------------------
Metric Decrease:
    interpreter_steplocal
-------------------------
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c78d8f55afacfd559b1602bc2fbc35b1f326f1c1">c78d8f55</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-03T20:54:41+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>rts: fix top handler closure type signatures

This commit fixes the runIO/runNonIO closure type signatures in the
RTS which should be extern StgClosure. This allows us to remove an
unnecessary type cast in the C foreign desugaring logic, as well as
unneeded complications of JSFFI desugaring logic that also needs to
generate C stubs that may refer to those top handler closures.
Otherwise, we'll have to take special care to avoid generating "extern
StgClosure" declarations for them as we would for other closures, just
to avoid conflicting type signature error at stub compile time.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a204df3aa5a7be00c67aa7c92c5091ab32522226">a204df3a</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-03T20:54:41+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler: allow arbitrary label string for JSFFI exports

This commit allows arbitrary label string to appear in a foreign
export declaration, as long as the calling convention is javascript.
Well, doesn't make sense to enforce it's a C function symbol for a
JSFFI declaration anyway, and it gets in the way of implementing the
"sync" flavour of exports.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/03ebab52bd00d4726735829cf6a24e5c9d3ac0c1">03ebab52</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-03T20:54:41+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler: wasm backend JSFFI sync exports

This commit implements the synchronous flavour of the wasm backend
JSFFI exports:

- `foreign export javascript "foo sync"` exports a top-level Haskell
  binding as a synchronous JS function
- `foreign import javascript "wrapper sync"` dynamically exports a
  Haskell function closure as a synchronous JS function
- `foreign import javascript unsafe` is now re-entrant by lowering to
  a safe ccall
- Also fix the issue that JSFFI dynamic exports didn't really work in
  TH & ghci (#25473)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/b6ae908bd3ae7b75b79925e56c3e11ba5c40b5ec">b6ae908b</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-03T20:54:41+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>testsuite: test wasm backend JSFFI sync exports

This commit repurposes some existing JSFFI test cases to make them
cover JSFFI sync exports as well.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/edae287402792c09fa92b655e0cbd01100db9856">edae2874</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-03T20:54:41+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>docs: document wasm backend JSFFI sync exports

This commit updates wasm backend documentation to reflect the new
JSFFI sync exports feature.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/9b54eecbee7329543e5016cec1574831bfb788c2">9b54eecb</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-03T20:56:21+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: add error message to WouldBlockException

This commit attaches an error message to WouldBlockException, for now
the error message consists of the JS async import code snippet that
thunk is trying to block for. This is useful for debugging synchronous
callbacks that accidentally call an async JS function.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c331eebf575221ed8c67ca232bac4ae047b794a3">c331eebf</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-04T09:11:45-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>compiler: avoid overwriting existing writers in putWithTables

This patch makes `putWithTables` avoid overwriting all existing
UserData writers in the handle. This is crucial for GHC API users that
use putWithUserData/getWithUserData for serialization logic that
involve Names.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/e9b7802b83d558985b570a6e2fbf41108e047b7c">e9b7802b</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-03-04T09:12:21-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghci: Serialise mi_top_env

When loading core from interface files (or from a bytecode object in
future) it's important to store what the top-level context of a module
is.
Otherwise, when you load the module into GHCi from the interface files,
only exported identifiers from the top-level module are in scope on the
repl.

See the added test which demonstrates what this enables.

The context at the GHCi prompt is everything that's in-scope in the
TopEnvIface module. Since TopEnvIface imports identifier "a", we can
evaluate "a" in the repl.

In addition to all this, we can use this information in order to
implement reifyModule in a more principled manner.

This becomes even more important when you're debugging and what to set
break-points on functions which are not imported.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/73e0206819d9367a7a91a865adceee45ecbd54d6">73e02068</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-03-04T09:12:21-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Implement reifyModule in terms of mi_top_env

mi_top_env provides precisely the information that reifyModule needs,
the user written imports.

This is important as it unblocks !9604 and #22188

Fixes #8489
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/0a99825d7ac0590db6c3f8867b33c40b2d1cc644">0a99825d</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-03-04T09:12:57-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>hadrian: Refactor handling of test suite environment

Previously we would set the environment variables used to run the
testsuite driver using `setEnv` to set them in the Hadrian process.
While looking into failures of a fix to #25752 I noticed this and took
the opportunity to refactor.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/7ca72844337a68423e651a4b5f11fe55fc24e302">7ca72844</a></strong>
<div>
<span> by Alan Zimmerman </span> <i> at 2025-03-04T09:13:34-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[EPA] Sync with the ghc-exactprint repo

This brings it into line with the changes in
https://hackage.haskell.org/package/ghc-exactprint-1.12.0.0

But also keeps the latest changes from master.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/8f6cc90c2de9937af465d0c88344eb8c998d5e41">8f6cc90c</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-03-05T04:48:02-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>perf: Speed up the bytecode assembler

This commit contains a number of optimisations to the bytecode
assembler. In programs which generate a large amount of bytecode, the
assembler is called a lot of times on many instructions.

1. Specialise the assembleI function for the two intepreters to avoid
having to materialise the intermediate free-monad like structure.
2. Directly compute the UArray and SmallArray needed rather than going
   via the intermediate SizedSeq
3. Use optimised monads
4. Define unrolled "any" and "mapM6" functions which can be inlined
   and avoid calling recursive functions.

The resulting generated code is much more direct.

Before:

./ByteCodeAsm /home/matt/ghc-profiling-light/_build/stage1/lib/ +RTS  -s
  48,923,125,664 bytes allocated in the heap
     678,221,152 bytes copied during GC
         395,648 bytes maximum residency (2 sample(s))
          50,040 bytes maximum slop
               6 MiB total memory in use (0 MiB lost due to fragmentation)

                                     Tot time (elapsed)  Avg pause  Max pause
  Gen  0     11731 colls,     0 par    0.419s   0.425s     0.0000s    0.0004s
  Gen  1         2 colls,     0 par    0.001s   0.001s     0.0007s    0.0012s

  INIT    time    0.000s  (  0.000s elapsed)
  MUT     time    6.466s  (  6.484s elapsed)
  GC      time    0.421s  (  0.426s elapsed)
  EXIT    time    0.000s  (  0.000s elapsed)
  Total   time    6.887s  (  6.910s elapsed)

After:

   1,518,321,200 bytes allocated in the heap
       4,299,552 bytes copied during GC
         322,288 bytes maximum residency (2 sample(s))
          50,280 bytes maximum slop
               6 MiB total memory in use (0 MiB lost due to fragmentation)

                                     Tot time (elapsed)  Avg pause  Max pause
  Gen  0       369 colls,     0 par    0.003s   0.003s     0.0000s    0.0002s
  Gen  1         2 colls,     0 par    0.001s   0.001s     0.0007s    0.0012s

  INIT    time    0.001s  (  0.001s elapsed)
  MUT     time    0.465s  (  0.466s elapsed)
  GC      time    0.004s  (  0.004s elapsed)
  EXIT    time    0.000s  (  0.000s elapsed)
  Total   time    0.470s  (  0.471s elapsed)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f2d43e11302d7f0133c025f7847ac924b6e9303c">f2d43e11</a></strong>
<div>
<span> by Teo Camarasu </span> <i> at 2025-03-05T04:48:40-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghc-boot-th: expose all TH packages from proper GHC.Boot.* modules

Previously we defined some modules here in the GHC.Internal namespace.
Others were merely re-exposed from GHC.Internal.

Re-exposed modules weren't handled correctly by Haddock, so the
Haddocks for the `template-haskell` library couldn't see them.
This change also makes the home package of these modules a bit clearer.

Work towards #25705
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/91ef82df3b15bd35c660d6ca0882d7a19c93b3a1">91ef82df</a></strong>
<div>
<span> by Teo Camarasu </span> <i> at 2025-03-05T04:48:40-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghc-boot-th: fix synopsis formatting

`@...@` syntax doesn't seem to work in synposes and is just kept by
Haddock verbatim.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/eb9fe1ec0a1b35e4a9ceeafd7943dc95b3180fc3">eb9fe1ec</a></strong>
<div>
<span> by Brandon Chinn </span> <i> at 2025-03-05T04:49:17-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Collapse string gaps as \& (#25784)

In 9.10, "\65\ \0" would result in "A0", but in 9.12, it results in
"\650", due to the string refactoring I did in !13128. Previously, we
were resolving escape codes and collapsing string gaps as we come across
them, but after the refactor, string processing is broken out into
phases, which is both more readable and useful for multiline strings.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/8037f487ff1721973737b01e29136c671fd25157">8037f487</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-05T04:49:54-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghc-experimental: make JSVal abstract in GHC.Wasm.Prim

This commit makes JSVal an abstract type in the export list of
GHC.Wasm.Prim. JSVal's internal representation is supposed to be a non
user facing implementation detail subject to change at any time. We
should only expose things that are newtypes of JSVal, not JSVal
itself.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/4f34243101684a0ad15f5986abec00c675b48955">4f342431</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-05T04:49:54-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: make JSVal internal Weak# point to lifted JSVal

JSVal has an internal Weak# with the unlifted JSVal# object as key to
arrange its builtin finalization logic. The Weak# used to designate
Unit_closure as a dummy value; now this commit designates the lifted
JSVal closure as the Weak# value. This allows the implementation of
mkWeakJSVal which can be used to observe the liveliness of a JSVal and
attach a user-specified finalizer.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/55af20e6ed5c72a46a09b88e8590b6b2309eb41b">55af20e6</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-05T04:49:54-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ghc-experimental: add mkWeakJSVal

This commit adds a mkWeakJSVal function that can be used to set up a
Weak pointer with a JSVal key to observe the key's lifetime and
optionally attach a finalizer.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/8273d7d16ddc1b16096dbab6ad7208dded4ad1b2">8273d7d1</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-03-05T04:50:30-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>simplifier: Zap Id unfoldings before constructing InScopeSet in simpleOptExpr

Care must be taken to remove unfoldings from `Var`s collected by exprFreeVars
before using them to construct an in-scope set hence `zapIdUnfolding` in `init_subst`.
Consider calling `simpleOptExpr` on an expression like

```
 case x of (a,b) -> (x,a)
```

* One of those two occurrences of x has an unfolding (the one in (x,a), with
unfolding x = (a,b)) and the other does not. (Inside a case GHC adds
unfolding-info to the scrutinee's Id.)
* But exprFreeVars just builds a set, so it's a bit random which occurrence is collected.
* Then simpleOptExpr replaces each occurrence of x with the one in the in-scope set.
* Bad bad bad: then the x in  case x of ... may be replaced with a version that has an unfolding.

Fixes #25790
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/07fe6d1daad01030cb7b9e6897492b7bdaec5a90">07fe6d1d</a></strong>
<div>
<span> by Rodrigo Mesquita </span> <i> at 2025-03-05T04:51:07-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>docs: Fix ghci :doc documentation

Fixes #25799
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a510b861e2ed8efac74a00e1a9a3ad74e416612f">a510b861</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-03-06T11:43:23+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add flag to control whether self-recompilation information is written to interface

This patch adds the flag -fwrite-if-self-recomp which controls whether
interface files contain the information necessary to answer the
question:

  Do I need to recompile myself or is this current interface file
  suitable?

Why? Most packages are only built once either by a distribution or cabal
and then placed into an immutable store, after which we will never ask
this question. Therefore we can derive two benefits from omitting this
information.

* Primary motivation: It vastly reduces the surface area for creating
  non-deterministic interface files. See issue #10424 which motivated a
  proper fix to that issue. Distributions have long contained versions
  of GHC which just have broken self-recompilation checking (in order to
  get deterministic interface files).

* Secondary motivation: This reduces the size of interface files
  slightly.. the `mi_usages` field can be quite big but probably this
  isn't such a great benefit.

* Third motivation: Conceptually clarity about which parts of an
  interface file are used in order to **communicate** with subsequent
  packages about the **interface** for a module. And which parts are
  used to self-communicate during recompilation checking.

The main tracking issue is #22188 but fixes issues such as #10424 in a
proper way.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/5b05c27bf186e66edc4fbf4a54943c8bd04f5024">5b05c27b</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-03-06T11:43:23+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Disable self recomp in release flavour

The interface files that we distribute should not contain any
information which is used by the recompilation checking logic since
source file will never be compiled again.

I am not 100% sure this won't cause unexpected issues, there many be
downstream consumers which are incorrectly using the information from
interfaces, but this commit can be reverted if we detect issues.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/1d4c9824bb3cb4b16cbab786021aad1576a65d7e">1d4c9824</a></strong>
<div>
<span> by Matthew Craven </span> <i> at 2025-03-06T18:11:59-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Cmm: Add surface syntax for Word/Float bitcast ops
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/25c4a2a236060232c929bf7f039f5f59d108f869">25c4a2a2</a></strong>
<div>
<span> by Matthew Craven </span> <i> at 2025-03-06T18:11:59-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Cmm: Add constant-folding for Word->Float bitcasts
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/30bdea67fcd9755619b1f513d199f2122591b28e">30bdea67</a></strong>
<div>
<span> by Matthew Craven </span> <i> at 2025-03-06T18:11:59-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add tests for #25771
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/44bf5fa13ddccacd9d91650fca6eb1dcf3f4cfb6">44bf5fa1</a></strong>
<div>
<span> by Matthew Pickering </span> <i> at 2025-03-07T13:48:18+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>iface: Store flags in interface files

When reporting the reason why a module is recompiled (using
`-dump-hi-diffs`), it is much more informative to inform the user about
which flag exactly has changed, rather than just an opaque reference to
a hash.

Now, when the user enables `-fwrite-if-self-recomp-flags`
there is a difference the precise part of the flags is
reported:

```
codegen flags changed:
before: [Opt_NoTypeableBinds, Opt_OmitYields]
after: [Opt_NoTypeableBinds, Opt_OmitYields, Opt_DictsStrict]
```

Fixes #25571
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/324222bd2d67af2131f5355cb220584bd499295f">324222bd</a></strong>
<div>
<span> by Oleg Grenrus </span> <i> at 2025-03-08T08:50:18-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Run fix-whitespace on compiler/

https://hackage.haskell.org/package/fix-whitespace

IMO this should be included into lint suite
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/1e53277af36d3f0b6ad5491f70ffc5593a49dcfd">1e53277a</a></strong>
<div>
<span> by sheaf </span> <i> at 2025-03-08T16:32:25-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Allow defaulting of representational equalities

This commit generalises the defaulting of equality constraints that
was introduced in 663daf8d (with follow-up in 6863503c) to allow
the defaulting of *representational* equality constraints.

Now we default a representational equality

  ty1 ~R# ty2

by unifying ty1 ~# ty2.

This allows the following defaulting to take place:

  - Coercible alpha[tau] Int ==> alpha := Int
  - Coercible (IO beta[tau]) (IO Char) ==> beta := Char

See Note [Defaulting representational equalities] in GHC.Tc.Solver.Default
for more details.

Fixes #21003
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/d6c40afc24314aa604ccd326a198c5df262c6878">d6c40afc</a></strong>
<div>
<span> by Andreas Klebinger </span> <i> at 2025-03-08T16:33:02-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Revert "Use `Infinite` in unique generation, and clean up some other partial uni patterns as well."

This reverts commit 643dd3d86968c527ba07ece9cc337728dbdfe2a0.

As described in #25817 this commit introduced a subtle bug in AArch64
code generation. So for the time being I will simply revert it
wholesale.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/68310e1184dfb7e8fad4dba4ba19930005ac5282">68310e11</a></strong>
<div>
<span> by Andreas Klebinger </span> <i> at 2025-03-08T16:33:39-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Properly describe acceptance window for stat tests.

The relative metric is already in %, so no need to multiply by 100.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/cca68421831d0b5aadb82a649921188e343094e0">cca68421</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-08T22:04:42-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: do not use wasm type reflection in dyld

The wasm dynamic linker used to depend on v8's experimental wasm type
reflection support to generate stub functions when treating GOT.func
items that aren't exported by any loaded library yet. However, as we
work towards wasm ghci browser mode (#25399), we need to ensure the
wasm dyld logic is portable across browsers. So this commit removes
the usage of wasm type reflection in wasm dyld, and it shall only be
added many months later when this feature is widely available in
browsers.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/75fcc5c9ab900cb80834802c581283681cf8c398">75fcc5c9</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-08T22:05:19-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: don't create a wasm global for dyld poison

There's a much more efficient way to convert an unsigned i32 to a
signed one. Thanks, o3-mini-high.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/fd40eaa17c6ce8716ec2eacc95beae194a935352">fd40eaa1</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2025-03-08T22:05:19-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>wasm: revamp JSFFI internal implementation and documentation

This patch revamps the wasm backend's JSFFI internal implementation
and documentation:

- `JSValManager` logic to allocate a key is simplified to simple
  bumping. According to experiments with all major browsers, the
  internal `Map` would overflow the heap much earlier before we really
  exhaust the 32-bit key space, so there's no point in the extra
  complexity.
- `freeJSVal` is now idempotent and safe to call more than once. This
  is achieved by attaching the `StablePtr#` to the `JSVal#` closure
  and nullifying it when calling `freeJSVal`, so the same stable
  pointer cannot be double freed.
- `mkWeakJSVal` no longer exposes the internal `Weak#` pointer and
  always creates a new `Weak#` on the fly. Otherwise by finalizing
  that `Weak#`, user could accidentally drop the `JSVal`, but
  `mkWeakJSVal` is only supposed to create a `Weak` that observes the
  `JSVal`'s liveliness without actually interfering it.
- `PromisePendingException` is no longer exported since it's never
  meant to be caught by user code; it's a severe bug if it's actually
  raised at runtime.
- Everything exported by user-facing `GHC.Wasm.Prim` now has proper
  haddock documentation.
- Note [JSVal representation for wasm] has been updated to reflect the
  new JSVal# memory layout.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/889ad9e751aacda25526a36dcd88269259fa7dac">889ad9e7</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-03-09T20:19:19+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[WIP] llvmGen: Produce debug information metadata for functions

Summary:
It turns out that providing debug information in LLVM is relatively
straightforward. At this moment this only provides debug information with
procedure-level granularity.

Test Plan: Validate, look at DWARF output, try poking around in GDB

Reviewers: scpmw, simonmar, austin

Subscribers: spacekitteh, cocreature, thomie

Differential Revision: https://phabricator.haskell.org/D2343
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/072bc9538a6b8aa8539ffae78e66a8d576629c10">072bc953</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix distinction
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a920dc04da89534dd806b44040f135c07b3942b6">a920dc04</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Code cleanup after rebase
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a40871b8c7902cd6cbcbd9488a37d18c4f8d0a07">a40871b8</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix store comma
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a4926aee356df83bb22a5a6fb81c2f885d4e94ea">a4926aee</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Subprograms is not a field of `DICompileUnit` in modern LLVM IR
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/dc1b5495dc3e6ecbc1aba6a9d810e57d11d3e0d9">dc1b5495</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Passing location file metaId down
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/d444a98d32a9d98a83d89152b1bda020a1ca3b7c">d444a98d</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove empty meta of subprograms `!XX = !{}`
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/8d12b779eb1a900c72b31d3c4effdd13a449a7a9">8d12b779</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Use root level fileMetaId instead of generation each record for subprograms
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/fff8d21d9c7c90222bdf4cf53adb15356e5b7e98">fff8d21d</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Render debug header and pass location-based file metaId to subprograms
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/445614883999bfd384cba98d6b731ec0e0cc0585">44561488</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Use compilation unit metaId to connect subprograms
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/48111c4292e0d227522b35316452791c8be43b99">48111c42</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add MetaDISubprogram unit to ppr
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/97d44a2d27ed068be2b27d201629b9d7543ad919">97d44a2d</a></strong>
<div>
<span> by Serge S. Gulin </span> <i> at 2025-03-09T20:19:20+04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Limit LLVM `Opt` optimization level to `0` when debug metadata is required
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
1333 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#157f7634c25bc6366cb7c9c9edb48e819dce38db">
.gitlab/ci.sh
</a>
</li>
<li class="file-stats">
<a href="#22c3eac1f084ce55ce48b857bce882e5c7e553a9">
.gitlab/generate-ci/gen_ci.hs
</a>
</li>
<li class="file-stats">
<a href="#4f7fc727dfc06c2591e6043f44b9602eddfc3673">
.gitlab/jobs.yaml
</a>
</li>
<li class="file-stats">
<a href="#aedbdc3562245e84f486c486c7a86a146d3bada3">
.gitlab/rel_eng/upload_ghc_libs.py
</a>
</li>
<li class="file-stats">
<a href="#d0d96a6d03668aeab20ebe05e2c4ccb798c7e64c">
compiler/GHC.hs
</a>
</li>
<li class="file-stats">
<a href="#0887cf39c5cdf9cf8d6758f410d7dab3023c0d77">
compiler/GHC/Builtin/Names.hs
</a>
</li>
<li class="file-stats">
<a href="#377cfd14c1f92357465df995ec6537b074051322">
compiler/GHC/Builtin/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#8dc7109003a77f8a82e987dc1de31466aa956174">
compiler/GHC/Builtin/Uniques.hs
</a>
</li>
<li class="file-stats">
<a href="#2f6f8d6d05acc04b08fff94df4b3996c65b87892">
compiler/GHC/ByteCode/Asm.hs
</a>
</li>
<li class="file-stats">
<a href="#073b107caa98ea426694eacd6c08b492801a51a0">
compiler/GHC/ByteCode/Instr.hs
</a>
</li>
<li class="file-stats">
<a href="#11e6f6a348be9920cecad0893a25350137524b4f">
compiler/GHC/ByteCode/Linker.hs
</a>
</li>
<li class="file-stats">
<a href="#5c66928780aaad0eb5888511dc4b0b08492c69fa">
compiler/GHC/ByteCode/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#d088ba20f051734394bf7ca283f33ed8127bc8ab">
compiler/GHC/Cmm/CallConv.hs
</a>
</li>
<li class="file-stats">
<a href="#4be740ae89a8f621d7bcec7f85788c767929c322">
compiler/GHC/Cmm/Config.hs
</a>
</li>
<li class="file-stats">
<a href="#4fbb1c5f251c38fc01fcde693420ee6d02df7e45">
compiler/GHC/Cmm/Dataflow/Label.hs
</a>
</li>
<li class="file-stats">
<a href="#92b713d88390e6ea489e24b6cff8a3960384c0d0">
compiler/GHC/Cmm/DebugBlock.hs
</a>
</li>
<li class="file-stats">
<a href="#066085df29cc928ac539d8feae6e5215cbbf1e14">
compiler/GHC/Cmm/LayoutStack.hs
</a>
</li>
<li class="file-stats">
<a href="#95111d27913460e138e20c87f610b61c3745ab2b">
compiler/GHC/Cmm/Liveness.hs
</a>
</li>
<li class="file-stats">
<a href="#c898e00d01234ab22d3b485be68db3645f52f220">
compiler/GHC/Cmm/MachOp.hs
</a>
</li>
<li class="file-stats">
<a href="#00c27365316e033b00cc3ed3854ac8714d25a2b5">
compiler/GHC/Cmm/Opt.hs
</a>
</li>
<li class="file-stats">
<a href="#71e696f452eb493722d70306c6f304fc9b2f6a95">
compiler/GHC/Cmm/Parser.y
</a>
</li>
<li class="file-stats">
<a href="#d40f34584a7f4c0fa7587fb41f94a34bca0d1064">
compiler/GHC/Cmm/Pipeline.hs
</a>
</li>
<li class="file-stats">
<a href="#29a1593e7281c8a9103a19e3a7562e2365e23b47">
compiler/GHC/Cmm/ProcPoint.hs
</a>
</li>
<li class="file-stats">
<a href="#e6d1631f6489247960af7cf2a444f14f538f255a">
compiler/GHC/Cmm/Reg.hs
</a>
</li>
<li class="file-stats">
<a href="#b1390f6749e1a2dddcae35f88d55623ea6269f56">
compiler/GHC/Cmm/Sink.hs
</a>
</li>
<li class="file-stats">
<a href="#f9f29a5a64a0b66967f0a7c538dbf8ad06a9f5bb">
compiler/GHC/Cmm/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#807babf5b215890881c92043bcd08486141a405c">
compiler/GHC/CmmToAsm/AArch64/Instr.hs
</a>
</li>
<li class="file-stats">
<a href="#5986ebaacfa99d264abfd2f7ef19d99a64db720f">
compiler/GHC/CmmToAsm/BlockLayout.hs
</a>
</li>
<li class="file-stats">
<a href="#d6e95c6ffd8955a51f59d69de7525bebd693db69">
compiler/GHC/CmmToAsm/CFG.hs
</a>
</li>
<li class="file-stats">
<a href="#89f8a68c62e7b5e239f8d8d532820fc086d29140">
compiler/GHC/CmmToAsm/PPC/Instr.hs
</a>
</li>
<li class="file-stats">
<a href="#15f05722ace95c21dadbebc584821be195ddb2fc">
compiler/GHC/CmmToAsm/Reg/Graph/Base.hs
</a>
</li>
<li class="file-stats">
<a href="#3aba9ceb20d68f25343fe3a27b2b7a4f8fea68da">
compiler/GHC/CmmToAsm/Reg/Graph/SpillClean.hs
</a>
</li>
<li class="file-stats">
<a href="#18fcc4c56813c879ea69a2e6b2bdf6b09dd037c5">
compiler/GHC/CmmToAsm/Reg/Graph/SpillCost.hs
</a>
</li>
<li class="file-stats">
<a href="#23fa440e58d1f384d18650b52802ad6d03891572">
compiler/GHC/CmmToAsm/Reg/Graph/Stats.hs
</a>
</li>
<li class="file-stats">
<a href="#83a3b2df5c77503c3a8c6df05a7654333d30cac3">
compiler/GHC/CmmToAsm/Reg/Linear.hs
</a>
</li>
<li class="file-stats">
<a href="#e7e32ef13a93a68891f700047f89c45df0e3772d">
compiler/GHC/CmmToAsm/Reg/Linear/Base.hs
</a>
</li>
<li class="file-stats">
<a href="#6b7e521fe89077442c3d86c888eb96793606049a">
compiler/GHC/CmmToAsm/Reg/Linear/JoinToTargets.hs
</a>
</li>
<li class="file-stats">
<a href="#b4cadffdafb6a1f441fede8639ba742ae903afca">
compiler/GHC/CmmToAsm/Reg/Liveness.hs
</a>
</li>
<li class="file-stats">
<a href="#2c1bfa1814c69d8fa9f84aed9479c73d710e552b">
compiler/GHC/CmmToAsm/Wasm/Asm.hs
</a>
</li>
<li class="file-stats">
<a href="#94b86a17d123043012c2097c7c9559de28d86ad6">
compiler/GHC/CmmToAsm/Wasm/FromCmm.hs
</a>
</li>
<li class="file-stats">
<a href="#825088b64079a9a13d84105d46c0694ffe948b58">
compiler/GHC/CmmToAsm/Wasm/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#2bae5947e9412f6deebf4db7dcb89d780913130f">
compiler/GHC/CmmToAsm/X86/CodeGen.hs
</a>
</li>
<li class="file-stats">
<a href="#7b360ca84c1b9aaecc0f9de207a7698dc36514fe">
compiler/GHC/CmmToAsm/X86/Instr.hs
</a>
</li>
<li class="file-stats">
<a href="#335d279236d65dcf13f2bab3891e515cb803203c">
compiler/GHC/CmmToAsm/X86/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#522ba674004d5ebf69a7ec80b0d7c765e08b60cc">
compiler/GHC/CmmToAsm/X86/RegInfo.hs
</a>
</li>
<li class="file-stats">
<a href="#1aff3a222f2ec5c5498930c3d145b401cc300028">
compiler/GHC/CmmToLlvm.hs
</a>
</li>
<li class="file-stats">
<a href="#b5ac041c7f79084a7a7626eda4cdadda3457d235">
compiler/GHC/CmmToLlvm/Base.hs
</a>
</li>
<li class="file-stats">
<a href="#a49dbda5c8a9c380f638f55cf5ade791db0017cc">
compiler/GHC/CmmToLlvm/CodeGen.hs
</a>
</li>
<li class="file-stats">
<a href="#41223cea954a6fb02becb6018d5d7ff7467b31fc">
compiler/GHC/CmmToLlvm/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#182d6a315e784018aa9c8b2ad736036b97bd5d48">
compiler/GHC/Core.hs
</a>
</li>
<li class="file-stats">
<a href="#783e5dae6e86931f06700fc088fb7d48c8a07386">
compiler/GHC/Core/Coercion.hs
</a>
</li>
<li class="file-stats">
<a href="#975dc08a8e7942b32d621f617d5a9c1b668601dd">
compiler/GHC/Core/Coercion/Opt.hs
</a>
</li>
<li class="file-stats">
<a href="#e9dcf226ea260581a815d3eaff0049e11529205c">
compiler/GHC/Core/LateCC/TopLevelBinds.hs
</a>
</li>
<li class="file-stats">
<a href="#36a42448a83a9d1f6df8475f03ead2eed199dd8e">
compiler/GHC/Core/Lint.hs
</a>
</li>
<li class="file-stats">
<a href="#35cff95f9f44690fc50b44bbe8ac3c554c7d5a5e">
compiler/GHC/Core/Make.hs
</a>
</li>
<li class="file-stats">
<a href="#c3967bb9d3e8f5aae2dd111b5a335b48c21c1999">
compiler/GHC/Core/Opt/Arity.hs
</a>
</li>
<li class="file-stats">
<a href="#8e28acdbf4d8c043c7e5d55af312d10b2d8f16de">
compiler/GHC/Core/Opt/CallArity.hs
</a>
</li>
<li class="file-stats">
<a href="#10d6a143c5922c88b5e2fe481d2af0fdafa25ee8">
compiler/GHC/Core/Opt/CallerCC/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#aa79261abf782f3dc603af7fbd5c4b08ed3ddb88">
compiler/GHC/Core/Opt/ConstantFold.hs
</a>
</li>
<li class="file-stats">
<a href="#c1bf6b849619bc8d7ef37a97d993dbfaa9966f7b">
compiler/GHC/Core/Opt/CprAnal.hs
</a>
</li>
<li class="file-stats">
<a href="#09072575aca2480de8c1966011972c529575ba5d">
compiler/GHC/Core/Opt/FloatIn.hs
</a>
</li>
<li class="file-stats">
<a href="#bac3d5159a5688007de3aa3f5c4e50569677b347">
compiler/GHC/Core/Opt/OccurAnal.hs
</a>
</li>
<li class="file-stats">
<a href="#bd153f89bc48f3fd5079b51fb799808aacbd750c">
compiler/GHC/Core/Opt/Pipeline.hs
</a>
</li>
<li class="file-stats">
<a href="#cc763cdd1967f5d921161a32f64136cfcf0332c5">
compiler/GHC/Core/Opt/SetLevels.hs
</a>
</li>
<li class="file-stats">
<a href="#ae6d91a5d028418bbf1431347d659e744e0a3128">
compiler/GHC/Core/Opt/Simplify/Iteration.hs
</a>
</li>
<li class="file-stats">
<a href="#48fbb5cdea308650de5756521feb28ec68819b9b">
compiler/GHC/Core/Opt/Simplify/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#b6a5ba32bafb8fbda933538b3007e755fef6f101">
compiler/GHC/Core/Opt/SpecConstr.hs
</a>
</li>
<li class="file-stats">
<a href="#ab22d7ae4d245581b701367e386d7e886e416e76">
compiler/GHC/Core/Opt/Specialise.hs
</a>
</li>
<li class="file-stats">
<a href="#cfe2e7637679f3ddbaa875789e0fb4a10d31de61">
compiler/GHC/Core/Opt/StaticArgs.hs
</a>
</li>
<li class="file-stats">
<a href="#f4421b4e35592648510c877ecf55b1af2b96dcee">
compiler/GHC/Core/Opt/WorkWrap/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#11ffe98a94d798427bc600e4fcfe899407536346">
compiler/GHC/Core/SimpleOpt.hs
</a>
</li>
<li class="file-stats">
<a href="#708fab0a51bd47227233eda4698e750ff6de66e0">
compiler/GHC/Core/Subst.hs
</a>
</li>
<li class="file-stats">
<a href="#578c7c3857d66d963736ff6742f3433a0e8d01b7">
compiler/GHC/Core/TyCo/Rep.hs
</a>
</li>
<li class="file-stats">
<a href="#8ee6f6851986ea96987a52f1dbf39228c85c6032">
compiler/GHC/Core/TyCo/Subst.hs
</a>
</li>
<li class="file-stats">
<a href="#0b087d030078c501a74df752a832dd50836eb075">
compiler/GHC/Core/TyCo/Tidy.hs
</a>
</li>
<li class="file-stats">
<a href="#4aad0050db1a8a20db8bbca149111de99cb299c9">
compiler/GHC/Core/TyCon.hs
</a>
</li>
<li class="file-stats">
<a href="#d1a980a3e0f207c148bb3ab404696977015bcc56">
compiler/GHC/Core/TyCon/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#84c9d3ba34173297e7d7747e02caa2e004b164fc">
compiler/GHC/Core/Type.hs
</a>
</li>
<li class="file-stats">
<a href="#2811a7297b8aa206197ac1f5dabd0818e3c7ec5a">
compiler/GHC/Core/Unfold.hs
</a>
</li>
<li class="file-stats">
<a href="#940913dd549c6b1c334daafbc4b7eef29c94d924">
compiler/GHC/Core/Unfold/Make.hs
</a>
</li>
<li class="file-stats">
<a href="#89a2e0e1a3095c7a42b10f2819049908908080e8">
compiler/GHC/Core/Unify.hs
</a>
</li>
<li class="file-stats">
<a href="#f157d5c316465070f94641e4c9ab0248311588cd">
compiler/GHC/Core/UsageEnv.hs
</a>
</li>
<li class="file-stats">
<a href="#1a7aba0daeafab195716dd25432479804a55ab60">
compiler/GHC/Core/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#a5d27de4e3111a69f69902c65ecf7b3379f7c49a">
compiler/GHC/CoreToStg/Prep.hs
</a>
</li>
<li class="file-stats">
<a href="#28df9b7ff357d56663fd29efdad1c6b9bad3022f">
compiler/GHC/Data/BooleanFormula.hs
</a>
</li>
<li class="file-stats">
<a href="#d51029aec6ce58e66d4b48865c1dd0d2038fda29">
compiler/GHC/Data/FastString.hs
</a>
</li>
<li class="file-stats">
<a href="#4a9feb2597023098f09413c03e42957a43170ceb">
compiler/GHC/Data/FastString/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#c32949e027a95728c75ee9f7481dfcff660b12a5">
compiler/GHC/Data/FlatBag.hs
</a>
</li>
<li class="file-stats">
<a href="#937a39dca562f090f912637f78379d3c3b2eeb73">
compiler/GHC/Data/Graph/Color.hs
</a>
</li>
<li class="file-stats">
<a href="#076d011643e7ccd7d4e01c8948db82d0d4f59432">
compiler/GHC/Data/Graph/Directed.hs
</a>
</li>
<li class="file-stats">
<a href="#4a934dbe1370d0a15e3817ff17c0d721bb97f9ef">
compiler/GHC/Data/Graph/Directed/Reachability.hs
</a>
</li>
<li class="file-stats">
<a href="#f6b10ac697fe369abe7874a54f53daf03f3b1d80">
compiler/GHC/Data/Graph/Inductive/Graph.hs
</a>
</li>
<li class="file-stats">
<a href="#c7ca3e6f50c136f058ec179bdb3fbb3cc19a7b42">
compiler/GHC/Data/IOEnv.hs
</a>
</li>
<li class="file-stats">
<a href="#e1364bb7e74900e9e55ac0971094dcebf348ad31">
<span class="new-file">
+
compiler/GHC/Data/List.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a1e5734b43cedcafad33ae57e1148028ea49bb4b">
compiler/GHC/Data/List/Infinite.hs
</a>
</li>
<li class="file-stats">
<a href="#6ec701430cdc4f89977822eb47ce98ebff95ee88">
<span class="new-file">
+
compiler/GHC/Data/List/NonEmpty.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#f4ae6618b39d5ee4af8302b821aa7e38097a84b7">
compiler/GHC/Data/Maybe.hs
</a>
</li>
<li class="file-stats">
<a href="#b7b115d3575360d6e09fca92d3acd66eeb7b9560">
compiler/GHC/Data/Pair.hs
</a>
</li>
<li class="file-stats">
<a href="#332ec0b9393644a23e8f46b4d3be8f4c516597f2">
compiler/GHC/Data/SmallArray.hs
</a>
</li>
<li class="file-stats">
<a href="#dbce6cb5e8f3d5287103c66d1a56ad63bbbd11a9">
compiler/GHC/Driver/Backpack.hs
</a>
</li>
<li class="file-stats">
<a href="#9df7e695170800345fb44916a8e8f4b8f3c55be0">
compiler/GHC/Driver/CodeOutput.hs
</a>
</li>
<li class="file-stats">
<a href="#e7f862bd494e0375ab936eec987ade1ccd64b43b">
compiler/GHC/Driver/Config/Cmm.hs
</a>
</li>
<li class="file-stats">
<a href="#62033b6feb81d6efaf37670c7d49596eac83dc27">
compiler/GHC/Driver/Config/Core/Rules.hs
</a>
</li>
<li class="file-stats">
<a href="#e65e7bbfc24f8830a20082bfc50f6d16e613cbeb">
compiler/GHC/Driver/DynFlags.hs
</a>
</li>
<li class="file-stats">
<a href="#c7700b61eaeb27e90fb2f1acc6cfd53ddaa4d690">
compiler/GHC/Driver/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#2c680115d7e70b54a18c48be02dce2d676eaf4f8">
compiler/GHC/Driver/Errors.hs
</a>
</li>
<li class="file-stats">
<a href="#3177183680205a840465ba6b8d33631394cca2d7">
compiler/GHC/Driver/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#820a2607941cd6fe77ba25c9a59b3f1ee106bb01">
compiler/GHC/Driver/Errors/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#2e5692f568fd7b67a6b172e2a60469da8392508c">
compiler/GHC/Driver/Flags.hs
</a>
</li>
<li class="file-stats">
<a href="#8e72a25145f803aab964beb710b25dd6cd38aafc">
compiler/GHC/Driver/Hooks.hs
</a>
</li>
<li class="file-stats">
<a href="#ecdb2d2d2744d52a895137204611a2e94a95c77c">
<span class="new-file">
+
compiler/GHC/Driver/IncludeSpecs.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#9a679a2680ef6061397f1987091ea9f96ffe095d">
compiler/GHC/Driver/Main.hs
</a>
</li>
<li class="file-stats">
<a href="#1dab250036d04cfcf3530f6ff27889f723cc2dda">
compiler/GHC/Driver/Make.hs
</a>
</li>
<li class="file-stats">
<a href="#53557c97f676581665e366694f2931a29d6d76cd">
compiler/GHC/Driver/MakeFile.hs
</a>
</li>
<li class="file-stats">
<a href="#b8e6af642e56019828828dc679683c04afb81867">
compiler/GHC/Driver/Pipeline.hs
</a>
</li>
<li class="file-stats">
<a href="#64e68d52c0898049455e20b0d001ffe1dd07ff83">
compiler/GHC/Driver/Pipeline/Execute.hs
</a>
</li>
<li class="file-stats">
<a href="#c1ebbd8dd9934a9830cc2a4690e75465600f1554">
compiler/GHC/Driver/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#774d88050336ef660c7a219fb06c480c2fc639bc">
compiler/GHC/Driver/Session.hs
</a>
</li>
<li class="file-stats">
<a href="#75bfcd03f3ba9315d33104fcb0424c6bfeb4e334">
compiler/GHC/Hs/Decls.hs
</a>
</li>
<li class="file-stats">
<a href="#cc97d81e7223ad4a3a5e801156ca632f9fa75654">
compiler/GHC/Hs/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#9f00edfedb0f969865b049a78de3866545b4a60b">
compiler/GHC/Hs/Instances.hs
</a>
</li>
<li class="file-stats">
<a href="#9d5e079d485f99a5b74aa1ca1bc3c06bc1d24b6f">
compiler/GHC/Hs/Specificity.hs
</a>
</li>
<li class="file-stats">
<a href="#7a1af22e4c32b9aa6ec708d9d3788e1c4db5da9a">
compiler/GHC/Hs/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#dd79b5199bc3b425c4536c633b39006df111a7ef">
compiler/GHC/HsToCore.hs
</a>
</li>
<li class="file-stats">
<a href="#5855ff1d64fcadf28e7984964e69e35ff4de7f0a">
compiler/GHC/HsToCore/Arrows.hs
</a>
</li>
<li class="file-stats">
<a href="#cf4176c2d1c1c5ac2d46a9fa5fe02a24bc407c3c">
compiler/GHC/HsToCore/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#6eaba7424490cb26d74e0dab0f6fd7bc3537dca7">
compiler/GHC/HsToCore/Errors/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#6bdd5abc649727f2a802bc96ce5c276de19d3726">
compiler/GHC/HsToCore/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#72e14c3befeaebb85803171795d8fc797521568f">
compiler/GHC/HsToCore/Foreign/C.hs
</a>
</li>
<li class="file-stats">
<a href="#db27611d8b29a58e6f2b03a85beb688974be8085">
compiler/GHC/HsToCore/Foreign/JavaScript.hs
</a>
</li>
<li class="file-stats">
<a href="#204da6b1b12bcfa4ccbef04a1e58b7554a915eac">
compiler/GHC/HsToCore/Foreign/Wasm.hs
</a>
</li>
<li class="file-stats">
<a href="#83f0b13548ac43fe13b1813fb407249ff9b825f7">
compiler/GHC/HsToCore/GuardedRHSs.hs
</a>
</li>
<li class="file-stats">
<a href="#912bb8ed70a132c8eb2e037f8c9ecb045d2c229c">
compiler/GHC/HsToCore/ListComp.hs
</a>
</li>
<li class="file-stats">
<a href="#085703923f9c18f6ac9f926ac9a4c7c7e6d9d9ed">
compiler/GHC/HsToCore/Match.hs
</a>
</li>
<li class="file-stats">
<a href="#b370399ae1ab68e37f0e631d98a45da6df9f011c">
compiler/GHC/HsToCore/Match/Constructor.hs
</a>
</li>
<li class="file-stats">
<a href="#f017e4c978a9ff341ce5a7b838787fd2a4758b59">
compiler/GHC/HsToCore/Match/Literal.hs
</a>
</li>
<li class="file-stats">
<a href="#c8a27621f82549165d8946ae8e9f467660958059">
compiler/GHC/HsToCore/Monad.hs
</a>
</li>
<li class="file-stats">
<a href="#36e7b8d61b4fae8f65fca3984d01eb4076712f2b">
compiler/GHC/HsToCore/Pmc.hs
</a>
</li>
<li class="file-stats">
<a href="#950eaa7de202a2e915b5ff68a4cfd16e972ad359">
compiler/GHC/HsToCore/Pmc/Desugar.hs
</a>
</li>
<li class="file-stats">
<a href="#9095b3c5485a1f2f18a0a43346b7a49dfdd1f65d">
compiler/GHC/HsToCore/Pmc/Solver.hs
</a>
</li>
<li class="file-stats">
<a href="#3c19c0be465f9a28d7b69f89c55648080fcc37eb">
compiler/GHC/HsToCore/Quote.hs
</a>
</li>
<li class="file-stats">
<a href="#aa160d2e15ce4b9872864040e449a60d09ad648f">
compiler/GHC/HsToCore/Ticks.hs
</a>
</li>
<li class="file-stats">
<a href="#74a7b3677ea9cb2138e0b682ce38fd67dbf57c14">
compiler/GHC/HsToCore/Usage.hs
</a>
</li>
<li class="file-stats">
<a href="#94864be2e2eb1959a038d5d903a6c784e5cfb32a">
compiler/GHC/HsToCore/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#9f11c1c113f11a416be9e556904531050cbb5b2e">
compiler/GHC/Iface/Binary.hs
</a>
</li>
<li class="file-stats">
<a href="#5fbeca6b3e6a959dedea83c4af51c13942e2def5">
compiler/GHC/Iface/Decl.hs
</a>
</li>
<li class="file-stats">
<a href="#12fae53271ab8929046115ab04711a1075fef5bf">
compiler/GHC/Iface/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#05179f6a260af85dabe0cfb5ed2204da64dadd33">
compiler/GHC/Iface/Errors.hs
</a>
</li>
<li class="file-stats">
<a href="#cd077d8c3df481acea295841f9a5bba46e555fe4">
compiler/GHC/Iface/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#649144a78135a23cabfc90dd83c4aabf448eb6ab">
compiler/GHC/Iface/Ext/Ast.hs
</a>
</li>
<li class="file-stats">
<a href="#a00b0a383a15a3aeb7ae6278f994741de0be7d1b">
<span class="new-file">
+
compiler/GHC/Iface/Flags.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#7d51edda4fa76a202cce0bca672ef300249ba8ea">
compiler/GHC/Iface/Load.hs
</a>
</li>
<li class="file-stats">
<a href="#4ed0dc87b8bdd9324e8a181cff15caa104b9e58c">
compiler/GHC/Iface/Make.hs
</a>
</li>
<li class="file-stats">
<a href="#a8e6b17fc507589522323d8dd20d9713e8c06760">
compiler/GHC/Iface/Recomp.hs
</a>
</li>
<li class="file-stats">
<a href="#0b4bc77723e1f22f50d70e89a81f6d92c3904408">
compiler/GHC/Iface/Recomp/Flags.hs
</a>
</li>
<li class="file-stats">
<a href="#564e9a65da41b9a1a621e054ef5ddf8a487d3a97">
<span class="new-file">
+
compiler/GHC/Iface/Recomp/Types.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#079d6b28856775716c78fdd4a4b35bb45a59002c">
compiler/GHC/Iface/Syntax.hs
</a>
</li>
<li class="file-stats">
<a href="#d11203a9321005ba51a16d751c86f609d1f18c71">
compiler/GHC/Iface/Tidy.hs
</a>
</li>
<li class="file-stats">
<a href="#06ff7bac58fd8cfe0c17b81963b03f4cce86a065">
compiler/GHC/IfaceToCore.hs
</a>
</li>
<li class="file-stats">
<a href="#a0f4a8eca271853d8b54c439478b02969979dc2e">
compiler/GHC/JS/Make.hs
</a>
</li>
<li class="file-stats">
<a href="#f838e6469f8338f571c738aef74bcfade5c55385">
compiler/GHC/JS/Opt/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#376629173e8363c8ea56574c5b4c363c168a3f4d">
compiler/GHC/JS/Opt/Simple.hs
</a>
</li>
<li class="file-stats">
<a href="#a87ee0fc1210e74075a669ea928f16ff8e2d708d">
compiler/GHC/JS/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#df1fca609f31dac0cde9df4e87ccbac2654de2f7">
compiler/GHC/Linker/Deps.hs
</a>
</li>
<li class="file-stats">
<a href="#cab7a3bc12a3ac9ecc60c12e0d791a02d1eb830f">
compiler/GHC/Linker/ExtraObj.hs
</a>
</li>
<li class="file-stats">
<a href="#5aa3321b0f5c08d7ebfa1a4a3340d4451258988b">
compiler/GHC/Linker/Loader.hs
</a>
</li>
<li class="file-stats">
<a href="#839d3c51d062f0607a2ca3d9b70aa8c66a993e7d">
compiler/GHC/Linker/Static.hs
</a>
</li>
<li class="file-stats">
<a href="#f5f49d030a3ef3b64bcdc421203225cdfcbf2fb1">
compiler/GHC/Llvm.hs
</a>
</li>
<li class="file-stats">
<a href="#c1604151f4167d1a0600d86f2dc14f546f329f89">
compiler/GHC/Llvm/MetaData.hs
</a>
</li>
<li class="file-stats">
<a href="#030401c3ca5929c3753497cb950993bcb47f684e">
compiler/GHC/Llvm/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#0828b126f5d3c7340c99057dde37896c6328df1b">
compiler/GHC/Llvm/Syntax.hs
</a>
</li>
<li class="file-stats">
<a href="#a9c3a06c7fd897da411de90b6369a78bbd012119">
compiler/GHC/Llvm/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#bf951467d4a9aa443cb109cb4c84a2891945649b">
compiler/GHC/Parser.y
</a>
</li>
<li class="file-stats">
<a href="#b1092d2df4ded3655524830252278016d6aa5afd">
compiler/GHC/Parser/Annotation.hs
</a>
</li>
<li class="file-stats">
<a href="#4769efc0cb06e92bc7562e31984f6d7d91048e51">
compiler/GHC/Parser/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#6bd0eb7fd0a01f3d8cf2efe3f1d026d2145cf10b">
compiler/GHC/Parser/Errors/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#bc838fed116397de81c10f0a33433e07c6d3a2d4">
compiler/GHC/Parser/HaddockLex.x
</a>
</li>
<li class="file-stats">
<a href="#c1078a9741c11d1e15d4c678b107092790295bb3">
compiler/GHC/Parser/Header.hs
</a>
</li>
<li class="file-stats">
<a href="#a1ae0a1be35c859d90b0756920a7198075fb91e1">
compiler/GHC/Parser/Lexer.x
</a>
</li>
<li class="file-stats">
<a href="#fd23e776162c54ce52fb7ae2a4df11f59571620d">
<span class="new-file">
+
compiler/GHC/Parser/Lexer/Interface.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#4c0b22ea330f6f8c79976d86d47a86f32b1ecafe">
<span class="new-file">
+
compiler/GHC/Parser/Lexer/String.x
</span>
</a>
</li>
<li class="file-stats">
<a href="#446cb12ca6cefaf1c6eb79b7db643632744263c7">
compiler/GHC/Parser/PostProcess.hs
</a>
</li>
<li class="file-stats">
<a href="#2d927b15feeb94a2556774ef2af632542c2e972e">
compiler/GHC/Parser/String.hs
</a>
</li>
<li class="file-stats">
<a href="#5d4c55e1c5331edcc6048718fd9fc96a66c0b3ac">
compiler/GHC/Platform/LoongArch64.hs
</a>
</li>
<li class="file-stats">
<a href="#4a238b7fd965f958b107d110c96d07962d7a83ec">
compiler/GHC/Plugins.hs
</a>
</li>
<li class="file-stats">
<a href="#4d8273ba28c075a67472025c43e27991bd8f25f6">
compiler/GHC/Prelude/Basic.hs
</a>
</li>
<li class="file-stats">
<a href="#af762064d779f7308dd415966c974f27d14f9943">
compiler/GHC/Rename/Bind.hs
</a>
</li>
<li class="file-stats">
<a href="#86d694037d496c511e28b2c09c8410f67dc19596">
compiler/GHC/Rename/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#b47ece2bbb8303a5792c2fdc52394c8ed336e8a2">
compiler/GHC/Rename/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#892acbb198a9095c917740d3c1297b56df4e3b7e">
compiler/GHC/Rename/HsType.hs
</a>
</li>
<li class="file-stats">
<a href="#7dd1cd0f6f2164a14c83d9aa564dd32bc30e447a">
compiler/GHC/Rename/Module.hs
</a>
</li>
<li class="file-stats">
<a href="#e05ee69330b0f7088f11a5f3567137547489664d">
compiler/GHC/Rename/Names.hs
</a>
</li>
<li class="file-stats">
<a href="#cfa41b5649933e5b12f7796e9d49b9dd6a0bc59f">
compiler/GHC/Rename/Pat.hs
</a>
</li>
<li class="file-stats">
<a href="#16b273b96a1c03d4261e2ac6de4cc456ba2dd014">
compiler/GHC/Rename/Splice.hs
</a>
</li>
<li class="file-stats">
<a href="#666fdec4f6f5adba7a23b6cb0a09a0b6c3fc51ed">
compiler/GHC/Rename/Unbound.hs
</a>
</li>
<li class="file-stats">
<a href="#939d24c1002dc322659c1f67c9f3d2db2ae31dd4">
compiler/GHC/Rename/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#8354467a9f7f92c6aafb2f9edbc73a0cdbeeec3c">
compiler/GHC/Runtime/Debugger.hs
</a>
</li>
<li class="file-stats">
<a href="#173c7eb846a4e9b5fee79688a72cbf6a326e4e1e">
compiler/GHC/Runtime/Eval.hs
</a>
</li>
<li class="file-stats">
<a href="#55800b37c2c745f23532224c5a433bd1ddf3113d">
compiler/GHC/Runtime/Eval/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#8858278b4cb7284f96b29b5564bcb426de4fae70">
compiler/GHC/Runtime/Heap/Inspect.hs
</a>
</li>
<li class="file-stats">
<a href="#efe7444c09eed0fdaa83e6904e6328fb435620bf">
compiler/GHC/Runtime/Interpreter.hs
</a>
</li>
<li class="file-stats">
<a href="#6522eb478fcef05ded3ea7e20ca577c6d85a5fd8">
compiler/GHC/Runtime/Interpreter/JS.hs
</a>
</li>
<li class="file-stats">
<a href="#6b29c1575b27588edcc0f976faedbffeb8343176">
compiler/GHC/Runtime/Interpreter/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#873854c907f73084315fd0a79f442a5125c1d9d7">
<span class="new-file">
+
compiler/GHC/Runtime/Interpreter/Types/SymbolCache.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#f5bf08d06298fee515f928eacddd8f46477717d9">
compiler/GHC/Runtime/Loader.hs
</a>
</li>
<li class="file-stats">
<a href="#6740fa77d6598a0ef908509264d676d65ab31fd1">
compiler/GHC/Settings/IO.hs
</a>
</li>
<li class="file-stats">
<a href="#1d4e6a6ea40d42ab5454b18f3be47244545ddba5">
compiler/GHC/Stg/EnforceEpt.hs
</a>
</li>
<li class="file-stats">
<a href="#2ce456887eb4520ffe784b2e6156d21adc9a9795">
compiler/GHC/Stg/EnforceEpt/Rewrite.hs
</a>
</li>
<li class="file-stats">
<a href="#17892de9ce0caa330833d7f7f90f0a0e071e36c2">
compiler/GHC/Stg/EnforceEpt/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#657eec52eed3c8be846a0b60eb6088d5f465de8a">
compiler/GHC/Stg/Lift/Analysis.hs
</a>
</li>
<li class="file-stats">
<a href="#4675150d494f381e32f32e7b58c494b88e8d2584">
compiler/GHC/Stg/Unarise.hs
</a>
</li>
<li class="file-stats">
<a href="#1522139eef391430974e254694d2feec1d43d85a">
compiler/GHC/StgToByteCode.hs
</a>
</li>
<li class="file-stats">
<a href="#a7fcc734b34b00498cf1eb5792d2f328ca3696ea">
compiler/GHC/StgToCmm/CgUtils.hs
</a>
</li>
<li class="file-stats">
<a href="#77c485508ade5a11428d9fce17204d33c5825722">
compiler/GHC/StgToCmm/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#e18aab7fcc134a71d91f9d26e33b5110a3917e44">
compiler/GHC/StgToCmm/Foreign.hs
</a>
</li>
<li class="file-stats">
<a href="#7b3ca11b848c39ab65628e324180feb03c61a091">
compiler/GHC/StgToCmm/Layout.hs
</a>
</li>
<li class="file-stats">
<a href="#9f1121a1907c559c6b1a6fee9e3488452756f867">
compiler/GHC/StgToCmm/Lit.hs
</a>
</li>
<li class="file-stats">
<a href="#d12a108e34fe83acc9c99357ae841e22a0af0a23">
compiler/GHC/StgToCmm/Prim.hs
</a>
</li>
<li class="file-stats">
<a href="#704aa1faa076735c264245ca9b0390bbdcb91340">
compiler/GHC/StgToCmm/TagCheck.hs
</a>
</li>
<li class="file-stats">
<a href="#d8f42268b4be6e47d85a5c59c6797430b4672dc6">
compiler/GHC/StgToJS/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#7cf4e8c9485c255dc72f13e75192bfa3cf66eef3">
compiler/GHC/StgToJS/Linker/Linker.hs
</a>
</li>
<li class="file-stats">
<a href="#7aacab42136b6e01e6108ff2271c3d4b427b01de">
compiler/GHC/StgToJS/Linker/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#6dd3fa55cb98ddb1f4a63768d5cc31943668cae5">
compiler/GHC/StgToJS/Literal.hs
</a>
</li>
<li class="file-stats">
<a href="#1d9db80eb96ba810823e994df91686a927f469d9">
compiler/GHC/SysTools/Cpp.hs
</a>
</li>
<li class="file-stats">
<a href="#44b98437cdd35d6836caab46e32906e669708388">
compiler/GHC/SysTools/Tasks.hs
</a>
</li>
<li class="file-stats">
<a href="#b768fdf8e0594bf98104ef18145fc9f16550bc06">
compiler/GHC/Tc/Deriv.hs
</a>
</li>
<li class="file-stats">
<a href="#134bd468c04c1bc43429f10f08db3962e9c56a70">
compiler/GHC/Tc/Deriv/Functor.hs
</a>
</li>
<li class="file-stats">
<a href="#3aa56839e36b2219f9ad54f5646ef3005da9c672">
compiler/GHC/Tc/Deriv/Generate.hs
</a>
</li>
<li class="file-stats">
<a href="#9d443f31ae0d9b50820b43d5014e8e71ad7dfb02">
compiler/GHC/Tc/Deriv/Generics.hs
</a>
</li>
<li class="file-stats">
<a href="#1e112461bfd65ab9492f37fe37931c1d5ddc5c26">
compiler/GHC/Tc/Deriv/Infer.hs
</a>
</li>
<li class="file-stats">
<a href="#e4b9d5e9d2de37561bfd06a2c97a5c924a1bab76">
compiler/GHC/Tc/Errors.hs
</a>
</li>
<li class="file-stats">
<a href="#897218b3e24728ae9e5b0329b949493f1ede80fb">
compiler/GHC/Tc/Errors/Hole.hs
</a>
</li>
<li class="file-stats">
<a href="#cf93ddc86e104212f370f013f519e12cc11e1f70">
compiler/GHC/Tc/Errors/Hole.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#62e5fd382d9730853d0cbcec70620f1065b107cf">
compiler/GHC/Tc/Errors/Hole/FitTypes.hs
</a>
</li>
<li class="file-stats">
<a href="#9c7b412076a93d32443a64179d2d4b96de2102b6">
compiler/GHC/Tc/Errors/Hole/Plugin.hs
</a>
</li>
<li class="file-stats">
<a href="#1dd9c7a6bbc222c976a6ec1c4b772232ae60f7e5">
compiler/GHC/Tc/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#cdba811872892f235fe7059df1a6c538fba60816">
compiler/GHC/Tc/Errors/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#6b3cd9d1473c3d051b8e6eb1d32fd53ca0c18c62">
compiler/GHC/Tc/Errors/Types/PromotionErr.hs
</a>
</li>
<li class="file-stats">
<a href="#6d81b6c833bc197c331d03717a2e9ef77ab8b22c">
compiler/GHC/Tc/Gen/Annotation.hs
</a>
</li>
<li class="file-stats">
<a href="#6a1f039ed7725eddef15dd5f4dc318a3434f26c9">
compiler/GHC/Tc/Gen/App.hs
</a>
</li>
<li class="file-stats">
<a href="#71fa5eb3ba70e1d3a6181a226c2c227d42f1eb7d">
compiler/GHC/Tc/Gen/Arrow.hs
</a>
</li>
<li class="file-stats">
<a href="#83f745d921da7adb739e81f83e1c07e723e4a789">
compiler/GHC/Tc/Gen/Bind.hs
</a>
</li>
<li class="file-stats">
<a href="#b18f1cc437ab64ccd37a7cae3b8c3f9071aef45e">
compiler/GHC/Tc/Gen/Default.hs
</a>
</li>
<li class="file-stats">
<a href="#f31aaed74ac5bdef3fe887d7cbef4817adc8fc96">
compiler/GHC/Tc/Gen/Do.hs
</a>
</li>
<li class="file-stats">
<a href="#73cf7ada7d008f315e18676ed83f3a566fbbe679">
compiler/GHC/Tc/Gen/Export.hs
</a>
</li>
<li class="file-stats">
<a href="#902811828741e6bcd64702935bbb54edbbd070ef">
compiler/GHC/Tc/Gen/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#08a3d553a8ca7a753d77697815b63cd85e7dfbd6">
compiler/GHC/Tc/Gen/Foreign.hs
</a>
</li>
<li class="file-stats">
<a href="#36920f1fa315563c590243b1b096096bc305ca70">
compiler/GHC/Tc/Gen/Head.hs
</a>
</li>
<li class="file-stats">
<a href="#9355bef855426caf5f526925edf351b20f9a86c4">
compiler/GHC/Tc/Gen/HsType.hs
</a>
</li>
<li class="file-stats">
<a href="#3377164bfe9a1f1a8cfd588703ae1e0ea1e91cf9">
compiler/GHC/Tc/Gen/Match.hs
</a>
</li>
<li class="file-stats">
<a href="#3ee8be814b6c6727880deab3772e6af922524bf0">
compiler/GHC/Tc/Gen/Pat.hs
</a>
</li>
<li class="file-stats">
<a href="#04338da99bccd89402218ca19c5724762f0fe641">
compiler/GHC/Tc/Gen/Rule.hs
</a>
</li>
<li class="file-stats">
<a href="#eade747fa0a15693c67617629e286714fce958e4">
compiler/GHC/Tc/Gen/Sig.hs
</a>
</li>
<li class="file-stats">
<a href="#9ea832ccdb4b5f7508a1efd6caedeafa16b269e7">
compiler/GHC/Tc/Gen/Splice.hs
</a>
</li>
<li class="file-stats">
<a href="#f2129065036d0a54cc42c4f4dd88ab259d693f5a">
compiler/GHC/Tc/Gen/Splice.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#aebe2c3d616f6843166d2657bed048898add6bc9">
compiler/GHC/Tc/Instance/Class.hs
</a>
</li>
<li class="file-stats">
<a href="#07389a8f0516c26409d86f6bb651ed00759b5d4c">
compiler/GHC/Tc/Instance/Family.hs
</a>
</li>
<li class="file-stats">
<a href="#e65390fa5a32c453a81a1c9a3e1c4464d155ca4a">
compiler/GHC/Tc/Module.hs
</a>
</li>
<li class="file-stats">
<a href="#f5efba4115c6981cb7f758f67b351e37479ae329">
compiler/GHC/Tc/Plugin.hs
</a>
</li>
<li class="file-stats">
<a href="#8bc716c15e34e2a77fef39fd4634b3ebbb9961f8">
compiler/GHC/Tc/Solver/Default.hs
</a>
</li>
<li class="file-stats">
<a href="#60f69bb5bc0ef8edf7d13518a1e48f7d36236318">
compiler/GHC/Tc/Solver/Dict.hs
</a>
</li>
<li class="file-stats">
<a href="#03ec4f8741105271af29a61fdb47c8feba9bbcfa">
compiler/GHC/Tc/Solver/Equality.hs
</a>
</li>
<li class="file-stats">
<a href="#b97557795e2f14fc492ff8c685b149c247b5e480">
compiler/GHC/Tc/Solver/InertSet.hs
</a>
</li>
<li class="file-stats">
<a href="#0c6b585a8a21f8340a85ca2cef89c4b1bf5a8953">
compiler/GHC/Tc/Solver/Monad.hs
</a>
</li>
<li class="file-stats">
<a href="#ab8ab088292736c35c38fa55bdaec8ddcbf20b32">
compiler/GHC/Tc/Solver/Solve.hs
</a>
</li>
<li class="file-stats">
<a href="#196fca0ee88d087360b22f2b699bad8a4574f417">
compiler/GHC/Tc/Solver/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#83d23a46bb6cdc8b1edc16f1fd2c8f5c53e2c9ca">
compiler/GHC/Tc/TyCl.hs
</a>
</li>
<li class="file-stats">
<a href="#dd8bbe6a21866e4f574f4796b7ad19de17564072">
compiler/GHC/Tc/TyCl/Class.hs
</a>
</li>
<li class="file-stats">
<a href="#e63425e031ffe9350ee6b1687e506aaea75d11e1">
compiler/GHC/Tc/TyCl/Instance.hs
</a>
</li>
<li class="file-stats">
<a href="#5c0a7f8291c984f0fc06f59e7cf10dbecc11598b">
compiler/GHC/Tc/TyCl/PatSyn.hs
</a>
</li>
<li class="file-stats">
<a href="#5ed3ecf19a26af612b8100b2639f8e153f580fe9">
compiler/GHC/Tc/TyCl/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#7dcf5b567a6cd3c9d98cf8d57323fbca1b1536e9">
compiler/GHC/Tc/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#3b6d78a50c8462304f843b952a88e531718dbbd2">
compiler/GHC/Tc/Types/Constraint.hs
</a>
</li>
<li class="file-stats">
<a href="#8e4c150e34df130fcdba7acc9d3412c7b5145520">
compiler/GHC/Tc/Types/ErrCtxt.hs
</a>
</li>
<li class="file-stats">
<a href="#46e7b59eca287d43c19d0d8902b41f5d04f0d268">
compiler/GHC/Tc/Types/Evidence.hs
</a>
</li>
<li class="file-stats">
<a href="#93bba9b9e0195db135fec54160523a427ea042fd">
compiler/GHC/Tc/Types/Origin.hs
</a>
</li>
<li class="file-stats">
<a href="#77b2fcc8c5b85a6acc396771a56802f2b47a6dc9">
compiler/GHC/Tc/Types/TH.hs
</a>
</li>
<li class="file-stats">
<a href="#e3ee113a30786383e543984d9cd1250e4b478bbb">
compiler/GHC/Tc/Types/TcRef.hs
</a>
</li>
<li class="file-stats">
<a href="#5d7c5ef0541bd4c1c950ecc95edf95171d20f538">
compiler/GHC/Tc/Utils/Backpack.hs
</a>
</li>
<li class="file-stats">
<a href="#286002f016636e4fbd86ac6bafaacea29ac4633d">
compiler/GHC/Tc/Utils/Concrete.hs
</a>
</li>
<li class="file-stats">
<a href="#f021c52a6ccf306e88c9f760b2aee33b180ba341">
compiler/GHC/Tc/Utils/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#59d42d45d27a766c3ef299d73c226697153b7f6e">
compiler/GHC/Tc/Utils/Instantiate.hs
</a>
</li>
<li class="file-stats">
<a href="#c6e4263ee64c68e57b7525127d98243fce38b1ea">
compiler/GHC/Tc/Utils/Monad.hs
</a>
</li>
<li class="file-stats">
<a href="#94c96afe1bb3b771ffbcfeeca34ce43ebbe76ccb">
compiler/GHC/Tc/Utils/TcMType.hs
</a>
</li>
<li class="file-stats">
<a href="#5461e7beeb7ae73d7c01f720cbaa3fa2c5333590">
compiler/GHC/Tc/Utils/TcType.hs
</a>
</li>
<li class="file-stats">
<a href="#74295edeac870ee7f2f3484ebaffab5c948b735a">
compiler/GHC/Tc/Utils/Unify.hs
</a>
</li>
<li class="file-stats">
<a href="#3579790a89a1f3d4cd2c621037453b23ed04a87b">
compiler/GHC/Tc/Utils/Unify.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#1db07ed8cd9bab6b217a8f5a140176d3cb8672fd">
compiler/GHC/Tc/Validity.hs
</a>
</li>
<li class="file-stats">
<a href="#70276ecbf78c4d6abaaaba692722a2a4e2e46167">
compiler/GHC/Tc/Zonk/Type.hs
</a>
</li>
<li class="file-stats">
<a href="#2eac51f9871ca0c0698aa1fc7f79c05ef8fc4a49">
compiler/GHC/ThToHs.hs
</a>
</li>
<li class="file-stats">
<a href="#1db76eadc6853599cb7bf4da7af905d641d3443a">
compiler/GHC/Types/Avail.hs
</a>
</li>
<li class="file-stats">
<a href="#166e3514d27c63ef7e86af29830d9e8b2a31c8b1">
compiler/GHC/Types/Basic.hs
</a>
</li>
<li class="file-stats">
<a href="#d09e98aae6ad2eb59d08eac7894b68c0ab820cda">
compiler/GHC/Types/Demand.hs
</a>
</li>
<li class="file-stats">
<a href="#c9446951223982bc58852a8f524a62b6011c482f">
compiler/GHC/Types/Error.hs
</a>
</li>
<li class="file-stats">
<a href="#e2c828ee9e003df518a07b05beaa6971e5c62eb0">
compiler/GHC/Types/Error/Codes.hs
</a>
</li>
<li class="file-stats">
<a href="#ee98f016857ad5548bb7cdc5dd85246585acdfd6">
compiler/GHC/Types/Literal.hs
</a>
</li>
<li class="file-stats">
<a href="#8905161187cfddae9e9ece36910196e521651b00">
compiler/GHC/Types/Name.hs
</a>
</li>
<li class="file-stats">
<a href="#f754f981fba5b670f7cd508eecbf3806a0d7133f">
compiler/GHC/Types/Name/Cache.hs
</a>
</li>
<li class="file-stats">
<a href="#10648d572b9751818be62fa538ab2e35274c8c64">
compiler/GHC/Types/Name/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#0f578f1fe8a9ec5a67a0f6fa165f2aa15f113682">
compiler/GHC/Types/Name/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#03e77c5a7f093768fb8c3be51f8c4ece06b78463">
compiler/GHC/Types/Name/Reader.hs
</a>
</li>
<li class="file-stats">
<a href="#8422a23d78e2470bc2f58d923525570a7c7385e9">
compiler/GHC/Types/PkgQual.hs
</a>
</li>
<li class="file-stats">
<a href="#d3c30a6dfc850fb7e77ffd18a745022b4a400159">
compiler/GHC/Types/ProfAuto.hs
</a>
</li>
<li class="file-stats">
<a href="#02aa178643ef349f1cd6e2ddd9df6b8b62b64996">
compiler/GHC/Types/SafeHaskell.hs
</a>
</li>
<li class="file-stats">
<a href="#2bae0d519d760f314844ebdda9c45a5c5a70459d">
compiler/GHC/Types/SptEntry.hs
</a>
</li>
<li class="file-stats">
<a href="#b0b25f424f682f899323d3f74070dbe8fd59628e">
compiler/GHC/Types/Unique/FM.hs
</a>
</li>
<li class="file-stats">
<a href="#5dac619989e8509003cf7b463c100f5cc56072a3">
compiler/GHC/Types/Var.hs
</a>
</li>
<li class="file-stats">
<a href="#07e36027465263e8b90313979f12e1f4a9ce64a5">
compiler/GHC/Types/Var/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#27f7fa37f7e08bdc4c1189197f04573076ce588f">
compiler/GHC/Unit/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#b9e0d5794550deb8be258f90bd07aad8f793d93a">
compiler/GHC/Unit/External.hs
</a>
</li>
<li class="file-stats">
<a href="#f4993649301794fc2c8cdece491d8b20f37638a6">
compiler/GHC/Unit/Finder.hs
</a>
</li>
<li class="file-stats">
<a href="#70314f3fc4c4b78461b611a8402e854feb57eb57">
<span class="new-file">
+
compiler/GHC/Unit/Home/Graph.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#71a096ee83c50b45838531059221042539e6e969">
compiler/GHC/Unit/Home/ModInfo.hs
</a>
</li>
<li class="file-stats">
<a href="#e7454966a19a0cea8fced9f948e7c0d3b567cb5e">
<span class="new-file">
+
compiler/GHC/Unit/Home/PackageTable.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c0ba7ae29b32700dc551eeefe583c22d17b4446e">
<span class="new-file">
+
compiler/GHC/Unit/Module/External/Graph.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#8e2fd61802dbf01ed3619fa8bab9f6f81df3de08">
compiler/GHC/Unit/Module/Graph.hs
</a>
</li>
<li class="file-stats">
<a href="#1b2e538eb480e4eb902f34efbe20581ec112e3c0">
compiler/GHC/Unit/Module/ModGuts.hs
</a>
</li>
<li class="file-stats">
<a href="#1b4da42c16b46d6c6cc2c2962072b1e91f519f4a">
compiler/GHC/Unit/Module/ModIface.hs
</a>
</li>
<li class="file-stats">
<a href="#73b987d03e42923d39d0eea175d8b7f4652570ce">
<span class="new-file">
+
compiler/GHC/Unit/Module/ModNodeKey.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#647df764b5a4be770c6da7e45ed7aa3436f969d2">
compiler/GHC/Unit/Module/ModSummary.hs
</a>
</li>
<li class="file-stats">
<a href="#5c10b1c9f52198f029e3a36d82cd3cb472180fdd">
compiler/GHC/Unit/Module/Status.hs
</a>
</li>
<li class="file-stats">
<a href="#fb39dbd5a18747427e8ae2c57dcdde3473e65a53">
compiler/GHC/Unit/State.hs
</a>
</li>
<li class="file-stats">
<a href="#5938b47c4cbf0df07fe6b3b3771017f306a32634">
compiler/GHC/Unit/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#f35faa85de2e0a75cdaa452eb7336a09c677d450">
compiler/GHC/Utils/Binary.hs
</a>
</li>
<li class="file-stats">
<a href="#4d45cd1896284e4b4034580e431af68b09013b33">
compiler/GHC/Utils/Misc.hs
</a>
</li>
<li class="file-stats">
<a href="#ebf96e1abb10086e9249278068f22ce3a1f92ea7">
compiler/GHC/Utils/Unique.hs
</a>
</li>
<li class="file-stats">
<a href="#997b81d43f8807b1b83ca6cc7c52b367982f2bf7">
compiler/Language/Haskell/Syntax/Decls.hs
</a>
</li>
<li class="file-stats">
<a href="#a36a7299626a1a6ae3cf89e37bdd10e9bba4f852">
compiler/Language/Haskell/Syntax/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#15ca3d1c88cfd453d05185254dfdd48627a4de91">
compiler/cbits/genSym.c
</a>
</li>
<li class="file-stats">
<a href="#0f33fd88c617246c7f89c4477d2d1d24f942df23">
compiler/ghc.cabal.in
</a>
</li>
<li class="file-stats">
<a href="#1e2eab751970e05b4edec9b2fe1a0549ae3f411f">
distrib/configure.ac.in
</a>
</li>
<li class="file-stats">
<a href="#3000f72e31f633a1742a9c76be14862281166b11">
docs/users_guide/9.14.1-notes.rst
</a>
</li>
<li class="file-stats">
<a href="#2c8c4ca2eac2ad8b108ae37fa1b91a9f7676ca1e">
docs/users_guide/conf.py
</a>
</li>
<li class="file-stats">
<a href="#0e59e989309d6f06f87d72fed64d8d1b01f9bb18">
docs/users_guide/diagnostics-as-json-schema-1_0.json
</a>
</li>
<li class="file-stats">
<a href="#af4be2adcbebc7e3ac4b310348845eef487b03d5">
docs/users_guide/diagnostics-as-json-schema-1_1.json
</a>
</li>
<li class="file-stats">
<a href="#c69ed1e399ce62d9f23fc51d2806dab1d9b7bfd6">
docs/users_guide/expected-undocumented-flags.txt
</a>
</li>
<li class="file-stats">
<a href="#93bbca7785ff399b2303ab72aae5f814ed02846c">
<span class="new-file">
+
docs/users_guide/exts/doandifthenelse.rst
</span>
</a>
</li>
<li class="file-stats">
<a href="#cc7795244e6c5ca7ce8a56a7f1f92e9427dcabfb">
docs/users_guide/exts/syntax.rst
</a>
</li>
<li class="file-stats">
<a href="#b02c1c6109c60b8f685234b0dbaabf6c79fed2a2">
docs/users_guide/ghci.rst
</a>
</li>
<li class="file-stats">
<a href="#12f1226bde7e9f48203d34d8d857513f2f1f4d75">
docs/users_guide/phases.rst
</a>
</li>
<li class="file-stats">
<a href="#2e45f2cd303dd998950a7c8042e796a5b2abd64f">
docs/users_guide/using-optimisation.rst
</a>
</li>
<li class="file-stats">
<a href="#f326be1cfd2ea1d4e6c641020338d0aac9e70f88">
docs/users_guide/wasm.rst
</a>
</li>
<li class="file-stats">
<a href="#f9a31247ea7fd73f51ac0f5820839af8332e4eec">
ghc/GHCi/Leak.hs
</a>
</li>
<li class="file-stats">
<a href="#c30f4ac98f08779ad1bd5a02a27802862c1e9521">
ghc/GHCi/UI.hs
</a>
</li>
<li class="file-stats">
<a href="#f6005a8cb6f21858ca5d639339a46fa7b1695e41">
ghc/GHCi/UI/Exception.hs
</a>
</li>
<li class="file-stats">
<a href="#0f814617086487f888918aa4c53eadb938e7a412">
ghc/GHCi/UI/Info.hs
</a>
</li>
<li class="file-stats">
<a href="#57d22eb49f269b51f07e23c509834d85e25f691e">
ghc/GHCi/UI/Monad.hs
</a>
</li>
<li class="file-stats">
<a href="#c9ab5c2811a0b1ea4fbcca2afe0c3030f8341915">
<span class="new-file">
+
ghc/GHCi/UI/Print.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#519f43ef6302b87fec67179ff5343fb9706e9748">
ghc/Main.hs
</a>
</li>
<li class="file-stats">
<a href="#51d77a90635e9ec3ddfb3918005aecda9cc567c0">
ghc/ghc-bin.cabal.in
</a>
</li>
<li class="file-stats">
<a href="#9e40ce816c93f9c0eeee92bd3c4e5b3701e7679a">
hadrian/bindist/Makefile
</a>
</li>
<li class="file-stats">
<a href="#5b653ef3b00262d0f1454de11e0714bd59d072e5">
hadrian/cabal.project
</a>
</li>
<li class="file-stats">
<a href="#4afc83c1ea6eb6b5e1defab5e25e77fde2847739">
hadrian/cfg/system.config.in
</a>
</li>
<li class="file-stats">
<a href="#65d0ee7bb66a1370d9f336158f48ffb0bfb27693">
hadrian/doc/flavours.md
</a>
</li>
<li class="file-stats">
<a href="#1655041cfd1add79e4c335c656405ee3eb3bd0dd">
hadrian/src/Flavour.hs
</a>
</li>
<li class="file-stats">
<a href="#b71856f5728e262c6f67455997507c6fa2ede3b9">
hadrian/src/Hadrian/Utilities.hs
</a>
</li>
<li class="file-stats">
<a href="#a8644672423544bdb823fa0352a1cf9c022a6b70">
hadrian/src/Oracles/ModuleFiles.hs
</a>
</li>
<li class="file-stats">
<a href="#dddc9a1e614b7c087fad91f7b89472aa69ecade4">
hadrian/src/Oracles/Setting.hs
</a>
</li>
<li class="file-stats">
<a href="#a76b98705ef499cc867d50e433329007d6a77e2d">
hadrian/src/Packages.hs
</a>
</li>
<li class="file-stats">
<a href="#d54febd1e7f96d85cda6ae682efa3ddb77fddedc">
hadrian/src/Rules/BinaryDist.hs
</a>
</li>
<li class="file-stats">
<a href="#7e709d26c44c7734d63c0043097e073a8d325901">
hadrian/src/Rules/CabalReinstall.hs
</a>
</li>
<li class="file-stats">
<a href="#17c01d691132c419a2414c11163cd3681c102fc5">
hadrian/src/Rules/Dependencies.hs
</a>
</li>
<li class="file-stats">
<a href="#2d11d70063aa1378e9323caad80c7d9116ef4520">
hadrian/src/Rules/Generate.hs
</a>
</li>
<li class="file-stats">
<a href="#f4586df19410cf938856031e0d26a0589dfe63ca">
hadrian/src/Rules/SourceDist.hs
</a>
</li>
<li class="file-stats">
<a href="#4b733eb61cfe8a0a7189e1f5fcf412fdb852c3a6">
hadrian/src/Rules/Test.hs
</a>
</li>
<li class="file-stats">
<a href="#01e43a2f611042f90f155dc4638a09872e6f6cb2">
hadrian/src/Settings/Default.hs
</a>
</li>
<li class="file-stats">
<a href="#c77aefa7847d865ad607ebbc83b11d101d50e453">
hadrian/src/Settings/Flavours/Release.hs
</a>
</li>
<li class="file-stats">
<a href="#d92ed897486e6597b1000abb84a65ad03542615b">
hadrian/src/Settings/Packages.hs
</a>
</li>
<li class="file-stats">
<a href="#9e38f1a7c62084cdd5aac33e5041debe0efc7533">
hadrian/src/Settings/Parser.hs
</a>
</li>
<li class="file-stats">
<a href="#5df44436e00349378bf0552a1f5109a7387c8663">
hadrian/src/Settings/Warnings.hs
</a>
</li>
<li class="file-stats">
<a href="#f54a947920458c0f69edef64afc5514fe59c9e49">
libffi-tarballs
</a>
</li>
<li class="file-stats">
<a href="#392e9dfd3417e267d708c5ab16536f2994d43745">
libraries/base/changelog.md
</a>
</li>
<li class="file-stats">
<a href="#2e0f17331daaae33659159abd77d62332dfa8a9d">
libraries/base/src/Control/Concurrent.hs
</a>
</li>
<li class="file-stats">
<a href="#6c17259b8e246c4a4db61015df1a3000823c5c43">
libraries/base/src/Data/Bounded.hs
</a>
</li>
<li class="file-stats">
<a href="#7998df2715e5170044d6f47d683164009c356b30">
libraries/base/src/Data/Enum.hs
</a>
</li>
<li class="file-stats">
<a href="#bb99dcdd1145e72572944a803ab3b333da8a2489">
libraries/base/src/Data/List/NonEmpty.hs
</a>
</li>
<li class="file-stats">
<a href="#68d643353c591e76c6239dd2abb39123dbc1ad3c">
libraries/base/src/Data/Semigroup.hs
</a>
</li>
<li class="file-stats">
<a href="#658fa064028089d13fd5ed47614667aef36cd7a8">
libraries/base/src/GHC/Base.hs
</a>
</li>
<li class="file-stats">
<a href="#c733bb6aac1e3ef062efb4b661e75dca90459b11">
libraries/base/src/GHC/Exts.hs
</a>
</li>
<li class="file-stats">
<a href="#a25881626cb756bf5eb69bfee5eaba4004f3cdfb">
libraries/base/src/System/Timeout.hs
</a>
</li>
<li class="file-stats">
<a href="#30c84527f3ec56237474c51e5a42000c40846aca">
<span class="new-file">
+
libraries/ghc-boot-th/GHC/Boot/TH/Lib.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#74637f7b9d41c4dca5f06206fbebb936a7bd3bc9">
libraries/ghc-boot-th/GHC/Internal/TH/Lib/Map.hs

libraries/ghc-boot-th/GHC/Boot/TH/Lib/Map.hs
</a>
</li>
<li class="file-stats">
<a href="#a2a29170f423ec359c9af8de5ff9229b072c7e27">
<span class="new-file">
+
libraries/ghc-boot-th/GHC/Boot/TH/Lift.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#0c93613dd02d444897693a16171ac20e2d999735">
libraries/ghc-boot-th/GHC/Internal/TH/Ppr.hs

libraries/ghc-boot-th/GHC/Boot/TH/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#e73ea4f7e37e68642490f6ffb9bb797555162325">
libraries/ghc-boot-th/GHC/Internal/TH/PprLib.hs

libraries/ghc-boot-th/GHC/Boot/TH/PprLib.hs
</a>
</li>
<li class="file-stats">
<a href="#1c6a454e87f2b1d29ae01b8857bd9b1d47593743">
<span class="new-file">
+
libraries/ghc-boot-th/GHC/Boot/TH/Quote.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#2ae94b0cf2fb8bf24a07640a6f5e1f02b58a54dd">
<span class="new-file">
+
libraries/ghc-boot-th/GHC/Boot/TH/Syntax.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#250037ded7e5c4810bdfaae1e241ff5dd4845713">
libraries/ghc-boot-th/ghc-boot-th.cabal.in
</a>
</li>
<li class="file-stats">
<a href="#b582cf9b9f8f92ebee03c775ba017b6c3f584bdf">
libraries/ghc-boot/GHC/Data/SizedSeq.hs
</a>
</li>
<li class="file-stats">
<a href="#3c19cbefcaecd9323dfb6be7509b6ffa8df9704f">
libraries/ghc-experimental/ghc-experimental.cabal.in
</a>
</li>
<li class="file-stats">
<a href="#a44d8b426a3430be92a166411d2d505f35432afd">
libraries/ghc-experimental/src/Data/Sum/Experimental.hs
</a>
</li>
<li class="file-stats">
<a href="#062257c20147398f8b84ea2bb9e75d35e328e699">
libraries/ghc-experimental/src/Data/Tuple/Experimental.hs
</a>
</li>
<li class="file-stats">
<a href="#82b5a034883a3ede9540d6423738da627660f860">
libraries/ghc-experimental/src/GHC/Wasm/Prim.hs
</a>
</li>
<li class="file-stats">
<a href="#7faaef9d95720eb4b9cae521b6f6ea257cb36e01">
libraries/ghc-experimental/src/Prelude/Experimental.hs
</a>
</li>
<li class="file-stats">
<a href="#049c5e1fb2d9bdecfe2abc7b4d7fc7293f3a17d3">
libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc
</a>
</li>
<li class="file-stats">
<a href="#fa75c83d58f07fa0e3acf28c35fd910eff4db6cf">
libraries/ghc-heap/tests/stack_big_ret.hs
</a>
</li>
<li class="file-stats">
<a href="#a76bb34cdc3c86775c6bdb208eda1c21267de679">
libraries/ghc-prim/cbits/atomic.c

libraries/ghc-internal/cbits/atomic.c
</a>
</li>
<li class="file-stats">
<a href="#2157baac55ca8356c4dc140448dcd3443918d5aa">
libraries/ghc-prim/cbits/bitrev.c

libraries/ghc-internal/cbits/bitrev.c
</a>
</li>
<li class="file-stats">
<a href="#12d45c06021ae3515215db6ee588ed2d6b901e0d">
libraries/ghc-prim/cbits/bswap.c

libraries/ghc-internal/cbits/bswap.c
</a>
</li>
<li class="file-stats">
<a href="#84e7b07421c9bbae7e1f599e748d455259b3b61f">
libraries/ghc-prim/cbits/clz.c

libraries/ghc-internal/cbits/clz.c
</a>
</li>
<li class="file-stats">
<a href="#bf6347e9ac77fb9890bf5010488e428427ce219e">
libraries/ghc-prim/cbits/ctz.c

libraries/ghc-internal/cbits/ctz.c
</a>
</li>
<li class="file-stats">
<a href="#e5d94d23398a42f06fbb92641bd840d45d103219">
libraries/ghc-prim/cbits/debug.c

libraries/ghc-internal/cbits/debug.c
</a>
</li>
<li class="file-stats">
<a href="#9424b5303c3aeaf285785c66604a0f6cf4298375">
libraries/ghc-prim/cbits/longlong.c

libraries/ghc-internal/cbits/longlong.c
</a>
</li>
<li class="file-stats">
<a href="#767f214438ce39d603cfe412d37f02c7e03271df">
libraries/ghc-prim/cbits/mulIntMayOflo.c

libraries/ghc-internal/cbits/mulIntMayOflo.c
</a>
</li>
<li class="file-stats">
<a href="#a75a19ada5faa647adb11f73c5b4b10c5a356dbc">
libraries/ghc-prim/cbits/pdep.c

libraries/ghc-internal/cbits/pdep.c
</a>
</li>
<li class="file-stats">
<a href="#29148b8459aebc7ee09c36aef5657bc2066410ea">
libraries/ghc-prim/cbits/pext.c

libraries/ghc-internal/cbits/pext.c
</a>
</li>
<li class="file-stats">
<a href="#77353627fcd2f37081376fdc1fd6cfe061fbc52c">
libraries/ghc-prim/cbits/popcnt.c

libraries/ghc-internal/cbits/popcnt.c
</a>
</li>
<li class="file-stats">
<a href="#6b9f094792248d9f869b699dd89254b12d62d649">
libraries/ghc-prim/cbits/word2float.c

libraries/ghc-internal/cbits/word2float.c
</a>
</li>
<li class="file-stats">
<a href="#463c72332b99752eebac4f2f2744351289121f2d">
libraries/ghc-internal/ghc-internal.cabal.in
</a>
</li>
<li class="file-stats">
<a href="#ef40f8f4207954feb9af6c988dee8a4c6239b6fb">
libraries/ghc-internal/src/GHC/Internal/ArrayArray.hs
</a>
</li>
<li class="file-stats">
<a href="#ba249a32ecf4af1ebf439d603c59e49a4ff5d604">
libraries/ghc-internal/src/GHC/Internal/Base.hs
</a>
</li>
<li class="file-stats">
<a href="#89cabf3366d6030e9dc440612dc9b9c7e01dfa81">
libraries/ghc-internal/src/GHC/Internal/Bignum/Backend/Check.hs
</a>
</li>
<li class="file-stats">
<a href="#4c8f554ce3c9a591cd674333e2c196bf9a4a277c">
libraries/ghc-internal/src/GHC/Internal/Bignum/Backend/FFI.hs
</a>
</li>
<li class="file-stats">
<a href="#de21e01d1e8d06ee4e7b554ad9ad301f5f8d9136">
libraries/ghc-internal/src/GHC/Internal/Bignum/Backend/GMP.hs
</a>
</li>
<li class="file-stats">
<a href="#0fbb789809f0d786595cf701d9ceb7ca32cf9f41">
libraries/ghc-internal/src/GHC/Internal/Bignum/Backend/Native.hs
</a>
</li>
<li class="file-stats">
<a href="#4ce8d69428f12c21b337f84d308ecad2601c3052">
libraries/ghc-internal/src/GHC/Internal/Bignum/BigNat.hs
</a>
</li>
<li class="file-stats">
<a href="#7729a635cd94ccfa4f988101722877a2416ba432">
libraries/ghc-internal/src/GHC/Internal/Bignum/BigNat.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#20976ffadbb59e51dab2770035f22fbb15e41d13">
libraries/ghc-internal/src/GHC/Internal/Bignum/Integer.hs
</a>
</li>
<li class="file-stats">
<a href="#a27f531f71ed32bc30717ed9ecf51fc47cbaf4bf">
libraries/ghc-internal/src/GHC/Internal/Bignum/Integer.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#c2e14f1b87105a69e00325eaa2eb6ee814363eeb">
libraries/ghc-internal/src/GHC/Internal/Bignum/Natural.hs
</a>
</li>
<li class="file-stats">
<a href="#5ac87cc6977a26b0886c3d67d6ac94310404fe0b">
libraries/ghc-internal/src/GHC/Internal/Bignum/Natural.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#6dcd7f725c90a3331347a9e06ff2bf7680c5ba04">
libraries/ghc-internal/src/GHC/Internal/Bignum/Primitives.hs
</a>
</li>
<li class="file-stats">
<a href="#552653de837ba8169bd1a39fea7465892668cc15">
libraries/ghc-internal/src/GHC/Internal/Bignum/WordArray.hs
</a>
</li>
<li class="file-stats">
<a href="#c300bafbb94d54a9e2e2b14f72f3c173861af0f6">
libraries/ghc-internal/src/GHC/Internal/ByteOrder.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#2c8debb49677e532f575bd2027df92b18814c9a4">
libraries/ghc-prim/GHC/CString.hs

libraries/ghc-internal/src/GHC/Internal/CString.hs
</a>
</li>
<li class="file-stats">
<a href="#800cd09e8147908f431e3f733b754b633c335112">
libraries/ghc-internal/src/GHC/Internal/Char.hs
</a>
</li>
<li class="file-stats">
<a href="#79a7f9240e424720f1a85caace84c7217356387d">
libraries/ghc-prim/GHC/Classes.hs

libraries/ghc-internal/src/GHC/Internal/Classes.hs
</a>
</li>
<li class="file-stats">
<a href="#edbc08c16613b16134f3ed604e3e999a895b4e76">
libraries/ghc-internal/src/GHC/Internal/Conc/Signal.hs
</a>
</li>
<li class="file-stats">
<a href="#b22bdffb3acea29197f94c03c2259501a8199650">
libraries/ghc-internal/src/GHC/Internal/Conc/Sync.hs
</a>
</li>
<li class="file-stats">
<a href="#41fa70bb583781319143d15e0c48945287ccf217">
libraries/ghc-internal/src/GHC/Internal/ConsoleHandler.hsc
</a>
</li>
<li class="file-stats">
<a href="#e91ec26e1c34e30704913eeb9f04ff8b2dd3ed5a">
libraries/ghc-internal/src/GHC/Internal/Control/Arrow.hs
</a>
</li>
<li class="file-stats">
<a href="#1576adca9e38a7d441681fb580390e69e15405cf">
libraries/ghc-internal/src/GHC/Internal/Control/Exception/Base.hs
</a>
</li>
<li class="file-stats">
<a href="#a2dc3f40a1ee876db464c111a95d3b64583d9272">
libraries/ghc-internal/src/GHC/Internal/Control/Monad/Fix.hs
</a>
</li>
<li class="file-stats">
<a href="#b34aba3c50cb371d5ea0121337be127022149660">
libraries/ghc-internal/src/GHC/Internal/Control/Monad/Zip.hs
</a>
</li>
<li class="file-stats">
<a href="#9f877d4a3974f6c07e15abf006692e7e63c95690">
libraries/ghc-internal/src/GHC/Internal/Data/Coerce.hs
</a>
</li>
<li class="file-stats">
<a href="#fc3bd5253b4462a655967621fd36e0c897f9bff1">
libraries/ghc-internal/src/GHC/Internal/Data/Data.hs
</a>
</li>
<li class="file-stats">
<a href="#5deafdbd5900a62f8f5d3b24ccd1ff22a5edb1e6">
libraries/ghc-internal/src/GHC/Internal/Data/Foldable.hs
</a>
</li>
<li class="file-stats">
<a href="#4412c25067bdeb9ffb096eb95aee81b4addc4103">
libraries/ghc-internal/src/GHC/Internal/Data/Functor/Identity.hs
</a>
</li>
<li class="file-stats">
<a href="#798efe842aea4d8978cec65c4e5173aa30b77804">
libraries/ghc-internal/src/GHC/Internal/Data/List/NonEmpty.hs
</a>
</li>
<li class="file-stats">
<a href="#1af84773d6f1138b2cdfc756fd1da34cb14f50ce">
<span class="new-file">
+
libraries/ghc-internal/src/GHC/Internal/Data/NonEmpty.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c2b95b2f8609a2f61babb238dafd995df8eb6d38">
libraries/ghc-internal/src/GHC/Internal/Data/Traversable.hs
</a>
</li>
<li class="file-stats">
<a href="#0662f199af0c06e1ada83187605becf4a7f2d5f7">
libraries/ghc-internal/src/GHC/Internal/Data/Tuple.hs
</a>
</li>
<li class="file-stats">
<a href="#363c97b51e1a33ecf8aaafe9d741294fa26b594c">
libraries/ghc-internal/src/GHC/Internal/Data/Type/Ord.hs
</a>
</li>
<li class="file-stats">
<a href="#28e796a896907d6b4be5252b8d914baa8c7f6f14">
libraries/ghc-internal/src/GHC/Internal/Data/Typeable/Internal.hs
</a>
</li>
<li class="file-stats">
<a href="#028f3664e79d3ca480cb34318d71e04ce905e6ea">
libraries/ghc-internal/src/GHC/Internal/Data/Version.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#3ff443a38ee92fd83f3705394009a428863a7b99">
libraries/ghc-prim/GHC/Debug.hs

libraries/ghc-internal/src/GHC/Internal/Debug.hs
</a>
</li>
<li class="file-stats">
<a href="#bcc8f471501851576f06fc1b731a20c7413dbf9c">
libraries/ghc-internal/src/GHC/Internal/Encoding/UTF8.hs
</a>
</li>
<li class="file-stats">
<a href="#5a1688e8b32c31220599f3c8af0f3b2d365cc363">
libraries/ghc-internal/src/GHC/Internal/Enum.hs
</a>
</li>
<li class="file-stats">
<a href="#f921549dcd5041fc5f191cb03d0cdf4b29e9e50a">
libraries/ghc-internal/src/GHC/Internal/Enum.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#5508a4c7992be5c6d8f60e61b6a91508cd5f8354">
libraries/ghc-internal/src/GHC/Internal/Err.hs
</a>
</li>
<li class="file-stats">
<a href="#d7a33bd6db99fa080c9cc826187e34e1f07b7e40">
libraries/ghc-internal/src/GHC/Internal/Event.hs
</a>
</li>
<li class="file-stats">
<a href="#e7bfa6411e264e6eb7fb5f0ab9fde67695e9590a">
libraries/ghc-internal/src/GHC/Internal/Event/Arr.hs
</a>
</li>
<li class="file-stats">
<a href="#9ec91e499e6912b7e3747a714344ef63fc1e3c15">
libraries/ghc-internal/src/GHC/Internal/Event/IntTable.hs
</a>
</li>
<li class="file-stats">
<a href="#3406f9eeb3b61d4151688178ef2bd52000610fc0">
libraries/ghc-internal/src/GHC/Internal/Event/Thread.hs
</a>
</li>
<li class="file-stats">
<a href="#ae2b0a3367d5cd91d6744dbe151c74cb715aad08">
libraries/ghc-internal/src/GHC/Internal/Event/TimerManager.hs
</a>
</li>
<li class="file-stats">
<a href="#a3f9edd0aacf10f399c237f2fe14ce674366f549">
libraries/ghc-internal/src/GHC/Internal/Event/Windows/ConsoleEvent.hsc
</a>
</li>
<li class="file-stats">
<a href="#af30c6b99312124f2098e256a7a9eb43d6d40011">
libraries/ghc-internal/src/GHC/Internal/Exception.hs
</a>
</li>
<li class="file-stats">
<a href="#e17b690170ec92cc36322d11cd980b0648a8e067">
libraries/ghc-internal/src/GHC/Internal/Exception.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#5bbf588aa72128ee3ecc15d5ad7bc2c2be7b0486">
libraries/ghc-internal/src/GHC/Internal/Exception/Context.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#be53205a1a06d8b91d21a1ac393123837edaaa76">
libraries/ghc-internal/src/GHC/Internal/Exception/Type.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#fe9e4e55135ec58f67e32797afa0f06d2352a901">
libraries/ghc-internal/src/GHC/Internal/Exts.hs
</a>
</li>
<li class="file-stats">
<a href="#e06f432b89a0f51916ad045764ef964704ba13ca">
libraries/ghc-internal/src/GHC/Internal/Float.hs
</a>
</li>
<li class="file-stats">
<a href="#d5fc9d8e395df050485a27166102b6fcccc813bd">
libraries/ghc-internal/src/GHC/Internal/Foreign/C/String/Encoding.hs
</a>
</li>
<li class="file-stats">
<a href="#aa889b9768a5f02cf422645918b3aca165b8739a">
libraries/ghc-internal/src/GHC/Internal/Generics.hs
</a>
</li>
<li class="file-stats">
<a href="#f8caf46ce96b6fc82e21424cb61613eb034e5bdf">
libraries/ghc-internal/src/GHC/Internal/IO.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#91a69a880815c5b41474fcc6f01c372464347ce8">
libraries/ghc-internal/src/GHC/Internal/IO/Encoding/CodePage.hs
</a>
</li>
<li class="file-stats">
<a href="#a13e8d41d7878f21c62a590493f04b1e2dc4d491">
libraries/ghc-internal/src/GHC/Internal/IO/Encoding/CodePage/Table.hs
</a>
</li>
<li class="file-stats">
<a href="#4bff6f4f0b6c1132cdeae30e7baf3e730e2d91bc">
libraries/ghc-internal/src/GHC/Internal/IO/Encoding/Iconv.hs
</a>
</li>
<li class="file-stats">
<a href="#c4258c6058216b80e71ec4bc0644bfe65b1bd82b">
libraries/ghc-internal/src/GHC/Internal/IO/Handle/Lock.hs
</a>
</li>
<li class="file-stats">
<a href="#4d498ba2050eb3b853f77d3ec496413b973c0444">
libraries/ghc-internal/src/GHC/Internal/IO/Handle/Lock/Flock.hsc
</a>
</li>
<li class="file-stats">
<a href="#45d60944d709b9f1baa450a17cd87327f9051e25">
libraries/ghc-internal/src/GHC/Internal/IO/Handle/Lock/LinuxOFD.hsc
</a>
</li>
<li class="file-stats">
<a href="#bea5a3733fc4a12b127f1c1176965f2bc320f873">
libraries/ghc-internal/src/GHC/Internal/IO/Handle/Lock/Windows.hsc
</a>
</li>
<li class="file-stats">
<a href="#d990a4adf360279db50ca6b5b65b74262d4da968">
libraries/ghc-internal/src/GHC/Internal/IO/Handle/Types.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#b57b82698b14fa011ceab3f47cc87b6eec411118">
libraries/ghc-internal/src/GHC/Internal/InfoProv/Types.hsc
</a>
</li>
<li class="file-stats">
<a href="#f77a243fe25d64bf752eae826adf19d39a06237f">
libraries/ghc-internal/src/GHC/Internal/Int.hs
</a>
</li>
<li class="file-stats">
<a href="#568397c9c26acb9287a23903fccaf1839e97c57f">
libraries/ghc-internal/src/GHC/Internal/Integer.hs
</a>
</li>
<li class="file-stats">
<a href="#28618dc6888f62d181d9acd69c8b7f2a3474cae0">
libraries/ghc-internal/src/GHC/Internal/Integer/Logarithms.hs
</a>
</li>
<li class="file-stats">
<a href="#6b4965961ae52be45bdc9ec03d268970084ce473">
libraries/ghc-internal/src/GHC/Internal/Ix.hs
</a>
</li>
<li class="file-stats">
<a href="#ee94825d08f6a657fea50ec6970a1b2ab005848a">
libraries/ghc-internal/src/GHC/Internal/JS/Prim.hs
</a>
</li>
<li class="file-stats">
<a href="#ce9c15b8bec83276027168ea87e4829bd8f4df35">
libraries/ghc-internal/src/GHC/Internal/JS/Prim/Internal/Build.hs
</a>
</li>
<li class="file-stats">
<a href="#25e14cd8f543052f67386ec6ae97cf696077d6da">
libraries/ghc-prim/GHC/Magic.hs

libraries/ghc-internal/src/GHC/Internal/Magic.hs
</a>
</li>
<li class="file-stats">
<a href="#0044ad62febf372c3bbed380a3356cc514c8bcac">
libraries/ghc-prim/GHC/Magic/Dict.hs

libraries/ghc-internal/src/GHC/Internal/Magic/Dict.hs
</a>
</li>
<li class="file-stats">
<a href="#fb77fb19968cbbbe06a52e52696b88b36f2db10f">
libraries/ghc-internal/src/GHC/Internal/Maybe.hs
</a>
</li>
<li class="file-stats">
<a href="#73eefb54e9fcef1a394617db47ef0b1ffa88e7b0">
libraries/ghc-internal/src/GHC/Internal/Natural.hs
</a>
</li>
<li class="file-stats">
<a href="#64986ea8b3be4272c20b8a7ea27c9861950060db">
libraries/ghc-internal/src/GHC/Internal/Pack.hs
</a>
</li>
<li class="file-stats">
<a href="#332af8a4e397661030b3e601097e6a59e708bfab">
libraries/ghc-prim/GHC/Prim/Exception.hs

libraries/ghc-internal/src/GHC/Internal/Prim/Exception.hs
</a>
</li>
<li class="file-stats">
<a href="#5df430b70cb588c500e9560960c22b74601084c3">
libraries/ghc-prim/GHC/Prim/Ext.hs

libraries/ghc-internal/src/GHC/Internal/Prim/Ext.hs
</a>
</li>
<li class="file-stats">
<a href="#3ddc00b22d87844071d4503342316dd6fc2c9b7d">
libraries/ghc-prim/GHC/Prim/Panic.hs

libraries/ghc-internal/src/GHC/Internal/Prim/Panic.hs
</a>
</li>
<li class="file-stats">
<a href="#c588060792970aee1e07ef7391b156188d73e2d4">
libraries/ghc-prim/GHC/Prim/PtrEq.hs

libraries/ghc-internal/src/GHC/Internal/Prim/PtrEq.hs
</a>
</li>
<li class="file-stats">
<a href="#4fdc08b1b1a79c3e7dbe378416498698d5a08cf8">
libraries/ghc-internal/src/GHC/Internal/Read.hs
</a>
</li>
<li class="file-stats">
<a href="#ee39c07cf1fbfc81512bc606661c4df03efec507">
libraries/ghc-internal/src/GHC/Internal/Real.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#98965b2bf0e032cf76b087c276a2f36182dba5fa">
libraries/ghc-internal/src/GHC/Internal/Records.hs
</a>
</li>
<li class="file-stats">
<a href="#fd5a204ba105e1cdb18713aab45862f89850521e">
libraries/ghc-internal/src/GHC/Internal/Show.hs
</a>
</li>
<li class="file-stats">
<a href="#d1ddf0231bd85fe470fb5b134ea6d8ee5da76458">
libraries/ghc-internal/src/GHC/Internal/Stack/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#000b1e763c4e401bf1b71920b9bb2a87a5f41be4">
libraries/ghc-internal/src/GHC/Internal/TH/Lib.hs
</a>
</li>
<li class="file-stats">
<a href="#7e5404c7d97337c31e50a084e8f7230c6f5eb4b5">
libraries/ghc-internal/src/GHC/Internal/TH/Lift.hs
</a>
</li>
<li class="file-stats">
<a href="#661b43655578566ae0a6ab55b6f670b1de666aa5">
libraries/ghc-internal/src/GHC/Internal/TH/Syntax.hs
</a>
</li>
<li class="file-stats">
<a href="#fdfc0f67fed47c4a09a83125fe925d928318a351">
libraries/ghc-internal/src/GHC/Internal/Text/ParserCombinators/ReadP.hs
</a>
</li>
<li class="file-stats">
<a href="#d2f24a65b78f145bf4f9ab62293a7587170d0e74">
libraries/ghc-prim/GHC/Tuple.hs

libraries/ghc-internal/src/GHC/Internal/Tuple.hs
</a>
</li>
<li class="file-stats">
<a href="#8b44e1b68628cc5f0767ccc963b5bf831bcfbf7c">
libraries/ghc-internal/src/GHC/Internal/TypeError.hs
</a>
</li>
<li class="file-stats">
<a href="#2162166dd7a630114a210dd76e43b5009bdc74cb">
libraries/ghc-internal/src/GHC/Internal/TypeLits.hs
</a>
</li>
<li class="file-stats">
<a href="#b2d1562aaac63914599a3c41ecd64b6dd8301b8a">
libraries/ghc-internal/src/GHC/Internal/TypeLits/Internal.hs
</a>
</li>
<li class="file-stats">
<a href="#9aa4a8c1a45935423439fcf9330d066a69e35816">
libraries/ghc-internal/src/GHC/Internal/TypeNats.hs
</a>
</li>
<li class="file-stats">
<a href="#989dbe630f04d9c8310a12e892dfab97e5b0ee99">
libraries/ghc-prim/GHC/Types.hs

libraries/ghc-internal/src/GHC/Internal/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#9f28f24989e531a0914ee444f3b127c38df09ca3">
libraries/ghc-internal/src/GHC/Internal/Unicode/Bits.hs
</a>
</li>
<li class="file-stats">
<a href="#d43ae8a495a3b516ba2b592dc97255fa5de6a4c0">
libraries/ghc-internal/src/GHC/Internal/Wasm/Prim.hs
</a>
</li>
<li class="file-stats">
<a href="#51fa0eacc0d5b41b4bb7e9c9a7bf6fad2ad9dfe1">
libraries/ghc-internal/src/GHC/Internal/Wasm/Prim/Exports.hs
</a>
</li>
<li class="file-stats">
<a href="#46105b5d35a73aa4dd25f6daa93671a7f88642c1">
libraries/ghc-internal/src/GHC/Internal/Wasm/Prim/Flag.hs
</a>
</li>
<li class="file-stats">
<a href="#06e56ddc7a3ae336a0e60d630af4ac89e68c6903">
libraries/ghc-internal/src/GHC/Internal/Wasm/Prim/Imports.hs
</a>
</li>
<li class="file-stats">
<a href="#03654085b556c3453ef191d194b2ab0c41bc5562">
libraries/ghc-internal/src/GHC/Internal/Wasm/Prim/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#caada2b8119e7704b61799cde59b8dbab3c95729">
libraries/ghc-internal/src/GHC/Internal/Word.hs
</a>
</li>
<li class="file-stats">
<a href="#eb2cdcfff5ee6f113591f0cc7e58b62bd4abae0c">
<span class="new-file">
+
libraries/ghc-prim/Dummy.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#8fb84aefa0e72ac7891f3a9bef6b3e7c5eaf2478">
<span class="deleted-file">

libraries/ghc-prim/Setup.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#54f2593fa6d429b2b82cc2200e8bcda0f38854de">
libraries/ghc-prim/changelog.md
</a>
</li>
<li class="file-stats">
<a href="#4c196af54dc163066e3b52830ae884ffb25798be">
libraries/ghc-prim/ghc-prim.cabal
</a>
</li>
<li class="file-stats">
<a href="#80368e1dda3b1b395de1091bec3a68c7e717ff49">
libraries/ghci/GHCi/BreakArray.hs
</a>
</li>
<li class="file-stats">
<a href="#ed5b77135b8d6077d6f77541d166d7b8fe93f9de">
libraries/ghci/GHCi/Message.hs
</a>
</li>
<li class="file-stats">
<a href="#4ba2f0376a3857da0c781f2a39ae648ec42663f8">
libraries/ghci/GHCi/ObjLink.hs
</a>
</li>
<li class="file-stats">
<a href="#fdd34ceb84d7b95dccbd9172ce507eaea9b5abd4">
libraries/ghci/GHCi/Run.hs
</a>
</li>
<li class="file-stats">
<a href="#064db86e2ece7ebdb10fc3cde509b748c2792700">
libraries/ghci/GHCi/TH.hs
</a>
</li>
<li class="file-stats">
<a href="#f2be3722dbfecb9150fcd7084cce2a871fb32d94">
libraries/ghci/GHCi/TH/Binary.hs
</a>
</li>
<li class="file-stats">
<a href="#556b3bb7c75dfe37155d079195cb9671e3061783">
libraries/template-haskell/Language/Haskell/TH/Lib.hs
</a>
</li>
<li class="file-stats">
<a href="#97b63f699307e7a6d92425265508cfc9e963c336">
libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs
</a>
</li>
<li class="file-stats">
<a href="#8e584d18427a4bfabb2a7d6fce6efcbc2afb0954">
libraries/template-haskell/Language/Haskell/TH/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#69ef85a6e7ab6d9c208fe739eb45e851efa03461">
libraries/template-haskell/Language/Haskell/TH/PprLib.hs
</a>
</li>
<li class="file-stats">
<a href="#589a49237c73ceddc6791f9c5e5ab1a436236551">
libraries/template-haskell/Language/Haskell/TH/Quote.hs
</a>
</li>
<li class="file-stats">
<a href="#ed3c6537b674490396f9cab5cbb014ee54e71168">
libraries/template-haskell/Language/Haskell/TH/Syntax.hs
</a>
</li>
<li class="file-stats">
<a href="#e713f3bcb3c7636ea0725824e8d3b0826ba501f8">
linters/lint-codes/LintCodes/Static.hs
</a>
</li>
<li class="file-stats">
<a href="#06762df97aa06b85fe36572ab6334c8a804b9c7c">
linters/lint-codes/Main.hs
</a>
</li>
<li class="file-stats">
<a href="#3169bd84b322b6c4846a90cdab9859fa7ec5f3f4">
m4/fp_settings.m4
</a>
</li>
<li class="file-stats">
<a href="#deed6a3bec2843fc56bafbd3ae930f535197b3a6">
rts/Exception.cmm
</a>
</li>
<li class="file-stats">
<a href="#539d43389593f2626a387f2c904f03c215c7c802">
rts/Interpreter.c
</a>
</li>
<li class="file-stats">
<a href="#921cf46a2036d96b67f004f8d83bb6d7b520f5e9">
rts/Interpreter.h
</a>
</li>
<li class="file-stats">
<a href="#01c8012b2c310a6237843a0e34daf0a64ee3d8a2">
rts/Prelude.h
</a>
</li>
<li class="file-stats">
<a href="#6db965f97cbab901f493506a385bcf1283009921">
rts/PrimOps.cmm
</a>
</li>
<li class="file-stats">
<a href="#426e9adbed6046eecf94d591c3bf3542ca040a80">
rts/RtsMain.c
</a>
</li>
<li class="file-stats">
<a href="#16c842a51a135c8ef2c7c7f94336544868348a3c">
rts/RtsSymbols.c
</a>
</li>
<li class="file-stats">
<a href="#06a8b9b92ffaf2c7117e8ab66bc5d8790e5cdef5">
rts/StgCRunAsm.S
</a>
</li>
<li class="file-stats">
<a href="#6ca006a5d6dfdfdb97d0dd72db322e3f6eaa6214">
rts/StgMiscClosures.cmm
</a>
</li>
<li class="file-stats">
<a href="#8f6de139b89115afef879fea7672c5e59f593077">
rts/StgStdThunks.cmm
</a>
</li>
<li class="file-stats">
<a href="#66a382bc62fa574535a9b8a2a2d91dd5dee72512">
rts/configure.ac
</a>
</li>
<li class="file-stats">
<a href="#b9316bf9b50cd537ed67dc3dd8994f24bab11697">
rts/external-symbols.list.in
</a>
</li>
<li class="file-stats">
<a href="#a442fd7ecae5d24fd03869652f2abedfa2721207">
rts/include/RtsAPI.h
</a>
</li>
<li class="file-stats">
<a href="#10df545cb7baf4c8db3c84d3ea8ab6acaf31a216">
rts/include/Stg.h
</a>
</li>
<li class="file-stats">
<a href="#421808a12b8705c00b2714502d1514e425c00dd2">
rts/include/stg/Prim.h
</a>
</li>
<li class="file-stats">
<a href="#dede15dddc1bd6d63581ea88db4a8460290f0429">
rts/js/environment.js
</a>
</li>
<li class="file-stats">
<a href="#4fb5490806ecee93e1ef82b6abd84cb2c8f44397">
rts/js/mem.js
</a>
</li>
<li class="file-stats">
<a href="#3abb52ac62fdc9544dbe59f22d439b52c0442e81">
rts/js/verify.js
</a>
</li>
<li class="file-stats">
<a href="#f4db9593d88d3c951505379e54f3db74f49ae142">
rts/linker/MachO.c
</a>
</li>
<li class="file-stats">
<a href="#e07cec4401dc780939be2d62d71f7017733058b1">
rts/rts.cabal
</a>
</li>
<li class="file-stats">
<a href="#1ac438b4f08a26b00d040b669f685e08489ea14e">
rts/wasm/JSFFI.c
</a>
</li>
<li class="file-stats">
<a href="#866516d84eab5d28365210988ec072f360ab0991">
rts/wasm/jsval.cmm
</a>
</li>
<li class="file-stats">
<a href="#3543d3e7c9a622db4aa56603f1ae6fe21c924c16">
rts/wasm/scheduler.cmm
</a>
</li>
<li class="file-stats">
<a href="#22ccd2869ec32f9f022259666d141f431af06c87">
rts/win32/libHSghc-prim.def
</a>
</li>
<li class="file-stats">
<a href="#6e9e255267780d64d50e2445aee2360e1269dcf1">
testsuite/driver/perf_notes.py
</a>
</li>
<li class="file-stats">
<a href="#c591f85f122007bac88228c5ff6fd76b40e6a811">
testsuite/driver/testlib.py
</a>
</li>
<li class="file-stats">
<a href="#bbe6e6659dc20c818872a22caa8fe1fa58159bfe">
testsuite/tests/ado/T13242a.stderr
</a>
</li>
<li class="file-stats">
<a href="#17bc0a2c46ef910bc1f02c0994be574563176a3d">
testsuite/tests/backpack/cabal/bkpcabal02/bkpcabal02.stderr
</a>
</li>
<li class="file-stats">
<a href="#6cf66918b1c8ebf82da7ab8997365a321e8034ae">
testsuite/tests/backpack/reexport/bkpreex02.stderr
</a>
</li>
<li class="file-stats">
<a href="#73eaa1e78b99da5cd24f7e26c6e2016357f113a2">
testsuite/tests/backpack/reexport/bkpreex03.stdout
</a>
</li>
<li class="file-stats">
<a href="#58ab01f46047bf705df8b285c8b1f7c5b75cfa23">
testsuite/tests/backpack/should_compile/bkp09.stderr
</a>
</li>
<li class="file-stats">
<a href="#790e71080201f425d81e7654c5573afb8a0b5ba0">
testsuite/tests/backpack/should_compile/bkp14.stderr
</a>
</li>
<li class="file-stats">
<a href="#fd87504041fceefd8ee844a66bf65ba67572444b">
testsuite/tests/backpack/should_compile/bkp15.stderr
</a>
</li>
<li class="file-stats">
<a href="#3878ff4dc169c2eec8ab86847657c97aa60f4e27">
testsuite/tests/backpack/should_compile/bkp31.stderr
</a>
</li>
<li class="file-stats">
<a href="#c54a537fc8d560e3f286ab8fa93a37de72ce9fd6">
testsuite/tests/backpack/should_compile/bkp32.stderr
</a>
</li>
<li class="file-stats">
<a href="#95803b35ba97c9a25fac5334fabcf899aba12511">
testsuite/tests/backpack/should_compile/bkp47.stderr
</a>
</li>
<li class="file-stats">
<a href="#ae7462b1725c53ac61a6835eb5f71b1a0b598861">
testsuite/tests/backpack/should_compile/bkp51.stderr
</a>
</li>
<li class="file-stats">
<a href="#a0e3f1fef7140668a4e52294d7f3586d08a9c6c7">
testsuite/tests/backpack/should_compile/bkp61.stderr
</a>
</li>
<li class="file-stats">
<a href="#0eb86cba1aecaec6a26e2055f3f19c14a962b052">
testsuite/tests/backpack/should_fail/T19244a.stderr
</a>
</li>
<li class="file-stats">
<a href="#d1deb95b4e7f7bfdb3b9446463f87709fa49b482">
testsuite/tests/backpack/should_fail/T19244b.stderr
</a>
</li>
<li class="file-stats">
<a href="#a6ae558d01ab9d7a7a553d860e091ab8db6a0b35">
testsuite/tests/backpack/should_fail/bkpfail04.stderr
</a>
</li>
<li class="file-stats">
<a href="#a17790e5ba5a346685eaa31c8c9b1b2d6ef87f65">
testsuite/tests/backpack/should_fail/bkpfail06.stderr
</a>
</li>
<li class="file-stats">
<a href="#a11a5bb67270ff8935cede40363411998d517664">
testsuite/tests/backpack/should_fail/bkpfail07.stderr
</a>
</li>
<li class="file-stats">
<a href="#1650a4284bdfba488bf9aa0ca866601468f91d8f">
testsuite/tests/backpack/should_fail/bkpfail09.stderr
</a>
</li>
<li class="file-stats">
<a href="#080072a3cca44f9357be411f72c5e33b117de14a">
testsuite/tests/backpack/should_fail/bkpfail12.stderr
</a>
</li>
<li class="file-stats">
<a href="#da6d85e71fc8a9a998f36b2aabb940925cef4467">
testsuite/tests/backpack/should_fail/bkpfail13.stderr
</a>
</li>
<li class="file-stats">
<a href="#a454495481a8b2211d17bbb808a6280cb0c9b154">
testsuite/tests/backpack/should_fail/bkpfail14.stderr
</a>
</li>
<li class="file-stats">
<a href="#16c61b5a483aff2d4093a8c4995c54c33faddf78">
testsuite/tests/backpack/should_fail/bkpfail15.stderr
</a>
</li>
<li class="file-stats">
<a href="#ba3208424d32a13fc32e67df4cb85f54ad81976a">
testsuite/tests/backpack/should_fail/bkpfail20.stderr
</a>
</li>
<li class="file-stats">
<a href="#e9910bb070d3a5a8a5207bd1fdbf770b2569c030">
testsuite/tests/backpack/should_fail/bkpfail21.stderr
</a>
</li>
<li class="file-stats">
<a href="#7fce23f2f479964de3a9abe4bb307dc2aea58906">
testsuite/tests/backpack/should_fail/bkpfail22.stderr
</a>
</li>
<li class="file-stats">
<a href="#c33d20372c4f9954c83afbbac254e92d575e0981">
testsuite/tests/backpack/should_fail/bkpfail29.stderr
</a>
</li>
<li class="file-stats">
<a href="#d461ef38bded776ae9d5c26e99d332c2c50a46ba">
testsuite/tests/backpack/should_fail/bkpfail32.stderr
</a>
</li>
<li class="file-stats">
<a href="#fe3369fff1a81c16f32f78ea4df2ef5d7c4391a5">
testsuite/tests/backpack/should_fail/bkpfail33.stderr
</a>
</li>
<li class="file-stats">
<a href="#738bd74a035bcb5089388fd1e6f3ab3d0d2c75b1">
testsuite/tests/backpack/should_fail/bkpfail38.stderr
</a>
</li>
<li class="file-stats">
<a href="#37071d4637627fb86775abcdef23746906dbf256">
testsuite/tests/backpack/should_fail/bkpfail42.stderr
</a>
</li>
<li class="file-stats">
<a href="#4679d29be72526925068686f1b8bec666ece0ee8">
testsuite/tests/backpack/should_fail/bkpfail46.stderr
</a>
</li>
<li class="file-stats">
<a href="#f5de4541d98936559ec3bb7dcb31f4f502f6cf11">
testsuite/tests/backpack/should_fail/bkpfail47.stderr
</a>
</li>
<li class="file-stats">
<a href="#ec84fd0e51f03f46edc401337e9e1e04ded03b5d">
testsuite/tests/backpack/should_fail/bkpfail48.stderr
</a>
</li>
<li class="file-stats">
<a href="#9cc86c64595950b571fcfffa9e7b33bef923f5c5">
testsuite/tests/backpack/should_fail/bkpfail50.stderr
</a>
</li>
<li class="file-stats">
<a href="#3b09c62615bf77cff31698662d1080da57755ba2">
testsuite/tests/backpack/should_fail/bkpfail52.stderr
</a>
</li>
<li class="file-stats">
<a href="#ffd0fb72b5de96a2ada366baf714c8a96d12a8ad">
testsuite/tests/backpack/should_fail/bkpfail53.stderr
</a>
</li>
<li class="file-stats">
<a href="#e1475635e22e758c47dab89a8893caf353598228">
testsuite/tests/bytecode/T24634/Makefile
</a>
</li>
<li class="file-stats">
<a href="#acad8c4d0e09243254bc153600c2c042fbf1f5d8">
<span class="new-file">
+
testsuite/tests/cmm/opt/T25771.cmm
</span>
</a>
</li>
<li class="file-stats">
<a href="#180740b0e821922f90a7c6f944437dffe74d42f8">
<span class="new-file">
+
testsuite/tests/cmm/opt/T25771.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#40db7feb1282e4891cfcfca3a986778333c81855">
testsuite/tests/cmm/opt/all.T
</a>
</li>
<li class="file-stats">
<a href="#909481b252b6111264272393e94b1a05c07e3562">
<span class="new-file">
+
testsuite/tests/cmm/should_run/JumpTableNoStackDealloc.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#8d47817908d93f53f245e260bb4a79fe68f6372e">
<span class="new-file">
+
testsuite/tests/cmm/should_run/JumpTableNoStackDealloc.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#febaeef1eef18ad5066629b697a9c3016911c300">
<span class="new-file">
+
testsuite/tests/cmm/should_run/JumpTableNoStackDeallocGen.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#6e9da3b72052564f4987944ed4532ea715c64c53">
<span class="new-file">
+
testsuite/tests/cmm/should_run/JumpTableNoStackDealloc_cmm.cmm
</span>
</a>
</li>
<li class="file-stats">
<a href="#55b6528e593616d90f9c13814e6a30d433f474cd">
testsuite/tests/cmm/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#b7235ed3ddd54d269c1e14838ccd012ea2766bdb">
testsuite/tests/codeGen/should_compile/Makefile
</a>
</li>
<li class="file-stats">
<a href="#8b79665b2644c43fca637d6efb7796cbd33932b2">
testsuite/tests/codeGen/should_compile/T25166.stdout
</a>
</li>
<li class="file-stats">
<a href="#24f77d679534e9947eb7b41d17dac151e1edd856">
testsuite/tests/codeGen/should_run/T23146/all.T
</a>
</li>
<li class="file-stats">
<a href="#99ae743361f30297834ff704b75184dd3c964c5b">
testsuite/tests/codeGen/should_run/T25364.hs
</a>
</li>
<li class="file-stats">
<a href="#dbf592ad741ae38d34c7c0b7e9db2d6c13a07b96">
testsuite/tests/codeGen/should_run/T25364.stdout
</a>
</li>
<li class="file-stats">
<a href="#b9bba9766faf563ab195fb1402f14fa78ad5c66f">
testsuite/tests/codeGen/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#6e9fbe3954d6b725d3457dc40699ec8c62697d7e">
testsuite/tests/core-to-stg/T14895.stderr
</a>
</li>
<li class="file-stats">
<a href="#bcfb349b3f1b30798c71a2efcedda56bb00a603a">
testsuite/tests/core-to-stg/T24124.stderr
</a>
</li>
<li class="file-stats">
<a href="#f227a38797c18ee429e783e5132ca39e5a4cc7e7">
testsuite/tests/count-deps/CountDepsAst.stdout
</a>
</li>
<li class="file-stats">
<a href="#2dcdf7aadcff5b41822596f22b49b2851374d0cd">
testsuite/tests/count-deps/CountDepsParser.stdout
</a>
</li>
<li class="file-stats">
<a href="#96e5e232afe154634451099d7719767a0bcef9ed">
testsuite/tests/cpranal/should_compile/T18109.stderr
</a>
</li>
<li class="file-stats">
<a href="#9b7f3c4da9ed85be1a5417353ef7e1c1b9314965">
testsuite/tests/cpranal/should_compile/T18174.stderr
</a>
</li>
<li class="file-stats">
<a href="#b74ba5875fd7cccd72bb96f5e09ffd324e58a963">
testsuite/tests/deSugar/should_compile/T13208.stdout
</a>
</li>
<li class="file-stats">
<a href="#941cab631058a932f5b548d7ef1ec5735a95df46">
testsuite/tests/deSugar/should_compile/T16615.stderr
</a>
</li>
<li class="file-stats">
<a href="#038e2b9369349dd79a0e7beeaf94143694bb8113">
testsuite/tests/deSugar/should_compile/T22719.stderr
</a>
</li>
<li class="file-stats">
<a href="#71247aaad504d89a31c398d6edd6cfc090975b86">
testsuite/tests/deSugar/should_compile/T2431.stderr
</a>
</li>
<li class="file-stats">
<a href="#76a7e45f2425ed1359bb28839eb0a173166a0e9a">
testsuite/tests/default/default-fail01.stderr
</a>
</li>
<li class="file-stats">
<a href="#dbdd5d1d3324afb19505c5b37eb60dc2dc3b2bf9">
testsuite/tests/default/default-fail02.stderr
</a>
</li>
<li class="file-stats">
<a href="#0828e55bde4aba84b68e721f3ddfeb270b0d1ed2">
testsuite/tests/default/default-fail04.stderr
</a>
</li>
<li class="file-stats">
<a href="#ade092c4e87580483645181f605d4309c0e0e945">
testsuite/tests/default/default-fail07.stderr
</a>
</li>
<li class="file-stats">
<a href="#419ffcab539ade110584db1bce889c4181d8d357">
testsuite/tests/default/default-fail08.hs
</a>
</li>
<li class="file-stats">
<a href="#3555e7a5a552fbd395c3592ab94714a90b9a4e59">
testsuite/tests/default/default-fail08.stderr
</a>
</li>
<li class="file-stats">
<a href="#c49b4d3b3d492a4944706c0089691598ee9f88d0">
testsuite/tests/dependent/ghci/T11786.stdout
</a>
</li>
<li class="file-stats">
<a href="#b7d4b9676e316c4c33e969b60ee7fc1517371394">
testsuite/tests/dependent/should_fail/RAE_T32a.stderr
</a>
</li>
<li class="file-stats">
<a href="#19962cbf9451383848edc3d1774c85a44cdcb9e5">
testsuite/tests/dependent/should_fail/T11407.stderr
</a>
</li>
<li class="file-stats">
<a href="#05e2feaa7ccbd427e12a90d25808ead5ec587c63">
testsuite/tests/dependent/should_fail/T13780a.stderr
</a>
</li>
<li class="file-stats">
<a href="#141ab9e117c745fcaa20489f40eae7ec6004120a">
testsuite/tests/dependent/should_fail/T14066c.stderr
</a>
</li>
<li class="file-stats">
<a href="#afd4e7b847198c195584751444f4e3d624cb14ca">
testsuite/tests/dependent/should_fail/T14880.stderr
</a>
</li>
<li class="file-stats">
<a href="#3981c359dd3259050fc1101a10f4ea4fa74457a6">
testsuite/tests/dependent/should_fail/TypeSkolEscape.stderr
</a>
</li>
<li class="file-stats">
<a href="#993a6c64163e88bb2350df8be5df8c9aff800b73">
testsuite/tests/deriving/should_compile/T11068_aggressive.stderr
</a>
</li>
<li class="file-stats">
<a href="#d67e8c37b660b851784cafe36eb0327428012ff0">
testsuite/tests/deriving/should_compile/T14578.stderr
</a>
</li>
<li class="file-stats">
<a href="#1ba015f3ba3d29833c39cd76809b7794c6f137db">
testsuite/tests/deriving/should_compile/T14579.stderr
</a>
</li>
<li class="file-stats">
<a href="#06967d756dfba1325ba9737fb582269070a77b61">
testsuite/tests/deriving/should_compile/T14682.stderr
</a>
</li>
<li class="file-stats">
<a href="#7e5542eaba03960782c41d913b0a96eb78a3c388">
testsuite/tests/deriving/should_compile/T15798a.stderr
</a>
</li>
<li class="file-stats">
<a href="#6566f52234737e0a3a3107777266d12c04a010e4">
testsuite/tests/deriving/should_compile/T15798c.stderr
</a>
</li>
<li class="file-stats">
<a href="#f67cc79d7589f8c27fc112f3861c9b67b64c21dc">
testsuite/tests/deriving/should_compile/T17240.stderr
</a>
</li>
<li class="file-stats">
<a href="#ba2b1e690b622328674e88af96ac0252207ab10b">
testsuite/tests/deriving/should_compile/T20496.stderr
</a>
</li>
<li class="file-stats">
<a href="#657fe55a456c78d50ace703998e5bc4573e5ee7d">
testsuite/tests/deriving/should_compile/deriving-inferred-ty-arg.stderr
</a>
</li>
<li class="file-stats">
<a href="#03f37b664b8d39fa3a162ae50b5010c251ebcebc">
testsuite/tests/deriving/should_compile/drv-empty-data.stderr
</a>
</li>
<li class="file-stats">
<a href="#7aac17f1212cacb769c68be5d3c584ac21922795">
testsuite/tests/deriving/should_compile/drv-phantom.stderr
</a>
</li>
<li class="file-stats">
<a href="#96b59c88974385004fa70f89e7ef654285e8ae96">
testsuite/tests/deriving/should_fail/T10598_fail1.stderr
</a>
</li>
<li class="file-stats">
<a href="#8335cf3f74bb3e92c8879ae3939f43630efa6e25">
testsuite/tests/deriving/should_fail/T10598_fail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#8127460c5ce0cded90f144618c0c1d9a8dacac91">
testsuite/tests/deriving/should_fail/T10684.stderr
</a>
</li>
<li class="file-stats">
<a href="#839bb15d8db1fd5e32c8232720a06306d812950a">
testsuite/tests/deriving/should_fail/T12163.stderr
</a>
</li>
<li class="file-stats">
<a href="#1ef6bf1e0de6da86337b7674f654be279e9d7942">
testsuite/tests/deriving/should_fail/T12801.stderr
</a>
</li>
<li class="file-stats">
<a href="#a82823207e42e073b3e3c676ac79518045f92b67">
testsuite/tests/deriving/should_fail/T14339.stderr
</a>
</li>
<li class="file-stats">
<a href="#607dc72a829e46d2c4712705c52e8a8b8ae8188f">
testsuite/tests/deriving/should_fail/T14365.stderr
</a>
</li>
<li class="file-stats">
<a href="#e5028bea6c8373822795571e7130dd17801f829c">
testsuite/tests/deriving/should_fail/T14916.stderr
</a>
</li>
<li class="file-stats">
<a href="#ae5d83745793c952d75c753abd6e55f94fadfb31">
testsuite/tests/deriving/should_fail/T16181.stderr
</a>
</li>
<li class="file-stats">
<a href="#4f5af661ba9ca7be0a0fe9ebbb89f6d657bee57c">
testsuite/tests/deriving/should_fail/T16923.stderr
</a>
</li>
<li class="file-stats">
<a href="#61a57623f7661c17448eb93d1b1e7e8d3ada4c09">
testsuite/tests/deriving/should_fail/T18127b.stderr
</a>
</li>
<li class="file-stats">
<a href="#b0e46798dd2a5031cb7dcded2885b30315ba08d6">
testsuite/tests/deriving/should_fail/T1830_1.stderr
</a>
</li>
<li class="file-stats">
<a href="#91ed6fcf8611fa88ec48f59dfffa9a4dc6f52791">
testsuite/tests/deriving/should_fail/T19692.stderr
</a>
</li>
<li class="file-stats">
<a href="#7919b2b3137eb281facf6d4302c15bc4ae2438ab">
testsuite/tests/deriving/should_fail/T21302.stderr
</a>
</li>
<li class="file-stats">
<a href="#7b7e5b1a1e161461114748b7d763408eaece0bbd">
testsuite/tests/deriving/should_fail/T22696b.stderr
</a>
</li>
<li class="file-stats">
<a href="#a05ed273e5b258af313273a23d91c77767b44910">
testsuite/tests/deriving/should_fail/T23522.stderr
</a>
</li>
<li class="file-stats">
<a href="#63149177d550f572bbaf0f5083a0437778b5e62f">
testsuite/tests/deriving/should_fail/T2701.stderr
</a>
</li>
<li class="file-stats">
<a href="#2fabdb17e3cf2a7b5fe192f39c57e54b6a0ffb74">
testsuite/tests/deriving/should_fail/T2851.stderr
</a>
</li>
<li class="file-stats">
<a href="#09c2c47df487ce687383355c951d672c0bd084a7">
testsuite/tests/deriving/should_fail/T3101.stderr
</a>
</li>
<li class="file-stats">
<a href="#5c37d0fd66128ec71031e4a4fdcaf33a221703d8">
testsuite/tests/deriving/should_fail/T3621.stderr
</a>
</li>
<li class="file-stats">
<a href="#f49d9ed9ebc5ceca6658e70d1983c0790ce9147c">
testsuite/tests/deriving/should_fail/T4846.stderr
</a>
</li>
<li class="file-stats">
<a href="#d85ae06ff819c1780ee5b1f194a629a4ba4a5f49">
testsuite/tests/deriving/should_fail/T5478.stderr
</a>
</li>
<li class="file-stats">
<a href="#fadfbe7b050c8b6f6da016b17e9fa01db52870b2">
testsuite/tests/deriving/should_fail/T5686.stderr
</a>
</li>
<li class="file-stats">
<a href="#49b71b18b590c570e7a9a10562fc5b10f21a3a28">
testsuite/tests/deriving/should_fail/T5922.stderr
</a>
</li>
<li class="file-stats">
<a href="#ae16108124a1d13e04e8057488646e70d153b204">
testsuite/tests/deriving/should_fail/T6147.stderr
</a>
</li>
<li class="file-stats">
<a href="#3e55a45b2610658cee35430da4e106e5274dfca6">
testsuite/tests/deriving/should_fail/T7401_fail.stderr
</a>
</li>
<li class="file-stats">
<a href="#02e1d577da9faa1deed3534e9246f0bc51e7ee6b">
testsuite/tests/deriving/should_fail/T7959.stderr
</a>
</li>
<li class="file-stats">
<a href="#6fe7634a790a3c885aa3ff62e15954a32cd1729e">
testsuite/tests/deriving/should_fail/T9071.stderr
</a>
</li>
<li class="file-stats">
<a href="#28fa3678776c6f8b571fae6fdb3be8cf2c0f9768">
testsuite/tests/deriving/should_fail/T9071_2.stderr
</a>
</li>
<li class="file-stats">
<a href="#0e9890836a7836ab72bd282f1533bb75c272ed56">
testsuite/tests/deriving/should_fail/deriving-via-fail.stderr
</a>
</li>
<li class="file-stats">
<a href="#516d3f5b72a56a92f0114276868d76afa74e2255">
testsuite/tests/deriving/should_fail/deriving-via-fail4.stderr
</a>
</li>
<li class="file-stats">
<a href="#3dfb6d392187d2747abf6e8175ff64d1175ca8ac">
testsuite/tests/deriving/should_fail/deriving-via-fail5.stderr
</a>
</li>
<li class="file-stats">
<a href="#30679145026289be735daf3842d31306eb2b7c23">
testsuite/tests/deriving/should_fail/drvfail-foldable-traversable1.stderr
</a>
</li>
<li class="file-stats">
<a href="#08f9b4d39e848f96a6678940352c34490d9ff663">
testsuite/tests/deriving/should_fail/drvfail-functor1.stderr
</a>
</li>
<li class="file-stats">
<a href="#86ea51268b52b8ae6536ca3b4ffcd343bd794ef8">
testsuite/tests/deriving/should_fail/drvfail-functor2.stderr
</a>
</li>
<li class="file-stats">
<a href="#c75f3797d9e7d38d9397c65dd2632fb8d512df26">
testsuite/tests/deriving/should_fail/drvfail001.stderr
</a>
</li>
<li class="file-stats">
<a href="#9da6f9d8cc41782825ef6bad81dd32f0b3d01872">
testsuite/tests/deriving/should_fail/drvfail002.stderr
</a>
</li>
<li class="file-stats">
<a href="#aa13ff94f2c7924c659ac3f2176d4c54eb6c3dde">
testsuite/tests/deriving/should_fail/drvfail003.stderr
</a>
</li>
<li class="file-stats">
<a href="#0c843cdee35f09922779376c1062921b74c7fd36">
testsuite/tests/deriving/should_fail/drvfail004.stderr
</a>
</li>
<li class="file-stats">
<a href="#340350f361b6b02ff67adcd36326b951c06e938f">
testsuite/tests/deriving/should_fail/drvfail005.stderr
</a>
</li>
<li class="file-stats">
<a href="#23acbd9e0446b0794f5b7d07b3be4381e4194b06">
testsuite/tests/deriving/should_fail/drvfail007.stderr
</a>
</li>
<li class="file-stats">
<a href="#f9e6ee2bf47e9c39e42e3bd554f82330c20971a6">
testsuite/tests/deriving/should_fail/drvfail012.stderr
</a>
</li>
<li class="file-stats">
<a href="#5b73c66e3beef64c0440014d2a03f6845cdfb114">
testsuite/tests/deriving/should_fail/drvfail013.stderr
</a>
</li>
<li class="file-stats">
<a href="#60d78724834086e7b2441ba58967c3ec49c6c09e">
testsuite/tests/deriving/should_fail/drvfail016.stderr
</a>
</li>
<li class="file-stats">
<a href="#bdf6e689f5d460d054c6d3202cdcdba29a34689d">
testsuite/tests/dmdanal/should_compile/T10069.stderr
</a>
</li>
<li class="file-stats">
<a href="#73c0326065bc15c3ecfbac78b9613db48b4af88d">
testsuite/tests/dmdanal/should_compile/T10482.stderr
</a>
</li>
<li class="file-stats">
<a href="#a73aa8968ec6c99a82a9d1edc36e36088c989df4">
testsuite/tests/dmdanal/should_compile/T10482a.stderr
</a>
</li>
<li class="file-stats">
<a href="#e94b2f87040640b94742e5884c0d8fc34ef0fef4">
testsuite/tests/dmdanal/should_compile/T13143.stderr
</a>
</li>
<li class="file-stats">
<a href="#8cd1d2b6cb71fc6d88f7c5af63012117ff4e880e">
testsuite/tests/dmdanal/should_compile/T16029.stdout
</a>
</li>
<li class="file-stats">
<a href="#36b1d895f7671976b85acb109769dc25ef342a1c">
testsuite/tests/dmdanal/should_compile/T18982.stderr
</a>
</li>
<li class="file-stats">
<a href="#c37da767a0cd636c3bce06197a8e533e2f767842">
testsuite/tests/dmdanal/should_compile/T20510.stderr
</a>
</li>
<li class="file-stats">
<a href="#6146a3aa32d50afecd89ea0fd38952f2759dfcf0">
testsuite/tests/dmdanal/should_compile/T20663.stderr
</a>
</li>
<li class="file-stats">
<a href="#c32227aa533efdd11c35726ffbdc6bb338917a42">
testsuite/tests/dmdanal/should_compile/T23398.stderr
</a>
</li>
<li class="file-stats">
<a href="#70d308d56b9b405ce3f06e3c9cea3b47442b8083">
testsuite/tests/driver/T20604/T20604.stdout
</a>
</li>
<li class="file-stats">
<a href="#60ccd4b3e5f58fbfcb05af38c5e3902f3e3b2ac6">
testsuite/tests/driver/fat-iface/fat001.stdout
</a>
</li>
<li class="file-stats">
<a href="#472938e2167280598909b1e656e459fd46f4b604">
testsuite/tests/driver/fat-iface/fat006.stdout
</a>
</li>
<li class="file-stats">
<a href="#3c74b04bb71cf1fa6d19449324b5624f8d564376">
testsuite/tests/driver/j-space/jspace.hs
</a>
</li>
<li class="file-stats">
<a href="#403ab095c191d716696a4f33ca751321bcdcfdc8">
testsuite/tests/driver/multipleHomeUnits/multiGHCi.stderr
</a>
</li>
<li class="file-stats">
<a href="#651550e88dec98b7ef9b05866d17e4bacac9ac11">
testsuite/tests/driver/multipleHomeUnits/multipleHomeUnits002.stdout
</a>
</li>
<li class="file-stats">
<a href="#02d5999a8e6acb432e4e922bcaad9a737daf6b88">
testsuite/tests/driver/multipleHomeUnits/multipleHomeUnits003.stdout
</a>
</li>
<li class="file-stats">
<a href="#ef3186f4212ab26d56f0ba8e605a95c1ec4342df">
testsuite/tests/driver/recomp24656/recomp24656.stdout
</a>
</li>
<li class="file-stats">
<a href="#9ac2f6e8ea3ee49cd6245f2853df3ef9116e1e49">
<span class="new-file">
+
testsuite/tests/driver/self-recomp/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#273609a0534323ce14674619efcd7679eaf4067f">
<span class="new-file">
+
testsuite/tests/driver/self-recomp/SelfRecomp01.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#6a913537cca93f1d9d1496bab7450b7247498303">
<span class="new-file">
+
testsuite/tests/driver/self-recomp/SelfRecomp02.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#7888811a3b46a2d57b4ba98a845426ea7dd7919c">
<span class="new-file">
+
testsuite/tests/driver/self-recomp/SelfRecomp03.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#251f2a45cc6ce11a143b81c09313b9c9737b9909">
<span class="new-file">
+
testsuite/tests/driver/self-recomp/SelfRecomp04.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#ad9a073336c8bb4c494966257fd496eb6d15c21a">
<span class="new-file">
+
testsuite/tests/driver/self-recomp/SelfRecomp04.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#7683c7db428fb58d755de69d30189998691adb43">
<span class="new-file">
+
testsuite/tests/driver/self-recomp/all.T
</span>
</a>
</li>
<li class="file-stats">
<a href="#c1adbd51e1c083dd24f6d0f81faaf5b6d656be81">
testsuite/tests/gadt/CasePrune.stderr
</a>
</li>
<li class="file-stats">
<a href="#bcd9612bf3d7c8fa088e20600cc15f2b48f1a102">
testsuite/tests/gadt/gadt10.stderr
</a>
</li>
<li class="file-stats">
<a href="#b6f56300113ceb6f30ae7273e3c18dc989a244ee">
testsuite/tests/generics/GenCannotDoRep0_0.stderr
</a>
</li>
<li class="file-stats">
<a href="#ac0222fbf6abc9994d39ac11b7cb8b5f48268009">
testsuite/tests/generics/GenCannotDoRep0_1.stderr
</a>
</li>
<li class="file-stats">
<a href="#dbd5c88a8181fb717f2a1cbbe988920cd1bd71c7">
testsuite/tests/generics/GenCannotDoRep1_0.stderr
</a>
</li>
<li class="file-stats">
<a href="#c381444bcd3bc23472651a9cae81eae566044e87">
testsuite/tests/generics/GenCannotDoRep1_1.stderr
</a>
</li>
<li class="file-stats">
<a href="#9281f401422c7518a2083f086d46e227ea544199">
testsuite/tests/generics/GenCannotDoRep1_3.stderr
</a>
</li>
<li class="file-stats">
<a href="#1d259b8d6c86d8445b469815e6646f72513ea6b5">
testsuite/tests/generics/GenCannotDoRep1_4.stderr
</a>
</li>
<li class="file-stats">
<a href="#ab1755a07f5f5165cb12929b92a8ad4835181fbb">
testsuite/tests/generics/GenCannotDoRep1_6.stderr
</a>
</li>
<li class="file-stats">
<a href="#53d3de54e79cde1678d5d5042a2a1d1e0ffd16d4">
testsuite/tests/generics/GenCannotDoRep1_7.stderr
</a>
</li>
<li class="file-stats">
<a href="#c0fa4d5ee519ab60356ccfb0d692e34e5184a236">
testsuite/tests/generics/GenCannotDoRep1_8.stderr
</a>
</li>
<li class="file-stats">
<a href="#592963583977897a1cada51661752fe5049d94e0">
testsuite/tests/generics/GenDerivOutput.stderr
</a>
</li>
<li class="file-stats">
<a href="#4dfea53d9958b48509f420656a0a1ff2c060f46b">
testsuite/tests/generics/GenDerivOutput1_0.stderr
</a>
</li>
<li class="file-stats">
<a href="#67ed08628f7bfdeb356ed38e8fdf9de77e78927f">
testsuite/tests/generics/GenDerivOutput1_1.stderr
</a>
</li>
<li class="file-stats">
<a href="#4488644dfe69140f13fcca575f94e0c087e26a12">
testsuite/tests/generics/T10030.stdout
</a>
</li>
<li class="file-stats">
<a href="#ab599cf4f4db87b1df362da75e8191d1dfc0b27c">
testsuite/tests/generics/T10604/T10604_deriving.stderr
</a>
</li>
<li class="file-stats">
<a href="#7eaf063470b52c8c6cbf31cb2abbc025e22a1192">
testsuite/tests/generics/T10604/T10604_no_PolyKinds.stderr
</a>
</li>
<li class="file-stats">
<a href="#60f4197db19da6025ebfecd428035603a729a339">
testsuite/tests/generics/T5462No1.stderr
</a>
</li>
<li class="file-stats">
<a href="#fce5a4212bd18b1ce75792e2bf3570e26863e720">
testsuite/tests/generics/T8468.stderr
</a>
</li>
<li class="file-stats">
<a href="#5ff2ade90c007a336603fdf2c260560031a87873">
testsuite/tests/ghc-api/T18522-dbg-ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#7d664d1dcae1b6699f367908fcc2e428061152b0">
testsuite/tests/ghc-api/downsweep/OldModLocation.hs
</a>
</li>
<li class="file-stats">
<a href="#c5c6d847d5d43e58941ba14bb15b09d50b1c90ac">
testsuite/tests/ghc-api/downsweep/PartialDownsweep.hs
</a>
</li>
<li class="file-stats">
<a href="#ebc0f6e3733fe075348f9485435df1d0ada36c5b">
testsuite/tests/ghc-api/exactprint/T22919.stderr
</a>
</li>
<li class="file-stats">
<a href="#a408de4f7dee511726d0f2f37a8d1f8ccff33307">
testsuite/tests/ghc-api/exactprint/ZeroWidthSemi.stderr
</a>
</li>
<li class="file-stats">
<a href="#9c44386630c82ce882cc79111b061dc860e3e108">
testsuite/tests/ghc-e/should_fail/T18441fail0.stderr
</a>
</li>
<li class="file-stats">
<a href="#5a0dd50ff212b96bd6c6510d214a7474f845b026">
testsuite/tests/ghc-e/should_fail/T18441fail1.stderr
</a>
</li>
<li class="file-stats">
<a href="#d408f1bad20dddb3ede3b0fff962bb31afe60dff">
testsuite/tests/ghc-e/should_fail/T18441fail10.stderr
</a>
</li>
<li class="file-stats">
<a href="#b56f4e259640beece966df56389e3ca1f3cde2b0">
testsuite/tests/ghc-e/should_fail/T18441fail11.stderr
</a>
</li>
<li class="file-stats">
<a href="#b8c987e540c60c2f60f839be83ca8b84faf97999">
testsuite/tests/ghc-e/should_fail/T18441fail14.stderr
</a>
</li>
<li class="file-stats">
<a href="#4343c159d21b74cdedd4f3d4169982ca1ee063f2">
testsuite/tests/ghc-e/should_fail/T18441fail15.stderr
</a>
</li>
<li class="file-stats">
<a href="#0d2630125f5b9bd30b542ea1847c2b39c507138e">
testsuite/tests/ghc-e/should_fail/T18441fail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#29608d055e7d96fa66c09b00ebf206abb540fcfa">
testsuite/tests/ghc-e/should_fail/T18441fail6.stderr
</a>
</li>
<li class="file-stats">
<a href="#e0a74fe954a925cd5305d1fd9e23842b12a25620">
testsuite/tests/ghc-e/should_fail/T18441fail8.stderr
</a>
</li>
<li class="file-stats">
<a href="#d4e1c50a4712ebe31a2429df0062f820968078e3">
testsuite/tests/ghc-e/should_fail/T23663.stderr
</a>
</li>
<li class="file-stats">
<a href="#99d220ce82b15093e6a1d2a42d2735a4ef3ecd1f">
testsuite/tests/ghc-e/should_fail/T24172.stderr
</a>
</li>
<li class="file-stats">
<a href="#d16ebb21d7464d6c4657f91d80a0ebe18a5e9bec">
testsuite/tests/ghci.debugger/scripts/break011.stdout
</a>
</li>
<li class="file-stats">
<a href="#c3ccecbed8e732d9f427e3dcc8f029d203e4b4ab">
testsuite/tests/ghci.debugger/scripts/break016.stdout
</a>
</li>
<li class="file-stats">
<a href="#509227a8550f0134c8fb92a031a51ab776c17a67">
testsuite/tests/ghci.debugger/scripts/break024.stdout
</a>
</li>
<li class="file-stats">
<a href="#e62343137b117aa836be0497a6cb5e141152436a">
testsuite/tests/ghci.debugger/scripts/break030.stdout
</a>
</li>
<li class="file-stats">
<a href="#40f910db023d3afd0218b9c7e712693756d42609">
testsuite/tests/ghci/T16793/T16793.stdout
</a>
</li>
<li class="file-stats">
<a href="#ec1a4945ff609e17915d75839baaed893d646689">
testsuite/tests/ghci/T18060/T18060.stdout
</a>
</li>
<li class="file-stats">
<a href="#a609b75173f8eeaa8089e89da5cb58fcdda3a2ca">
testsuite/tests/ghci/scripts/ListTuplePunsPpr.stdout
</a>
</li>
<li class="file-stats">
<a href="#0fedbf93f7e04e87c4734638fe931bc25a21402f">
testsuite/tests/ghci/scripts/T10059.stdout
</a>
</li>
<li class="file-stats">
<a href="#b8a6e910cebc9e58c7cf44f4cd7b8185e0bee895">
testsuite/tests/ghci/scripts/T10508.stderr
</a>
</li>
<li class="file-stats">
<a href="#77c227bf5f635becfb2b5ceff14672957f889305">
testsuite/tests/ghci/scripts/T14676.stderr
</a>
</li>
<li class="file-stats">
<a href="#21dd0e65506192b650c3c66fabf14e04384763cd">
testsuite/tests/ghci/scripts/T15941.stdout
</a>
</li>
<li class="file-stats">
<a href="#100fdc8e8b347e6a62e232c0f21f0196e8da91eb">
testsuite/tests/ghci/scripts/T16575.stdout
</a>
</li>
<li class="file-stats">
<a href="#3aa4402e86aec08e65424b52165fa9c60dff4cab">
testsuite/tests/ghci/scripts/T16804.stderr
</a>
</li>
<li class="file-stats">
<a href="#7be05d4795bec4646761793b7cef9c1afac2f82d">
testsuite/tests/ghci/scripts/T18755.stdout
</a>
</li>
<li class="file-stats">
<a href="#0124c1792e1777395993e80f770a4520c1ac5deb">
testsuite/tests/ghci/scripts/T20150.stdout
</a>
</li>
<li class="file-stats">
<a href="#9da236d8487b834513a7213bb84c3a7d261009ca">
testsuite/tests/ghci/scripts/T20627.stdout
</a>
</li>
<li class="file-stats">
<a href="#a12278ce9b4f23cd001dcf3f9ee4102da823c97d">
testsuite/tests/ghci/scripts/T23686.stderr
</a>
</li>
<li class="file-stats">
<a href="#72f9bf974c5e9c038cc796db5195d89524be4e75">
testsuite/tests/ghci/scripts/T4127.stdout
</a>
</li>
<li class="file-stats">
<a href="#96dbb5f5f3d9bff8b4df1b903a0ae5f9af75238e">
testsuite/tests/ghci/scripts/T4127a.stderr
</a>
</li>
<li class="file-stats">
<a href="#8da75825433bf887a762deedc637b1c15b637d5d">
testsuite/tests/ghci/scripts/T4175.stdout
</a>
</li>
<li class="file-stats">
<a href="#35c9dead622e26b830535877ec549257bcaf1ac1">
testsuite/tests/ghci/scripts/T7627.stdout
</a>
</li>
<li class="file-stats">
<a href="#a67ee6db4c8ff3243c0b03ab8636c7d1096149df">
testsuite/tests/ghci/scripts/T8113.stdout
</a>
</li>
<li class="file-stats">
<a href="#f0838d8eb1a4af059d02280d76b2a0c5179d5a5a">
testsuite/tests/ghci/scripts/T8469.stdout
</a>
</li>
<li class="file-stats">
<a href="#cc0d49dd06082ebd3a26d4b9608ea3f7e32b5af1">
testsuite/tests/ghci/scripts/T8535.stdout
</a>
</li>
<li class="file-stats">
<a href="#591ccaad6cc5f2544a9a61bad46cb0dde9ef998c">
testsuite/tests/ghci/scripts/T9181.stdout
</a>
</li>
<li class="file-stats">
<a href="#54a68a9e85fd20c586f0595659f1d649f484778a">
testsuite/tests/ghci/scripts/T9293.stderr
</a>
</li>
<li class="file-stats">
<a href="#eb7e82776092f1a4c2fe662d7f63ecd32aef58ca">
testsuite/tests/ghci/scripts/T9881.stdout
</a>
</li>
<li class="file-stats">
<a href="#1d459b61cb10fdf4ae2da0637997e336898971ce">
testsuite/tests/ghci/scripts/ghci005.stdout
</a>
</li>
<li class="file-stats">
<a href="#aa84ef307ee23e395c25ee686d2a07a07d2e3b5a">
testsuite/tests/ghci/scripts/ghci011.stdout
</a>
</li>
<li class="file-stats">
<a href="#f52fc15931034d67c989ee2984c8c6f042978bd2">
testsuite/tests/ghci/scripts/ghci020.stdout
</a>
</li>
<li class="file-stats">
<a href="#7a9a67bcf8d5c734703266952492fdbf8672ac71">
testsuite/tests/ghci/scripts/ghci025.stdout
</a>
</li>
<li class="file-stats">
<a href="#8520177690accfaca61e5b8d0c001a27acb704d9">
testsuite/tests/ghci/scripts/ghci057.stderr
</a>
</li>
<li class="file-stats">
<a href="#370bf053f31cd80ac2de011ae942e2ff9a427353">
testsuite/tests/ghci/scripts/ghci059.stdout
</a>
</li>
<li class="file-stats">
<a href="#66b3bcd5fea6555891592d68b8ebbba3fb839816">
testsuite/tests/ghci/scripts/ghci064.stdout
</a>
</li>
<li class="file-stats">
<a href="#45b00923ac7e44b00ad6ee096fdae560e86b529b">
testsuite/tests/ghci/scripts/ghci066.stdout
</a>
</li>
<li class="file-stats">
<a href="#e51a9b19a7a130d82a1f6b7794fdbd6311e673e2">
testsuite/tests/ghci/should_fail/T18027a.stderr
</a>
</li>
<li class="file-stats">
<a href="#21c5b645ea2a74cb7e572ded803f5d71dac78dcf">
testsuite/tests/ghci/should_fail/T18052b.stderr
</a>
</li>
<li class="file-stats">
<a href="#5d816e20872e4770a7dbe3f77d5683e0bd00a50d">
testsuite/tests/ghci/should_run/Makefile
</a>
</li>
<li class="file-stats">
<a href="#9b33d42a56362047b81cf7b4543b764a06b0c758">
testsuite/tests/ghci/should_run/T10145.stdout
</a>
</li>
<li class="file-stats">
<a href="#62d6c121764dbbb267957182a0a2d90c77a7287d">
testsuite/tests/ghci/should_run/T13456.stdout
</a>
</li>
<li class="file-stats">
<a href="#08cac179775c37a637fe6aa2388c97cfabfb4959">
testsuite/tests/ghci/should_run/T15369.stdout
</a>
</li>
<li class="file-stats">
<a href="#596259dd3ae0f37a7343d983ab2129fd1a44aae8">
testsuite/tests/ghci/should_run/T16096.stdout
</a>
</li>
<li class="file-stats">
<a href="#521c51a3dce743bc57374150d00df600616a2db5">
testsuite/tests/ghci/should_run/T18594.stdout
</a>
</li>
<li class="file-stats">
<a href="#bb1f2a79d77ac4ddddf888c8cc05017ec0936507">
testsuite/tests/ghci/should_run/T21052.stdout
</a>
</li>
<li class="file-stats">
<a href="#19674155fe7749cb83184f023e95ff29c1e55c3e">
<span class="new-file">
+
testsuite/tests/ghci/should_run/T25790.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#62918f01b19e48a786969b32059e9ca83f468767">
<span class="new-file">
+
testsuite/tests/ghci/should_run/T25790.script
</span>
</a>
</li>
<li class="file-stats">
<a href="#e3879079afa32ec6b17e3ec0467dc56e0f6e2a1e">
<span class="new-file">
+
testsuite/tests/ghci/should_run/TopEnvIface.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#ecf4f403d61d19a8d84e390f57d32875e2aecdee">
<span class="new-file">
+
testsuite/tests/ghci/should_run/TopEnvIface.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#e3ec196b4d51de46a9d43a05f940f89634edcfcc">
<span class="new-file">
+
testsuite/tests/ghci/should_run/TopEnvIface2.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#2adf5bbfc798c2d682060f7e514e2417532c2eab">
testsuite/tests/ghci/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#1ec2f1ba4886e7bbaa7be6882d4e4bf8ff0e8f28">
<span class="new-file">
+
testsuite/tests/indexed-types/should_compile/DataInstanceKindsDefaults.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#0942e35743c77f939f29199ed453d13b576a52e9">
testsuite/tests/indexed-types/should_compile/T11361a.stderr
</a>
</li>
<li class="file-stats">
<a href="#5ad0f4dcdcba483979682172779160f3d20f042f">
<span class="new-file">
+
testsuite/tests/indexed-types/should_compile/T25611a.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a1f248027853d78c6da070bb1fe483da3fd9ec95">
<span class="new-file">
+
testsuite/tests/indexed-types/should_compile/T25611b.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#876eac4b1e1dc9c6699a8cd62b34f3fd49779268">
testsuite/tests/typecheck/should_fail/UnliftedNewtypesUnassociatedFamilyFail.hs

testsuite/tests/indexed-types/should_compile/T25611c.hs
</a>
</li>
<li class="file-stats">
<a href="#223c80c4b048b2c2b385ba76e66fa8595f24b2db">
<span class="new-file">
+
testsuite/tests/indexed-types/should_compile/T25611d.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#58b9bc2ffb1c7d7b545e6aada524a5d53266e95e">
testsuite/tests/indexed-types/should_compile/all.T
</a>
</li>
<li class="file-stats">
<a href="#c7ee0860b9677e06d71cdc688535eb03cb84df29">
testsuite/tests/indexed-types/should_fail/BadFamInstDecl.stderr
</a>
</li>
<li class="file-stats">
<a href="#d5ceaa55dd34459c64b8975e1d2298cc9605b37f">
testsuite/tests/indexed-types/should_fail/ExplicitForAllFams4a.stderr
</a>
</li>
<li class="file-stats">
<a href="#2fde7ac433f0aa93d0eb250c22f88389607cd467">
testsuite/tests/indexed-types/should_fail/ExplicitForAllFams4b.stderr
</a>
</li>
<li class="file-stats">
<a href="#d166a0030d7fdc742565a183b2da170a94839012">
testsuite/tests/indexed-types/should_fail/HsBootFam.stderr
</a>
</li>
<li class="file-stats">
<a href="#7fd6e34ea6c265f0c7f4b1268abbd347d66e32b8">
testsuite/tests/indexed-types/should_fail/NotRelaxedExamples.stderr
</a>
</li>
<li class="file-stats">
<a href="#a7a6800178c5687c8dfce34255cc2d3da5b6a83d">
testsuite/tests/indexed-types/should_fail/Overlap3.stderr
</a>
</li>
<li class="file-stats">
<a href="#f415f29590d7f0c5c1402c4b206a2c2d12b0dce1">
testsuite/tests/indexed-types/should_fail/Overlap7.stderr
</a>
</li>
<li class="file-stats">
<a href="#bb3a212c05f305f49d7ee05ec1b5107fe77aef36">
testsuite/tests/indexed-types/should_fail/SimpleFail12.stderr
</a>
</li>
<li class="file-stats">
<a href="#e0cf7f388b9ee5be5126ba1c2e0ec0fbb3a839ba">
testsuite/tests/indexed-types/should_fail/SimpleFail13.stderr
</a>
</li>
<li class="file-stats">
<a href="#dd442b7fb734d7e02b32e5ea833ac3f7b326806e">
testsuite/tests/indexed-types/should_fail/SimpleFail14.stderr
</a>
</li>
<li class="file-stats">
<a href="#0cd990dc3c10c56af9042c37c903ade6c53cdf15">
testsuite/tests/indexed-types/should_fail/SimpleFail1a.stderr
</a>
</li>
<li class="file-stats">
<a href="#8dc474713c9b894f9ec8d824a811e39c1ee965a2">
testsuite/tests/indexed-types/should_fail/SimpleFail1b.stderr
</a>
</li>
<li class="file-stats">
<a href="#643cdd7f1c5109029bf84ca29e7eb9f8e6aef56f">
testsuite/tests/indexed-types/should_fail/SimpleFail2a.stderr
</a>
</li>
<li class="file-stats">
<a href="#07bdd21399545da18d63e0ab4a03572a52dbea9d">
testsuite/tests/indexed-types/should_fail/SimpleFail3a.stderr
</a>
</li>
<li class="file-stats">
<a href="#f5b2262300e77de7b0dbf5f0bd21be0a48df6f4f">
testsuite/tests/indexed-types/should_fail/SimpleFail4.stderr
</a>
</li>
<li class="file-stats">
<a href="#ea2eaae99e3e163d141f57594a69ea9a9ac4986a">
testsuite/tests/indexed-types/should_fail/SimpleFail7.stderr
</a>
</li>
<li class="file-stats">
<a href="#dbbedd3ff17de84fe40d4974624d5d744d7a9c4c">
testsuite/tests/indexed-types/should_fail/SimpleFail9.stderr
</a>
</li>
<li class="file-stats">
<a href="#827c2d444eb1045452bfcd712c92fc5e56f28f2e">
testsuite/tests/indexed-types/should_fail/T10817.stderr
</a>
</li>
<li class="file-stats">
<a href="#f1ce537baefab9d1c5f134ec7978224b14db362c">
testsuite/tests/indexed-types/should_fail/T10899.stderr
</a>
</li>
<li class="file-stats">
<a href="#723a77134c30b991254e07fed905a6afbde673c6">
testsuite/tests/indexed-types/should_fail/T11136.stderr
</a>
</li>
<li class="file-stats">
<a href="#f6855be8199d4bd9de7493120301a4e97c7d52aa">
testsuite/tests/indexed-types/should_fail/T11450.stderr
</a>
</li>
<li class="file-stats">
<a href="#0b5560ea3ef5aa4e88619cdc69203539a52ecb0a">
testsuite/tests/indexed-types/should_fail/T12041.stderr
</a>
</li>
<li class="file-stats">
<a href="#e836371bdcea6df7ac0a59bdb729b1743fb20646">
testsuite/tests/indexed-types/should_fail/T12867.stderr
</a>
</li>
<li class="file-stats">
<a href="#69edc75f6597d0874498e964811e0c9ea4b7b1ef">
testsuite/tests/indexed-types/should_fail/T13971.stderr
</a>
</li>
<li class="file-stats">
<a href="#ad0b4d579659de4effeafb89612694d8b6b98bf6">
testsuite/tests/indexed-types/should_fail/T13971b.stderr
</a>
</li>
<li class="file-stats">
<a href="#6038fa539ca5ae1000ae0fb1d691f14419e6de68">
testsuite/tests/indexed-types/should_fail/T14230.stderr
</a>
</li>
<li class="file-stats">
<a href="#c6778431c5f041d78bbeda6e1c439a191f6b8db2">
testsuite/tests/indexed-types/should_fail/T14230a.stderr
</a>
</li>
<li class="file-stats">
<a href="#6057c5f8d21bbfa426419fbab30694762b14d258">
testsuite/tests/indexed-types/should_fail/T15740.stderr
</a>
</li>
<li class="file-stats">
<a href="#4804182f9ab473568a0d2d360c33f69698f37b52">
testsuite/tests/indexed-types/should_fail/T15870.stderr
</a>
</li>
<li class="file-stats">
<a href="#a605ff400901085182447c89828b2de1a5dbb0f6">
testsuite/tests/indexed-types/should_fail/T16110_Fail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#e88311a0cc719a5d07f737b9fa0a0b5bd6b4e938">
testsuite/tests/indexed-types/should_fail/T16110_Fail3.stderr
</a>
</li>
<li class="file-stats">
<a href="#0509b890ea835e45302350905e2fbc28d868c7d5">
testsuite/tests/indexed-types/should_fail/T16356_Fail1.stderr
</a>
</li>
<li class="file-stats">
<a href="#8029ad8879e2eade66ead20902b7f97ae4966d6d">
testsuite/tests/indexed-types/should_fail/T16356_Fail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#4039e10fcaa37321c10108035447a091fc308814">
testsuite/tests/indexed-types/should_fail/T16356_Fail3.stderr
</a>
</li>
<li class="file-stats">
<a href="#2f8639f62c2c4ae0dcc66cb44772f4f2228e45c9">
testsuite/tests/indexed-types/should_fail/T17008a.stderr
</a>
</li>
<li class="file-stats">
<a href="#c2fcda265b5450370758d78c30a59f775f1b1b26">
testsuite/tests/indexed-types/should_fail/T18648.stderr
</a>
</li>
<li class="file-stats">
<a href="#c04c99b31bb2fca889d02c303d74becf718c1b15">
testsuite/tests/indexed-types/should_fail/T2157.stderr
</a>
</li>
<li class="file-stats">
<a href="#22899d28337c80ed245e93db83e058bd96899014">
testsuite/tests/indexed-types/should_fail/T2334A.stderr
</a>
</li>
<li class="file-stats">
<a href="#6a518ae4074c02d56e5476530dad74ce280e0f0b">
testsuite/tests/indexed-types/should_fail/T3092.stderr
</a>
</li>
<li class="file-stats">
<a href="#d3b6cb4888386d52e22c645da13d355ac1629bc7">
testsuite/tests/indexed-types/should_fail/T7536.stderr
</a>
</li>
<li class="file-stats">
<a href="#4deeb368698a36231105caaccfab6c97d311228a">
testsuite/tests/indexed-types/should_fail/T7938.stderr
</a>
</li>
<li class="file-stats">
<a href="#9ce3533e3d2bdc2ed2d290e31021207c39fd5729">
testsuite/tests/indexed-types/should_fail/T8368.stderr
</a>
</li>
<li class="file-stats">
<a href="#022292799466b9b31e4522069903c5b0fac15e9c">
testsuite/tests/indexed-types/should_fail/T8368a.stderr
</a>
</li>
<li class="file-stats">
<a href="#a74fae9ef1f2d7cc076f740f3ac2e088f73f1813">
testsuite/tests/indexed-types/should_fail/T9160.stderr
</a>
</li>
<li class="file-stats">
<a href="#3578c0c3cca23275226a90865c77b65906fd9727">
testsuite/tests/indexed-types/should_fail/T9357.stderr
</a>
</li>
<li class="file-stats">
<a href="#0d5fc8d658095eb8869b4efd5bc3697bef6b6b22">
testsuite/tests/indexed-types/should_fail/T9896.stderr
</a>
</li>
<li class="file-stats">
<a href="#f13b9090d01b5ae336ceb75b563a6acf6384f08a">
testsuite/tests/indexed-types/should_fail/TyFamArity1.stderr
</a>
</li>
<li class="file-stats">
<a href="#590182a0133059b146074abb54da685c3535e6f8">
testsuite/tests/indexed-types/should_fail/TyFamArity2.stderr
</a>
</li>
<li class="file-stats">
<a href="#8ba8b467c24ec69f114fc8ef6b44e6e464678634">
testsuite/tests/indexed-types/should_fail/TyFamUndec.stderr
</a>
</li>
<li class="file-stats">
<a href="#2ca7b1d6bb24cd05ca30a428efb924268c8dbc51">
testsuite/tests/interface-stability/base-exports.stdout
</a>
</li>
<li class="file-stats">
<a href="#482ce10224feee28cb25df69f2be2fd845ccb44d">
testsuite/tests/interface-stability/base-exports.stdout-javascript-unknown-ghcjs
</a>
</li>
<li class="file-stats">
<a href="#0c9107f6ffbb0ee70fe83374d94d1734a3bac3cb">
testsuite/tests/interface-stability/base-exports.stdout-mingw32
</a>
</li>
<li class="file-stats">
<a href="#e9c4dd54adbea818aa90a241f5325670bb349d53">
testsuite/tests/interface-stability/base-exports.stdout-ws-32
</a>
</li>
<li class="file-stats">
<a href="#82b23ae123a1b839f5c9c55e2431169c87d7c3b1">
testsuite/tests/interface-stability/ghc-experimental-exports.stdout
</a>
</li>
<li class="file-stats">
<a href="#fca75268a6e3a0981d7c5438f0cfb55796de4135">
testsuite/tests/interface-stability/ghc-experimental-exports.stdout-mingw32
</a>
</li>
<li class="file-stats">
<a href="#2576d273556f3c6af6a44c20f26fdce3e3bbc9ec">
testsuite/tests/interface-stability/template-haskell-exports.stdout
</a>
</li>
<li class="file-stats">
<a href="#2c4dbe4df467aeeabfb975609094cd046283a4f7">
testsuite/tests/javascript/Makefile
</a>
</li>
<li class="file-stats">
<a href="#ca9499535a19a8dd7f778b2bae231ab8dabc2db5">
<span class="new-file">
+
testsuite/tests/javascript/T25633.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c81eba6f01f63a8a12f0e0a424f48815796fd0db">
<span class="new-file">
+
testsuite/tests/javascript/T25633.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#33ac75d40491b739db59511f0dc29a37c1edd461">
testsuite/tests/javascript/all.T
</a>
</li>
<li class="file-stats">
<a href="#a2b7cae4aec791aa039150be608dbfa0c1dcf25e">
testsuite/tests/jsffi/jsffigc.hs
</a>
</li>
<li class="file-stats">
<a href="#2e84c32764b31a3fe35772ed36720993c7401237">
testsuite/tests/jsffi/jsffigc.mjs
</a>
</li>
<li class="file-stats">
<a href="#7bcd84be2b12c98ad2eab5db292374f7c49f1f4a">
testsuite/tests/jsffi/jsffisleep.hs
</a>
</li>
<li class="file-stats">
<a href="#439bfdae1c812e7b2a29141149ee72e6b21640a7">
testsuite/tests/jsffi/jsffisleep.stdout
</a>
</li>
<li class="file-stats">
<a href="#53ec544bf16342ce6399801f0c6e2dbcd18dea2f">
testsuite/tests/jsffi/textconv.hs
</a>
</li>
<li class="file-stats">
<a href="#a5a4286c58acf6a6b45c01affd83b814cf13e67d">
testsuite/tests/jsffi/textconv.mjs
</a>
</li>
<li class="file-stats">
<a href="#49df80cbece2436ecd7aeb99892f978156afc3a1">
testsuite/tests/linear/should_fail/LinearErrOrigin.stderr
</a>
</li>
<li class="file-stats">
<a href="#99723fac614326f30063bed19115e81a7d64f8e0">
testsuite/tests/linear/should_fail/LinearLet10.stderr
</a>
</li>
<li class="file-stats">
<a href="#15a204d510da2aa3578658855eaf31ce5d77274f">
testsuite/tests/linear/should_fail/LinearPartialSig.stderr
</a>
</li>
<li class="file-stats">
<a href="#78f0ff5e11893137499ff959d44d58ad2f8e76c3">
testsuite/tests/linear/should_fail/LinearVar.stderr
</a>
</li>
<li class="file-stats">
<a href="#74e942aebbf93f92024c4468c3a0c2fffe6b7b08">
testsuite/tests/linear/should_fail/T18888_datakinds.stderr
</a>
</li>
<li class="file-stats">
<a href="#68cc2e8c5cec1c3815406e81d3d00989a507fa6b">
testsuite/tests/linear/should_fail/T20083.stderr
</a>
</li>
<li class="file-stats">
<a href="#a9f437179ff444a0079b610782515b4b53c03e92">
testsuite/tests/linear/should_fail/T21278.stderr
</a>
</li>
<li class="file-stats">
<a href="#61143f83379cd098b89045526f227f72ae55eb98">
<span class="new-file">
+
testsuite/tests/llvm/should_run/T25730.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#af03404cddcaed972c85f44b0ffb2f64540ee60b">
<span class="new-file">
+
testsuite/tests/llvm/should_run/T25730.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#b0aa1e6126d2af91918a76d7270c2628bba4dd05">
<span class="new-file">
+
testsuite/tests/llvm/should_run/T25730C.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#02b86fb31d4ed59970aaab6e814c59349c02dba4">
testsuite/tests/llvm/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#92ba0c210c34fe6eef565f4a85f06d18b96f9a91">
testsuite/tests/module/mod110.stderr
</a>
</li>
<li class="file-stats">
<a href="#b7bdaaede3538446071641053f35e4c4b3ed2f8e">
testsuite/tests/module/mod132.stderr
</a>
</li>
<li class="file-stats">
<a href="#25f68703f1d1ef244aacacbbc84228236161761c">
testsuite/tests/module/mod185.stderr
</a>
</li>
<li class="file-stats">
<a href="#c59450114a54a4dc067158bac8d99ffe4efc4bcc">
testsuite/tests/module/mod53.stderr
</a>
</li>
<li class="file-stats">
<a href="#85a273043e54a038e32577d1ae5041e9bd910198">
testsuite/tests/module/mod54.stderr
</a>
</li>
<li class="file-stats">
<a href="#601f8107548e4e2f7ebc758a7a22ef20664ad82b">
testsuite/tests/module/mod55.stderr
</a>
</li>
<li class="file-stats">
<a href="#6a18292ad81fdb8b7b3c50304e17eedf744a636d">
testsuite/tests/module/mod56.stderr
</a>
</li>
<li class="file-stats">
<a href="#619434092dd22e70b48ba3440179ff7fe24b4681">
testsuite/tests/module/mod87.stderr
</a>
</li>
<li class="file-stats">
<a href="#89d0241b5e2b2f01cdb082fcff86ab0912887fe8">
testsuite/tests/module/mod97.stderr
</a>
</li>
<li class="file-stats">
<a href="#73459bdd68c8a1d83dd2fc05500d4d379b541a3d">
testsuite/tests/numeric/should_compile/T14170.stdout
</a>
</li>
<li class="file-stats">
<a href="#68981928c0d335390bba962b95dc1104a8881d05">
testsuite/tests/numeric/should_compile/T14465.stdout
</a>
</li>
<li class="file-stats">
<a href="#4bfa0905af91a0fe37bcce5eef729355c2caa70e">
testsuite/tests/numeric/should_compile/T19892.stderr
</a>
</li>
<li class="file-stats">
<a href="#e6a25af732cafed9cd91b716ddbdb29b303bd865">
testsuite/tests/numeric/should_compile/T7116.stdout
</a>
</li>
<li class="file-stats">
<a href="#1c9304a9e95ab19501dfac0c4f8913d27773d221">
<span class="new-file">
+
testsuite/tests/numeric/should_run/T25653.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#0f07e16a7544c28e9efd9077ed84e8604adbccbe">
<span class="new-file">
+
testsuite/tests/numeric/should_run/T25653.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#64bd5d9f522dad6c7bcfe51550b4609cb7ec4cd0">
testsuite/tests/numeric/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#64bf42e5981065296deb1c4047690fa52bb6cb79">
testsuite/tests/overloadedrecflds/should_fail/T18999_NoDisambiguateRecordFields.stderr
</a>
</li>
<li class="file-stats">
<a href="#3058da10cb5105dda5bf6a4e812fd9fbbe55e2b8">
testsuite/tests/overloadedrecflds/should_run/overloadedrecfldsrun04.stdout
</a>
</li>
<li class="file-stats">
<a href="#e6a699bed61e0c8d8109f383d714115200dd37b4">
testsuite/tests/parser/should_compile/DumpParsedAst.stderr
</a>
</li>
<li class="file-stats">
<a href="#9482c0bcbf68d452f1bc906433629045ac39c94b">
testsuite/tests/parser/should_compile/DumpParsedAstComments.stderr
</a>
</li>
<li class="file-stats">
<a href="#338eb1c1a80bcdbcecf4018a1808183f4305c65b">
testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
</a>
</li>
<li class="file-stats">
<a href="#4afdc3da79634c15b8fbfb6e765dc12ea54bece7">
testsuite/tests/parser/should_compile/DumpSemis.stderr
</a>
</li>
<li class="file-stats">
<a href="#d22f77fc8c4cf5de6acf34f8a183080973f0688d">
testsuite/tests/parser/should_compile/DumpTypecheckedAst.stderr
</a>
</li>
<li class="file-stats">
<a href="#ee24e3a743c7969d4a3cfdec1d00511d39dad123">
testsuite/tests/parser/should_compile/KindSigs.stderr
</a>
</li>
<li class="file-stats">
<a href="#c7cbb518abd02952b7e40de417eb0ee3adf61a8c">
testsuite/tests/parser/should_compile/T14189.stderr
</a>
</li>
<li class="file-stats">
<a href="#f8e32e71e2a9ee82c7fa55a4e9dacb1cd355c1fd">
testsuite/tests/parser/should_compile/T20718.stderr
</a>
</li>
<li class="file-stats">
<a href="#108eaa976022091002f53fefb163966e163e35b6">
testsuite/tests/parser/should_compile/T20846.stderr
</a>
</li>
<li class="file-stats">
<a href="#3345436cd64465a3433e35fc7560c7b39814c081">
testsuite/tests/parser/should_fail/ListTuplePunsFail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#2618601b8af67987a55058564ed76df1554a1a25">
testsuite/tests/parser/should_fail/ListTuplePunsFail3.stderr
</a>
</li>
<li class="file-stats">
<a href="#377ec621116b50540b5f2d3eaae71911bd3e075c">
testsuite/tests/parser/should_fail/ListTuplePunsFail4.stderr
</a>
</li>
<li class="file-stats">
<a href="#de365eefba3d7550a0ddba21e2ac273090a6ba09">
testsuite/tests/parser/should_fail/RecordDotSyntaxFail8.stderr
</a>
</li>
<li class="file-stats">
<a href="#d2346efd0e02be6f47c92e1aa402dd2a3439edb3">
testsuite/tests/parser/should_fail/T18251e.stderr
</a>
</li>
<li class="file-stats">
<a href="#9b3773a4f87e828bce5a3abaf73c710adadde5e6">
testsuite/tests/parser/should_fail/readFail035.stderr
</a>
</li>
<li class="file-stats">
<a href="#0911e8320c8afadaed902472b3cd0a90784af641">
testsuite/tests/parser/should_run/NumericUnderscores0.hs
</a>
</li>
<li class="file-stats">
<a href="#eba8da0885c1a6bc04488dd37d1813bb9729ec56">
testsuite/tests/parser/should_run/NumericUnderscores0.stdout
</a>
</li>
<li class="file-stats">
<a href="#9c33dc0aee2234550afd6226d99a2e607b88571f">
<span class="new-file">
+
testsuite/tests/parser/should_run/T25609.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#09b088818565e100fb574ea6055642ff79356ea8">
<span class="new-file">
+
testsuite/tests/parser/should_run/T25609.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#68eed1fc2701a47bf7371530f542dee7f4ea9b7c">
<span class="new-file">
+
testsuite/tests/parser/should_run/T25784.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d9f91661063ceae61a990b523bd142379b77658d">
<span class="new-file">
+
testsuite/tests/parser/should_run/T25784.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#23b02b5c77944d9957120841eb78b343a4e50e68">
testsuite/tests/parser/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#e2dacf823e2e64f5ba90e1883b7d0727c48c5568">
testsuite/tests/partial-sigs/should_compile/TypedSplice.stderr
</a>
</li>
<li class="file-stats">
<a href="#1977e66d9b448e9d4ea5aff5840b3313ab243552">
testsuite/tests/partial-sigs/should_fail/ExtraConstraintsWildcardInTypeSpliceUsed.stderr
</a>
</li>
<li class="file-stats">
<a href="#fa3386a29474461bef3914b454a5c43e8c98568a">
testsuite/tests/partial-sigs/should_fail/NamedWildcardInTypeSplice.stderr
</a>
</li>
<li class="file-stats">
<a href="#5db3f2abcffa1a4e27aaf24aee0b31600a33d169">
testsuite/tests/partial-sigs/should_fail/NamedWildcardsNotInMonotype.stderr
</a>
</li>
<li class="file-stats">
<a href="#3f09f54f5246ba5ea580755fff657723a4077bea">
testsuite/tests/partial-sigs/should_fail/T10999.stderr
</a>
</li>
<li class="file-stats">
<a href="#3a77ced8fd8ee19f6625d75a104743ac45757456">
testsuite/tests/partial-sigs/should_fail/T13324_fail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#7831d09b8aeead41f7c81ebb634d9ad255d0efb7">
testsuite/tests/patsyn/should_compile/T13350/Makefile
</a>
</li>
<li class="file-stats">
<a href="#db1cf9a3cf72f23ccff8de064621c54d2d4d6ccf">
testsuite/tests/perf/compiler/T11068.stdout
</a>
</li>
<li class="file-stats">
<a href="#1ecfd1a8bd816625b0c7fe96fe152053b40380b0">
<span class="new-file">
+
testsuite/tests/perf/compiler/T25723.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c07ccf6917057363a22505aa43f5cfce78484f50">
<span class="new-file">
+
testsuite/tests/perf/compiler/T25723.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#fd4a0b65d74153aed8b33b01a04eb3ff7442cd45">
testsuite/tests/perf/compiler/all.T
</a>
</li>
<li class="file-stats">
<a href="#068e4a3bdf83186f19bb7c7687aa9db84436e8c2">
testsuite/tests/perf/compiler/hard_hole_fits.stderr
</a>
</li>
<li class="file-stats">
<a href="#932fa7c36a14173acd749bbe21fda9f5888a26f6">
<span class="new-file">
+
testsuite/tests/perf/compiler/interpreter_steplocal.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c16154784acc218057ac04d474d159b700952aa0">
<span class="new-file">
+
testsuite/tests/perf/compiler/interpreter_steplocal.script
</span>
</a>
</li>
<li class="file-stats">
<a href="#59512a57cc7e5fc6840013ec06188a67103321e4">
<span class="new-file">
+
testsuite/tests/perf/compiler/interpreter_steplocal.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#413c3b68dbb158cc56a29e6538aa6a38bff73139">
<span class="new-file">
+
testsuite/tests/perf/should_run/ByteCodeAsm.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#f41ec90131956922871428d1f65574b7c372b5af">
testsuite/tests/perf/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#1db66625aca7a12538bebccaa1c738f620a07aaf">
testsuite/tests/plugins/plugins02.stderr
</a>
</li>
<li class="file-stats">
<a href="#dc68aa327473792cf23fedfcbad450e34e56f56f">
testsuite/tests/plugins/plugins09.stdout
</a>
</li>
<li class="file-stats">
<a href="#4b32b5c1cf00c5849e529e1eb08f799cc7bcf4e2">
testsuite/tests/plugins/plugins10.stdout
</a>
</li>
<li class="file-stats">
<a href="#3a1fc7da4889c22c227a7249f7c7a1820810e3cc">
testsuite/tests/plugins/plugins11.stdout
</a>
</li>
<li class="file-stats">
<a href="#b29afe9cf4090c785dc143f1317b9cb5c13c3e18">
testsuite/tests/plugins/static-plugins.stdout
</a>
</li>
<li class="file-stats">
<a href="#cc8e3a2fbef60a28903817d44fde35ca0e65fd44">
testsuite/tests/pmcheck/should_compile/T12957.stderr
</a>
</li>
<li class="file-stats">
<a href="#a56eaa62673ca998e15eeefc7d69576167aec66c">
<span class="new-file">
+
testsuite/tests/pmcheck/should_compile/T25749.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a52966ece03f9e76a93a2c4ea96b9fb25368723d">
testsuite/tests/pmcheck/should_compile/all.T
</a>
</li>
<li class="file-stats">
<a href="#117c10b6a5dc7ee069c7da13a7f134334cceba86">
testsuite/tests/polykinds/T10451.stderr
</a>
</li>
<li class="file-stats">
<a href="#8002e66eed40ca81c468dbef70930ddc68b86514">
testsuite/tests/polykinds/T11203.stderr
</a>
</li>
<li class="file-stats">
<a href="#b37208b88586421af1e9bff92752a43407edcdad">
testsuite/tests/polykinds/T11399.stderr
</a>
</li>
<li class="file-stats">
<a href="#44e7d3215673e7a33ed423b8e2e03e84c07a5215">
testsuite/tests/polykinds/T11821a.stderr
</a>
</li>
<li class="file-stats">
<a href="#ed6902d5f4df2bbc8e88a0dcc35699a9ed1b2e62">
testsuite/tests/polykinds/T14110.stderr
</a>
</li>
<li class="file-stats">
<a href="#773fe48eb5971e5f8447047135b8d44d79b64fba">
testsuite/tests/polykinds/T14450.stderr
</a>
</li>
<li class="file-stats">
<a href="#8fecb127c6ff9ee3ceab92433f92904107f56925">
testsuite/tests/polykinds/T14555.stderr
</a>
</li>
<li class="file-stats">
<a href="#6ea0a03ee1f53092450520fc1b347db0ab1682de">
testsuite/tests/polykinds/T14563.stderr
</a>
</li>
<li class="file-stats">
<a href="#5c2e3efb6c78b5e631ab3ee33e472fe0a6b6cffa">
testsuite/tests/polykinds/T14580.stderr
</a>
</li>
<li class="file-stats">
<a href="#82817dc82c62cf54a7c1028067e38eeb47a6d614">
testsuite/tests/polykinds/T15787.stderr
</a>
</li>
<li class="file-stats">
<a href="#d20a67a43fdb0fe2eead652112969b5bf3a19d01">
testsuite/tests/polykinds/T15795.stderr
</a>
</li>
<li class="file-stats">
<a href="#00825f7c332aaddbb729e7b2eb5eff663558eb59">
testsuite/tests/polykinds/T15795a.stderr
</a>
</li>
<li class="file-stats">
<a href="#f3072dd4dab091788008b17db6448007d03d6621">
testsuite/tests/polykinds/T16762.stderr
</a>
</li>
<li class="file-stats">
<a href="#8a55e1e721fd1242877ffa4d35e8c1e944b6e6ec">
testsuite/tests/polykinds/T16762a.stderr
</a>
</li>
<li class="file-stats">
<a href="#7e126e5c34d8170d2a6db729a64d26a89ba55f8e">
testsuite/tests/polykinds/T16762c.stderr
</a>
</li>
<li class="file-stats">
<a href="#bb0e4d1fc03add94aebb4554cd8f2311418df792">
testsuite/tests/polykinds/T17963.stderr
</a>
</li>
<li class="file-stats">
<a href="#fe41287b9864f781d6d727f00089c261eb78d60b">
testsuite/tests/polykinds/T18451.stderr
</a>
</li>
<li class="file-stats">
<a href="#c39dc3991c325fc94aa87acd0bfd06d9c4cbe2ca">
testsuite/tests/polykinds/T22742.stderr
</a>
</li>
<li class="file-stats">
<a href="#431fab34e598c7b9d0c6690751ec6c927e5e7ece">
<span class="new-file">
+
testsuite/tests/polykinds/T25661.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a9dfe4c72ba0553e2b5012cdaba4fa5853b1a488">
<span class="new-file">
+
testsuite/tests/polykinds/T25661.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#17870a2ebdfc52233c2233c9c339f234a9d57989">
testsuite/tests/polykinds/T5716a.stderr
</a>
</li>
<li class="file-stats">
<a href="#52e8f903f75531bbc771a08976806c5b586986b8">
testsuite/tests/polykinds/T7805.stderr
</a>
</li>
<li class="file-stats">
<a href="#37bb83d0a916288b2296ba25cdbbef228eed6484">
testsuite/tests/polykinds/all.T
</a>
</li>
<li class="file-stats">
<a href="#4cf11c2b47b1cf86adf9ad06c5f6ac20b5232e6d">
libraries/ghc-prim/tests/T6026.hs

testsuite/tests/primops/should_run/T6026.hs
</a>
</li>
<li class="file-stats">
<a href="#a6625ae1adde1c15fd331b63dfe5e51096d5d044">
libraries/ghc-prim/tests/T6026.stdout

testsuite/tests/primops/should_run/T6026.stdout
</a>
</li>
<li class="file-stats">
<a href="#98e52aadad6ed0677c8e810ba5f46030fd516bdd">
testsuite/tests/primops/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#a3ed605d92d0be99abd52bdccd2a9e5c6fcb5d51">
testsuite/tests/printer/T15761.stderr
</a>
</li>
<li class="file-stats">
<a href="#5a04a6c933160184ec8b521cd12baac169ee1423">
testsuite/tests/printer/T17697.stderr
</a>
</li>
<li class="file-stats">
<a href="#4eac8054f8dc90b076e0df14ffea14d1df68e1b4">
testsuite/tests/printer/T18052a.stderr
</a>
</li>
<li class="file-stats">
<a href="#2f973f9f6cf3dfea58a13a007bd625e286c375ec">
testsuite/tests/printer/Test20297.stdout
</a>
</li>
<li class="file-stats">
<a href="#8cb35be8f13ce47421a8f834d7262e0459fb7e5a">
testsuite/tests/printer/Test24533.stdout
</a>
</li>
<li class="file-stats">
<a href="#91dd486467433263143528779cdfbb6d20ed17d6">
<span class="new-file">
+
testsuite/tests/profiling/should_run/T25675.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#fd7b54605fbfd19cd80aa7189cce496158127a63">
<span class="new-file">
+
testsuite/tests/profiling/should_run/T25675.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#382baa1450ea74ecf1198bd2e384e396d34d414e">
testsuite/tests/profiling/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#55e4b4e316a86c0a4e589e51c5ead21930c7840c">
testsuite/tests/profiling/should_run/callstack001.stdout
</a>
</li>
<li class="file-stats">
<a href="#56442cd32fec117dfd62453ea0e9323a37664242">
testsuite/tests/quantified-constraints/T25243.stderr
</a>
</li>
<li class="file-stats">
<a href="#f19daa9dcb670f197643cdbb08c35299f552b1a4">
testsuite/tests/quotes/T10384.stderr
</a>
</li>
<li class="file-stats">
<a href="#566b8655528c2748a0a3f95642c08909142b573e">
testsuite/tests/quotes/TH_double_splice.stderr
</a>
</li>
<li class="file-stats">
<a href="#6d115378827d7cb423f0c752546aec9311f078c4">
testsuite/tests/quotes/TH_ppr1.stdout
</a>
</li>
<li class="file-stats">
<a href="#44d80b87f08720aba8a87499e5350f2fe4df51db">
testsuite/tests/quotes/TTH_top_splice.stderr
</a>
</li>
<li class="file-stats">
<a href="#c1718f7d7df2e457dda4fa8e01026843faa96d8d">
<span class="new-file">
+
testsuite/tests/rename/should_compile/ReExportTuples.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#8b9a4e841233b3e9753544ed6e0a31592f6073dc">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T25182.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a4162a155076487da39ef091cacc50c633652a4d">
testsuite/tests/rename/should_compile/all.T
</a>
</li>
<li class="file-stats">
<a href="#e144be7ed70728249e83732ee6e01e31b9a63b26">
testsuite/tests/rename/should_fail/T12686a.stderr
</a>
</li>
<li class="file-stats">
<a href="#d9cbf2555a79fb0d58635d8cc8897ab96200bd21">
testsuite/tests/rename/should_fail/T12686c.stderr
</a>
</li>
<li class="file-stats">
<a href="#aa2d76d0db079432fdfd3eae70d3147a66769d3d">
testsuite/tests/rename/should_fail/T15828.stderr
</a>
</li>
<li class="file-stats">
<a href="#1945540298e053f47c398d48270b78fb09593629">
testsuite/tests/rename/should_fail/T16635b.stderr
</a>
</li>
<li class="file-stats">
<a href="#8d5403ae8ddeebd1d07416f6c25d9655608825d3">
testsuite/tests/rename/should_fail/T17594b.hs
</a>
</li>
<li class="file-stats">
<a href="#0b958f3e2914361d8d2da7048c982f61a3388c70">
testsuite/tests/rename/should_fail/T17594b.stderr
</a>
</li>
<li class="file-stats">
<a href="#e2f81f5b5bbe7f28bcd82b6ef2d68f4cd58a0b76">
<span class="new-file">
+
testsuite/tests/rename/should_fail/T17594b_th.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#859eefe345291865dec49facc8fd37c69b9f24b7">
<span class="new-file">
+
testsuite/tests/rename/should_fail/T17594b_th.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#305907f56888391e52f28a2e3efca1e5e12e6ba8">
testsuite/tests/rename/should_fail/T18740a.stderr
</a>
</li>
<li class="file-stats">
<a href="#18b4dc70f564f977f9d9768a35139bc4e79681a7">
testsuite/tests/rename/should_fail/T19843h.stderr
</a>
</li>
<li class="file-stats">
<a href="#34ec0e2feed75b3250a8bac12e8b4d878017cf72">
testsuite/tests/rename/should_fail/T22478e.stderr
</a>
</li>
<li class="file-stats">
<a href="#eaa2a2e684b3fb4721faa1c07b8bfea7a33da2bf">
testsuite/tests/rename/should_fail/T23740i.stderr
</a>
</li>
<li class="file-stats">
<a href="#eed15d0d7084568f8b7de12a18db266e1752c462">
testsuite/tests/rename/should_fail/T6148d.stderr
</a>
</li>
<li class="file-stats">
<a href="#c2554d4efde41e6e193f728122336449d2cb5fc5">
testsuite/tests/rename/should_fail/all.T
</a>
</li>
<li class="file-stats">
<a href="#9ac663a4db811441c26baee40fe70f83023543fd">
testsuite/tests/rep-poly/RepPolyBackpack1.stderr
</a>
</li>
<li class="file-stats">
<a href="#4d80cc5ac13ed5c0a0dce1ee23ba839f01d687c7">
testsuite/tests/rep-poly/RepPolyBackpack3.stderr
</a>
</li>
<li class="file-stats">
<a href="#4c0a28feeb2040c37749bfcdc45fccf8e0d84471">
testsuite/tests/rep-poly/RepPolyInferPatBind.stderr
</a>
</li>
<li class="file-stats">
<a href="#1b67d1b109dc9686d585637e7b255e5ec99d4b3b">
testsuite/tests/rep-poly/RepPolyInferPatSyn.stderr
</a>
</li>
<li class="file-stats">
<a href="#ac9ea5b241959aa103d71747e040fa8bac6b2b47">
testsuite/tests/rep-poly/RepPolyTuple3.stderr
</a>
</li>
<li class="file-stats">
<a href="#b7de5a9206cba33cb82f6e98e639531301f35162">
testsuite/tests/rep-poly/T14561b.stderr
</a>
</li>
<li class="file-stats">
<a href="#8303bf071077e9123d7d6b944acf17aeee137042">
testsuite/tests/rep-poly/T23153.stderr
</a>
</li>
<li class="file-stats">
<a href="#22be7884331d65a12218213372086df689d24d49">
testsuite/tests/rep-poly/T23154.stderr
</a>
</li>
<li class="file-stats">
<a href="#8c6fd4006a4655f5801463f4e67d66c57096e557">
testsuite/tests/rep-poly/UnliftedNewtypesCoerceFail.stderr
</a>
</li>
<li class="file-stats">
<a href="#0e552c88e6ad6dda61e457558d769f9f7fc08caa">
testsuite/tests/roles/should_compile/Roles1.stderr
</a>
</li>
<li class="file-stats">
<a href="#11d454d9734f1432f982c1261b8ddad6ac9c1e02">
testsuite/tests/roles/should_compile/Roles13.stderr
</a>
</li>
<li class="file-stats">
<a href="#c5d8728cba431493a7f9249d50fa059478ebeedd">
testsuite/tests/roles/should_compile/Roles14.stderr
</a>
</li>
<li class="file-stats">
<a href="#41639098249315c642bf184008c3cd0451a669fa">
testsuite/tests/roles/should_compile/Roles2.stderr
</a>
</li>
<li class="file-stats">
<a href="#abbf4fb3aa1f761971354189e6537b8113d2e6ce">
testsuite/tests/roles/should_compile/Roles3.stderr
</a>
</li>
<li class="file-stats">
<a href="#9f6dfb765b6863e5abfa795af35b9d5712639a5e">
testsuite/tests/roles/should_compile/Roles4.stderr
</a>
</li>
<li class="file-stats">
<a href="#ea5c6f85b1fed60ee6ee6de85ef4d558e1112fd5">
testsuite/tests/roles/should_compile/T8958.stderr
</a>
</li>
<li class="file-stats">
<a href="#e665b6fb0a5946d2103f65122a6305d6c1f1b740">
testsuite/tests/roles/should_fail/Roles10.stderr
</a>
</li>
<li class="file-stats">
<a href="#607b07e2d126d5a48ffb86b87f47062d01817c42">
testsuite/tests/rts/Makefile
</a>
</li>
<li class="file-stats">
<a href="#7aca079cc2a0713e7a0ebc27f1de8b29f5801c9b">
testsuite/tests/rts/T1791/Makefile
</a>
</li>
<li class="file-stats">
<a href="#5ced844c5529162410276a1236ca9b8e7186490c">
testsuite/tests/rts/all.T
</a>
</li>
<li class="file-stats">
<a href="#da2af4490eb0e17c0307765ca5e1be1ca9b978ee">
testsuite/tests/rts/cloneStackLib.c
</a>
</li>
<li class="file-stats">
<a href="#31a992d5ec35061145127f83261e876de26a3863">
testsuite/tests/rts/ipe/T24005/t24005.hs
</a>
</li>
<li class="file-stats">
<a href="#8693f2648454272eda7049e5d992409912b5f772">
testsuite/tests/safeHaskell/ghci/p12.stderr
</a>
</li>
<li class="file-stats">
<a href="#65332555a013c28c7203c9a2ca0e0d1d89d49028">
testsuite/tests/safeHaskell/ghci/p5.stderr
</a>
</li>
<li class="file-stats">
<a href="#7eadf60c558e4d4ae7bedcd7dc53aab715b7e294">
testsuite/tests/safeHaskell/unsafeLibs/T21433.stderr
</a>
</li>
<li class="file-stats">
<a href="#705b8be18c626f3ebe2ae89293ff2694d44af09e">
testsuite/tests/showIface/DocsInHiFile1.stdout
</a>
</li>
<li class="file-stats">
<a href="#8e21c3281d7662fbbbd8edff72542847f809699f">
testsuite/tests/showIface/HaddockSpanIssueT24378.stdout
</a>
</li>
<li class="file-stats">
<a href="#83192a09288238d7eb9a1d6e9504bea479e96ff8">
testsuite/tests/showIface/Orphans.stdout
</a>
</li>
<li class="file-stats">
<a href="#cbacac06772b01794684d3fc9a5ada9b9bb291a3">
<span class="new-file">
+
testsuite/tests/simd/should_run/T25658.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#03caf39fcfc7b05f38c5d629a0323bc18bab2bb8">
<span class="new-file">
+
testsuite/tests/simd/should_run/T25658.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#00a0f6a03e18560c7800dcc04a8189aeca55106a">
<span class="new-file">
+
testsuite/tests/simd/should_run/T25659.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a2f1f074efe4c585dcea36ad395ff0d23e47bf8a">
<span class="new-file">
+
testsuite/tests/simd/should_run/T25659.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#fd801fcabae1cc85a0f5fc4a8e26afd216869d15">
testsuite/tests/simd/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#305c31113fe82345545d1f66d39c8551712ce112">
testsuite/tests/simplCore/should_compile/OpaqueNoCastWW.stderr
</a>
</li>
<li class="file-stats">
<a href="#ebe6c1d71d00962d5a1adc973ff87bb2a7460edc">
testsuite/tests/simplCore/should_compile/T13156.stdout
</a>
</li>
<li class="file-stats">
<a href="#44affd19adf6a8d6eeb95b23d812ca913bf69831">
testsuite/tests/simplCore/should_compile/T14978.stdout
</a>
</li>
<li class="file-stats">
<a href="#bbbedc83ff419605896829035ab2d4207fb9987b">
testsuite/tests/simplCore/should_compile/T15631.stdout
</a>
</li>
<li class="file-stats">
<a href="#b60bc5262db8520abdfa01f255cd29eec5891d15">
testsuite/tests/simplCore/should_compile/T17673.stderr
</a>
</li>
<li class="file-stats">
<a href="#993d82b169a2a16b1d68eb2d5844a5489b23fdfe">
testsuite/tests/simplCore/should_compile/T18013.stderr
</a>
</li>
<li class="file-stats">
<a href="#d714e0dbbb2f419378e3fdd77e8efff312ad2e41">
testsuite/tests/simplCore/should_compile/T18078.stderr
</a>
</li>
<li class="file-stats">
<a href="#8cd2c58b34563378ef2679aa12146bf4178656b7">
testsuite/tests/simplCore/should_compile/T18668.stderr
</a>
</li>
<li class="file-stats">
<a href="#040370d9cb82694f6e5d8adeb0814fb042f85460">
testsuite/tests/simplCore/should_compile/T20040.stderr
</a>
</li>
<li class="file-stats">
<a href="#8e10417ff52562d478178a2cb35b6ee5d2835445">
testsuite/tests/simplCore/should_compile/T21851_2.stderr
</a>
</li>
<li class="file-stats">
<a href="#ad1af49e4b2f1e1faa85b7eca6565db43dbf41b1">
testsuite/tests/simplCore/should_compile/T22375.stderr
</a>
</li>
<li class="file-stats">
<a href="#b839e3719da6ca25b545ca34d4dc6c97175fde0a">
testsuite/tests/simplCore/should_compile/T22375DataFamily.stderr
</a>
</li>
<li class="file-stats">
<a href="#a9cafc0d57bf54dce539af9212d8459c44f324a5">
testsuite/tests/simplCore/should_compile/T23083.stderr
</a>
</li>
<li class="file-stats">
<a href="#ec63b73f137bc3ec46726e4db7f742921ccacb7b">
testsuite/tests/simplCore/should_compile/T24229a.stderr
</a>
</li>
<li class="file-stats">
<a href="#bfd702f25075978900d47a593f50fc362089eb31">
testsuite/tests/simplCore/should_compile/T24229b.stderr
</a>
</li>
<li class="file-stats">
<a href="#70407e5669a34a7aa5ba5d4e6d3425d18642701f">
testsuite/tests/simplCore/should_compile/T24662.stderr
</a>
</li>
<li class="file-stats">
<a href="#7e55d0c79fe4041ed280022b7da5826614e584f4">
<span class="new-file">
+
testsuite/tests/simplCore/should_compile/T25713.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#eafff89c99149101d84f69e42d3da990cda35d29">
<span class="new-file">
+
testsuite/tests/simplCore/should_compile/T25713.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#240f515f83d0d2bd4f3fd8627a432213afbc9d16">
testsuite/tests/simplCore/should_compile/T3717.stderr
</a>
</li>
<li class="file-stats">
<a href="#ae44213f400f8badeaf992dd66c7c6bfd26ffd60">
testsuite/tests/simplCore/should_compile/T3772.stdout
</a>
</li>
<li class="file-stats">
<a href="#a76d422947bfbc209eb339d5c6681d635ad09913">
testsuite/tests/simplCore/should_compile/T4201.stdout
</a>
</li>
<li class="file-stats">
<a href="#aebd88762817993670b60e7000b559e3f143e0b4">
testsuite/tests/simplCore/should_compile/T4306.stdout
</a>
</li>
<li class="file-stats">
<a href="#4f7d2e4c54691e357987d9c38d83118a9835128f">
testsuite/tests/simplCore/should_compile/T4908.stderr
</a>
</li>
<li class="file-stats">
<a href="#9b7fb90328b6862556fa185afce25159a399f92f">
testsuite/tests/simplCore/should_compile/T4930.stderr
</a>
</li>
<li class="file-stats">
<a href="#d924e7713114c6fd54c73468a4bb4b42ec5da1db">
testsuite/tests/simplCore/should_compile/T5366.stdout
</a>
</li>
<li class="file-stats">
<a href="#0e264f20bcb9f21ef8f19196ea35fb751107dd1f">
testsuite/tests/simplCore/should_compile/T7360.stderr
</a>
</li>
<li class="file-stats">
<a href="#e9ed289bdfe6bcb0204e76be84b2f377004a5d3d">
testsuite/tests/simplCore/should_compile/T7865.stdout
</a>
</li>
<li class="file-stats">
<a href="#b85aa5726de507bfb5cddc08f6dcd6c57786dd46">
testsuite/tests/simplCore/should_compile/T8274.stdout
</a>
</li>
<li class="file-stats">
<a href="#89cf9bafb3d4bb49b9bcf930dda7b5b5dbe29750">
testsuite/tests/simplCore/should_compile/T8832.stdout
</a>
</li>
<li class="file-stats">
<a href="#4025834ffedbe644c2b2a8cd7fe193794b0598f2">
testsuite/tests/simplCore/should_compile/T9400.stderr
</a>
</li>
<li class="file-stats">
<a href="#fc07c260b75644727a8cdc1af5c861a44d4bfb5e">
testsuite/tests/simplCore/should_compile/all.T
</a>
</li>
<li class="file-stats">
<a href="#0fa213b3a0cc9ce15525f1b90c5c90f9379dcfb3">
testsuite/tests/simplCore/should_compile/noinline01.stderr
</a>
</li>
<li class="file-stats">
<a href="#62786641dcb5b2bd9950cc149f08dba537bb8268">
testsuite/tests/simplCore/should_compile/par01.stderr
</a>
</li>
<li class="file-stats">
<a href="#09e97a2dcc7b89b6c4275f2ad5eee6039c7b58b8">
testsuite/tests/simplCore/should_compile/rule2.stderr
</a>
</li>
<li class="file-stats">
<a href="#4a8b62b95e4644cc3aad508044bea749892c4a05">
testsuite/tests/simplCore/should_compile/simpl016.stderr
</a>
</li>
<li class="file-stats">
<a href="#03eb593d40c337853d812520636bc537250cb93a">
testsuite/tests/simplCore/should_compile/spec-inline.stderr
</a>
</li>
<li class="file-stats">
<a href="#e975406c2469f42f9f4c2f4354b1f12c4c1a450a">
testsuite/tests/simplStg/should_compile/T15226b.stderr
</a>
</li>
<li class="file-stats">
<a href="#9ff1105ad1c72d4f19dd52a774b150ff096c0ef1">
testsuite/tests/simplStg/should_compile/T19717.stderr
</a>
</li>
<li class="file-stats">
<a href="#daca2ffd3eb777080c96405cc62fda62018d7a52">
testsuite/tests/th/ClosedFam1TH.stderr
</a>
</li>
<li class="file-stats">
<a href="#bd5577c69b905a51480ab18ecfdf18f58d8bac88">
<span class="new-file">
+
testsuite/tests/th/EmptyGuard.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#3d5d60f8bc20454e02a1114f4f25d244bab74ae1">
<span class="new-file">
+
testsuite/tests/th/EmptyGuard.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#030769974d97e3e8dcbaaf362266b1c714f3f5e7">
<span class="new-file">
+
testsuite/tests/th/EmptyParStmt.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#12730b7a2b1665d7dc4311fc944234a28bb6e732">
<span class="new-file">
+
testsuite/tests/th/EmptyParStmt.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#4ee75bbc091f78367217f8ac1fc08c837617ad84">
<span class="new-file">
+
testsuite/tests/th/FunNameTH.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#15db4ec5d1aeb4ab4088ed847bdda52af42722af">
testsuite/tests/th/ListTuplePunsTH.stderr
</a>
</li>
<li class="file-stats">
<a href="#28a6750b4fdd3fbb68d85eeca5cc50895f448fe1">
testsuite/tests/th/T10734.stdout
</a>
</li>
<li class="file-stats">
<a href="#4ec6d97caa77fb25906002a666f5f8036e397fec">
testsuite/tests/th/T10828.stderr
</a>
</li>
<li class="file-stats">
<a href="#b1c39b487057375e5f92e24dca04b1d597886a46">
testsuite/tests/th/T10891.stderr
</a>
</li>
<li class="file-stats">
<a href="#b50e1d9fe31070c946ce875e81fc7fc970636410">
testsuite/tests/th/T10945.stderr
</a>
</li>
<li class="file-stats">
<a href="#1c5b9487c28ea532c94aaa6f712156498bf18cd4">
testsuite/tests/th/T10946.stderr
</a>
</li>
<li class="file-stats">
<a href="#5c74fb2bdbb2042694ffd2e618b0efb408c68d8e">
testsuite/tests/th/T11145.stderr
</a>
</li>
<li class="file-stats">
<a href="#d16be21db2b1bb4cbf3ad7bb81fab28c66ad20c6">
testsuite/tests/th/T11341.stderr
</a>
</li>
<li class="file-stats">
<a href="#ca8bfa602c1becbce4ca63e8f52172a54661f8a1">
testsuite/tests/th/T11345.stdout
</a>
</li>
<li class="file-stats">
<a href="#4a506e84cf3d19a7008096f597259adc9be12f8d">
testsuite/tests/th/T11452.stderr
</a>
</li>
<li class="file-stats">
<a href="#a42ae981f921483d018f4e7b5454be00cfe75140">
testsuite/tests/th/T12045TH2.stderr
</a>
</li>
<li class="file-stats">
<a href="#6bb85ffc47b8fd7679193d4430323614576acd45">
testsuite/tests/th/T12387a.stderr
</a>
</li>
<li class="file-stats">
<a href="#59efe920f8e7d64e6328656d4b91d5721b2d8dc4">
testsuite/tests/th/T12403.stdout
</a>
</li>
<li class="file-stats">
<a href="#39f38669e38d9cf78eef9f39173dc88ca1c768c4">
testsuite/tests/th/T12478_1.stdout
</a>
</li>
<li class="file-stats">
<a href="#1b3e00119ad404da88e14bb813e38468659b1431">
testsuite/tests/th/T12478_4.stderr
</a>
</li>
<li class="file-stats">
<a href="#78486d12bf5979dbf36591e16b71d99131b8c0b1">
testsuite/tests/th/T12646.stderr
</a>
</li>
<li class="file-stats">
<a href="#46f95a36e92a2b817c3780c308737c2d8b81e39b">
testsuite/tests/th/T13776.hs
</a>
</li>
<li class="file-stats">
<a href="#76411aa8fc2ee46a38912990a8e75a3c301b7cf0">
testsuite/tests/th/T13776.stderr
</a>
</li>
<li class="file-stats">
<a href="#df5be972f9cc2bb44c5c9da8c02862adbb91b901">
testsuite/tests/th/T13837.stderr
</a>
</li>
<li class="file-stats">
<a href="#7c95d49811c27280b9ea50b920c29836972989d2">
testsuite/tests/th/T13887.stdout
</a>
</li>
<li class="file-stats">
<a href="#21530c44095104fd9ced4407bdb42b507a292151">
testsuite/tests/th/T14060.stdout
</a>
</li>
<li class="file-stats">
<a href="#ffc67579afa8e2c71442e4ec33a274fe97067a2d">
testsuite/tests/th/T14627.stderr
</a>
</li>
<li class="file-stats">
<a href="#ca8056066d4f7b2e45db25a72290bfa75763e3a5">
testsuite/tests/th/T15433a.stderr
</a>
</li>
<li class="file-stats">
<a href="#583cb9f777ee4286714e0f28c985117daec0e24e">
testsuite/tests/th/T15738.stderr
</a>
</li>
<li class="file-stats">
<a href="#a10e68f6292af3a74bb925288c61d5465e0bdc25">
testsuite/tests/th/T15792.stderr
</a>
</li>
<li class="file-stats">
<a href="#0a2392954a02641ce36c1ae76fa50e511d009532">
testsuite/tests/th/T15843.stdout
</a>
</li>
<li class="file-stats">
<a href="#d22c963638033c10652b4a43dca554cca64af2dd">
testsuite/tests/th/T16976.stderr
</a>
</li>
<li class="file-stats">
<a href="#60be103896aa46698f8d779768bf8445bc3bde63">
testsuite/tests/th/T16976z.stderr
</a>
</li>
<li class="file-stats">
<a href="#21e523ab8045e739de18a8a7a6a05bd4c5a97abe">
testsuite/tests/th/T17296.stderr
</a>
</li>
<li class="file-stats">
<a href="#62469a06ee90e23a5163e0eb36043bcbdc5051d4">
testsuite/tests/th/T17380.stderr
</a>
</li>
<li class="file-stats">
<a href="#ac031498dc7a1879fecb258be2ee999ffd5cafb6">
testsuite/tests/th/T17804.stderr
</a>
</li>
<li class="file-stats">
<a href="#a223cb7997a3cac4237ee8da1aa17ac5e0d9b604">
testsuite/tests/th/T17820d.stderr
</a>
</li>
<li class="file-stats">
<a href="#0e65ecf4d1b5b3a580d41b2964887594e7824404">
testsuite/tests/th/T18102.stderr
</a>
</li>
<li class="file-stats">
<a href="#99afa57e678260d8375803a0c88ebd2a78821dfd">
testsuite/tests/th/T1835.stdout
</a>
</li>
<li class="file-stats">
<a href="#dc626ac5b0dcc8736f9650a2b6c923760fac6283">
testsuite/tests/th/T1849.stdout
</a>
</li>
<li class="file-stats">
<a href="#8f712b175b64cbf8bcba4ef267e0d2638b9a78f1">
testsuite/tests/th/T18740d.stderr
</a>
</li>
<li class="file-stats">
<a href="#7afd261b4f98012d26b67543772cadb4a07e56db">
testsuite/tests/th/T19363.stdout
</a>
</li>
<li class="file-stats">
<a href="#59040c238a7727cd1c6bfadcdf4ccba06f0b9350">
testsuite/tests/th/T19373.stdout
</a>
</li>
<li class="file-stats">
<a href="#317148c3e2e44fa306e872df82618763c04848d6">
testsuite/tests/th/T19470.stderr
</a>
</li>
<li class="file-stats">
<a href="#fbbd700bc038e6966e1c9b2e4fab3697add1ea7e">
testsuite/tests/th/T20711.stdout
</a>
</li>
<li class="file-stats">
<a href="#899feabc73897782837075f181ab67a756e78ca7">
testsuite/tests/th/T20842.stdout
</a>
</li>
<li class="file-stats">
<a href="#13527b74bd8fbb22c90b23a4dd8f0207f49e6453">
testsuite/tests/th/T20868.stdout
</a>
</li>
<li class="file-stats">
<a href="#08d7a1c95d9c0b0f1615ee977481ea39b43babb1">
testsuite/tests/th/T20884.stderr
</a>
</li>
<li class="file-stats">
<a href="#e4485d3c26f2f910b27367dbf18066d61724c31c">
testsuite/tests/th/T21050.stderr
</a>
</li>
<li class="file-stats">
<a href="#e228b5d9a57250c713176112a1f2b5659b4c3de9">
testsuite/tests/th/T21547.stderr
</a>
</li>
<li class="file-stats">
<a href="#f738329de82603400e2d6e15b693b7e214543889">
testsuite/tests/th/T2222.stderr
</a>
</li>
<li class="file-stats">
<a href="#6c43666164a33ace0cf6afe576d9858f58060f0f">
testsuite/tests/th/T22559a.stderr
</a>
</li>
<li class="file-stats">
<a href="#d462b4110920d4ae996c6fd7908f17ad4e66ae65">
testsuite/tests/th/T22559b.stderr
</a>
</li>
<li class="file-stats">
<a href="#5478ecbf4fbbadb8f4369e1b0a5ae7dd20eb93e5">
testsuite/tests/th/T22559c.stderr
</a>
</li>
<li class="file-stats">
<a href="#fb7daf13fce0b564dc6c4c79f21cd9d6c3dd966d">
testsuite/tests/th/T23829_hasty_b.stderr
</a>
</li>
<li class="file-stats">
<a href="#301bcf90eeea54019c9278470951fb524b0c6067">
testsuite/tests/th/T23927.stdout
</a>
</li>
<li class="file-stats">
<a href="#76aea51ebf9bfbe346df459012b9a37b3c5c5f0d">
testsuite/tests/th/T24111.stdout
</a>
</li>
<li class="file-stats">
<a href="#0fedbb4e4a830653d95838a0dca4219bc8bd725c">
testsuite/tests/th/T24557a.stderr
</a>
</li>
<li class="file-stats">
<a href="#41b6a8f2448671ab3f311b0ed3c044b772c7a252">
testsuite/tests/th/T24557b.stderr
</a>
</li>
<li class="file-stats">
<a href="#cecde0412b1d690f0447a0add4495ee9f6d3c140">
testsuite/tests/th/T24557c.stderr
</a>
</li>
<li class="file-stats">
<a href="#e0e495e494c9b6bd8fab00aa30c568e6c6719923">
testsuite/tests/th/T24557d.stderr
</a>
</li>
<li class="file-stats">
<a href="#f55f61a9dea568be343ad4f2c138ec977cdce8d4">
testsuite/tests/th/T24997.stdout
</a>
</li>
<li class="file-stats">
<a href="#357786b679f02ec5326806c857e4ca97088bee6d">
<span class="new-file">
+
testsuite/tests/th/T25174.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d50517c177f9b374ab8d18bb5d0c4262963a55f0">
<span class="new-file">
+
testsuite/tests/th/T25179.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#37414c1abfd79a9ff9ed9f87530e6ac28d098bc4">
testsuite/tests/th/T25256.stdout
</a>
</li>
<li class="file-stats">
<a href="#894f10789a78237f7ff8e9ef1658e3935848326a">
testsuite/tests/th/T2700.stderr
</a>
</li>
<li class="file-stats">
<a href="#d5d50f491e881354b9ce39e509b4639b728168ba">
testsuite/tests/th/T4135.stderr
</a>
</li>
<li class="file-stats">
<a href="#146671278be6fdae539ef43b71922078bf088a24">
testsuite/tests/th/T5037.stderr
</a>
</li>
<li class="file-stats">
<a href="#29d521983d075adff0be21eab5c0631659f6c005">
testsuite/tests/th/T5358.stderr
</a>
</li>
<li class="file-stats">
<a href="#e39b1eb9b9504771f26cb874591754e5f72cd6a3">
testsuite/tests/th/T7064.stdout
</a>
</li>
<li class="file-stats">
<a href="#03ee1cec71b87e5b47502ba78f70bd1e329fb110">
testsuite/tests/th/T7477.stderr
</a>
</li>
<li class="file-stats">
<a href="#5c93e183dd50843ee7e5d40645a86fd417ef7729">
testsuite/tests/th/T8577.stderr
</a>
</li>
<li class="file-stats">
<a href="#4bfdb4831cf1a8121f6e89b40ba84f40dde9389f">
testsuite/tests/th/T8625.stdout
</a>
</li>
<li class="file-stats">
<a href="#8ea623b91da0ef93aaf01ec81c84c3d873ab998d">
testsuite/tests/th/T8761.stderr
</a>
</li>
<li class="file-stats">
<a href="#7c5751f984ad310ad50c2d309347e5a26f5d6823">
testsuite/tests/th/T8953.stderr
</a>
</li>
<li class="file-stats">
<a href="#6dca0c5213dec26699324b9cff95f6a6e9009c88">
testsuite/tests/th/T9262.stderr
</a>
</li>
<li class="file-stats">
<a href="#351bd18a3cf550d2a27ac10ecb32da9a67d7a25f">
testsuite/tests/th/T9692.stderr
</a>
</li>
<li class="file-stats">
<a href="#581e4db9313efe3eb34b3aa2be14bc4052a957a9">
testsuite/tests/th/TH_NestedSplicesFail1.stderr
</a>
</li>
<li class="file-stats">
<a href="#df6c9b62534c2116f72d7a453b0265e69e92aacb">
testsuite/tests/th/TH_NestedSplicesFail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#91141468c42a64a2cf647d52a05ef9e503f6b49a">
testsuite/tests/th/TH_NestedSplicesFail3.stderr
</a>
</li>
<li class="file-stats">
<a href="#81cb38314ceec8483211fdae1f9dbf27c54a5c60">
testsuite/tests/th/TH_NestedSplicesFail4.stderr
</a>
</li>
<li class="file-stats">
<a href="#70b7b9e9312c65495fc9cc613c9ac1cc383c956b">
testsuite/tests/th/TH_NestedSplicesFail5.stderr
</a>
</li>
<li class="file-stats">
<a href="#5dd2e51f4898f9844b3e0e3ad63d3008f9470c1c">
testsuite/tests/th/TH_NestedSplicesFail6.stderr
</a>
</li>
<li class="file-stats">
<a href="#fe1a9237f1677bbb8677e7538b3dfaedd02e71a6">
testsuite/tests/th/TH_NestedSplicesFail7.stderr
</a>
</li>
<li class="file-stats">
<a href="#08bcaf66829d6799dbcf43a833ebc8bae7615e74">
testsuite/tests/th/TH_NestedSplicesFail8.stderr
</a>
</li>
<li class="file-stats">
<a href="#ed7cd5ff5444deb5ea64b428a1102554724349e5">
testsuite/tests/th/TH_PromotedList.stderr
</a>
</li>
<li class="file-stats">
<a href="#c7a997ac1e7f6c07fe3957d9c6764cb5e7e3986e">
testsuite/tests/th/TH_PromotedTuple.stderr
</a>
</li>
<li class="file-stats">
<a href="#b7d4b90a409960936d35df59161e0bb7a38ce44e">
testsuite/tests/th/TH_RichKinds.stderr
</a>
</li>
<li class="file-stats">
<a href="#82aa09c203bfa7fb4b34d4204837d7b88edfe511">
testsuite/tests/th/TH_RichKinds2.stderr
</a>
</li>
<li class="file-stats">
<a href="#e2951b1fc74c827cc51098d7e6708a56d027d166">
testsuite/tests/th/TH_Roles2.stderr
</a>
</li>
<li class="file-stats">
<a href="#4fe3a57e995a4aa8008dd25a40a82aac1c5993a9">
testsuite/tests/th/TH_TyInstWhere2.stderr
</a>
</li>
<li class="file-stats">
<a href="#1939589eb8b193338dc2a9c1865906db683f9b63">
testsuite/tests/th/TH_foreignCallingConventions.stderr
</a>
</li>
<li class="file-stats">
<a href="#334ee344eb3796b6f703caa6121133655a19e1a7">
testsuite/tests/th/TH_fun_par.stderr
</a>
</li>
<li class="file-stats">
<a href="#e4a92bd28a6668e68f6614a06ad2645d54e519ef">
testsuite/tests/th/TH_implicitParams.stdout
</a>
</li>
<li class="file-stats">
<a href="#2a8ddd23d5cc7337bf3d12c54f7344f63491e36e">
testsuite/tests/th/TH_reifyDecl1.stderr
</a>
</li>
<li class="file-stats">
<a href="#3b6912fd04f5b04a186f7138a345283383d7af04">
testsuite/tests/th/TH_reifyInstances.stderr
</a>
</li>
<li class="file-stats">
<a href="#3ea281d5bb22dd4c6127afcc842d141eacacb686">
testsuite/tests/th/TH_reifyLinear.stderr
</a>
</li>
<li class="file-stats">
<a href="#541128eccbfb6831ca4b85e9d292b19a31ac5751">
testsuite/tests/th/TH_reifyLocalDefs.stderr
</a>
</li>
<li class="file-stats">
<a href="#8c36025be7c428b42c41867c748ae0a06095bf07">
testsuite/tests/th/TH_reifyLocalDefs2.stderr
</a>
</li>
<li class="file-stats">
<a href="#f72ca97a19d0205400b87fdfa3435aff3d6b58d0">
testsuite/tests/th/TH_reifyMkName.stderr
</a>
</li>
<li class="file-stats">
<a href="#2d8dd9910490fedd2823150c9e862ffd57938162">
testsuite/tests/th/TH_repGuard.stderr
</a>
</li>
<li class="file-stats">
<a href="#bebd6aa73dfbb70b17ead294147ce4d4a585faba">
testsuite/tests/th/TH_repPatSigTVar.stderr
</a>
</li>
<li class="file-stats">
<a href="#94b722636c479d11afddd2c967a6df3dd6fcdd2d">
testsuite/tests/th/TH_repPrim.stderr
</a>
</li>
<li class="file-stats">
<a href="#34c91ede76268a7b9e7bad8eacbd2a2339ddeff7">
testsuite/tests/th/TH_repUnboxedTuples.stderr
</a>
</li>
<li class="file-stats">
<a href="#ab2476b0f4a4df008291aca52b438355a7a21942">
testsuite/tests/th/TH_tuple1.stdout
</a>
</li>
<li class="file-stats">
<a href="#514d55812f080e7e33c723aa5f4b6e4d5bd42c4d">
testsuite/tests/th/TH_unresolvedInfix.stdout
</a>
</li>
<li class="file-stats">
<a href="#6f885f60b8c0fea6b94dd73a67d02212eedb4498">
testsuite/tests/th/all.T
</a>
</li>
<li class="file-stats">
<a href="#3dc8f5e15fcbb06c16da1e420cddc965d13f9dde">
testsuite/tests/th/overloaded/TH_overloaded_csp.stdout
</a>
</li>
<li class="file-stats">
<a href="#99e87b6c24899fc3e88c2bba2e01b33ebd68f5a5">
testsuite/tests/th/overloaded/TH_overloaded_extract.stdout
</a>
</li>
<li class="file-stats">
<a href="#a36be1fcb90c83a10f4b0d59aaff60b9b25df5b7">
testsuite/tests/typecheck/no_skolem_info/T10946_sk.stderr
</a>
</li>
<li class="file-stats">
<a href="#51723dde3051f561e04adee630dad4dc1f195a1e">
testsuite/tests/typecheck/should_compile/T13032.stderr
</a>
</li>
<li class="file-stats">
<a href="#576fff7566f0042937620c0bf4819d74d271f3dd">
testsuite/tests/typecheck/should_compile/T13050.stderr
</a>
</li>
<li class="file-stats">
<a href="#93cf2d5acc506d3ee832c6a51475abe8becb9ee5">
testsuite/tests/typecheck/should_compile/T14273.stderr
</a>
</li>
<li class="file-stats">
<a href="#8f0b42bc70ced05ceef0ee9ec01ebe82afbc75fa">
testsuite/tests/typecheck/should_compile/T14590.stderr
</a>
</li>
<li class="file-stats">
<a href="#1ac7c7df3adf23eee113b7f3a70ed0d53db644b6">
testsuite/tests/typecheck/should_compile/T18406b.stderr
</a>
</li>
<li class="file-stats">
<a href="#b090a6a03f353404eeca78991a15ad02097db8a9">
testsuite/tests/typecheck/should_compile/T18529.stderr
</a>
</li>
<li class="file-stats">
<a href="#533d2ca033b11fdd8966bd6fa70000696ccbf48e">
<span class="new-file">
+
testsuite/tests/typecheck/should_compile/T21003.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#506563d76c157fe8cc609e3c64428cc0d2725a73">
testsuite/tests/typecheck/should_compile/T22141c.stderr
</a>
</li>
<li class="file-stats">
<a href="#be9570b83069021de5e7ed84bd0fcd7927b6bce2">
testsuite/tests/typecheck/should_compile/T22141d.stderr
</a>
</li>
<li class="file-stats">
<a href="#efd0eb4360bcec98cd70acefc845fb13ae9be319">
<span class="new-file">
+
testsuite/tests/typecheck/should_compile/T25180.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#2f68fa94f68dab076017b2018e27aa27a04cac36">
<span class="new-file">
+
testsuite/tests/typecheck/should_compile/T25180.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#c486bebba094e3b81a41ae306fb2e6eef8417763">
<span class="new-file">
+
testsuite/tests/typecheck/should_compile/T25744.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#34fe7bf0e6fbf60effb28393399ba68666593909">
testsuite/tests/typecheck/should_compile/all.T
</a>
</li>
<li class="file-stats">
<a href="#de0e277054ac3da71693dfcea757039d76fad050">
testsuite/tests/typecheck/should_compile/holes.stderr
</a>
</li>
<li class="file-stats">
<a href="#1d683ed27aeeae0d8cd1dd536f95884ef5da3f15">
testsuite/tests/typecheck/should_compile/holes3.stderr
</a>
</li>
<li class="file-stats">
<a href="#604ea6d786210f29253beb8af5ad2d8d9ed76740">
testsuite/tests/typecheck/should_compile/refinement_hole_fits.stderr
</a>
</li>
<li class="file-stats">
<a href="#5302d3c413da1aac3a34c8550ef85b60b8c62fe2">
testsuite/tests/typecheck/should_compile/valid_hole_fits.stderr
</a>
</li>
<li class="file-stats">
<a href="#dba733963d9a087722ebf0b37d43aa7dc7748c35">
testsuite/tests/typecheck/should_fail/AssocTyDef02.stderr
</a>
</li>
<li class="file-stats">
<a href="#a3e4c15e44264bbcf8e0cca941b9b8141b92ff9c">
testsuite/tests/typecheck/should_fail/AssocTyDef03.stderr
</a>
</li>
<li class="file-stats">
<a href="#24f64f8c7144946bbf08de73f76aa59c1f0396a2">
testsuite/tests/typecheck/should_fail/AssocTyDef04.stderr
</a>
</li>
<li class="file-stats">
<a href="#fa938a3c9e118c8cb915d548aacd8cdf2d8f6b31">
testsuite/tests/typecheck/should_fail/AssocTyDef05.stderr
</a>
</li>
<li class="file-stats">
<a href="#94027c61edf3bb83b0c057227619a1a5ed28c48e">
testsuite/tests/typecheck/should_fail/AssocTyDef06.stderr
</a>
</li>
<li class="file-stats">
<a href="#c36dc9cc1f3d4b2cd69ff8a04a76676dab4d69a7">
testsuite/tests/typecheck/should_fail/ErrorIndexLinks.stderr
</a>
</li>
<li class="file-stats">
<a href="#243406e561b4ea1eca2c45e9c5cc35c8e6b8b0c4">
testsuite/tests/typecheck/should_fail/ExplicitSpecificity7.stderr
</a>
</li>
<li class="file-stats">
<a href="#9b80a707bf1845683ca19b803d6e41d9b3db2532">
testsuite/tests/typecheck/should_fail/T10495.hs
</a>
</li>
<li class="file-stats">
<a href="#790e43b820edfe677e4c72aec325fd081d9062fd">
testsuite/tests/typecheck/should_fail/T10495.stderr
</a>
</li>
<li class="file-stats">
<a href="#e73427f3fb3e1941bbbcca6418866cfcd13a67a9">
testsuite/tests/typecheck/should_fail/T11347.stderr
</a>
</li>
<li class="file-stats">
<a href="#07c905906a9933e18509674e3ed4341cc5802a69">
testsuite/tests/typecheck/should_fail/T11974b.stderr
</a>
</li>
<li class="file-stats">
<a href="#9d3fa6cd6a8eeb81bfeeec8059170ec14086b1c7">
testsuite/tests/typecheck/should_fail/T12966.stderr
</a>
</li>
<li class="file-stats">
<a href="#3725f4940a506ddccadeff7cac966a1c780a5e17">
testsuite/tests/typecheck/should_fail/T13292.stderr
</a>
</li>
<li class="file-stats">
<a href="#798d7f02ed1104057ae5ac544e44d9da849966e7">
testsuite/tests/typecheck/should_fail/T14048a.stderr
</a>
</li>
<li class="file-stats">
<a href="#9c35bde37c560379c8aab4a5c55761ddfbf0d67e">
testsuite/tests/typecheck/should_fail/T14048c.stderr
</a>
</li>
<li class="file-stats">
<a href="#3c8b429f3b236eb8a6fa7835ac6aa83002027d77">
testsuite/tests/typecheck/should_fail/T14884.stderr
</a>
</li>
<li class="file-stats">
<a href="#e0d1c2262a195cb2e32028389958c6e8f0c8c04e">
testsuite/tests/typecheck/should_fail/T15067.stderr
</a>
</li>
<li class="file-stats">
<a href="#b47d158201740303664aedacebdd3be554850b08">
testsuite/tests/typecheck/should_fail/T15474.stderr
</a>
</li>
<li class="file-stats">
<a href="#79d888b8ac34c7cc936b21885c2d61f40d3e8bf3">
testsuite/tests/typecheck/should_fail/T15648.stderr
</a>
</li>
<li class="file-stats">
<a href="#ad0e993850b510f62180ddeb280f6b7debd95bbe">
testsuite/tests/typecheck/should_fail/T15648a.hs
</a>
</li>
<li class="file-stats">
<a href="#9ba7d30aaa93d8c470617c64d19908b6f941a798">
testsuite/tests/typecheck/should_fail/T15807.stderr
</a>
</li>
<li class="file-stats">
<a href="#37aed0778955284a880de56797b5a0047fe7550b">
testsuite/tests/typecheck/should_fail/T15816.stderr
</a>
</li>
<li class="file-stats">
<a href="#59b662cd9bbc1499c1a90026afce96875504e1c3">
testsuite/tests/typecheck/should_fail/T15883b.stderr
</a>
</li>
<li class="file-stats">
<a href="#2487828fedb2e83843608f0e4911e09a4f5d5737">
testsuite/tests/typecheck/should_fail/T15883c.stderr
</a>
</li>
<li class="file-stats">
<a href="#6207baf175f494141c1d73f60473cf27438e6c23">
testsuite/tests/typecheck/should_fail/T16829b.stderr
</a>
</li>
<li class="file-stats">
<a href="#a9de43cfd203068f73550227f85c13ea98045f8c">
testsuite/tests/typecheck/should_fail/T17021b.stderr
</a>
</li>
<li class="file-stats">
<a href="#efa9d2228d954d1dae4fc6455fdfc082044e6962">
testsuite/tests/typecheck/should_fail/T17567.stderr
</a>
</li>
<li class="file-stats">
<a href="#c7afc17ef6bf0ea67afd1609ab55de6bd4da7314">
testsuite/tests/typecheck/should_fail/T17567StupidTheta.stderr
</a>
</li>
<li class="file-stats">
<a href="#afef3e2940eede8df87fdfe1f3cd754de08f54c8">
testsuite/tests/typecheck/should_fail/T17594c.stderr
</a>
</li>
<li class="file-stats">
<a href="#d39bc1f1806f8f0ccccc7d488200f16cb6642064">
testsuite/tests/typecheck/should_fail/T17594d.stderr
</a>
</li>
<li class="file-stats">
<a href="#1fa42785ae8dd2a7f4b8af4f3247ad8cdcc8355c">
testsuite/tests/typecheck/should_fail/T17594g.stderr
</a>
</li>
<li class="file-stats">
<a href="#becd6de2296ce17aac259e2bbf1bbdf1a27bd770">
testsuite/tests/typecheck/should_fail/T17940.stderr
</a>
</li>
<li class="file-stats">
<a href="#abaf1941ae444c94bc70ec694e7c285baf90bdab">
testsuite/tests/typecheck/should_fail/T18640c.stderr
</a>
</li>
<li class="file-stats">
<a href="#8076d93aadc99b99c0bea670f65e09a979e1ce61">
testsuite/tests/typecheck/should_fail/T18714.stderr
</a>
</li>
<li class="file-stats">
<a href="#0b414bb119e8132c0ec1f764f445db1f669fb988">
testsuite/tests/typecheck/should_fail/T18723a.stderr
</a>
</li>
<li class="file-stats">
<a href="#0543aa373bbb5f13bf6ede4a3eb08b0faf3ff139">
testsuite/tests/typecheck/should_fail/T18723c.stderr
</a>
</li>
<li class="file-stats">
<a href="#00704c21d708b5b0eae6c68bd8d6a0559be1c753">
testsuite/tests/typecheck/should_fail/T18891a.stderr
</a>
</li>
<li class="file-stats">
<a href="#e579a029b2f46ab9f292d1c4f6d5dc2ecc10df08">
testsuite/tests/typecheck/should_fail/T19109.stderr
</a>
</li>
<li class="file-stats">
<a href="#75e3b53d0c6f8397fc90642ef013f05361d6c70c">
testsuite/tests/typecheck/should_fail/T19978.stderr
</a>
</li>
<li class="file-stats">
<a href="#87f1d6134341cde026473d33e3fd70b5e5f77a9b">
testsuite/tests/typecheck/should_fail/T20043.stderr
</a>
</li>
<li class="file-stats">
<a href="#de214b744de84d08441d13c6adbd0058fcadacd4">
testsuite/tests/typecheck/should_fail/T20768_fail.stderr
</a>
</li>
<li class="file-stats">
<a href="#af540427fa26b77416e567bb14297e78a03d154b">
testsuite/tests/typecheck/should_fail/T20873c.stderr
</a>
</li>
<li class="file-stats">
<a href="#eb1a1c5a3c30424db61eb24243424ed75f682719">
testsuite/tests/typecheck/should_fail/T20873d.stderr
</a>
</li>
<li class="file-stats">
<a href="#a549abd458d05aea9da68ddd477ab46fcd277ba3">
testsuite/tests/typecheck/should_fail/T21447.stderr
</a>
</li>
<li class="file-stats">
<a href="#2261a5558cc40fee1aa666072d0a96e2c2755acd">
testsuite/tests/typecheck/should_fail/T22707.stderr
</a>
</li>
<li class="file-stats">
<a href="#8abd00ecfcd6eac2a892ea5dded81080cfe8e8e8">
testsuite/tests/typecheck/should_fail/T23734.stderr
</a>
</li>
<li class="file-stats">
<a href="#290b65944b6f8f371c44e21e32d749454bc3796d">
testsuite/tests/typecheck/should_fail/T23739b.stderr
</a>
</li>
<li class="file-stats">
<a href="#dea89d3aeecdce102b263aeb53d09196cdd5a480">
testsuite/tests/typecheck/should_fail/T23739c.stderr
</a>
</li>
<li class="file-stats">
<a href="#6c9724fbbee5971641b6197a36e360bbe73db0ff">
testsuite/tests/typecheck/should_fail/T23776.stderr
</a>
</li>
<li class="file-stats">
<a href="#ba507a9e338ee4c35955871bf605d330e2719d1b">
testsuite/tests/typecheck/should_fail/T23778.stderr
</a>
</li>
<li class="file-stats">
<a href="#e2db87e6b4717c2cd582db9c8f7e800a1ac71452">
testsuite/tests/typecheck/should_fail/T24298.stderr
</a>
</li>
<li class="file-stats">
<a href="#1674a22fcb77bf9ba59e42876ca64fadf3dfb37a">
testsuite/tests/typecheck/should_fail/T24553.stderr
</a>
</li>
<li class="file-stats">
<a href="#814ce4f1c01c11af2a4c42a5fc32325ed14e0db6">
testsuite/tests/typecheck/should_fail/T24938.stderr
</a>
</li>
<li class="file-stats">
<a href="#08ba69d2b7f89009980894d4a4d610b0fe03efa3">
testsuite/tests/typecheck/should_fail/T5095.stderr
</a>
</li>
<li class="file-stats">
<a href="#6e78432f296f5a7d218ea982eb416f3404169080">
testsuite/tests/typecheck/should_fail/T7210.stderr
</a>
</li>
<li class="file-stats">
<a href="#2f0ad9eb9ec494f052b321d9095be229c2d46af2">
testsuite/tests/typecheck/should_fail/T8262.stderr
</a>
</li>
<li class="file-stats">
<a href="#b166fb37cd27a9244dfceb217aeaa95efa580a10">
testsuite/tests/typecheck/should_fail/T8514.stderr
</a>
</li>
<li class="file-stats">
<a href="#fe00c983e1e0d9b06581c0b998c7c7b288a9d638">
testsuite/tests/typecheck/should_fail/T9305.stderr
</a>
</li>
<li class="file-stats">
<a href="#0b14d798ea25caa9bd927110cbbe1954c4bdef94">
testsuite/tests/typecheck/should_fail/T9858a.stderr
</a>
</li>
<li class="file-stats">
<a href="#9d34b8cddaf28088631549895343f495bc16ad14">
testsuite/tests/typecheck/should_fail/UnliftedNewtypesFamilyKindFail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#a4502b3be6f3ea5b9a42084f5f463edbb17f3e51">
testsuite/tests/typecheck/should_fail/UnliftedNewtypesInfinite.stderr
</a>
</li>
<li class="file-stats">
<a href="#54981285539db2c67f44e7586aa50d649ba29901">
testsuite/tests/typecheck/should_fail/UnliftedNewtypesInstanceFail.stderr
</a>
</li>
<li class="file-stats">
<a href="#0c0066c215dfb96ea8750c9339033a1b7b836be8">
testsuite/tests/typecheck/should_fail/UnliftedNewtypesNotEnabled.stderr
</a>
</li>
<li class="file-stats">
<a href="#f7d92892f9d0ace042113231c65d6e509b3393d3">
<span class="deleted-file">

testsuite/tests/typecheck/should_fail/UnliftedNewtypesUnassociatedFamilyFail.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#29e927cc1d45d8a8a671d18d6687314ba47b6548">
testsuite/tests/typecheck/should_fail/VisFlag2.stderr
</a>
</li>
<li class="file-stats">
<a href="#a0ff3e09978b30eb45affce6f0a470d35c5b58c2">
testsuite/tests/typecheck/should_fail/VisFlag5.stderr
</a>
</li>
<li class="file-stats">
<a href="#b9e86d897a62509b0114d81d5e736630d6f68f43">
testsuite/tests/typecheck/should_fail/all.T
</a>
</li>
<li class="file-stats">
<a href="#5311f8a6f673f1672a05aa42878c2c556563f4ee">
testsuite/tests/typecheck/should_fail/tcfail028.stderr
</a>
</li>
<li class="file-stats">
<a href="#53edd60c953e31d9e16011ed884d91cab4bbce43">
testsuite/tests/typecheck/should_fail/tcfail046.stderr
</a>
</li>
<li class="file-stats">
<a href="#e31c07aa3e9116613401d6b36e7ca3fb644e726b">
testsuite/tests/typecheck/should_fail/tcfail070.stderr
</a>
</li>
<li class="file-stats">
<a href="#b44c033f46a4d76c12056aa7f022c5b7800f5e30">
testsuite/tests/typecheck/should_fail/tcfail072.stderr
</a>
</li>
<li class="file-stats">
<a href="#603e79b52300a6cb087d0c10c91efc79a3ac4352">
testsuite/tests/typecheck/should_fail/tcfail073.stderr
</a>
</li>
<li class="file-stats">
<a href="#de027817ce03a4ac924feb3a9c8579a1528072f6">
testsuite/tests/typecheck/should_fail/tcfail079.stderr
</a>
</li>
<li class="file-stats">
<a href="#38d6fce1009acfa119ef4350406d0954b5b587fc">
testsuite/tests/typecheck/should_fail/tcfail086.stderr
</a>
</li>
<li class="file-stats">
<a href="#d863ad274fcae9706894c054748209198f4f68c1">
testsuite/tests/typecheck/should_fail/tcfail097.stderr
</a>
</li>
<li class="file-stats">
<a href="#2525c4713008b007d7c3aef7ada73123bed8fb22">
testsuite/tests/typecheck/should_fail/tcfail117.stderr
</a>
</li>
<li class="file-stats">
<a href="#2b7174b80729bb04f153c24582468e4fa79928ae">
testsuite/tests/typecheck/should_fail/tcfail118.stderr
</a>
</li>
<li class="file-stats">
<a href="#1efa9845a937ec7066a6f9b08147124fc6aa070a">
testsuite/tests/typecheck/should_fail/tcfail123.stderr
</a>
</li>
<li class="file-stats">
<a href="#df9352d632e7385da7404a350735c0f78b197786">
testsuite/tests/typecheck/should_fail/tcfail132.stderr
</a>
</li>
<li class="file-stats">
<a href="#0410d0b5673bf8cd894bb32423608e0d6c59c66c">
testsuite/tests/typecheck/should_fail/tcfail136.stderr
</a>
</li>
<li class="file-stats">
<a href="#0bbcaeb3165193b14c581827d20bdc90f149e731">
testsuite/tests/typecheck/should_fail/tcfail146.stderr
</a>
</li>
<li class="file-stats">
<a href="#b4857c13064929446a342111f5ec9251c398706f">
testsuite/tests/typecheck/should_fail/tcfail147.stderr
</a>
</li>
<li class="file-stats">
<a href="#7deaf04bc789123108c83b19412fd83d319650a6">
testsuite/tests/typecheck/should_fail/tcfail148.stderr
</a>
</li>
<li class="file-stats">
<a href="#7e9dd41d8235319da46700b953cc5ada30a784c0">
testsuite/tests/typecheck/should_fail/tcfail151.stderr
</a>
</li>
<li class="file-stats">
<a href="#2655871898bf889bb27ca77644da4732aa544754">
testsuite/tests/typecheck/should_fail/tcfail159.stderr
</a>
</li>
<li class="file-stats">
<a href="#87154d4f92cb37eb1507308dae8f540a769b4f99">
testsuite/tests/typecheck/should_fail/tcfail162.stderr
</a>
</li>
<li class="file-stats">
<a href="#5504fbb1765916fc9f408580b14a285d3cbe1d3c">
testsuite/tests/typecheck/should_fail/tcfail169.stderr
</a>
</li>
<li class="file-stats">
<a href="#ca373321bdd7901ec5378f9a656c436cac1270c3">
testsuite/tests/typecheck/should_fail/tcfail199.stderr
</a>
</li>
<li class="file-stats">
<a href="#e83f95f2db0cdd3311b04d3179f612fffefeb895">
testsuite/tests/typecheck/should_fail/tcfail200.stderr
</a>
</li>
<li class="file-stats">
<a href="#22663d95821f73a2c3f2c88ebfd3823f51392c99">
testsuite/tests/typecheck/should_fail/tcfail224.stderr
</a>
</li>
<li class="file-stats">
<a href="#d25ba8e47b83b5aace078c078407ecea555ea9b4">
testsuite/tests/typecheck/should_run/T13838.stderr
</a>
</li>
<li class="file-stats">
<a href="#3576ce9ae5fde0dca08edbbe4769d1df46ad4e3b">
testsuite/tests/typecheck/should_run/T22510.stdout
</a>
</li>
<li class="file-stats">
<a href="#5adf2bf46e4d19ca69d103a160fdfde2d0c9c373">
testsuite/tests/unboxedsums/T12711.stdout
</a>
</li>
<li class="file-stats">
<a href="#d746bca34b862f492c298f5a8ef8daea33362e91">
testsuite/tests/unboxedsums/T20858.stdout
</a>
</li>
<li class="file-stats">
<a href="#92f50688b7b71f5fabbb266e5a1f40e6a4aabd18">
testsuite/tests/unboxedsums/T20858b.stdout
</a>
</li>
<li class="file-stats">
<a href="#689160f6b3f522e2fde59e1009e21dd3eedf1cb2">
testsuite/tests/unlifted-datatypes/should_fail/UnlDataInvalidResKind1.stderr
</a>
</li>
<li class="file-stats">
<a href="#d757283e6cd8a8a33d0b3aaed6519c3d48de5dd0">
testsuite/tests/unlifted-datatypes/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#a93d04f70702634481809508c693f9257987ca92">
testsuite/tests/unsatisfiable/T14339_Unsat.stderr
</a>
</li>
<li class="file-stats">
<a href="#f27d8900ed9fee351390f71cfe3243a79eb09250">
testsuite/tests/vdq-rta/should_compile/T22326_th_pprint1.stderr
</a>
</li>
<li class="file-stats">
<a href="#effed482343122b06e755bff29cca0d0042548b6">
testsuite/tests/warnings/should_compile/DerivingTypeable.stderr
</a>
</li>
<li class="file-stats">
<a href="#7776daa061d7e77d954078e4c2180a9ff23cf595">
testsuite/tests/warnings/should_compile/T15460.stderr-ws-32
</a>
</li>
<li class="file-stats">
<a href="#9f87c5cdcccb064f47c41118fb13e722d187abb4">
testsuite/tests/warnings/should_compile/T15460.stderr-ws-64
</a>
</li>
<li class="file-stats">
<a href="#9ea9142f2d82f68fc42004949a740027ba8ba1f6">
testsuite/tests/warnings/should_compile/T19296.stderr
</a>
</li>
<li class="file-stats">
<a href="#f8ffe647bc49b84d76124ae155c0d4b1262cbada">
testsuite/tests/warnings/should_compile/T24396.stderr
</a>
</li>
<li class="file-stats">
<a href="#2d3f879da55702c84db86e3e4b9951f033a0374b">
testsuite/tests/wasm/should_run/control-flow/WasmControlFlow.hs
</a>
</li>
<li class="file-stats">
<a href="#c5662bedafa6a48ec7062b131d94b70f514207d9">
utils/check-exact/ExactPrint.hs
</a>
</li>
<li class="file-stats">
<a href="#a01c7c8d6870e84e6f69c9daf633c0cc2adbb1bf">
utils/check-exact/Main.hs
</a>
</li>
<li class="file-stats">
<a href="#5a3935220a12511953a752af2c9b7d29d0a1b3fa">
utils/check-exact/Transform.hs
</a>
</li>
<li class="file-stats">
<a href="#3257d9454efdfaae92dd011e55e59bba45faf514">
utils/check-exact/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#abc37b6a868b8b2ca63da0118f8dd9dfc8d52d65">
<span class="deleted-file">

utils/deriveConstants/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#586357a2c04f0362ee2cb86667775817c2aff155">
utils/dump-decls/Main.hs
</a>
</li>
<li class="file-stats">
<a href="#9f8e1cdb633f79039d0792275510ccf1d8cf8d32">
utils/genprimopcode/Main.hs
</a>
</li>
<li class="file-stats">
<a href="#5b33d91e9ad0cbac9b8592b5cb3a0bcdf087b824">
<span class="deleted-file">

utils/genprimopcode/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#8df48681868912e5fe09763f76e9816ed747629f">
<span class="deleted-file">

utils/ghc-pkg/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#f264f343de8db269b0d06862606e6a9bba53e422">
utils/ghc-toolchain/src/GHC/Toolchain/ParseTriple.hs
</a>
</li>
<li class="file-stats">
<a href="#2e68facd7957a997afadcb2967ccc29e5c304ec4">
utils/haddock/doc/conf.py
</a>
</li>
<li class="file-stats">
<a href="#34ff95229233a5beec85cc024b68ffc1d878adca">
utils/haddock/haddock-api/src/Haddock/Interface.hs
</a>
</li>
<li class="file-stats">
<a href="#eb5dfcd13d7524e57d4764a1905e403607f04613">
utils/haddock/haddock-api/src/Haddock/Interface/AttachInstances.hs
</a>
</li>
<li class="file-stats">
<a href="#bb9e8fb812665ea2886ac4553d0ea2bc48bb6b0e">
utils/haddock/html-test/ref/Bug1004.html
</a>
</li>
<li class="file-stats">
<a href="#b398eba96c39e17f028cdd8710643c55caaafc40">
utils/haddock/html-test/ref/Bug923.html
</a>
</li>
<li class="file-stats">
<a href="#d5d88f3aa9f63b403d61ac52cc88d77034820b95">
utils/haddock/html-test/ref/Instances.html
</a>
</li>
<li class="file-stats">
<a href="#bc7f4bcd1f6efc3ab884fe6f8ce70443ce944826">
utils/haddock/html-test/ref/QuasiExpr.html
</a>
</li>
<li class="file-stats">
<a href="#798117fb1c7c0632c3d330023449695a97c6bb7c">
utils/haddock/html-test/ref/TH.html
</a>
</li>
<li class="file-stats">
<a href="#8e2f653f03346459856ffbc418a8a8e38813a4ad">
utils/haddock/html-test/ref/Threaded_TH.html
</a>
</li>
<li class="file-stats">
<a href="#b4eac0482440fa16f1156b85af7cdfdabc25af2f">
<span class="deleted-file">

utils/hp2ps/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#9bdeaf9266c66418289a1ef73605b26e0dcea8b2">
utils/hp2ps/Utilities.c
</a>
</li>
<li class="file-stats">
<a href="#1500fdc129e47fe1279323afae8e4e0f36c2cf35">
<span class="deleted-file">

utils/iserv/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#878239b741b4ae28066212456e912ca742627d80">
utils/jsffi/dyld.mjs
</a>
</li>
<li class="file-stats">
<a href="#b699c36d2c5246ddf5f3b40ccc89a50a492ba778">
utils/jsffi/post-link.mjs
</a>
</li>
<li class="file-stats">
<a href="#02824488e4f0bd2ab51866af8f60e0abe8295367">
utils/jsffi/prelude.mjs
</a>
</li>
<li class="file-stats">
<a href="#f0bba5fa03183fd341870b2b3bd2a6e4bf38f203">
<span class="deleted-file">

utils/remote-iserv/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#ab6d446092307ccddd82c4477aeccc90e3110b82">
<span class="deleted-file">

utils/runghc/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#36173922a93236a2be07a6ffba99186b781a875c">
<span class="deleted-file">

utils/unlit/Makefile
</span>
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">

<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/compare/07c249c3a4e838ce3c99d0da6cb538301dd9b592...97d44a2d27ed068be2b27d201629b9d7543ad919">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.haskell.org">gitlab.haskell.org</a>. <a href="https://gitlab.haskell.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.haskell.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>



</p>
</div>
</body>
</html>