[dmd-internals] [D-Programming-Language/dmd] 300577: Merge pull request #4047 from MartinNowak/fix13504
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat Oct 11 13:38:18 PDT 2014
Branch: refs/heads/2.066
Home: https://github.com/D-Programming-Language/dmd
Commit: 3005775b9c3562562128f3e54eff5a389d648124
https://github.com/D-Programming-Language/dmd/commit/3005775b9c3562562128f3e54eff5a389d648124
Author: Walter Bright <walter at walterbright.com>
Date: 2014-10-08 (Wed, 08 Oct 2014)
Changed paths:
M src/backend/cgelem.c
A test/runnable/test13504.d
Log Message:
-----------
Merge pull request #4047 from MartinNowak/fix13504
fix Issue 13504 - ICE(backend/cgelem.c 2418) with "-O -cov"
Commit: 26e68fd8d115e80c8a8e7e1b0e8047200d8056e0
https://github.com/D-Programming-Language/dmd/commit/26e68fd8d115e80c8a8e7e1b0e8047200d8056e0
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-10-08 (Wed, 08 Oct 2014)
Changed paths:
M test/compilable/extra-files/header-postscript.sh
R test/compilable/extra-files/header.di
A test/compilable/extra-files/header1.d
A test/compilable/extra-files/header1.di
A test/compilable/extra-files/header1i.di
A test/compilable/extra-files/header2.d
A test/compilable/extra-files/header2.di
A test/compilable/extra-files/header2i.di
R test/compilable/extra-files/inlineheader-postscript.sh
R test/compilable/extra-files/inlineheader.di
R test/compilable/extra-files/inlinexheader-postscript.sh
R test/compilable/extra-files/inlinexheader.di
R test/compilable/extra-files/xheader-postscript.sh
R test/compilable/extra-files/xheader.di
R test/compilable/header.d
R test/compilable/inlineheader.d
R test/compilable/inlinexheader.d
A test/compilable/testheader1.d
A test/compilable/testheader1i.d
A test/compilable/testheader2.d
A test/compilable/testheader2i.d
R test/compilable/xheader.d
Log Message:
-----------
Merge pull request #3853 from 9rnsr/hdrgen_test
Slim up test cases for header generation
Commit: 194b4c216b828fff9430e0b1fcd4163761731330
https://github.com/D-Programming-Language/dmd/commit/194b4c216b828fff9430e0b1fcd4163761731330
Author: Martin Nowak <code at dawg.eu>
Date: 2014-10-08 (Wed, 08 Oct 2014)
Changed paths:
M src/hdrgen.c
M src/import.c
M src/module.c
M src/module.h
M src/parse.c
A test/compilable/extra-files/header12567a.di
A test/compilable/extra-files/header12567b.di
A test/compilable/imports/a12567.d
A test/compilable/test12567a.d
A test/compilable/test12567b.d
A test/compilable/test12567c.d
A test/compilable/test12567d.d
A test/compilable/testheader12567a.d
A test/compilable/testheader12567b.d
A test/fail_compilation/fail12567.d
Log Message:
-----------
Merge pull request #3907 from 9rnsr/fix12567
[enh] Issue 12567 - Modules can't be marked as deprecated
Conflicts:
src/hdrgen.c
src/module.c
Commit: 4539521bb87e32c9dfdd4bba96a970df603c2f03
https://github.com/D-Programming-Language/dmd/commit/4539521bb87e32c9dfdd4bba96a970df603c2f03
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-10-12 (Sun, 12 Oct 2014)
Changed paths:
M src/backend/cgelem.c
M src/hdrgen.c
M src/import.c
M src/module.c
M src/module.h
M src/parse.c
M test/compilable/extra-files/header-postscript.sh
R test/compilable/extra-files/header.di
A test/compilable/extra-files/header1.d
A test/compilable/extra-files/header1.di
A test/compilable/extra-files/header12567a.di
A test/compilable/extra-files/header12567b.di
A test/compilable/extra-files/header1i.di
A test/compilable/extra-files/header2.d
A test/compilable/extra-files/header2.di
A test/compilable/extra-files/header2i.di
R test/compilable/extra-files/inlineheader-postscript.sh
R test/compilable/extra-files/inlineheader.di
R test/compilable/extra-files/inlinexheader-postscript.sh
R test/compilable/extra-files/inlinexheader.di
R test/compilable/extra-files/xheader-postscript.sh
R test/compilable/extra-files/xheader.di
R test/compilable/header.d
A test/compilable/imports/a12567.d
R test/compilable/inlineheader.d
R test/compilable/inlinexheader.d
A test/compilable/test12567a.d
A test/compilable/test12567b.d
A test/compilable/test12567c.d
A test/compilable/test12567d.d
A test/compilable/testheader1.d
A test/compilable/testheader12567a.d
A test/compilable/testheader12567b.d
A test/compilable/testheader1i.d
A test/compilable/testheader2.d
A test/compilable/testheader2i.d
R test/compilable/xheader.d
A test/fail_compilation/fail12567.d
A test/runnable/test13504.d
Log Message:
-----------
Merge pull request #4055 from MartinNowak/2.066
2.066
Compare: https://github.com/D-Programming-Language/dmd/compare/058845871ce2...4539521bb87e
More information about the dmd-internals
mailing list