[dmd-internals] [D-Programming-Language/dmd] 5958d8: Fix associative arrays
GitHub
noreply at github.com
Sun Feb 9 03:29:35 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 5958d8666f94d6bd8971264fb1fcd31a64958189
https://github.com/D-Programming-Language/dmd/commit/5958d8666f94d6bd8971264fb1fcd31a64958189
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-09 (Sun, 09 Feb 2014)
Changed paths:
M src/ctfe.h
M src/ctfeexpr.c
M src/dsymbol.c
M src/e2ir.c
M src/expression.c
M src/idgen.c
M src/interpret.c
M src/mtype.c
M src/mtype.h
M src/statement.c
M src/template.c
M src/typinf.c
M test/runnable/aliasthis.d
A test/runnable/testaa3.d
Log Message:
-----------
Fix associative arrays
Commit: e3541eee380ec22be990441cf05ca47cbbfd728d
https://github.com/D-Programming-Language/dmd/commit/e3541eee380ec22be990441cf05ca47cbbfd728d
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-09 (Sun, 09 Feb 2014)
Changed paths:
M src/cast.c
M src/e2ir.c
M test/compilable/compile1.d
Log Message:
-----------
Fix Issue 12094 - typeof(null) should convert to reference types
Commit: 07bc1338289dcdf7908a1c0958dddc7c5a2ac5ef
https://github.com/D-Programming-Language/dmd/commit/07bc1338289dcdf7908a1c0958dddc7c5a2ac5ef
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-02-09 (Sun, 09 Feb 2014)
Changed paths:
M src/cast.c
M src/ctfe.h
M src/ctfeexpr.c
M src/dsymbol.c
M src/e2ir.c
M src/expression.c
M src/idgen.c
M src/interpret.c
M src/mtype.c
M src/mtype.h
M src/statement.c
M src/template.c
M src/typinf.c
M test/compilable/compile1.d
M test/runnable/aliasthis.d
A test/runnable/testaa3.d
Log Message:
-----------
Merge pull request #2856 from yebblies/fixaarray
Fix associative arrays
Compare: https://github.com/D-Programming-Language/dmd/compare/fe82c97ca20c...07bc1338289d
More information about the dmd-internals
mailing list