[dmd-internals] [D-Programming-Language/dmd] c519a4: fix Issue 8150 - Throwing nothrow struct construct...
GitHub
noreply at github.com
Mon Sep 24 07:47:04 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c519a4d9dcc8b65aaadba2f30fdecf63bec5df99
https://github.com/D-Programming-Language/dmd/commit/c519a4d9dcc8b65aaadba2f30fdecf63bec5df99
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths:
M src/func.c
A test/fail_compilation/bug8150a.d
A test/fail_compilation/bug8150b.d
Log Message:
-----------
fix Issue 8150 - Throwing nothrow struct constructor?
Commit: b87e47de7c3afece7cd48bf54b609d6dc3a984cc
https://github.com/D-Programming-Language/dmd/commit/b87e47de7c3afece7cd48bf54b609d6dc3a984cc
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-09-23 (Sun, 23 Sep 2012)
Changed paths:
M src/func.c
Log Message:
-----------
Remove unnecessary NULL check.
Commit: 36e0a9b975941aac4bf5bd6fd044e6acbf2504e9
https://github.com/D-Programming-Language/dmd/commit/36e0a9b975941aac4bf5bd6fd044e6acbf2504e9
Author: Don Clugston <dclugston at googlemail.com>
Date: 2012-09-24 (Mon, 24 Sep 2012)
Changed paths:
M src/func.c
A test/fail_compilation/bug8150a.d
A test/fail_compilation/bug8150b.d
Log Message:
-----------
Merge pull request #1138 from 9rnsr/fix8150
Issue 8150 - Throwing nothrow struct constructor?
Compare: https://github.com/D-Programming-Language/dmd/compare/b19e3d91bd71...36e0a9b97594
More information about the dmd-internals
mailing list