[dmd-internals] [D-Programming-Language/dmd] be9c32: Split interfaces to the glue layer and backend int...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Oct 11 06:49:44 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: be9c324e2811076bfdef9e653dff371cd2e7e276
https://github.com/D-Programming-Language/dmd/commit/be9c324e2811076bfdef9e653dff371cd2e7e276
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-10-12 (Mon, 12 Oct 2015)
Changed paths:
M .gitignore
M src/aggregate.d
M src/arraytypes.d
M src/backend.d
M src/dclass.d
M src/denum.d
M src/dmodule.d
M src/dstruct.d
M src/dsymbol.d
M src/dtemplate.d
M src/expression.d
M src/func.d
A src/gluelayer.d
R src/gluestub.d
M src/mars.d
M src/mtype.d
M src/objc.d
M src/posix.mak
M src/statement.d
M src/typinf.d
M src/win32.mak
Log Message:
-----------
Split interfaces to the glue layer and backend into different files
Commit: 65b079fecbbb8a7cbe6f1f6fada084765c0360d0
https://github.com/D-Programming-Language/dmd/commit/65b079fecbbb8a7cbe6f1f6fada084765c0360d0
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2015-10-11 (Sun, 11 Oct 2015)
Changed paths:
M .gitignore
M src/aggregate.d
M src/arraytypes.d
M src/backend.d
M src/dclass.d
M src/denum.d
M src/dmodule.d
M src/dstruct.d
M src/dsymbol.d
M src/dtemplate.d
M src/expression.d
M src/func.d
A src/gluelayer.d
R src/gluestub.d
M src/mars.d
M src/mtype.d
M src/objc.d
M src/posix.mak
M src/statement.d
M src/typinf.d
M src/win32.mak
Log Message:
-----------
Merge pull request #5180 from yebblies/glueback
Split interfaces to the glue layer and backend into different files
Compare: https://github.com/D-Programming-Language/dmd/compare/037107875181...65b079fecbbb
More information about the dmd-internals
mailing list