[commit: ghc] wip/T11970: Basic rip out (a836ca0)
git at git.haskell.org
git at git.haskell.org
Fri Jun 17 20:20:12 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T11970
Link : http://ghc.haskell.org/trac/ghc/changeset/a836ca040a65fdc147bcd05ea877856ab696a29a/ghc
>---------------------------------------------------------------
commit a836ca040a65fdc147bcd05ea877856ab696a29a
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Thu May 12 21:58:58 2016 +0100
Basic rip out
working
Add test files
tabs
test
Formatting
Formatting and comments
comment
Add test
Record usages
>---------------------------------------------------------------
a836ca040a65fdc147bcd05ea877856ab696a29a
compiler/basicTypes/Avail.hs | 38 ++------
compiler/basicTypes/RdrName.hs | 26 +++---
compiler/iface/LoadIface.hs | 2 +-
compiler/iface/MkIface.hs | 2 +-
compiler/main/HscTypes.hs | 2 +-
compiler/rename/RnEnv.hs | 94 ++++++++++++++++++-
compiler/rename/RnExpr.hs | 2 +-
compiler/rename/RnNames.hs | 101 ++++++++++++++-------
compiler/rename/RnPat.hs | 8 +-
compiler/rename/RnSource.hs | 2 +-
compiler/typecheck/TcRnDriver.hs | 90 ++++++++++++++----
testsuite/tests/module/MultiExport.hs | 6 ++
testsuite/tests/module/MultiExport.stderr | 3 +
testsuite/tests/module/T11970.hs | 19 ++++
testsuite/tests/module/T11970.stderr | 12 +++
testsuite/tests/module/T11970A.hs | 3 +
testsuite/tests/module/T11970A.stderr | 5 +
testsuite/tests/module/T11970A1.hs | 3 +
testsuite/tests/module/all.T | 3 +
testsuite/tests/module/mod17.stderr | 8 +-
testsuite/tests/module/mod3.stderr | 8 +-
testsuite/tests/module/mod4.stderr | 6 +-
.../overloadedrecflds/should_fail/NoParent.hs | 6 ++
.../overloadedrecflds/should_fail/NoParent.stderr | 6 ++
.../tests/overloadedrecflds/should_fail/all.T | 1 +
25 files changed, 340 insertions(+), 116 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 a836ca040a65fdc147bcd05ea877856ab696a29a
More information about the ghc-commits
mailing list