[commit: ghc] wip/rwbarton-D1259: D1259 (85c486a)
git at git.haskell.org
git at git.haskell.org
Wed Mar 1 13:30:02 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rwbarton-D1259
Link : http://ghc.haskell.org/trac/ghc/changeset/85c486a16bff96281c53baf8b385a39f259d39be/ghc
>---------------------------------------------------------------
commit 85c486a16bff96281c53baf8b385a39f259d39be
Author: Reid Barton <rwbarton at gmail.com>
Date: Wed Mar 1 08:23:51 2017 -0500
D1259
>---------------------------------------------------------------
85c486a16bff96281c53baf8b385a39f259d39be
compiler/deSugar/Desugar.hs | 7 +-
compiler/deSugar/DsBinds.hs | 24 ++-
compiler/deSugar/DsExpr.hs | 2 +-
compiler/deSugar/DsListComp.hs | 2 +-
compiler/deSugar/DsMonad.hs | 22 +-
compiler/deSugar/DsUtils.hs | 39 +++-
compiler/deSugar/MatchLit.hs | 6 +-
compiler/simplCore/CSE.hs | 9 +-
compiler/simplCore/SimplUtils.hs | 8 +
compiler/typecheck/TcRnTypes.hs | 44 ++++
libraries/base/Data/OldList.hs | 4 +-
testsuite/tests/codeGen/should_run/cgrun057.stderr | 2 +-
testsuite/tests/deSugar/should_compile/Makefile | 8 +
testsuite/tests/deSugar/should_compile/T10844.hs | 13 ++
.../tests/deSugar/should_compile/T10844.stdout | 1 +
testsuite/tests/deSugar/should_compile/T10844a.hs | 8 +
testsuite/tests/deSugar/should_compile/all.T | 3 +
.../tests/numeric/should_compile/T7116.stdout | 88 ++++----
.../tests/profiling/should_run/scc001.prof.sample | 45 ++--
.../tests/roles/should_compile/Roles13.stderr | 90 ++++----
.../tests/simplCore/should_compile/T13143.stderr | 111 +++++-----
.../tests/simplCore/should_compile/T3234.stderr | 16 +-
.../tests/simplCore/should_compile/T3717.stderr | 84 ++++----
.../tests/simplCore/should_compile/T3772.stdout | 4 +-
.../tests/simplCore/should_compile/T4908.stderr | 127 ++++++------
.../tests/simplCore/should_compile/T4930.stderr | 84 ++++----
.../tests/simplCore/should_compile/T7360.stderr | 72 +++----
.../tests/simplCore/should_compile/T8274.stdout | 12 +-
.../tests/simplCore/should_compile/T9400.stderr | 54 ++---
.../simplCore/should_compile/noinline01.stderr | 16 +-
.../tests/simplCore/should_compile/par01.stderr | 24 +--
.../tests/simplCore/should_compile/rule2.stderr | 2 +-
.../simplCore/should_compile/spec-inline.stderr | 230 ++++++++++-----------
testsuite/tests/th/TH_Roles2.stderr | 4 +-
testsuite/tests/th/all.T | 2 +-
35 files changed, 702 insertions(+), 565 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 85c486a16bff96281c53baf8b385a39f259d39be
More information about the ghc-commits
mailing list