Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.haskell.org/ghc/ghc.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Dec 11, 2023
  2. Dec 08, 2023
  3. Dec 06, 2023
  4. Dec 03, 2023
  5. Nov 30, 2023
    • Krzysztof Gogolewski's avatar
      Kind-check body of a required forall · bd8acc0c
      Krzysztof Gogolewski authored and Marge Bot's avatar Marge Bot committed
      We now require that in 'forall a -> ty', ty has kind TYPE r for some r.
      Fixes #24176
      bd8acc0c
    • Alan Zimmerman's avatar
      EPA: EpaDelta for comment has no comments · c7623b22
      Alan Zimmerman authored and Marge Bot's avatar Marge Bot committed
      EpaLocation is used to position things. It has two constructors,
      EpaSpan holding a SrcSpan, and EpaDelta with a delta position and a
      possible list of comments.  The comment list is needed because the
      location in EpaDelta has no absolute information to decide which
      comments should be emitted before them when printing.
      
      But it is also used for specifying the position of a comment.  To
      prevent the absurdity of a comment position having a list of comments
      in it, we make EpaLocation parameterisable, using comments for the
      normal case and a constant for within comments.
      
      Updates haddock submodule.
      
      aarch64-darwin
      Metric Decrease:
          MultiLayerModulesTH_OneShot
      c7623b22
    • Sebastian Graf's avatar
      perf tests: Move comments into new `Note [Sensitivity to unique increment]` (#19414) · cbc03fa0
      Sebastian Graf authored and Marge Bot's avatar Marge Bot committed
      And additionally to T12545, link from T8095, T13386 to this new Note.
      cbc03fa0
  6. Nov 29, 2023
    • Alan Zimmerman's avatar
      EPA: Clean up TC Monad Utils · 99a6a49c
      Alan Zimmerman authored and Marge Bot's avatar Marge Bot committed
      We no longer need the alternative variant of addLocM (addLocMA)
      nor wrapLocAM, wrapLocSndMA.
      
      aarch64-darwin
      Metric Increase:
          MultiLayerModulesTH_OneShot
      
      deb10-numa-slow
      Metric Decrease:
          libdir
      99a6a49c
Loading