[dmd-internals] [D-Programming-Language/dmd] 8231f4: fix Issue 10079 - Builit-in generated opAssign sho...
GitHub
noreply at github.com
Tue Jun 25 14:39:40 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8231f4c9247aefa32e55a1e61f7533079cd147a1
https://github.com/D-Programming-Language/dmd/commit/8231f4c9247aefa32e55a1e61f7533079cd147a1
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-24 (Mon, 24 Jun 2013)
Changed paths:
M src/clone.c
M test/runnable/sdtor.d
Log Message:
-----------
fix Issue 10079 - Builit-in generated opAssign should be pure nothrow @safe on default
Commit: 97a1cdd04e067dd0d1d1d187d553aa18dc43a5f9
https://github.com/D-Programming-Language/dmd/commit/97a1cdd04e067dd0d1d1d187d553aa18dc43a5f9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-24 (Mon, 24 Jun 2013)
Changed paths:
M src/apply.c
M src/clone.c
M src/declaration.h
M src/target.h
M src/todt.c
Log Message:
-----------
Remove trailing spaces
Commit: 9fad79d33406c82cbdec62ac3e6e5ad2e29db4e4
https://github.com/D-Programming-Language/dmd/commit/9fad79d33406c82cbdec62ac3e6e5ad2e29db4e4
Author: Walter Bright <walter at walterbright.com>
Date: 2013-06-25 (Tue, 25 Jun 2013)
Changed paths:
M src/apply.c
M src/clone.c
M src/declaration.h
M src/target.h
M src/todt.c
M test/runnable/sdtor.d
Log Message:
-----------
Merge pull request #2036 from 9rnsr/fix10079
Issue 10079 - Builit-in generated opAssign should be pure nothrow @safe on default
Compare: https://github.com/D-Programming-Language/dmd/compare/f9cf1e683add...9fad79d33406
More information about the dmd-internals
mailing list