[dmd-internals] [D-Programming-Language/dmd] 333d67: [Refactoring] Remove unused flag 0x100 in Type::to...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Aug 31 02:32:30 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 333d678fe871970347f26db59ae7e842072e9ce9
https://github.com/D-Programming-Language/dmd/commit/333d678fe871970347f26db59ae7e842072e9ce9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-08-31 (Sun, 31 Aug 2014)
Changed paths:
M src/mtype.c
Log Message:
-----------
[Refactoring] Remove unused flag 0x100 in Type::toDecoBuffer
Commit: 5cb879af5e9671f3c8958bf2b9b93a60b18ef2c9
https://github.com/D-Programming-Language/dmd/commit/5cb879af5e9671f3c8958bf2b9b93a60b18ef2c9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-08-31 (Sun, 31 Aug 2014)
Changed paths:
M src/mangle.c
Log Message:
-----------
[Refactoring] Directly handle OutBuffer in Mangler
Commit: 92b085a062d4cc61f87292a1341ddf72b06e6d4f
https://github.com/D-Programming-Language/dmd/commit/92b085a062d4cc61f87292a1341ddf72b06e6d4f
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-08-31 (Sun, 31 Aug 2014)
Changed paths:
M src/mangle.c
M src/mtype.c
M src/mtype.h
M src/tocsym.c
Log Message:
-----------
[Refactoring] Move type mangling code into mangle.c
Commit: 212f61e5c784ff03ae0c20306ed35321a897fa1b
https://github.com/D-Programming-Language/dmd/commit/212f61e5c784ff03ae0c20306ed35321a897fa1b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-08-31 (Sun, 31 Aug 2014)
Changed paths:
M src/expression.c
M src/expression.h
M src/mangle.c
M src/template.c
Log Message:
-----------
[Refactoring] Move expression mangling code into mangle.c
Commit: 6bfa07437f7f10830d5a799fcaef86d654a06d0a
https://github.com/D-Programming-Language/dmd/commit/6bfa07437f7f10830d5a799fcaef86d654a06d0a
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-08-31 (Sun, 31 Aug 2014)
Changed paths:
M src/expression.c
M src/expression.h
M src/mangle.c
M src/mtype.c
M src/mtype.h
M src/template.c
M src/tocsym.c
Log Message:
-----------
Merge pull request #3933 from 9rnsr/refactor_mangle
[Refactoring] Move almost mangling code into mangle.d
Compare: https://github.com/D-Programming-Language/dmd/compare/c50c52d927c8...6bfa07437f7f
More information about the dmd-internals
mailing list