April 19, 2013 [dmd-internals] [D-Programming-Language/dmd] 2b3724: Carry 'this' type instead of 'this' expression | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 2b3724eb7bfbad7482c203b9b57aa5f5092106f0 https://github.com/D-Programming-Language/dmd/commit/2b3724eb7bfbad7482c203b9b57aa5f5092106f0 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-04-15 (Mon, 15 Apr 2013) Changed paths: M src/clone.c M src/declaration.h M src/expression.c M src/func.c M src/mtype.c M src/mtype.h M src/opover.c M src/template.c M src/template.h Log Message: ----------- Carry 'this' type instead of 'this' expression Commit: 03c44a8a686d8235daac27615efadbd5b9f704c0 https://github.com/D-Programming-Language/dmd/commit/03c44a8a686d8235daac27615efadbd5b9f704c0 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-04-15 (Mon, 15 Apr 2013) Changed paths: M src/template.c Log Message: ----------- doHeaderInstantiation should create CtorDeclaration if it is necessary Commit: ea5ec718217256b49546d7d678f4911eb8c5e562 https://github.com/D-Programming-Language/dmd/commit/ea5ec718217256b49546d7d678f4911eb8c5e562 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-04-15 (Mon, 15 Apr 2013) Changed paths: M src/template.c M src/template.h Log Message: ----------- doHeaderInstantiation should consider TemplateThisParameter Commit: bdd2011626186cc5546569cf800a99954ddea6bd https://github.com/D-Programming-Language/dmd/commit/bdd2011626186cc5546569cf800a99954ddea6bd Author: k-hara <k.hara.pg@gmail.com> Date: 2013-04-15 (Mon, 15 Apr 2013) Changed paths: M src/parse.c Log Message: ----------- Fix parser problem for template ctor and TemplateThisParameter Confused `this(this)` and `this(this T)` Commit: 599ba0718771b25d255e14175cc8bd31d2a1842e https://github.com/D-Programming-Language/dmd/commit/599ba0718771b25d255e14175cc8bd31d2a1842e Author: k-hara <k.hara.pg@gmail.com> Date: 2013-04-15 (Mon, 15 Apr 2013) Changed paths: M src/expression.c M src/func.c M src/template.c M test/compilable/interpret3.d M test/runnable/eh2.d M test/runnable/interpret.d M test/runnable/sdtor.d M test/runnable/structlit.d M test/runnable/testconst.d M test/runnable/xtest46.d Log Message: ----------- Fix qualified constructor call semantics. If the qualified constructor creates isolated object, it is implicitly convertible to any qualified object. And now, inout constructor is properly supported. Commit: f27a0470dde94ec7ee8b7ddb2de5ef07adf51755 https://github.com/D-Programming-Language/dmd/commit/f27a0470dde94ec7ee8b7ddb2de5ef07adf51755 Author: Walter Bright <walter@walterbright.com> Date: 2013-04-19 (Fri, 19 Apr 2013) Changed paths: M src/clone.c M src/declaration.h M src/expression.c M src/func.c M src/mtype.c M src/mtype.h M src/opover.c M src/parse.c M src/template.c M src/template.h M test/compilable/interpret3.d M test/runnable/eh2.d M test/runnable/interpret.d M test/runnable/sdtor.d M test/runnable/structlit.d M test/runnable/testconst.d M test/runnable/xtest46.d Log Message: ----------- Merge pull request #1726 from 9rnsr/fix_qualified_ctor Fix qualified constructor call semantics. Compare: https://github.com/D-Programming-Language/dmd/compare/2a6c29493d11...f27a0470dde9 |
Copyright © 1999-2021 by the D Language Foundation