Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
610ec224
Commit
610ec224
authored
Mar 12, 2019
by
Ryan Scott
Committed by
Marge Bot
Mar 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Trac ticket URLs to point to GitLab
This moves all URL references to Trac tickets to their corresponding GitLab counterparts.
parent
afc80730
Changes
490
Hide whitespace changes
Inline
Side-by-side
Showing
490 changed files
with
1226 additions
and
1226 deletions
+1226
-1226
HACKING.md
HACKING.md
+4
-4
Makefile
Makefile
+1
-1
README.md
README.md
+1
-1
aclocal.m4
aclocal.m4
+1
-1
compiler/basicTypes/Demand.hs
compiler/basicTypes/Demand.hs
+16
-16
compiler/basicTypes/Id.hs
compiler/basicTypes/Id.hs
+4
-4
compiler/basicTypes/Lexeme.hs
compiler/basicTypes/Lexeme.hs
+2
-2
compiler/basicTypes/MkId.hs
compiler/basicTypes/MkId.hs
+9
-9
compiler/basicTypes/Module.hs
compiler/basicTypes/Module.hs
+2
-2
compiler/basicTypes/NameCache.hs
compiler/basicTypes/NameCache.hs
+1
-1
compiler/basicTypes/OccName.hs
compiler/basicTypes/OccName.hs
+1
-1
compiler/basicTypes/PatSyn.hs
compiler/basicTypes/PatSyn.hs
+1
-1
compiler/basicTypes/RdrName.hs
compiler/basicTypes/RdrName.hs
+2
-2
compiler/cmm/CmmSink.hs
compiler/cmm/CmmSink.hs
+1
-1
compiler/cmm/CmmUtils.hs
compiler/cmm/CmmUtils.hs
+1
-1
compiler/cmm/PprC.hs
compiler/cmm/PprC.hs
+1
-1
compiler/codeGen/StgCmmClosure.hs
compiler/codeGen/StgCmmClosure.hs
+3
-3
compiler/codeGen/StgCmmExpr.hs
compiler/codeGen/StgCmmExpr.hs
+2
-2
compiler/codeGen/StgCmmHeap.hs
compiler/codeGen/StgCmmHeap.hs
+1
-1
compiler/coreSyn/CoreArity.hs
compiler/coreSyn/CoreArity.hs
+8
-8
compiler/coreSyn/CoreFVs.hs
compiler/coreSyn/CoreFVs.hs
+2
-2
compiler/coreSyn/CoreLint.hs
compiler/coreSyn/CoreLint.hs
+10
-10
compiler/coreSyn/CoreMap.hs
compiler/coreSyn/CoreMap.hs
+1
-1
compiler/coreSyn/CoreOpt.hs
compiler/coreSyn/CoreOpt.hs
+6
-6
compiler/coreSyn/CorePrep.hs
compiler/coreSyn/CorePrep.hs
+4
-4
compiler/coreSyn/CoreSubst.hs
compiler/coreSyn/CoreSubst.hs
+1
-1
compiler/coreSyn/CoreSyn.hs
compiler/coreSyn/CoreSyn.hs
+9
-9
compiler/coreSyn/CoreUnfold.hs
compiler/coreSyn/CoreUnfold.hs
+7
-7
compiler/coreSyn/CoreUtils.hs
compiler/coreSyn/CoreUtils.hs
+16
-16
compiler/coreSyn/MkCore.hs
compiler/coreSyn/MkCore.hs
+1
-1
compiler/deSugar/Check.hs
compiler/deSugar/Check.hs
+6
-6
compiler/deSugar/Desugar.hs
compiler/deSugar/Desugar.hs
+1
-1
compiler/deSugar/DsBinds.hs
compiler/deSugar/DsBinds.hs
+5
-5
compiler/deSugar/DsExpr.hs
compiler/deSugar/DsExpr.hs
+2
-2
compiler/deSugar/DsMeta.hs
compiler/deSugar/DsMeta.hs
+1
-1
compiler/deSugar/DsMonad.hs
compiler/deSugar/DsMonad.hs
+1
-1
compiler/deSugar/DsUsage.hs
compiler/deSugar/DsUsage.hs
+1
-1
compiler/deSugar/DsUtils.hs
compiler/deSugar/DsUtils.hs
+4
-4
compiler/deSugar/Match.hs
compiler/deSugar/Match.hs
+5
-5
compiler/deSugar/MatchCon.hs
compiler/deSugar/MatchCon.hs
+1
-1
compiler/deSugar/MatchLit.hs
compiler/deSugar/MatchLit.hs
+3
-3
compiler/ghci/ByteCodeGen.hs
compiler/ghci/ByteCodeGen.hs
+4
-4
compiler/ghci/Linker.hs
compiler/ghci/Linker.hs
+1
-1
compiler/ghci/RtClosureInspect.hs
compiler/ghci/RtClosureInspect.hs
+1
-1
compiler/hsSyn/Convert.hs
compiler/hsSyn/Convert.hs
+4
-4
compiler/hsSyn/HsBinds.hs
compiler/hsSyn/HsBinds.hs
+2
-2
compiler/hsSyn/HsDecls.hs
compiler/hsSyn/HsDecls.hs
+1
-1
compiler/hsSyn/HsExpr.hs
compiler/hsSyn/HsExpr.hs
+3
-3
compiler/hsSyn/HsPat.hs
compiler/hsSyn/HsPat.hs
+2
-2
compiler/hsSyn/HsTypes.hs
compiler/hsSyn/HsTypes.hs
+4
-4
compiler/hsSyn/HsUtils.hs
compiler/hsSyn/HsUtils.hs
+4
-4
compiler/iface/BuildTyCl.hs
compiler/iface/BuildTyCl.hs
+1
-1
compiler/iface/FlagChecker.hs
compiler/iface/FlagChecker.hs
+2
-2
compiler/iface/IfaceSyn.hs
compiler/iface/IfaceSyn.hs
+1
-1
compiler/iface/IfaceType.hs
compiler/iface/IfaceType.hs
+2
-2
compiler/iface/LoadIface.hs
compiler/iface/LoadIface.hs
+1
-1
compiler/iface/MkIface.hs
compiler/iface/MkIface.hs
+3
-3
compiler/iface/TcIface.hs
compiler/iface/TcIface.hs
+5
-5
compiler/iface/ToIface.hs
compiler/iface/ToIface.hs
+4
-4
compiler/llvmGen/Llvm/Types.hs
compiler/llvmGen/Llvm/Types.hs
+1
-1
compiler/llvmGen/LlvmCodeGen.hs
compiler/llvmGen/LlvmCodeGen.hs
+1
-1
compiler/main/Ar.hs
compiler/main/Ar.hs
+2
-2
compiler/main/CmdLineParser.hs
compiler/main/CmdLineParser.hs
+3
-3
compiler/main/Constants.hs
compiler/main/Constants.hs
+1
-1
compiler/main/DriverPipeline.hs
compiler/main/DriverPipeline.hs
+4
-4
compiler/main/DynFlags.hs
compiler/main/DynFlags.hs
+7
-7
compiler/main/ErrUtils.hs
compiler/main/ErrUtils.hs
+1
-1
compiler/main/GHC.hs
compiler/main/GHC.hs
+2
-2
compiler/main/GhcMake.hs
compiler/main/GhcMake.hs
+4
-4
compiler/main/HscTypes.hs
compiler/main/HscTypes.hs
+4
-4
compiler/main/InteractiveEval.hs
compiler/main/InteractiveEval.hs
+3
-3
compiler/main/Packages.hs
compiler/main/Packages.hs
+1
-1
compiler/main/SysTools.hs
compiler/main/SysTools.hs
+2
-2
compiler/main/SysTools/Info.hs
compiler/main/SysTools/Info.hs
+4
-4
compiler/main/SysTools/Process.hs
compiler/main/SysTools/Process.hs
+1
-1
compiler/main/TidyPgm.hs
compiler/main/TidyPgm.hs
+8
-8
compiler/nativeGen/PPC/Ppr.hs
compiler/nativeGen/PPC/Ppr.hs
+2
-2
compiler/nativeGen/PprBase.hs
compiler/nativeGen/PprBase.hs
+2
-2
compiler/nativeGen/X86/Ppr.hs
compiler/nativeGen/X86/Ppr.hs
+1
-1
compiler/parser/Lexer.x
compiler/parser/Lexer.x
+1
-1
compiler/parser/Parser.y
compiler/parser/Parser.y
+2
-2
compiler/parser/RdrHsSyn.hs
compiler/parser/RdrHsSyn.hs
+2
-2
compiler/prelude/PrelRules.hs
compiler/prelude/PrelRules.hs
+8
-8
compiler/prelude/PrimOp.hs
compiler/prelude/PrimOp.hs
+4
-4
compiler/prelude/TysPrim.hs
compiler/prelude/TysPrim.hs
+2
-2
compiler/prelude/primops.txt.pp
compiler/prelude/primops.txt.pp
+2
-2
compiler/rename/RnBinds.hs
compiler/rename/RnBinds.hs
+3
-3
compiler/rename/RnEnv.hs
compiler/rename/RnEnv.hs
+9
-9
compiler/rename/RnExpr.hs
compiler/rename/RnExpr.hs
+2
-2
compiler/rename/RnFixity.hs
compiler/rename/RnFixity.hs
+2
-2
compiler/rename/RnNames.hs
compiler/rename/RnNames.hs
+10
-10
compiler/rename/RnPat.hs
compiler/rename/RnPat.hs
+3
-3
compiler/rename/RnSource.hs
compiler/rename/RnSource.hs
+11
-11
compiler/rename/RnSplice.hs
compiler/rename/RnSplice.hs
+6
-6
compiler/rename/RnTypes.hs
compiler/rename/RnTypes.hs
+2
-2
compiler/rename/RnUtils.hs
compiler/rename/RnUtils.hs
+3
-3
compiler/simplCore/CSE.hs
compiler/simplCore/CSE.hs
+5
-5
compiler/simplCore/CallArity.hs
compiler/simplCore/CallArity.hs
+1
-1
compiler/simplCore/CoreMonad.hs
compiler/simplCore/CoreMonad.hs
+2
-2
compiler/simplCore/Exitify.hs
compiler/simplCore/Exitify.hs
+1
-1
compiler/simplCore/FloatIn.hs
compiler/simplCore/FloatIn.hs
+6
-6
compiler/simplCore/FloatOut.hs
compiler/simplCore/FloatOut.hs
+1
-1
compiler/simplCore/OccurAnal.hs
compiler/simplCore/OccurAnal.hs
+11
-11
compiler/simplCore/SetLevels.hs
compiler/simplCore/SetLevels.hs
+6
-6
compiler/simplCore/SimplCore.hs
compiler/simplCore/SimplCore.hs
+1
-1
compiler/simplCore/SimplMonad.hs
compiler/simplCore/SimplMonad.hs
+1
-1
compiler/simplCore/SimplUtils.hs
compiler/simplCore/SimplUtils.hs
+10
-10
compiler/simplCore/Simplify.hs
compiler/simplCore/Simplify.hs
+18
-18
compiler/simplStg/StgCse.hs
compiler/simplStg/StgCse.hs
+1
-1
compiler/simplStg/StgLiftLams.hs
compiler/simplStg/StgLiftLams.hs
+1
-1
compiler/specialise/Rules.hs
compiler/specialise/Rules.hs
+5
-5
compiler/specialise/SpecConstr.hs
compiler/specialise/SpecConstr.hs
+14
-14
compiler/specialise/Specialise.hs
compiler/specialise/Specialise.hs
+12
-12
compiler/stgSyn/CoreToStg.hs
compiler/stgSyn/CoreToStg.hs
+1
-1
compiler/stranal/DmdAnal.hs
compiler/stranal/DmdAnal.hs
+7
-7
compiler/stranal/WorkWrap.hs
compiler/stranal/WorkWrap.hs
+4
-4
compiler/stranal/WwLib.hs
compiler/stranal/WwLib.hs
+11
-11
compiler/typecheck/ClsInst.hs
compiler/typecheck/ClsInst.hs
+4
-4
compiler/typecheck/FunDeps.hs
compiler/typecheck/FunDeps.hs
+9
-9
compiler/typecheck/Inst.hs
compiler/typecheck/Inst.hs
+1
-1
compiler/typecheck/TcAnnotations.hs
compiler/typecheck/TcAnnotations.hs
+2
-2
compiler/typecheck/TcBinds.hs
compiler/typecheck/TcBinds.hs
+9
-9
compiler/typecheck/TcCanonical.hs
compiler/typecheck/TcCanonical.hs
+14
-14
compiler/typecheck/TcDeriv.hs
compiler/typecheck/TcDeriv.hs
+18
-18
compiler/typecheck/TcDerivInfer.hs
compiler/typecheck/TcDerivInfer.hs
+2
-2
compiler/typecheck/TcDerivUtils.hs
compiler/typecheck/TcDerivUtils.hs
+4
-4
compiler/typecheck/TcEnv.hs
compiler/typecheck/TcEnv.hs
+8
-8
compiler/typecheck/TcErrors.hs
compiler/typecheck/TcErrors.hs
+19
-19
compiler/typecheck/TcEvidence.hs
compiler/typecheck/TcEvidence.hs
+2
-2
compiler/typecheck/TcExpr.hs
compiler/typecheck/TcExpr.hs
+11
-11
compiler/typecheck/TcFlatten.hs
compiler/typecheck/TcFlatten.hs
+6
-6
compiler/typecheck/TcForeign.hs
compiler/typecheck/TcForeign.hs
+1
-1
compiler/typecheck/TcGenDeriv.hs
compiler/typecheck/TcGenDeriv.hs
+12
-12
compiler/typecheck/TcGenFunctor.hs
compiler/typecheck/TcGenFunctor.hs
+3
-3
compiler/typecheck/TcGenGenerics.hs
compiler/typecheck/TcGenGenerics.hs
+2
-2
compiler/typecheck/TcHoleErrors.hs
compiler/typecheck/TcHoleErrors.hs
+1
-1
compiler/typecheck/TcHsSyn.hs
compiler/typecheck/TcHsSyn.hs
+4
-4
compiler/typecheck/TcHsType.hs
compiler/typecheck/TcHsType.hs
+13
-13
compiler/typecheck/TcInstDcls.hs
compiler/typecheck/TcInstDcls.hs
+11
-11
compiler/typecheck/TcInteract.hs
compiler/typecheck/TcInteract.hs
+19
-19
compiler/typecheck/TcMType.hs
compiler/typecheck/TcMType.hs
+8
-8
compiler/typecheck/TcMatches.hs
compiler/typecheck/TcMatches.hs
+3
-3
compiler/typecheck/TcPat.hs
compiler/typecheck/TcPat.hs
+3
-3
compiler/typecheck/TcPatSyn.hs
compiler/typecheck/TcPatSyn.hs
+14
-14
compiler/typecheck/TcRnDriver.hs
compiler/typecheck/TcRnDriver.hs
+8
-8
compiler/typecheck/TcRnExports.hs
compiler/typecheck/TcRnExports.hs
+4
-4
compiler/typecheck/TcRnMonad.hs
compiler/typecheck/TcRnMonad.hs
+3
-3
compiler/typecheck/TcRnTypes.hs
compiler/typecheck/TcRnTypes.hs
+9
-9
compiler/typecheck/TcRules.hs
compiler/typecheck/TcRules.hs
+2
-2
compiler/typecheck/TcSMonad.hs
compiler/typecheck/TcSMonad.hs
+14
-14
compiler/typecheck/TcSigs.hs
compiler/typecheck/TcSigs.hs
+6
-6
compiler/typecheck/TcSimplify.hs
compiler/typecheck/TcSimplify.hs
+33
-33
compiler/typecheck/TcSplice.hs
compiler/typecheck/TcSplice.hs
+6
-6
compiler/typecheck/TcTyClsDecls.hs
compiler/typecheck/TcTyClsDecls.hs
+21
-21
compiler/typecheck/TcTyDecls.hs
compiler/typecheck/TcTyDecls.hs
+2
-2
compiler/typecheck/TcType.hs
compiler/typecheck/TcType.hs
+8
-8
compiler/typecheck/TcUnify.hs
compiler/typecheck/TcUnify.hs
+17
-17
compiler/typecheck/TcValidity.hs
compiler/typecheck/TcValidity.hs
+33
-33
compiler/types/Coercion.hs
compiler/types/Coercion.hs
+7
-7
compiler/types/FamInstEnv.hs
compiler/types/FamInstEnv.hs
+3
-3
compiler/types/InstEnv.hs
compiler/types/InstEnv.hs
+4
-4
compiler/types/Kind.hs
compiler/types/Kind.hs
+1
-1
compiler/types/OptCoercion.hs
compiler/types/OptCoercion.hs
+2
-2
compiler/types/TyCoRep.hs
compiler/types/TyCoRep.hs
+10
-10
compiler/types/TyCon.hs
compiler/types/TyCon.hs
+3
-3
compiler/types/Type.hs
compiler/types/Type.hs
+8
-8
compiler/types/Unify.hs
compiler/types/Unify.hs
+7
-7
compiler/utils/Binary.hs
compiler/utils/Binary.hs
+1
-1
compiler/utils/MonadUtils.hs
compiler/utils/MonadUtils.hs
+1
-1
compiler/utils/Pretty.hs
compiler/utils/Pretty.hs
+2
-2
configure.ac
configure.ac
+3
-3
distrib/remilestoning.pl
distrib/remilestoning.pl
+2
-2
docs/users_guide/bugs.rst
docs/users_guide/bugs.rst
+1
-1
docs/users_guide/editing-guide.rst
docs/users_guide/editing-guide.rst
+5
-5
docs/users_guide/ghc_config.py.in
docs/users_guide/ghc_config.py.in
+2
-2
docs/users_guide/glasgow_exts.rst
docs/users_guide/glasgow_exts.rst
+4
-4
docs/users_guide/using-optimisation.rst
docs/users_guide/using-optimisation.rst
+1
-1
ghc/GHCi/UI.hs
ghc/GHCi/UI.hs
+6
-6
ghc/Main.hs
ghc/Main.hs
+1
-1
hadrian/README.md
hadrian/README.md
+2
-2
hadrian/src/Rules/Gmp.hs
hadrian/src/Rules/Gmp.hs
+1
-1
hadrian/src/Rules/Register.hs
hadrian/src/Rules/Register.hs
+1
-1
hadrian/src/Rules/Test.hs
hadrian/src/Rules/Test.hs
+1
-1
hadrian/src/Settings/Builders/RunTest.hs
hadrian/src/Settings/Builders/RunTest.hs
+1
-1
hadrian/src/Settings/Flavours/Common.hs
hadrian/src/Settings/Flavours/Common.hs
+1
-1
includes/MachDeps.h
includes/MachDeps.h
+1
-1
includes/Stg.h
includes/Stg.h
+2
-2
libraries/base/Control/Arrow.hs
libraries/base/Control/Arrow.hs
+1
-1
libraries/base/Control/Category.hs
libraries/base/Control/Category.hs
+2
-2
libraries/base/Control/Monad.hs
libraries/base/Control/Monad.hs
+2
-2
libraries/base/Control/Monad/ST/Imp.hs
libraries/base/Control/Monad/ST/Imp.hs
+1
-1
libraries/base/Control/Monad/Zip.hs
libraries/base/Control/Monad/Zip.hs
+1
-1
libraries/base/Data/Data.hs
libraries/base/Data/Data.hs
+1
-1
libraries/base/Data/Foldable.hs
libraries/base/Data/Foldable.hs
+4
-4
libraries/base/Data/OldList.hs
libraries/base/Data/OldList.hs
+1
-1
libraries/base/Data/Typeable/Internal.hs
libraries/base/Data/Typeable/Internal.hs
+1
-1
libraries/base/Debug/Trace.hs
libraries/base/Debug/Trace.hs
+1
-1
libraries/base/Foreign/Ptr.hs
libraries/base/Foreign/Ptr.hs
+2
-2
libraries/base/GHC/Arr.hs
libraries/base/GHC/Arr.hs
+5
-5
libraries/base/GHC/Event/Manager.hs
libraries/base/GHC/Event/Manager.hs
+1
-1
libraries/base/GHC/Float.hs
libraries/base/GHC/Float.hs
+1
-1
libraries/base/GHC/IO.hs
libraries/base/GHC/IO.hs
+1
-1
libraries/base/GHC/Int.hs
libraries/base/GHC/Int.hs
+1
-1
libraries/base/GHC/List.hs
libraries/base/GHC/List.hs
+1
-1
libraries/base/GHC/Read.hs
libraries/base/GHC/Read.hs
+2
-2
libraries/base/GHC/Real.hs
libraries/base/GHC/Real.hs
+2
-2
libraries/base/System/Environment/ExecutablePath.hsc
libraries/base/System/Environment/ExecutablePath.hsc
+1
-1
libraries/base/System/Mem/Weak.hs
libraries/base/System/Mem/Weak.hs
+1
-1
libraries/base/cbits/inputReady.c
libraries/base/cbits/inputReady.c
+2
-2
libraries/base/tests/IO/hReady001.hs
libraries/base/tests/IO/hReady001.hs
+1
-1
libraries/base/tests/T11760.hs
libraries/base/tests/T11760.hs
+1
-1
libraries/base/tests/fromJust.hs
libraries/base/tests/fromJust.hs
+1
-1
libraries/base/tests/genericNegative001.hs
libraries/base/tests/genericNegative001.hs
+1
-1
libraries/ghc-prim/cbits/atomic.c
libraries/ghc-prim/cbits/atomic.c
+1
-1
libraries/integer-gmp/changelog.md
libraries/integer-gmp/changelog.md
+1
-1
libraries/integer-gmp/src/GHC/Integer/Logarithms/Internals.hs
...aries/integer-gmp/src/GHC/Integer/Logarithms/Internals.hs
+1
-1
libraries/template-haskell/Language/Haskell/TH/Ppr.hs
libraries/template-haskell/Language/Haskell/TH/Ppr.hs
+1
-1
libraries/template-haskell/Language/Haskell/TH/Syntax.hs
libraries/template-haskell/Language/Haskell/TH/Syntax.hs
+5
-5
mk/build.mk.sample
mk/build.mk.sample
+1
-1
mk/flavours/validate.mk
mk/flavours/validate.mk
+1
-1
mk/install.mk.in
mk/install.mk.in
+1
-1
packages
packages
+1
-1
rts/Apply.cmm
rts/Apply.cmm
+1
-1
rts/Linker.c
rts/Linker.c
+2
-2
rts/ProfHeap.c
rts/ProfHeap.c
+1
-1
rts/RtsAPI.c
rts/RtsAPI.c
+1
-1
rts/RtsFlags.c
rts/RtsFlags.c
+4
-4
rts/RtsUtils.c
rts/RtsUtils.c
+1
-1
rts/Schedule.c
rts/Schedule.c
+1
-1
rts/StablePtr.c
rts/StablePtr.c
+1
-1
rts/StgPrimFloat.c
rts/StgPrimFloat.c
+1
-1
rts/linker/LoadArchive.c
rts/linker/LoadArchive.c
+1
-1
rts/posix/OSMem.c
rts/posix/OSMem.c
+1
-1
rts/posix/Select.c
rts/posix/Select.c
+1
-1
rts/sm/Storage.c
rts/sm/Storage.c
+1
-1
rts/win32/GetTime.c
rts/win32/GetTime.c
+1
-1
rules/build-prog.mk
rules/build-prog.mk
+1
-1
testsuite/driver/testlib.py
testsuite/driver/testlib.py
+2
-2
testsuite/mk/test.mk
testsuite/mk/test.mk
+1
-1
testsuite/tests/annotations/should_fail/T10826.stderr
testsuite/tests/annotations/should_fail/T10826.stderr
+1
-1
testsuite/tests/arrows/should_compile/arrowpat.hs
testsuite/tests/arrows/should_compile/arrowpat.hs
+1
-1
testsuite/tests/arrows/should_fail/T2111.hs
testsuite/tests/arrows/should_fail/T2111.hs
+1
-1
testsuite/tests/arrows/should_fail/all.T
testsuite/tests/arrows/should_fail/all.T
+1
-1
testsuite/tests/arrows/should_fail/arrowfail004.hs
testsuite/tests/arrows/should_fail/arrowfail004.hs
+1
-1
testsuite/tests/boxy/Compose.hs
testsuite/tests/boxy/Compose.hs
+1
-1
testsuite/tests/codeGen/should_run/cgrun058.hs
testsuite/tests/codeGen/should_run/cgrun058.hs
+1
-1
testsuite/tests/codeGen/should_run/cgrun063.hs
testsuite/tests/codeGen/should_run/cgrun063.hs
+1
-1
testsuite/tests/codeGen/should_run/cgrun071.hs
testsuite/tests/codeGen/should_run/cgrun071.hs
+1
-1
testsuite/tests/deSugar/should_compile/T2409.hs
testsuite/tests/deSugar/should_compile/T2409.hs
+1
-1
testsuite/tests/deSugar/should_compile/T3263-1.hs
testsuite/tests/deSugar/should_compile/T3263-1.hs
+1
-1
testsuite/tests/deSugar/should_compile/T3263-2.hs
testsuite/tests/deSugar/should_compile/T3263-2.hs
+1
-1
testsuite/tests/deSugar/should_compile/T5252.hs
testsuite/tests/deSugar/should_compile/T5252.hs
+1
-1
testsuite/tests/deSugar/should_compile/ds062.hs
testsuite/tests/deSugar/should_compile/ds062.hs
+1
-1
testsuite/tests/deSugar/should_compile/ds063.hs
testsuite/tests/deSugar/should_compile/ds063.hs
+1
-1
testsuite/tests/deSugar/should_run/T12595.hs
testsuite/tests/deSugar/should_run/T12595.hs
+1
-1
testsuite/tests/deSugar/should_run/T246.hs
testsuite/tests/deSugar/should_run/T246.hs
+1
-1
testsuite/tests/dependent/should_compile/T16326_Compile1.hs
testsuite/tests/dependent/should_compile/T16326_Compile1.hs
+1
-1
testsuite/tests/deriving/should_compile/T2378.hs
testsuite/tests/deriving/should_compile/T2378.hs
+1
-1
testsuite/tests/deriving/should_compile/T2721.hs
testsuite/tests/deriving/should_compile/T2721.hs
+1
-1
testsuite/tests/deriving/should_compile/T2856.hs
testsuite/tests/deriving/should_compile/T2856.hs
+1
-1
testsuite/tests/deriving/should_compile/all.T
testsuite/tests/deriving/should_compile/all.T
+1
-1
testsuite/tests/deriving/should_compile/deriving-1935.hs
testsuite/tests/deriving/should_compile/deriving-1935.hs
+1
-1
testsuite/tests/deriving/should_compile/drv012.hs
testsuite/tests/deriving/should_compile/drv012.hs
+1
-1
testsuite/tests/deriving/should_fail/T2394.hs
testsuite/tests/deriving/should_fail/T2394.hs
+1
-1
testsuite/tests/deriving/should_fail/T2851.hs
testsuite/tests/deriving/should_fail/T2851.hs
+1
-1
testsuite/tests/deriving/should_fail/drvfail012.hs
testsuite/tests/deriving/should_fail/drvfail012.hs
+1
-1
testsuite/tests/deriving/should_run/T2529.hs
testsuite/tests/deriving/should_run/T2529.hs
+1
-1
testsuite/tests/eyeball/T3116.hs
testsuite/tests/eyeball/T3116.hs
+1
-1
testsuite/tests/eyeball/record1.hs
testsuite/tests/eyeball/record1.hs
+1
-1
testsuite/tests/ffi/should_fail/ccfail001.hs
testsuite/tests/ffi/should_fail/ccfail001.hs
+1
-1
testsuite/tests/ffi/should_fail/ccfail002.hs
testsuite/tests/ffi/should_fail/ccfail002.hs
+1
-1
testsuite/tests/gadt/CasePrune.hs
testsuite/tests/gadt/CasePrune.hs
+1
-1
testsuite/tests/gadt/Session.hs
testsuite/tests/gadt/Session.hs
+1
-1
testsuite/tests/gadt/T1999a.hs
testsuite/tests/gadt/T1999a.hs
+1
-1
testsuite/tests/gadt/T2587.hs
testsuite/tests/gadt/T2587.hs
+1
-1
testsuite/tests/gadt/T3013.hs
testsuite/tests/gadt/T3013.hs
+1
-1
testsuite/tests/gadt/T3163.hs
testsuite/tests/gadt/T3163.hs
+1
-1
testsuite/tests/gadt/data1.hs
testsuite/tests/gadt/data1.hs
+1
-1
testsuite/tests/gadt/data2.hs
testsuite/tests/gadt/data2.hs
+1
-1
testsuite/tests/gadt/gadt-fd.hs
testsuite/tests/gadt/gadt-fd.hs
+1
-1
testsuite/tests/gadt/gadt17.hs
testsuite/tests/gadt/gadt17.hs
+1
-1
testsuite/tests/gadt/gadt24.hs
testsuite/tests/gadt/gadt24.hs
+1
-1
testsuite/tests/gadt/karl1.hs
testsuite/tests/gadt/karl1.hs
+1
-1
testsuite/tests/gadt/karl2.hs
testsuite/tests/gadt/karl2.hs
+1
-1
testsuite/tests/gadt/records-fail1.hs
testsuite/tests/gadt/records-fail1.hs
+1
-1
testsuite/tests/ghci/prog003/prog003.T
testsuite/tests/ghci/prog003/prog003.T
+1
-1
testsuite/tests/ghci/scripts/T11098.script
testsuite/tests/ghci/scripts/T11098.script
+1
-1
testsuite/tests/ghci/scripts/T2766.script
testsuite/tests/ghci/scripts/T2766.script
+1
-1
testsuite/tests/ghci/scripts/T3263.hs
testsuite/tests/ghci/scripts/T3263.hs
+1
-1
testsuite/tests/ghci/scripts/ghci019.hs
testsuite/tests/ghci/scripts/ghci019.hs
+1
-1
testsuite/tests/ghci/scripts/ghci030.hs
testsuite/tests/ghci/scripts/ghci030.hs
+1
-1
testsuite/tests/ghci/scripts/ghci031.hs
testsuite/tests/ghci/scripts/ghci031.hs
+1
-1
testsuite/tests/ghci/scripts/ghci033.hs
testsuite/tests/ghci/scripts/ghci033.hs
+1
-1
testsuite/tests/ghci/scripts/ghci063.script
testsuite/tests/ghci/scripts/ghci063.script
+1
-1
testsuite/tests/indexed-types/should_compile/IndTypesPerfMerge.hs
...e/tests/indexed-types/should_compile/IndTypesPerfMerge.hs
+1
-1
testsuite/tests/indexed-types/should_compile/PushedInAsGivens.hs
...te/tests/indexed-types/should_compile/PushedInAsGivens.hs
+1
-1
testsuite/tests/indexed-types/should_compile/Records.hs
testsuite/tests/indexed-types/should_compile/Records.hs
+1
-1
testsuite/tests/indexed-types/should_compile/T2238.hs
testsuite/tests/indexed-types/should_compile/T2238.hs
+1
-1
testsuite/tests/indexed-types/should_compile/T2944.hs
testsuite/tests/indexed-types/should_compile/T2944.hs
+1
-1
testsuite/tests/indexed-types/should_compile/T3017.hs
testsuite/tests/indexed-types/should_compile/T3017.hs
+1
-1
testsuite/tests/indexed-types/should_compile/T3590.hs
testsuite/tests/indexed-types/should_compile/T3590.hs
+1
-1
testsuite/tests/indexed-types/should_compile/T4178.hs
testsuite/tests/indexed-types/should_compile/T4178.hs
+1
-1
testsuite/tests/indexed-types/should_compile/UnusedTyVarWarnings.hs
...tests/indexed-types/should_compile/UnusedTyVarWarnings.hs
+1
-1
testsuite/tests/indexed-types/should_compile/UnusedTyVarWarningsNamedWCs.hs
...dexed-types/should_compile/UnusedTyVarWarningsNamedWCs.hs
+1
-1
testsuite/tests/indexed-types/should_fail/T2334A.hs
testsuite/tests/indexed-types/should_fail/T2334A.hs
+1
-1
testsuite/tests/indexed-types/should_fail/T4272.hs
testsuite/tests/indexed-types/should_fail/T4272.hs
+1
-1
testsuite/tests/indexed-types/should_fail/T9357.hs
testsuite/tests/indexed-types/should_fail/T9357.hs
+1
-1
testsuite/tests/indexed-types/should_run/T2985.hs
testsuite/tests/indexed-types/should_run/T2985.hs
+1
-1
testsuite/tests/lib/integer/integerGmpInternals.hs
testsuite/tests/lib/integer/integerGmpInternals.hs
+1
-1
testsuite/tests/llvm/should_compile/T5486.hs
testsuite/tests/llvm/should_compile/T5486.hs
+1
-1
testsuite/tests/llvm/should_compile/T5681.hs
testsuite/tests/llvm/should_compile/T5681.hs
+1
-1
testsuite/tests/llvm/should_run/subsections_via_symbols/all.T
...suite/tests/llvm/should_run/subsections_via_symbols/all.T
+1
-1
testsuite/tests/module/T3776.hs
testsuite/tests/module/T3776.hs
+1
-1
testsuite/tests/parser/should_compile/read066.hs
testsuite/tests/parser/should_compile/read066.hs
+1
-1
testsuite/tests/parser/should_compile/read_1821.hs
testsuite/tests/parser/should_compile/read_1821.hs
+1
-1
testsuite/tests/parser/should_fail/NoNumericUnderscores0.hs
testsuite/tests/parser/should_fail/NoNumericUnderscores0.hs
+1
-1
testsuite/tests/parser/should_fail/NoNumericUnderscores1.hs
testsuite/tests/parser/should_fail/NoNumericUnderscores1.hs
+1
-1
testsuite/tests/parser/should_fail/NumericUnderscoresFail0.hs
...suite/tests/parser/should_fail/NumericUnderscoresFail0.hs
+1
-1
testsuite/tests/parser/should_fail/NumericUnderscoresFail1.hs
...suite/tests/parser/should_fail/NumericUnderscoresFail1.hs
+1
-1
testsuite/tests/parser/should_fail/T3095.hs
testsuite/tests/parser/should_fail/T3095.hs
+1
-1
testsuite/tests/parser/should_run/NumericUnderscores0.hs
testsuite/tests/parser/should_run/NumericUnderscores0.hs
+1
-1
testsuite/tests/parser/should_run/NumericUnderscores1.hs
testsuite/tests/parser/should_run/NumericUnderscores1.hs
+1
-1
testsuite/tests/parser/should_run/readRun004.hs
testsuite/tests/parser/should_run/readRun004.hs
+1
-1
testsuite/tests/parser/unicode/brackets.hs
testsuite/tests/parser/unicode/brackets.hs
+1
-1
testsuite/tests/partial-sigs/should_compile/NamedWildcardsAsTyVars.hs
...sts/partial-sigs/should_compile/NamedWildcardsAsTyVars.hs
+1
-1
testsuite/tests/partial-sigs/should_compile/T12033.hs
testsuite/tests/partial-sigs/should_compile/T12033.hs
+1
-1
testsuite/tests/partial-sigs/should_fail/NamedWildcardExplicitForall.hs
...s/partial-sigs/should_fail/NamedWildcardExplicitForall.hs
+1
-1
testsuite/tests/patsyn/should_fail/T14380.stderr
testsuite/tests/patsyn/should_fail/T14380.stderr
+1
-1
testsuite/tests/perf/compiler/T9872d.hs
testsuite/tests/perf/compiler/T9872d.hs
+1
-1
testsuite/tests/perf/should_run/T14936.hs
testsuite/tests/perf/should_run/T14936.hs
+1
-1
testsuite/tests/perf/should_run/T149_A.hs
testsuite/tests/perf/should_run/T149_A.hs
+1
-1
testsuite/tests/perf/should_run/T149_B.hs
testsuite/tests/perf/should_run/T149_B.hs
+1
-1
testsuite/tests/perf/should_run/T5549.hs
testsuite/tests/perf/should_run/T5549.hs
+1
-1
testsuite/tests/pmcheck/should_compile/T12957a.hs
testsuite/tests/pmcheck/should_compile/T12957a.hs
+1
-1
testsuite/tests/polykinds/T11248.hs
testsuite/tests/polykinds/T11248.hs
+1
-1
testsuite/tests/polykinds/T11480b.hs
testsuite/tests/polykinds/T11480b.hs
+1
-1
testsuite/tests/polykinds/T7594.hs
testsuite/tests/polykinds/T7594.hs
+1
-1
testsuite/tests/polykinds/T8566a.hs
testsuite/tests/polykinds/T8566a.hs
+1
-1
testsuite/tests/quotes/T2931.hs
testsuite/tests/quotes/T2931.hs
+1
-1
testsuite/tests/quotes/T3572.hs
testsuite/tests/quotes/T3572.hs
+1
-1
testsuite/tests/quotes/TH_scope.hs
testsuite/tests/quotes/TH_scope.hs
+1
-1
testsuite/tests/rebindable/T303.hs
testsuite/tests/rebindable/T303.hs
+1
-1
testsuite/tests/rebindable/all.T
testsuite/tests/rebindable/all.T
+1
-1
testsuite/tests/rebindable/rebindable8.hs
testsuite/tests/rebindable/rebindable8.hs
+1
-1
testsuite/tests/rebindable/rebindable9.hs
testsuite/tests/rebindable/rebindable9.hs
+1
-1
testsuite/tests/rename/should_compile/T1789.hs
testsuite/tests/rename/should_compile/T1789.hs
+1
-1
testsuite/tests/rename/should_compile/T1789_2.hs
testsuite/tests/rename/should_compile/T1789_2.hs
+1
-1
testsuite/tests/rename/should_compile/T17a.hs
testsuite/tests/rename/should_compile/T17a.hs
+1
-1
testsuite/tests/rename/should_compile/T17b.hs
testsuite/tests/rename/should_compile/T17b.hs
+1
-1
testsuite/tests/rename/should_compile/T17c.hs
testsuite/tests/rename/should_compile/T17c.hs
+1
-1
testsuite/tests/rename/should_compile/T17d.hs
testsuite/tests/rename/should_compile/T17d.hs
+1
-1
testsuite/tests/rename/should_compile/T17e.hs
testsuite/tests/rename/should_compile/T17e.hs
+1
-1
testsuite/tests/rename/should_compile/T1972.hs
testsuite/tests/rename/should_compile/T1972.hs
+1
-1
testsuite/tests/rename/should_compile/T2205.hs
testsuite/tests/rename/should_compile/T2205.hs
+1
-1
testsuite/tests/rename/should_compile/T2506.hs
testsuite/tests/rename/should_compile/T2506.hs
+1
-1
testsuite/tests/rename/should_compile/T3221.hs
testsuite/tests/rename/should_compile/T3221.hs
+1
-1
testsuite/tests/rename/should_compile/T3262.hs
testsuite/tests/rename/should_compile/T3262.hs
+1
-1
testsuite/tests/rename/should_compile/rn051.hs
testsuite/tests/rename/should_compile/rn051.hs
+1
-1
testsuite/tests/rename/should_compile/rn058.hs
testsuite/tests/rename/should_compile/rn058.hs
+1
-1
testsuite/tests/rename/should_compile/rn062.hs
testsuite/tests/rename/should_compile/rn062.hs
+1
-1
testsuite/tests/rename/should_fail/T12146.hs
testsuite/tests/rename/should_fail/T12146.hs
+1
-1
testsuite/tests/rename/should_fail/T2490.hs
testsuite/tests/rename/should_fail/T2490.hs
+1
-1
testsuite/tests/rename/should_fail/T2901.hs
testsuite/tests/rename/should_fail/T2901.hs
+1
-1
testsuite/tests/rename/should_fail/T2993.hs
testsuite/tests/rename/should_fail/T2993.hs
+1
-1
testsuite/tests/rename/should_fail/T3265.hs
testsuite/tests/rename/should_fail/T3265.hs
+1
-1
testsuite/tests/rename/should_fail/T4042.hs
testsuite/tests/rename/should_fail/T4042.hs
+1
-1
testsuite/tests/rename/should_fail/rnfail048.hs
testsuite/tests/rename/should_fail/rnfail048.hs
+1
-1
testsuite/tests/rename/should_fail/rnfail052.hs
testsuite/tests/rename/should_fail/rnfail052.hs
+1
-1
testsuite/tests/rename/should_fail/rnfail053.hs
testsuite/tests/rename/should_fail/rnfail053.hs
+1
-1
testsuite/tests/rts/T10590.hs
testsuite/tests/rts/T10590.hs
+1
-1
testsuite/tests/simplCore/T9646/readme.txt
testsuite/tests/simplCore/T9646/readme.txt
+1
-1
testsuite/tests/simplCore/should_compile/Makefile
testsuite/tests/simplCore/should_compile/Makefile
+2
-2
testsuite/tests/simplCore/should_compile/T11562.hs
testsuite/tests/simplCore/should_compile/T11562.hs
+1
-1
testsuite/tests/simplCore/should_compile/T2520.hs
testsuite/tests/simplCore/should_compile/T2520.hs
+1
-1
testsuite/tests/simplCore/should_compile/T3016.hs
testsuite/tests/simplCore/should_compile/T3016.hs
+2
-2
testsuite/tests/simplCore/should_compile/T3118.hs
testsuite/tests/simplCore/should_compile/T3118.hs
+1
-1
testsuite/tests/simplCore/should_compile/T3234.hs
testsuite/tests/simplCore/should_compile/T3234.hs
+1
-1
testsuite/tests/simplCore/should_compile/T4306.hs
testsuite/tests/simplCore/should_compile/T4306.hs
+1
-1
testsuite/tests/simplCore/should_compile/T7702.hs
testsuite/tests/simplCore/should_compile/T7702.hs
+1
-1
testsuite/tests/simplCore/should_compile/T7702plugin/T7702plugin.cabal
...ts/simplCore/should_compile/T7702plugin/T7702plugin.cabal
+1
-1
testsuite/tests/simplCore/should_compile/rule1.hs
testsuite/tests/simplCore/should_compile/rule1.hs
+1
-1
testsuite/tests/simplCore/should_compile/simpl-T1370.hs
testsuite/tests/simplCore/should_compile/simpl-T1370.hs
+1
-1
testsuite/tests/simplCore/should_compile/simpl014.hs
testsuite/tests/simplCore/should_compile/simpl014.hs
+1
-1
testsuite/tests/simplCore/should_compile/simpl017.hs
testsuite/tests/simplCore/should_compile/simpl017.hs
+1
-1
testsuite/tests/simplCore/should_compile/simpl018.hs
testsuite/tests/simplCore/should_compile/simpl018.hs
+1
-1
testsuite/tests/simplCore/should_compile/simpl019.hs
testsuite/tests/simplCore/should_compile/simpl019.hs
+1
-1
testsuite/tests/simplCore/should_compile/spec003.hs
testsuite/tests/simplCore/should_compile/spec003.hs
+1
-1
testsuite/tests/simplCore/should_run/T13429_2.hs
testsuite/tests/simplCore/should_run/T13429_2.hs
+1
-1
testsuite/tests/simplCore/should_run/T2486.hs
testsuite/tests/simplCore/should_run/T2486.hs
+1
-1
testsuite/tests/simplCore/should_run/T3403.hs
testsuite/tests/simplCore/should_run/T3403.hs
+1
-1
testsuite/tests/simplCore/should_run/T3437.hs
testsuite/tests/simplCore/should_run/T3437.hs
+1
-1
testsuite/tests/simplCore/should_run/T5587.hs
testsuite/tests/simplCore/should_run/T5587.hs
+1
-1
testsuite/tests/simplCore/should_run/T9128.hs
testsuite/tests/simplCore/should_run/T9128.hs
+1
-1
testsuite/tests/stage1/T2632.hs
testsuite/tests/stage1/T2632.hs
+1
-1
testsuite/tests/stranal/should_compile/T10482a.hs
testsuite/tests/stranal/should_compile/T10482a.hs
+1
-1
testsuite/tests/stranal/should_compile/T1988.hs
testsuite/tests/stranal/should_compile/T1988.hs
+1
-1
testsuite/tests/stranal/should_compile/T9208.hs
testsuite/tests/stranal/should_compile/T9208.hs
+1
-1
testsuite/tests/stranal/should_compile/all.T
testsuite/tests/stranal/should_compile/all.T
+2
-2
testsuite/tests/stranal/should_run/T11555a.hs
testsuite/tests/stranal/should_run/T11555a.hs
+1
-1
testsuite/tests/th/Makefile
testsuite/tests/th/Makefile
+2
-2
testsuite/tests/th/T11629.hs
testsuite/tests/th/T11629.hs
+1
-1
testsuite/tests/th/T2386.hs
testsuite/tests/th/T2386.hs
+1
-1
testsuite/tests/th/T2597a.hs
testsuite/tests/th/T2597a.hs
+1
-1
testsuite/tests/th/T2597b.hs
testsuite/tests/th/T2597b.hs
+1
-1
testsuite/tests/th/T2674.hs
testsuite/tests/th/T2674.hs
+1
-1
testsuite/tests/th/T3100.hs
testsuite/tests/th/T3100.hs
+1
-1
testsuite/tests/th/T3467.hs
testsuite/tests/th/T3467.hs
+1
-1
testsuite/tests/th/TH_1tuple.hs
testsuite/tests/th/TH_1tuple.hs
+1
-1
testsuite/tests/th/TH_emptycase.hs
testsuite/tests/th/TH_emptycase.hs
+1
-1
testsuite/tests/th/TH_reifyMkName.hs
testsuite/tests/th/TH_reifyMkName.hs
+1
-1
testsuite/tests/th/TH_runIO.hs
testsuite/tests/th/TH_runIO.hs
+1
-1
testsuite/tests/th/TH_spliceGuard.hs
testsuite/tests/th/TH_spliceGuard.hs
+1
-1
testsuite/tests/typecheck/should_compile/FD1.hs
testsuite/tests/typecheck/should_compile/FD1.hs
+1
-1
testsuite/tests/typecheck/should_compile/FD2.hs
testsuite/tests/typecheck/should_compile/FD2.hs
+2
-2
testsuite/tests/typecheck/should_compile/FD3.hs
testsuite/tests/typecheck/should_compile/FD3.hs
+1
-1
testsuite/tests/typecheck/should_compile/FD4.hs
testsuite/tests/typecheck/should_compile/FD4.hs
+1
-1
testsuite/tests/typecheck/should_compile/Makefile
testsuite/tests/typecheck/should_compile/Makefile
+1
-1
testsuite/tests/typecheck/should_compile/T12734a.hs
testsuite/tests/typecheck/should_compile/T12734a.hs
+1
-1
testsuite/tests/typecheck/should_compile/T13651.hs
testsuite/tests/typecheck/should_compile/T13651.hs
+1
-1
testsuite/tests/typecheck/should_compile/T1470.hs
testsuite/tests/typecheck/should_compile/T1470.hs
+1
-1
testsuite/tests/typecheck/should_compile/T1495.hs
testsuite/tests/typecheck/should_compile/T1495.hs
+1
-1
testsuite/tests/typecheck/should_compile/T2045.hs
testsuite/tests/typecheck/should_compile/T2045.hs
+1
-1
testsuite/tests/typecheck/should_compile/T2433.hs
testsuite/tests/typecheck/should_compile/T2433.hs
+1
-1
testsuite/tests/typecheck/should_compile/T2494-2.hs
testsuite/tests/typecheck/should_compile/T2494-2.hs
+1
-1
testsuite/tests/typecheck/should_compile/T2494.hs
testsuite/tests/typecheck/should_compile/T2494.hs
+1
-1
testsuite/tests/typecheck/should_compile/T2497.hs
testsuite/tests/typecheck/should_compile/T2497.hs
+2
-2
testsuite/tests/typecheck/should_compile/T2572.hs
testsuite/tests/typecheck/should_compile/T2572.hs
+1
-1
testsuite/tests/typecheck/should_compile/T2735.hs
testsuite/tests/typecheck/should_compile/T2735.hs
+1
-1
testsuite/tests/typecheck/should_compile/T3018.hs
testsuite/tests/typecheck/should_compile/T3018.hs
+1
-1
testsuite/tests/typecheck/should_compile/T3219.hs
testsuite/tests/typecheck/should_compile/T3219.hs
+1
-1
testsuite/tests/typecheck/should_compile/T3346.hs
testsuite/tests/typecheck/should_compile/T3346.hs
+1
-1
testsuite/tests/typecheck/should_compile/T3391.hs
testsuite/tests/typecheck/should_compile/T3391.hs
+1
-1
testsuite/tests/typecheck/should_compile/T3955.hs
testsuite/tests/typecheck/should_compile/T3955.hs
+1
-1
testsuite/tests/typecheck/should_compile/T9708.hs
testsuite/tests/typecheck/should_compile/T9708.hs
+1
-1
testsuite/tests/typecheck/should_compile/T9971.hs
testsuite/tests/typecheck/should_compile/T9971.hs
+1
-1
testsuite/tests/typecheck/should_compile/T9973.hs
testsuite/tests/typecheck/should_compile/T9973.hs
+1
-1
testsuite/tests/typecheck/should_compile/all.T
testsuite/tests/typecheck/should_compile/all.T
+1
-1
testsuite/tests/typecheck/should_compile/syn-perf2.hs
testsuite/tests/typecheck/should_compile/syn-perf2.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc208.hs
testsuite/tests/typecheck/should_compile/tc208.hs
+2
-2
testsuite/tests/typecheck/should_compile/tc217.hs
testsuite/tests/typecheck/should_compile/tc217.hs
+2
-2
testsuite/tests/typecheck/should_compile/tc220.hs
testsuite/tests/typecheck/should_compile/tc220.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc226.hs
testsuite/tests/typecheck/should_compile/tc226.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc227.hs
testsuite/tests/typecheck/should_compile/tc227.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc228.hs
testsuite/tests/typecheck/should_compile/tc228.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc230.hs
testsuite/tests/typecheck/should_compile/tc230.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc231.hs
testsuite/tests/typecheck/should_compile/tc231.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc232.hs
testsuite/tests/typecheck/should_compile/tc232.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc235.hs
testsuite/tests/typecheck/should_compile/tc235.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc239.hs
testsuite/tests/typecheck/should_compile/tc239.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc241.hs
testsuite/tests/typecheck/should_compile/tc241.hs
+1
-1
testsuite/tests/typecheck/should_compile/tc242.hs
testsuite/tests/typecheck/should_compile/tc242.hs
+1
-1
testsuite/tests/typecheck/should_fail/FDsFromGivens.hs
testsuite/tests/typecheck/should_fail/FDsFromGivens.hs
+1
-1
testsuite/tests/typecheck/should_fail/T10715.hs
testsuite/tests/typecheck/should_fail/T10715.hs
+2
-2
testsuite/tests/typecheck/should_fail/T11948.hs
testsuite/tests/typecheck/should_fail/T11948.hs
+1
-1
testsuite/tests/typecheck/should_fail/T1633.hs
testsuite/tests/typecheck/should_fail/T1633.hs
+1
-1
testsuite/tests/typecheck/should_fail/T1899.hs
testsuite/tests/typecheck/should_fail/T1899.hs
+1
-1
testsuite/tests/typecheck/should_fail/T2126.hs
testsuite/tests/typecheck/should_fail/T2126.hs
+1
-1
testsuite/tests/typecheck/should_fail/T2307.hs
testsuite/tests/typecheck/should_fail/T2307.hs
+1
-1
testsuite/tests/typecheck/should_fail/T2414.hs
testsuite/tests/typecheck/should_fail/T2414.hs
+1
-1
testsuite/tests/typecheck/should_fail/T2538.hs
testsuite/tests/typecheck/should_fail/T2538.hs
+1
-1
testsuite/tests/typecheck/should_fail/T2714.hs
testsuite/tests/typecheck/should_fail/T2714.hs
+1
-1
testsuite/tests/typecheck/should_fail/T2806.hs
testsuite/tests/typecheck/should_fail/T2806.hs
+1
-1
testsuite/tests/typecheck/should_fail/T2994.hs
testsuite/tests/typecheck/should_fail/T2994.hs
+1
-1
testsuite/tests/typecheck/should_fail/T3155.hs
testsuite/tests/typecheck/should_fail/T3155.hs
+1
-1
testsuite/tests/typecheck/should_fail/T3176.hs
testsuite/tests/typecheck/should_fail/T3176.hs
+1
-1
testsuite/tests/typecheck/should_fail/T3323.hs
testsuite/tests/typecheck/should_fail/T3323.hs
+1
-1
testsuite/tests/typecheck/should_fail/T3406.hs
testsuite/tests/typecheck/should_fail/T3406.hs
+1
-1
testsuite/tests/typecheck/should_fail/T3613.hs
testsuite/tests/typecheck/should_fail/T3613.hs
+1
-1
testsuite/tests/typecheck/should_fail/T5236.hs
testsuite/tests/typecheck/should_fail/T5236.hs
+1
-1
testsuite/tests/typecheck/should_fail/T8392a.hs
testsuite/tests/typecheck/should_fail/T8392a.hs
+1
-1
testsuite/tests/typecheck/should_fail/T8806.hs
testsuite/tests/typecheck/should_fail/T8806.hs
+1
-1
testsuite/tests/typecheck/should_fail/T8883.hs
testsuite/tests/typecheck/should_fail/T8883.hs
+1
-1
testsuite/tests/typecheck/should_fail/T9858a.hs
testsuite/tests/typecheck/should_fail/T9858a.hs
+1
-1
testsuite/tests/typecheck/should_fail/TcCoercibleFail.hs
testsuite/tests/typecheck/should_fail/TcCoercibleFail.hs
+1
-1
testsuite/tests/typecheck/should_fail/all.T
testsuite/tests/typecheck/should_fail/all.T
+1
-1
testsuite/tests/typecheck/should_fail/tcfail138.hs
testsuite/tests/typecheck/should_fail/tcfail138.hs
+1
-1
testsuite/tests/typecheck/should_fail/tcfail169.hs
testsuite/tests/typecheck/should_fail/tcfail169.hs
+1
-1
testsuite/tests/typecheck/should_fail/tcfail175.hs
testsuite/tests/typecheck/should_fail/tcfail175.hs
+1
-1
testsuite/tests/typecheck/should_fail/tcfail177.hs
testsuite/tests/typecheck/should_fail/tcfail177.hs
+1
-1
testsuite/tests/typecheck/should_fail/tcfail178.hs
testsuite/tests/typecheck/should_fail/tcfail178.hs
+1
-1
testsuite/tests/typecheck/should_fail/tcfail185.hs
testsuite/tests/typecheck/should_fail/tcfail185.hs
+1
-1
testsuite/tests/typecheck/should_fail/tcfail186.hs
testsuite/tests/typecheck/should_fail/tcfail186.hs
+1
-1
testsuite/tests/typecheck/should_fail/tcfail187.hs
testsuite/tests/typecheck/should_fail/tcfail187.hs
+1
-1
testsuite/tests/typecheck/should_fail/tcfail188.hs
testsuite/tests/typecheck/should_fail/tcfail188.hs
+1
-1
testsuite/tests/typecheck/should_fail/tcfail204.hs
testsuite/tests/typecheck/should_fail/tcfail204.hs
+1
-1
testsuite/tests/typecheck/should_run/Defer01.hs
testsuite/tests/typecheck/should_run/Defer01.hs
+1
-1
utils/gen-dll/Main.hs
utils/gen-dll/Main.hs
+1
-1
utils/ghc-in-ghci/settings.ghci
utils/ghc-in-ghci/settings.ghci
+1
-1
utils/ghc-pkg/Main.hs
utils/ghc-pkg/Main.hs
+1
-1
utils/runghc/Main.hs
utils/runghc/Main.hs
+1
-1
No files found.
HACKING.md
View file @
610ec224
...
@@ -8,9 +8,9 @@ information to help you get started right away.
...
@@ -8,9 +8,9 @@ information to help you get started right away.
The GHC Developer's Wiki
The GHC Developer's Wiki
========================
========================
The home for GHC hackers is our
Trac
instance, located here:
The home for GHC hackers is our
GitLab
instance, located here:
<http
://ghc.haskell.org/tra
c/ghc>
<http
s://gitlab.haskell.org/gh
c/ghc>
From here, you can file bugs (or look them up,) use the wiki, view the
From here, you can file bugs (or look them up,) use the wiki, view the
`git`
history, among other things. Of particular note is the building
`git`
history, among other things. Of particular note is the building
...
@@ -64,8 +64,8 @@ Now, hack on your copy and rebuild (with `make`) as necessary.
...
@@ -64,8 +64,8 @@ Now, hack on your copy and rebuild (with `make`) as necessary.
Then start by making your commits however you want. When you're done, you can submit
Then start by making your commits however you want. When you're done, you can submit
a pull request on Github for small changes. For larger changes the patch needs to be
a pull request on Github for small changes. For larger changes the patch needs to be
submitted to
[
Phabricator
](
https://phabricator.haskell.org/
)
for code review.
submitted to
[
Phabricator
](
https://phabricator.haskell.org/
)
for code review.
The GHC
Trac
Wiki has a good summary for the
[
overall process
](
https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/FixingBugs
)
The GHC Wiki has a good summary for the
[
overall process
](
https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/FixingBugs
)
as well as a guide on
as well as a guide on
[
how to use Phabricator/arcanist
](
https://ghc.haskell.org/trac/ghc/wiki/Phabricator
)
.
[
how to use Phabricator/arcanist
](
https://ghc.haskell.org/trac/ghc/wiki/Phabricator
)
.
...
...
Makefile
View file @
610ec224
...
@@ -22,7 +22,7 @@ MAKEFLAGS += --no-builtin-rules
...
@@ -22,7 +22,7 @@ MAKEFLAGS += --no-builtin-rules
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# Sanitize environment
# Sanitize environment
# See
Trac
#11530
# See #11530
export
GREP_OPTIONS
:=
export
GREP_OPTIONS
:=
ifneq
"$(filter maintainer-clean distclean clean clean_% help,$(MAKECMDGOALS))" ""
ifneq
"$(filter maintainer-clean distclean clean clean_% help,$(MAKECMDGOALS))" ""
...
...
README.md
View file @
610ec224
...
@@ -8,7 +8,7 @@ environment for the Haskell functional programming language.
...
@@ -8,7 +8,7 @@ environment for the Haskell functional programming language.
For more information, visit
[
GHC's web site
][
1
]
.
For more information, visit
[
GHC's web site
][
1
]
.
Information for developers of GHC can be found on the
[
GHC
Trac
][
2
]
.
Information for developers of GHC can be found on the
[
GHC
issue tracker
][
2
]
.
Getting the Source
Getting the Source
...
...
aclocal.m4
View file @
610ec224
...
@@ -1483,7 +1483,7 @@ AC_SUBST([GhcPkgCmd])
...
@@ -1483,7 +1483,7 @@ AC_SUBST([GhcPkgCmd])
# to compile .hc code.
# to compile .hc code.
#
#
# -fwrapv is needed for gcc to emit well-behaved code in the presence of
# -fwrapv is needed for gcc to emit well-behaved code in the presence of
# integer wrap around. (
Trac
#952)
# integer wrap around. (#952)
#
#
AC_DEFUN([FP_GCC_EXTRA_FLAGS],
AC_DEFUN([FP_GCC_EXTRA_FLAGS],
[AC_REQUIRE([FP_GCC_VERSION])
[AC_REQUIRE([FP_GCC_VERSION])
...
...
compiler/basicTypes/Demand.hs
View file @
610ec224
...
@@ -124,7 +124,7 @@ mkJointDmds ss as = zipWithEqual "mkJointDmds" mkJointDmd ss as
...
@@ -124,7 +124,7 @@ mkJointDmds ss as = zipWithEqual "mkJointDmds" mkJointDmd ss as
Note [Exceptions and strictness]
Note [Exceptions and strictness]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
We used to smart about catching exceptions, but we aren't anymore.
We used to smart about catching exceptions, but we aren't anymore.
See
Trac
#14998 for the way it's resolved at the moment.
See #14998 for the way it's resolved at the moment.
Here's a historic breakdown:
Here's a historic breakdown:
...
@@ -138,17 +138,17 @@ their argument, which is useful information for usage analysis. Still with a
...
@@ -138,17 +138,17 @@ their argument, which is useful information for usage analysis. Still with a
In 7c0fff4 (July 15), Simon argued that giving `catch#` et al. a
In 7c0fff4 (July 15), Simon argued that giving `catch#` et al. a
'strictApply1Dmd' leads to substantial performance gains. That was at the cost
'strictApply1Dmd' leads to substantial performance gains. That was at the cost
of correctness, as
Trac
#10712 proved. So, back to 'lazyApply1Dmd' in
of correctness, as #10712 proved. So, back to 'lazyApply1Dmd' in
28638dfe79e (Dec 15).
28638dfe79e (Dec 15).
Motivated to reproduce the gains of 7c0fff4 without the breakage of
Trac
#10712,
Motivated to reproduce the gains of 7c0fff4 without the breakage of #10712,
Ben opened
Trac
#11222. Simon made the demand analyser "understand catch" in
Ben opened #11222. Simon made the demand analyser "understand catch" in
9915b656 (Jan 16) by adding a new 'catchArgDmd', which basically said to call
9915b656 (Jan 16) by adding a new 'catchArgDmd', which basically said to call
its argument strictly, but also swallow any thrown exceptions in
its argument strictly, but also swallow any thrown exceptions in
'postProcessDmdResult'. This was realized by extending the 'Str' constructor of
'postProcessDmdResult'. This was realized by extending the 'Str' constructor of
'ArgStr' with a 'ExnStr' field, indicating that it catches the exception, and
'ArgStr' with a 'ExnStr' field, indicating that it catches the exception, and
adding a 'ThrowsExn' constructor to the 'Termination' lattice as an element
adding a 'ThrowsExn' constructor to the 'Termination' lattice as an element
between 'Dunno' and 'Diverges'. Then along came
Trac
#11555 and finally #13330,
between 'Dunno' and 'Diverges'. Then along came #11555 and finally #13330,
so we had to revert to 'lazyApply1Dmd' again in 701256df88c (Mar 17).
so we had to revert to 'lazyApply1Dmd' again in 701256df88c (Mar 17).
This left the other variants like 'catchRetry#' having 'catchArgDmd', which is
This left the other variants like 'catchRetry#' having 'catchArgDmd', which is
...
@@ -159,10 +159,10 @@ there was none. We removed the last usages of 'catchArgDmd' in 00b8ecb7
...
@@ -159,10 +159,10 @@ there was none. We removed the last usages of 'catchArgDmd' in 00b8ecb7
removed in ef6b283 (Jan 19): We got rid of 'ThrowsExn' and 'ExnStr' again and
removed in ef6b283 (Jan 19): We got rid of 'ThrowsExn' and 'ExnStr' again and
removed any code that was dealing with the peculiarities.
removed any code that was dealing with the peculiarities.
Where did the speed-ups vanish to? In
Trac
#14998, item 3 established that
Where did the speed-ups vanish to? In #14998, item 3 established that
turning 'catch#' strict in its first argument didn't bring back any of the
turning 'catch#' strict in its first argument didn't bring back any of the
alleged performance benefits. Item 2 of that ticket finally found out that it
alleged performance benefits. Item 2 of that ticket finally found out that it
was entirely due to 'catchException's new (since
Trac
#11555) definition, which
was entirely due to 'catchException's new (since #11555) definition, which
was simply
was simply
catchException !io handler = catch io handler
catchException !io handler = catch io handler
...
@@ -312,7 +312,7 @@ splitStrProdDmd n (SProd ds) = WARN( not (ds `lengthIs` n),
...
@@ -312,7 +312,7 @@ splitStrProdDmd n (SProd ds) = WARN( not (ds `lengthIs` n),
Just
ds
Just
ds
splitStrProdDmd
_
(
SCall
{})
=
Nothing
splitStrProdDmd
_
(
SCall
{})
=
Nothing
-- This can happen when the programmer uses unsafeCoerce,
-- This can happen when the programmer uses unsafeCoerce,
-- and we don't then want to crash the compiler (
Trac
#9208)
-- and we don't then want to crash the compiler (#9208)
{-
{-
************************************************************************
************************************************************************
...
@@ -482,7 +482,7 @@ addCaseBndrDmd (JD { sd = ms, ud = mu }) alt_dmds
...
@@ -482,7 +482,7 @@ addCaseBndrDmd (JD { sd = ms, ud = mu }) alt_dmds
The demand on a binder in a case alternative comes
The demand on a binder in a case alternative comes
(a) From the demand on the binder itself
(a) From the demand on the binder itself
(b) From the demand on the case binder
(b) From the demand on the case binder
Forgetting (b) led directly to
Trac
#10148.
Forgetting (b) led directly to #10148.
Example. Source code:
Example. Source code:
f x@(p,_) = if p then foo x else True
f x@(p,_) = if p then foo x else True
...
@@ -500,7 +500,7 @@ After strictness analysis:
...
@@ -500,7 +500,7 @@ After strictness analysis:
True -> foo wild_X7 }
True -> foo wild_X7 }
It's true that ds_dnz is *itself* absent, but the use of wild_X7 means
It's true that ds_dnz is *itself* absent, but the use of wild_X7 means
that it is very much alive and demanded. See
Trac
#10148 for how the
that it is very much alive and demanded. See #10148 for how the
consequences play out.
consequences play out.
This is needed even for non-product types, in case the case-binder
This is needed even for non-product types, in case the case-binder
...
@@ -603,7 +603,7 @@ splitUseProdDmd n (UProd ds) = WARN( not (ds `lengthIs` n),
...
@@ -603,7 +603,7 @@ splitUseProdDmd n (UProd ds) = WARN( not (ds `lengthIs` n),
Just
ds
Just
ds
splitUseProdDmd
_
(
UCall
_
_
)
=
Nothing
splitUseProdDmd
_
(
UCall
_
_
)
=
Nothing
-- This can happen when the programmer uses unsafeCoerce,
-- This can happen when the programmer uses unsafeCoerce,
-- and we don't then want to crash the compiler (
Trac
#9208)
-- and we don't then want to crash the compiler (#9208)
useCount
::
Use
u
->
Count
useCount
::
Use
u
->
Count
useCount
Abs
=
One
useCount
Abs
=
One
...
@@ -627,7 +627,7 @@ isStrictDmd returns true only of demands that are
...
@@ -627,7 +627,7 @@ isStrictDmd returns true only of demands that are
both strict
both strict
and used
and used
In particular, it is False for <HyperStr, Abs>, which can and does
In particular, it is False for <HyperStr, Abs>, which can and does
arise in, say (
Trac
#7319)
arise in, say (#7319)
f x = raise# <some exception>
f x = raise# <some exception>
Then 'x' is not used, so f gets strictness <HyperStr,Abs> -> .
Then 'x' is not used, so f gets strictness <HyperStr,Abs> -> .
Now the w/w generates
Now the w/w generates
...
@@ -637,7 +637,7 @@ At this point we really don't want to convert to
...
@@ -637,7 +637,7 @@ At this point we really don't want to convert to
fx = case absentError "unused" of x -> raise <some exception>
fx = case absentError "unused" of x -> raise <some exception>
Since the program is going to diverge, this swaps one error for another,
Since the program is going to diverge, this swaps one error for another,
but it's really a bad idea to *ever* evaluate an absent argument.
but it's really a bad idea to *ever* evaluate an absent argument.
In
Trac
#7319 we get
In #7319 we get
T7319.exe: Oops! Entered absent arg w_s1Hd{v} [lid] [base:GHC.Base.String{tc 36u}]
T7319.exe: Oops! Entered absent arg w_s1Hd{v} [lid] [base:GHC.Base.String{tc 36u}]
Note [Dealing with call demands]
Note [Dealing with call demands]
...
@@ -844,7 +844,7 @@ Consider this:
...
@@ -844,7 +844,7 @@ Consider this:
where A,B are the constructors of a GADT. We'll get a U(U,U) demand
where A,B are the constructors of a GADT. We'll get a U(U,U) demand
on x from the A branch, but that's a stupid demand for x itself, which
on x from the A branch, but that's a stupid demand for x itself, which
has type 'a'. Indeed we get ASSERTs going off (notably in
has type 'a'. Indeed we get ASSERTs going off (notably in
splitUseProdDmd,
Trac
#8569).
splitUseProdDmd, #8569).
Bottom line: we really don't want to have a binder whose demand is more
Bottom line: we really don't want to have a binder whose demand is more
deeply-nested than its type. There are various ways to tackle this.
deeply-nested than its type. There are various ways to tackle this.
...
@@ -1501,7 +1501,7 @@ There are several wrinkles:
...
@@ -1501,7 +1501,7 @@ There are several wrinkles:
* In a previous incarnation of GHC we needed to be extra careful in the
* In a previous incarnation of GHC we needed to be extra careful in the
case of an *unlifted type*, because unlifted values are evaluated
case of an *unlifted type*, because unlifted values are evaluated
even if they are not used. Example (see
Trac
#9254):
even if they are not used. Example (see #9254):
f :: (() -> (# Int#, () #)) -> ()
f :: (() -> (# Int#, () #)) -> ()
-- Strictness signature is
-- Strictness signature is
-- <C(S(LS)), 1*C1(U(A,1*U()))>
-- <C(S(LS)), 1*C1(U(A,1*U()))>
...
@@ -1696,7 +1696,7 @@ That's fine: if we are doing strictness analysis we are also doing inlining,
...
@@ -1696,7 +1696,7 @@ That's fine: if we are doing strictness analysis we are also doing inlining,
so we'll have inlined 'op' into a cast. So we can bale out in a conservative
so we'll have inlined 'op' into a cast. So we can bale out in a conservative
way, returning nopDmdType.
way, returning nopDmdType.
It is (just..
Trac
#8329) possible to be running strictness analysis *without*
It is (just.. #8329) possible to be running strictness analysis *without*
having inlined class ops from single-method classes. Suppose you are using
having inlined class ops from single-method classes. Suppose you are using
ghc --make; and the first module has a local -O0 flag. So you may load a class
ghc --make; and the first module has a local -O0 flag. So you may load a class
without interface pragmas, ie (currently) without an unfolding for the class
without interface pragmas, ie (currently) without an unfolding for the class
...
...
compiler/basicTypes/Id.hs
View file @
610ec224
...
@@ -386,7 +386,7 @@ of reasons:
...
@@ -386,7 +386,7 @@ of reasons:
* Look them up in the current substitution when we come across
* Look them up in the current substitution when we come across
occurrences of them (in Subst.lookupIdSubst). Lacking this we
occurrences of them (in Subst.lookupIdSubst). Lacking this we
can get an out-of-date unfolding, which can in turn make the
can get an out-of-date unfolding, which can in turn make the
simplifier go into an infinite loop (
Trac
#9857)
simplifier go into an infinite loop (#9857)
* Ensure that for dfuns that the specialiser does not float dict uses
* Ensure that for dfuns that the specialiser does not float dict uses
above their defns, which would prevent good simplifications happening.
above their defns, which would prevent good simplifications happening.
...
@@ -560,7 +560,7 @@ un-saturated. Example:
...
@@ -560,7 +560,7 @@ un-saturated. Example:
This has a compulsory unfolding because we can't lambda-bind those
This has a compulsory unfolding because we can't lambda-bind those
arguments. But the compulsory unfolding may leave levity-polymorphic
arguments. But the compulsory unfolding may leave levity-polymorphic
lambdas if it is not applied to enough arguments; e.g. (
Trac
#14561)
lambdas if it is not applied to enough arguments; e.g. (#14561)
bad :: forall (a :: TYPE r). a -> a
bad :: forall (a :: TYPE r). a -> a
bad = unsafeCoerce#
bad = unsafeCoerce#
...
@@ -569,7 +569,7 @@ And we want that magic to apply to levity-polymorphic compulsory-inline things.
...
@@ -569,7 +569,7 @@ And we want that magic to apply to levity-polymorphic compulsory-inline things.
The easiest way to do this is for hasNoBinding to return True of all things
The easiest way to do this is for hasNoBinding to return True of all things
that have compulsory unfolding. A very Ids with a compulsory unfolding also
that have compulsory unfolding. A very Ids with a compulsory unfolding also
have a binding, but it does not harm to say they don't here, and its a very
have a binding, but it does not harm to say they don't here, and its a very
simple way to fix
Trac
#14561.
simple way to fix #14561.
Note [Primop wrappers]
Note [Primop wrappers]
~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~
...
@@ -942,7 +942,7 @@ where the '*' means 'LoopBreaker'. Then if we float we must get
...
@@ -942,7 +942,7 @@ where the '*' means 'LoopBreaker'. Then if we float we must get
where g' is also marked as LoopBreaker. If not, terrible things
where g' is also marked as LoopBreaker. If not, terrible things
can happen if we re-simplify the binding (and the Simplifier does
can happen if we re-simplify the binding (and the Simplifier does
sometimes simplify a term twice); see
Trac
#4345.
sometimes simplify a term twice); see #4345.
It's not so simple to retain
It's not so simple to retain
* worker info
* worker info
...
...
compiler/basicTypes/Lexeme.hs
View file @
610ec224
...
@@ -159,9 +159,9 @@ okConIdOcc str = okIdOcc str ||
...
@@ -159,9 +159,9 @@ okConIdOcc str = okIdOcc str ||
is_tuple_name1
True
str
||
is_tuple_name1
True
str
||
-- Is it a boxed tuple...
-- Is it a boxed tuple...
is_tuple_name1
False
str
||
is_tuple_name1
False
str
||
-- ...or an unboxed tuple (
Trac
#12407)...
-- ...or an unboxed tuple (#12407)...
is_sum_name1
str
is_sum_name1
str
-- ...or an unboxed sum (
Trac
#12514)?
-- ...or an unboxed sum (#12514)?
where
where
-- check for tuple name, starting at the beginning
-- check for tuple name, starting at the beginning
is_tuple_name1
True
(
'('
:
rest
)
=
is_tuple_name2
True
rest
is_tuple_name1
True
(
'('
:
rest
)
=
is_tuple_name2
True
rest
...
...
compiler/basicTypes/MkId.hs
View file @
610ec224
...
@@ -746,7 +746,7 @@ constructor has no wrapper, but whether a constructor has a wrapper depends, for
...
@@ -746,7 +746,7 @@ constructor has no wrapper, but whether a constructor has a wrapper depends, for
instance, on the order of type argument of that constructors. Therefore changing
instance, on the order of type argument of that constructors. Therefore changing
the order of type argument could make previously working RULEs fail.
the order of type argument could make previously working RULEs fail.
See also https://g
hc.haskell.org/trac/ghc/ticket
/15840 .
See also https://g
itlab.haskell.org/ghc/ghc/issues
/15840 .
Note [Bangs on imported data constructors]
Note [Bangs on imported data constructors]
...
@@ -778,7 +778,7 @@ We certainly do not want to make a wrapper
...
@@ -778,7 +778,7 @@ We certainly do not want to make a wrapper
For a start, it's still to generate a no-op. But worse, since wrappers
For a start, it's still to generate a no-op. But worse, since wrappers
are currently injected at TidyCore, we don't even optimise it away!
are currently injected at TidyCore, we don't even optimise it away!
So the stupid case expression stays there. This actually happened for
So the stupid case expression stays there. This actually happened for
the Integer data type (see
Trac
#1600 comment:66)!
the Integer data type (see #1600 comment:66)!
Note [Data con wrappers and GADT syntax]
Note [Data con wrappers and GADT syntax]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
@@ -821,7 +821,7 @@ strictness/unpackedness to use for the fields of a data type constructor. But
...
@@ -821,7 +821,7 @@ strictness/unpackedness to use for the fields of a data type constructor. But
there is an exception to this rule: newtype constructors. You might not think
there is an exception to this rule: newtype constructors. You might not think
that newtypes would pose a challenge, since newtypes are seemingly forbidden
that newtypes would pose a challenge, since newtypes are seemingly forbidden
from having strictness annotations in the first place. But consider this
from having strictness annotations in the first place. But consider this
(from
Trac
#16141):
(from #16141):
{-# LANGUAGE StrictData #-}
{-# LANGUAGE StrictData #-}
{-# OPTIONS_GHC -O #-}
{-# OPTIONS_GHC -O #-}
...
@@ -1045,7 +1045,7 @@ And it'd be fine to unpack a product type with existential components
...
@@ -1045,7 +1045,7 @@ And it'd be fine to unpack a product type with existential components
too, but that would require a bit more plumbing, so currently we don't.
too, but that would require a bit more plumbing, so currently we don't.
So for now we require: null (dataConExTyCoVars data_con)
So for now we require: null (dataConExTyCoVars data_con)
See
Trac
#14978
See #14978
Note [Unpack one-wide fields]
Note [Unpack one-wide fields]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
@@ -1175,7 +1175,7 @@ mkPrimOpId prim_op
...
@@ -1175,7 +1175,7 @@ mkPrimOpId prim_op
-- We give PrimOps a NOINLINE pragma so that we don't
-- We give PrimOps a NOINLINE pragma so that we don't
-- get silly warnings from Desugar.dsRule (the inline_shadows_rule
-- get silly warnings from Desugar.dsRule (the inline_shadows_rule
-- test) about a RULE conflicting with a possible inlining
-- test) about a RULE conflicting with a possible inlining
-- cf
Trac
#7287
-- cf #7287
-- For each ccall we manufacture a separate CCallOpId, giving it
-- For each ccall we manufacture a separate CCallOpId, giving it
-- a fresh unique, a type that is correct for this particular ccall,
-- a fresh unique, a type that is correct for this particular ccall,
...
@@ -1209,7 +1209,7 @@ mkFCallId dflags uniq fcall ty
...
@@ -1209,7 +1209,7 @@ mkFCallId dflags uniq fcall ty
strict_sig
=
mkClosedStrictSig
(
replicate
arity
topDmd
)
topRes
strict_sig
=
mkClosedStrictSig
(
replicate
arity
topDmd
)
topRes
-- the call does not claim to be strict in its arguments, since they
-- the call does not claim to be strict in its arguments, since they
-- may be lifted (foreign import prim) and the called code doesn't
-- may be lifted (foreign import prim) and the called code doesn't
-- necessarily force them. See
Trac
#11076.
-- necessarily force them. See #11076.
{-
{-
************************************************************************
************************************************************************
* *
* *
...
@@ -1499,7 +1499,7 @@ are truly used call-by-need, with no code motion. Key examples:
...
@@ -1499,7 +1499,7 @@ are truly used call-by-need, with no code motion. Key examples:
Again, it's clear that 'a' will be evaluated strictly (and indeed
Again, it's clear that 'a' will be evaluated strictly (and indeed
applied to a state token) but we want to make sure that any exceptions
applied to a state token) but we want to make sure that any exceptions
arising from the evaluation of 'a' are caught by the catch (see
arising from the evaluation of 'a' are caught by the catch (see
Trac
#11555).
#11555).
Implementing 'lazy' is a bit tricky:
Implementing 'lazy' is a bit tricky:
...
@@ -1513,7 +1513,7 @@ Implementing 'lazy' is a bit tricky:
...
@@ -1513,7 +1513,7 @@ Implementing 'lazy' is a bit tricky:
are exposed in the interface file. Otherwise, the unfolding for
are exposed in the interface file. Otherwise, the unfolding for
(say) pseq in the interface file will not mention 'lazy', so if we
(say) pseq in the interface file will not mention 'lazy', so if we
inline 'pseq' we'll totally miss the very thing that 'lazy' was
inline 'pseq' we'll totally miss the very thing that 'lazy' was
there for in the first place. See
Trac
#3259 for a real world
there for in the first place. See #3259 for a real world
example.
example.
* Suppose CorePrep sees (catch# (lazy e) b). At all costs we must
* Suppose CorePrep sees (catch# (lazy e) b). At all costs we must
...
@@ -1550,7 +1550,7 @@ if library authors could explicitly tell the compiler that a certain lambda is
...
@@ -1550,7 +1550,7 @@ if library authors could explicitly tell the compiler that a certain lambda is
called at most once. The oneShot function allows that.
called at most once. The oneShot function allows that.
'oneShot' is levity-polymorphic, i.e. the type variables can refer to unlifted
'oneShot' is levity-polymorphic, i.e. the type variables can refer to unlifted
types as well (
Trac
#10744); e.g.
types as well (#10744); e.g.
oneShot (\x:Int# -> x +# 1#)
oneShot (\x:Int# -> x +# 1#)