[dmd-internals] [D-Programming-Language/dmd] 796aba: fix Issue 3011 - alias should have assignment synt...
GitHub
noreply at github.com
Mon Oct 22 09:50:21 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 796aba2877e2db672806c2f2562e0c5a2f30ab17
https://github.com/D-Programming-Language/dmd/commit/796aba2877e2db672806c2f2562e0c5a2f30ab17
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-10-16 (Tue, 16 Oct 2012)
Changed paths:
M src/parse.c
A test/compilable/aliasdecl.d
Log Message:
-----------
fix Issue 3011 - alias should have assignment syntax
Commit: 7859f7d18f45d90f68354a311e0e8a5b9431f14b
https://github.com/D-Programming-Language/dmd/commit/7859f7d18f45d90f68354a311e0e8a5b9431f14b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M src/parse.c
M test/compilable/aliasdecl.d
Log Message:
-----------
Add support for alias this = identifier;
Commit: 6c01188d71433508bc4c0af6b821a97e8df2e986
https://github.com/D-Programming-Language/dmd/commit/6c01188d71433508bc4c0af6b821a97e8df2e986
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-10-22 (Mon, 22 Oct 2012)
Changed paths:
M src/parse.c
A test/compilable/aliasdecl.d
Log Message:
-----------
Merge pull request #1187 from 9rnsr/fix3011
[enh] Issue 3011 - alias should have assignment syntax
Compare: https://github.com/D-Programming-Language/dmd/compare/1fd0815abbc5...6c01188d7143
More information about the dmd-internals
mailing list