[dmd-internals] [D-Programming-Language/dmd] 80dd24: Refactor CastExp::semantic()
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Feb 10 20:38:39 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 80dd24dc0b1977e27693fbe38e1b38bf93358519
https://github.com/D-Programming-Language/dmd/commit/80dd24dc0b1977e27693fbe38e1b38bf93358519
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M src/expression.c
Log Message:
-----------
Refactor CastExp::semantic()
Commit: 5b20a962829ef39ba658445694eb70e4a35e2ec3
https://github.com/D-Programming-Language/dmd/commit/5b20a962829ef39ba658445694eb70e4a35e2ec3
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M src/cast.c
Log Message:
-----------
Refactor Expression::castTo()
Commit: 447039df55693413c65a01d1000261c52d8ed077
https://github.com/D-Programming-Language/dmd/commit/447039df55693413c65a01d1000261c52d8ed077
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M src/cast.c
Log Message:
-----------
Rename variables in Expression::castTo()
Commit: 1d0268e92e83ec62f0daa548e39c749902e7eb54
https://github.com/D-Programming-Language/dmd/commit/1d0268e92e83ec62f0daa548e39c749902e7eb54
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M src/cast.c
M src/expression.c
M test/fail_compilation/fail_casting.d
Log Message:
-----------
fix Issue 14093 - __traits(compiles, cast(Object)(tuple)) is true even if it doesn't compile.
Move invalid cast check into Expression::castTo().
Commit: 9eb16338d83a4407cf960e93318ec9a6e3b28eab
https://github.com/D-Programming-Language/dmd/commit/9eb16338d83a4407cf960e93318ec9a6e3b28eab
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-11 (Wed, 11 Feb 2015)
Changed paths:
M src/cast.c
Log Message:
-----------
Refactor alias this handling in Expression::castTo()
Commit: 132dcccc5f29732301250ea1a1684b858cf6f555
https://github.com/D-Programming-Language/dmd/commit/132dcccc5f29732301250ea1a1684b858cf6f555
Author: Walter Bright <walter at walterbright.com>
Date: 2015-02-10 (Tue, 10 Feb 2015)
Changed paths:
M src/cast.c
M src/expression.c
M test/fail_compilation/fail_casting.d
Log Message:
-----------
Merge pull request #4395 from 9rnsr/fix14093
[REG2.065] Issue 14093 - __traits(compiles, cast(Object)(tuple)) is true even if it doesn't compile
Compare: https://github.com/D-Programming-Language/dmd/compare/202871ccbcbe...132dcccc5f29
More information about the dmd-internals
mailing list