[Git][ghc/ghc][wip/interpolated-strings] 10 commits: Break out GHC.Parser.Lexer.Interface
Brandon Chinn (@brandonchinn178)
gitlab at gitlab.haskell.org
Sun Dec 29 23:03:54 UTC 2024
Brandon Chinn pushed to branch wip/interpolated-strings at Glasgow Haskell Compiler / GHC
Commits:
ecd519f1 by Brandon Chinn at 2024-12-29T14:58:16-08:00
Break out GHC.Parser.Lexer.Interface
- - - - -
e5fd3795 by Brandon Chinn at 2024-12-29T14:58:25-08:00
Fix #25609
- - - - -
023b6395 by Brandon Chinn at 2024-12-29T15:02:10-08:00
Allow decrease in metrics
Metric Decrease:
MultiLayerModulesRecomp
parsing001
- - - - -
1f610ec2 by Brandon Chinn at 2024-12-29T15:03:44-08:00
Merge branch 'wip/T25609' into HEAD
- - - - -
f867ecfa by Brandon Chinn at 2024-12-29T15:03:44-08:00
Fix rendering multiline string without SourceText
- - - - -
2d016878 by Brandon Chinn at 2024-12-29T15:03:44-08:00
Unify ITstring + ITstringMulti
- - - - -
07a0a97e by Brandon Chinn at 2024-12-29T15:03:44-08:00
Unify HsString + HsMultilineString
- - - - -
0b429af4 by Brandon Chinn at 2024-12-29T15:03:44-08:00
Move multiline string processing functions to top-level
- - - - -
0732440c by Brandon Chinn at 2024-12-29T15:03:44-08:00
Always use processCharsSingle to get StringLexError
- - - - -
947869c2 by Brandon Chinn at 2024-12-29T15:03:44-08:00
Implement interpolated strings
- - - - -
30 changed files:
- compiler/GHC/Builtin/Names.hs
- compiler/GHC/Builtin/Names/TH.hs
- compiler/GHC/Builtin/Types.hs
- compiler/GHC/Driver/Flags.hs
- compiler/GHC/Hs/Expr.hs
- compiler/GHC/Hs/Instances.hs
- compiler/GHC/Hs/Lit.hs
- compiler/GHC/Hs/Syn/Type.hs
- compiler/GHC/Hs/Utils.hs
- compiler/GHC/HsToCore/Expr.hs
- compiler/GHC/HsToCore/Match/Literal.hs
- compiler/GHC/HsToCore/Quote.hs
- compiler/GHC/HsToCore/Ticks.hs
- compiler/GHC/Iface/Ext/Ast.hs
- compiler/GHC/Parser.y
- compiler/GHC/Parser/HaddockLex.x
- compiler/GHC/Parser/Lexer.x
- + compiler/GHC/Parser/Lexer/Interface.hs
- + compiler/GHC/Parser/Lexer/String.x
- compiler/GHC/Parser/String.hs
- compiler/GHC/Rename/Expr.hs
- compiler/GHC/Rename/Pat.hs
- compiler/GHC/Rename/Splice.hs
- + compiler/GHC/Rename/String.hs
- compiler/GHC/Tc/Gen/Expr.hs
- compiler/GHC/Tc/Gen/HsType.hs
- compiler/GHC/Tc/Types/Origin.hs
- compiler/GHC/Tc/Utils/Instantiate.hs
- compiler/GHC/Tc/Utils/TcMType.hs
- compiler/GHC/Tc/Zonk/Type.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/0ddc56add745f0170a81cc6af7eb418419176229...947869c23b8f11b94192f03c7119115d6b053dae
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/0ddc56add745f0170a81cc6af7eb418419176229...947869c23b8f11b94192f03c7119115d6b053dae
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241229/7a89f331/attachment.html>
More information about the ghc-commits
mailing list