[dmd-internals] [D-Programming-Language/dmd] 9f9e46: [Refactoring] Rename Dsymbol::inTemplateInstance t...
GitHub
noreply at github.com
Sun Jan 5 15:35:50 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 9f9e4690d6abcfee5858f48a7eb80d1b7eca5a06
https://github.com/D-Programming-Language/dmd/commit/9f9e4690d6abcfee5858f48a7eb80d1b7eca5a06
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M src/dsymbol.c
M src/dsymbol.h
M src/func.c
M src/glue.c
M src/mtype.c
M src/toobj.c
Log Message:
-----------
[Refactoring] Rename Dsymbol::inTemplateInstance to isInstantiated
Because `inTemplateInstance` is too similar to `isTemplateInstance`.
Commit: 237bb420c70fb6099dcedf94e7d9ed959a33e1fe
https://github.com/D-Programming-Language/dmd/commit/237bb420c70fb6099dcedf94e7d9ed959a33e1fe
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M src/dsymbol.c
M src/func.c
M src/struct.c
M test/compilable/testInference.d
M test/runnable/test7511.d
Log Message:
-----------
fix Issue 10329 - Attributes not inferred for indirectly templated methods
Commit: 28ac992b31434be3d64fcd887bb88cafc73e03c1
https://github.com/D-Programming-Language/dmd/commit/28ac992b31434be3d64fcd887bb88cafc73e03c1
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M src/func.c
Log Message:
-----------
Do not infer attributes for __xopEquals and __xopCmp
Commit: 0442233b808944aaf48aa90c4de1fb329620a719
https://github.com/D-Programming-Language/dmd/commit/0442233b808944aaf48aa90c4de1fb329620a719
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M src/clone.c
M src/func.c
M src/idgen.c
Log Message:
-----------
List internal names in idgen.c
Commit: ebae884d9cd3a0c4ebf3c1b129654ba31ee0e73f
https://github.com/D-Programming-Language/dmd/commit/ebae884d9cd3a0c4ebf3c1b129654ba31ee0e73f
Author: Walter Bright <walter at walterbright.com>
Date: 2014-01-05 (Sun, 05 Jan 2014)
Changed paths:
M src/clone.c
M src/dsymbol.c
M src/dsymbol.h
M src/func.c
M src/glue.c
M src/idgen.c
M src/mtype.c
M src/struct.c
M src/toobj.c
M test/compilable/testInference.d
M test/runnable/test7511.d
Log Message:
-----------
Merge pull request #2832 from 9rnsr/fix10329
Issue 10329 - Attributes not inferred for indirectly templated methods
Compare: https://github.com/D-Programming-Language/dmd/compare/cd8a42547187...ebae884d9cd3
More information about the dmd-internals
mailing list