[dmd-internals] [D-Programming-Language/dmd] 51b0cb: Refactor utf types in constfold.c
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Jan 25 20:51:41 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 51b0cb7acaf5ca8b6085aeba94ce5e86638e09f4
https://github.com/D-Programming-Language/dmd/commit/51b0cb7acaf5ca8b6085aeba94ce5e86638e09f4
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)
Changed paths:
M src/constfold.c
Log Message:
-----------
Refactor utf types in constfold.c
Commit: eb3e5ead952783f684884709b6f3d08c15c977c7
https://github.com/D-Programming-Language/dmd/commit/eb3e5ead952783f684884709b6f3d08c15c977c7
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)
Changed paths:
M src/interpret.c
Log Message:
-----------
Small refactoring interpretAssignToSlice()
Commit: d853be97b1a84d04361ff23e014364bf32b7c7b8
https://github.com/D-Programming-Language/dmd/commit/d853be97b1a84d04361ff23e014364bf32b7c7b8
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
fix Issue 14024 - [CTFE] unstable postblit/destructor call order on static array assignment
Commit: a83ed2534f51c720f2298f68e10b998250a3ecf9
https://github.com/D-Programming-Language/dmd/commit/a83ed2534f51c720f2298f68e10b998250a3ecf9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)
Changed paths:
A test/fail_compilation/ctfe11467.d
Log Message:
-----------
fix Issue 11467 - [CTFE] Overlapping array copy is allowed in CT
Commit: 0fd5758941b0055080468bf6d1a55ea59dbe834b
https://github.com/D-Programming-Language/dmd/commit/0fd5758941b0055080468bf6d1a55ea59dbe834b
Author: Walter Bright <walter at walterbright.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)
Changed paths:
M src/constfold.c
M src/interpret.c
M test/compilable/interpret3.d
A test/fail_compilation/ctfe11467.d
Log Message:
-----------
Merge pull request #4332 from 9rnsr/fix14024
Issue 14024 - [CTFE] unstable postblit/destructor call order on static array assignment
Compare: https://github.com/D-Programming-Language/dmd/compare/da2229775b4a...0fd5758941b0
More information about the dmd-internals
mailing list