[dmd-internals] [D-Programming-Language/dmd] 022c70: Move FuncDeclaration::buildClosure and TypeFunctio...
GitHub
noreply at github.com
Thu Feb 20 07:56:32 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 022c70d12abee1bf9e1789567411ccd447160d62
https://github.com/D-Programming-Language/dmd/commit/022c70d12abee1bf9e1789567411ccd447160d62
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/declaration.h
M src/e2ir.c
M src/func.c
M src/glue.c
M src/gluestub.c
M src/mtype.h
M src/s2ir.c
M src/toir.c
Log Message:
-----------
Move FuncDeclaration::buildClosure and TypeFunction::retStyle into free functions
Commit: 1c9a678560c109a5655cbfed7c0cadc493df3ba1
https://github.com/D-Programming-Language/dmd/commit/1c9a678560c109a5655cbfed7c0cadc493df3ba1
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/declaration.h
M src/e2ir.c
M src/func.c
M src/glue.c
M src/gluestub.c
M src/mtype.h
M src/s2ir.c
M src/toir.c
Log Message:
-----------
Merge pull request #3302 from yebblies/toir
[DDMD] [refactor] Move FuncDeclaration::buildClosure and TypeFunction::retStyle into free functions
Compare: https://github.com/D-Programming-Language/dmd/compare/1b6eac9c34d8...1c9a678560c1
More information about the dmd-internals
mailing list