Minor misc cleanups
- GHC.HsToCore.Foreign.JavaScript: remove dropRuntimeRepArgs; boxed tuples don't take RuntimeRep args - GHC.HsToCore.Foreign.Call: avoid partial pattern matching - GHC.Stg.Unarise: strengthen the assertion; we can assert that non-rubbish literals are unary rather than just non-void - GHC.Tc.Gen.HsType: make sure the fsLit "literal" rule fires - users_guide/using-warnings.rst: remove -Wforall-identifier, now deprecated and does nothing - users_guide/using.rst: fix formatting - andy_cherry/test.T: remove expect_broken_for(23272...), 23272 is fixed The rest are simple cleanups.
Showing
- compiler/GHC/Core/LateCC/OverloadedCalls.hs 1 addition, 1 deletioncompiler/GHC/Core/LateCC/OverloadedCalls.hs
- compiler/GHC/Core/Opt/Simplify/Iteration.hs 1 addition, 1 deletioncompiler/GHC/Core/Opt/Simplify/Iteration.hs
- compiler/GHC/Driver/Main.hs 1 addition, 1 deletioncompiler/GHC/Driver/Main.hs
- compiler/GHC/HsToCore/Expr.hs 3 additions, 4 deletionscompiler/GHC/HsToCore/Expr.hs
- compiler/GHC/HsToCore/Foreign/Call.hs 2 additions, 3 deletionscompiler/GHC/HsToCore/Foreign/Call.hs
- compiler/GHC/HsToCore/Foreign/JavaScript.hs 7 additions, 10 deletionscompiler/GHC/HsToCore/Foreign/JavaScript.hs
- compiler/GHC/Stg/Unarise.hs 7 additions, 9 deletionscompiler/GHC/Stg/Unarise.hs
- compiler/GHC/Stg/Utils.hs 2 additions, 2 deletionscompiler/GHC/Stg/Utils.hs
- compiler/GHC/StgToCmm/DataCon.hs 3 additions, 3 deletionscompiler/GHC/StgToCmm/DataCon.hs
- compiler/GHC/StgToJS/CodeGen.hs 2 additions, 2 deletionscompiler/GHC/StgToJS/CodeGen.hs
- compiler/GHC/StgToJS/Expr.hs 1 addition, 1 deletioncompiler/GHC/StgToJS/Expr.hs
- compiler/GHC/Tc/Gen/HsType.hs 5 additions, 5 deletionscompiler/GHC/Tc/Gen/HsType.hs
- docs/users_guide/using-warnings.rst 0 additions, 1 deletiondocs/users_guide/using-warnings.rst
- docs/users_guide/using.rst 1 addition, 1 deletiondocs/users_guide/using.rst
- testsuite/tests/programs/andy_cherry/test.T 0 additions, 1 deletiontestsuite/tests/programs/andy_cherry/test.T
Loading
Please register or sign in to comment