Vladislav Zavialov pushed to branch wip/int-index/iethingwith-subwc at Glasgow Haskell Compiler / GHC
Commits:
-
f7288856
by Vladislav Zavialov at 2026-05-17T21:41:25+03:00
43 changed files:
- compiler/GHC/Hs/ImpExp.hs
- compiler/GHC/Hs/Instances.hs
- compiler/GHC/Parser.y
- compiler/GHC/Parser/Errors/Ppr.hs
- compiler/GHC/Parser/Errors/Types.hs
- compiler/GHC/Parser/PostProcess.hs
- compiler/GHC/Parser/PostProcess/Haddock.hs
- compiler/GHC/Rename/Names.hs
- compiler/GHC/Tc/Gen/Export.hs
- compiler/GHC/Types/Error/Codes.hs
- compiler/GHC/Types/SrcLoc.hs
- compiler/Language/Haskell/Syntax/Extension.hs
- compiler/Language/Haskell/Syntax/ImpExp.hs
- testsuite/tests/parser/should_compile/T14189.stderr
- + testsuite/tests/patsyn/should_compile/ImportSyntax.hs
- testsuite/tests/patsyn/should_compile/all.T
- testsuite/tests/patsyn/should_fail/export-syntax.hs → testsuite/tests/patsyn/should_compile/export-syntax.hs
- + testsuite/tests/patsyn/should_compile/export-syntax.stderr
- testsuite/tests/patsyn/should_fail/import-syntax-no-ext.hs → testsuite/tests/patsyn/should_compile/import-syntax-no-ext.hs
- testsuite/tests/patsyn/should_fail/import-syntax.hs → testsuite/tests/patsyn/should_compile/import-syntax.hs
- testsuite/tests/patsyn/should_fail/all.T
- − testsuite/tests/patsyn/should_fail/export-syntax.stderr
- − testsuite/tests/patsyn/should_fail/import-syntax-no-ext.stderr
- − testsuite/tests/patsyn/should_fail/import-syntax.stderr
- + testsuite/tests/rename/should_compile/T25901_sub_w2_ok.hs
- + testsuite/tests/rename/should_compile/T25901_sub_w3.hs
- + testsuite/tests/rename/should_compile/T25901_sub_w3_helper.hs
- + testsuite/tests/rename/should_compile/T25901_sub_w3_nc.hs
- testsuite/tests/rename/should_compile/all.T
- − testsuite/tests/rename/should_fail/T25901_sub_w.hs
- − testsuite/tests/rename/should_fail/T25901_sub_w.stderr
- + testsuite/tests/rename/should_fail/T25901_sub_w1.hs
- + testsuite/tests/rename/should_fail/T25901_sub_w1.stderr
- + testsuite/tests/rename/should_fail/T25901_sub_w1_helper.hs
- + testsuite/tests/rename/should_fail/T25901_sub_w2_fail.hs
- + testsuite/tests/rename/should_fail/T25901_sub_w2_fail.stderr
- testsuite/tests/rename/should_fail/all.T
- + testsuite/tests/warnings/should_compile/DodgyExports05.hs
- + testsuite/tests/warnings/should_compile/DodgyExports05.stderr
- + testsuite/tests/warnings/should_compile/DodgyImports05.hs
- + testsuite/tests/warnings/should_compile/DodgyImports05.stderr
- testsuite/tests/warnings/should_compile/all.T
- utils/check-exact/ExactPrint.hs