[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 8 commits: Fix :add docs in user guide
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Wed Sep 7 17:42:46 UTC 2022
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
d4f908f7 by Jan HrĨek at 2022-09-06T15:36:58-04:00
Fix :add docs in user guide
- - - - -
808bb793 by Cheng Shao at 2022-09-06T15:37:35-04:00
ci: remove unused build_make/test_make in ci script
- - - - -
220acfab by Eric Lindblad at 2022-09-07T13:42:33-04:00
typo
- - - - -
6073934d by Eric Lindblad at 2022-09-07T13:42:33-04:00
typos
- - - - -
d2b99df6 by Eric Lindblad at 2022-09-07T13:42:33-04:00
whitespace
- - - - -
7bcd79c5 by Cheng Shao at 2022-09-07T13:42:35-04:00
CmmToAsm: remove unused ModLocation from NatM_State
- - - - -
737f63eb by Krzysztof Gogolewski at 2022-09-07T13:42:36-04:00
Minor SDoc cleanup
Change calls to renderWithContext with showSDocOneLine; it's more
efficient and explanatory.
Remove polyPatSig (unused)
- - - - -
3aae3823 by Krzysztof Gogolewski at 2022-09-07T13:42:36-04:00
Remove Outputable Char instance
Use 'text' instead of 'ppr'.
Using 'ppr' on the list "hello" rendered as "h,e,l,l,o".
- - - - -
30 changed files:
- .gitlab/ci.sh
- compiler/GHC/ByteCode/Instr.hs
- compiler/GHC/Cmm/Dominators.hs
- compiler/GHC/Cmm/Parser.y
- compiler/GHC/CmmToAsm.hs
- compiler/GHC/CmmToAsm/CFG.hs
- compiler/GHC/CmmToAsm/Monad.hs
- compiler/GHC/CmmToAsm/X86/CodeGen.hs
- compiler/GHC/CmmToLlvm/Base.hs
- compiler/GHC/CmmToLlvm/CodeGen.hs
- compiler/GHC/CmmToLlvm/Ppr.hs
- compiler/GHC/Core/Opt/Specialise.hs
- compiler/GHC/Core/Rules.hs
- compiler/GHC/Core/Unfold.hs
- compiler/GHC/CoreToStg/Prep.hs
- compiler/GHC/Driver/Pipeline.hs
- compiler/GHC/Driver/Pipeline/Execute.hs
- compiler/GHC/Hs/Binds.hs
- compiler/GHC/HsToCore/Foreign/C.hs
- compiler/GHC/Iface/Binary.hs
- compiler/GHC/Iface/Ext/Binary.hs
- compiler/GHC/Iface/Ext/Types.hs
- compiler/GHC/Iface/Recomp.hs
- compiler/GHC/Linker/Types.hs
- compiler/GHC/Stg/Lint.hs
- compiler/GHC/StgToByteCode.hs
- compiler/GHC/StgToCmm/Bind.hs
- compiler/GHC/StgToCmm/Layout.hs
- compiler/GHC/Tc/Deriv.hs
- compiler/GHC/Tc/Gen/Pat.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1d59e3f88a5418146061c11f261ca373b459f206...3aae3823e81c50a6ddf096210c4c25120124a879
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1d59e3f88a5418146061c11f261ca373b459f206...3aae3823e81c50a6ddf096210c4c25120124a879
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/20220907/2f89c328/attachment-0001.html>
More information about the ghc-commits
mailing list