[dmd-internals] [D-Programming-Language/dmd] 5442ea: Add `-vfield` switch for user code migration by fi...
GitHub
noreply at github.com
Fri May 17 13:07:48 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 5442ea40a311bf9f76ffdd014bb10e2224c72ee1
https://github.com/D-Programming-Language/dmd/commit/5442ea40a311bf9f76ffdd014bb10e2224c72ee1
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M src/declaration.c
M src/mars.c
M src/mars.h
A test/compilable/sw_vfield.d
Log Message:
-----------
Add `-vfield` switch for user code migration by fixing bug 3449
Commit: 963029ce0a4789a514c2f30664a1007301610e9d
https://github.com/D-Programming-Language/dmd/commit/963029ce0a4789a514c2f30664a1007301610e9d
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M src/mars.c
A test/compilable/sw_transition_3449.d
A test/compilable/sw_transition_field.d
A test/compilable/sw_transition_tls.d
R test/compilable/sw_vfield.d
Log Message:
-----------
Support -transition switch
- Support -transition=field instead of -vfield
- Support -transition=tls as same as -vtls
Commit: 101120eb4f2fb4c4c83922286fc6057a8e645dca
https://github.com/D-Programming-Language/dmd/commit/101120eb4f2fb4c4c83922286fc6057a8e645dca
Author: Walter Bright <walter at walterbright.com>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M src/declaration.c
M src/mars.c
M src/mars.h
A test/compilable/sw_transition_3449.d
A test/compilable/sw_transition_field.d
A test/compilable/sw_transition_tls.d
Log Message:
-----------
Merge pull request #2039 from 9rnsr/vfield
Add `-vfield` switch for user code migration by fixing bug 3449
Compare: https://github.com/D-Programming-Language/dmd/compare/61efb617857d...101120eb4f2f
More information about the dmd-internals
mailing list