[dmd-internals] [D-Programming-Language/dmd] 0814f9: Add @attribute syntax.
GitHub
noreply at github.com
Sat Dec 15 12:31:32 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 0814f9decfdbcef644c4e89b02b8be192ed2e900
https://github.com/D-Programming-Language/dmd/commit/0814f9decfdbcef644c4e89b02b8be192ed2e900
Author: Jacob Carlborg <doob at me.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M src/parse.c
M src/parse.h
Log Message:
-----------
Add @attribute syntax.
Commit: 445ceaabe8d59a7665d6e483d86d9bb053f58c09
https://github.com/D-Programming-Language/dmd/commit/445ceaabe8d59a7665d6e483d86d9bb053f58c09
Author: Jacob Carlborg <doob at me.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M test/runnable/uda.d
Log Message:
-----------
Add tests for the @attribute syntax.
Commit: c124dc1203ed4c5d1298f62202f54bcc022718f1
https://github.com/D-Programming-Language/dmd/commit/c124dc1203ed4c5d1298f62202f54bcc022718f1
Author: Jacob Carlborg <doob at me.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M src/parse.c
Log Message:
-----------
Disallow the @2+3 syntax for UDA.
Commit: e25e566eeba80e57952ac945aaaf348b44022de4
https://github.com/D-Programming-Language/dmd/commit/e25e566eeba80e57952ac945aaaf348b44022de4
Author: Jacob Carlborg <doob at me.com>
Date: 2012-12-13 (Thu, 13 Dec 2012)
Changed paths:
M src/parse.c
Log Message:
-----------
Remove empty newlines.
Commit: 15389cfe4a057210d3aae063c16763a19b810def
https://github.com/D-Programming-Language/dmd/commit/15389cfe4a057210d3aae063c16763a19b810def
Author: Walter Bright <walter at walterbright.com>
Date: 2012-12-15 (Sat, 15 Dec 2012)
Changed paths:
M src/parse.c
M src/parse.h
M test/runnable/uda.d
Log Message:
-----------
Merge pull request #1365 from jacob-carlborg/uda
Add @attribute syntax
Compare: https://github.com/D-Programming-Language/dmd/compare/000253917c14...15389cfe4a05
More information about the dmd-internals
mailing list