[dmd-internals] [D-Programming-Language/dmd] 8a5b7d: [Refactoring] Rename local variables
GitHub
noreply at github.com
Wed Feb 27 10:50:55 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8a5b7d79a140e607ed7a51b0b69fab1281664532
https://github.com/D-Programming-Language/dmd/commit/8a5b7d79a140e607ed7a51b0b69fab1281664532
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-26 (Tue, 26 Feb 2013)
Changed paths:
M src/func.c
M src/template.c
Log Message:
-----------
[Refactoring] Rename local variables
Commit: e9f4bd1d6edb2bffa9e3d9b92f4886ef006f6132
https://github.com/D-Programming-Language/dmd/commit/e9f4bd1d6edb2bffa9e3d9b92f4886ef006f6132
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-26 (Tue, 26 Feb 2013)
Changed paths:
M src/clone.c
M src/declaration.h
M src/expression.c
M src/func.c
M src/mtype.c
M src/opover.c
M src/template.c
M src/template.h
Log Message:
-----------
[Refactoring] Swap parameters loc and sc
Only overload related functions use (sc, loc) order, but others (Type::semantic, Type::resolve, functionParameters, etc) uses (loc, sc) order. Therefore align the parameter orders to the latter.
Commit: 5bc2f523cda434b78a7d18e7e4959c094d46aaa3
https://github.com/D-Programming-Language/dmd/commit/5bc2f523cda434b78a7d18e7e4959c094d46aaa3
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-26 (Tue, 26 Feb 2013)
Changed paths:
M src/expression.c
M src/template.c
Log Message:
-----------
[Refactoring] Remove redundant argument setting
Commit: c075a22a0195299c8128e8f2e748579266b15731
https://github.com/D-Programming-Language/dmd/commit/c075a22a0195299c8128e8f2e748579266b15731
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-26 (Tue, 26 Feb 2013)
Changed paths:
M src/clone.c
M src/declaration.h
M src/expression.c
M src/func.c
M src/mtype.c
M src/template.c
Log Message:
-----------
[Refactoring] Use resolveFuncCall in almost places
Commit: c38ed7512cc501fb42a6007ad3a1b04f03120b59
https://github.com/D-Programming-Language/dmd/commit/c38ed7512cc501fb42a6007ad3a1b04f03120b59
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-26 (Tue, 26 Feb 2013)
Changed paths:
M src/func.c
Log Message:
-----------
[Refactoring] Do not calculate buf if it is not necessary.
Commit: 80eb85032afe8bd864faf8e95f2607fa9feaa4d9
https://github.com/D-Programming-Language/dmd/commit/80eb85032afe8bd864faf8e95f2607fa9feaa4d9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-26 (Tue, 26 Feb 2013)
Changed paths:
M src/expression.c
M src/func.c
M src/opover.c
M src/template.c
M src/template.h
Log Message:
-----------
[Refactoring] Rename variable
targsi -> tiargs (== Template Instance ARGS)
Commit: 66e9c76b531eb063efc45ad9d22cfba5d20196a0
https://github.com/D-Programming-Language/dmd/commit/66e9c76b531eb063efc45ad9d22cfba5d20196a0
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-26 (Tue, 26 Feb 2013)
Changed paths:
M src/template.c
Log Message:
-----------
Cleanup comments
Commit: 8d17c8162265707714125af8a2f6baf76e68da67
https://github.com/D-Programming-Language/dmd/commit/8d17c8162265707714125af8a2f6baf76e68da67
Author: Martin Nowak <code at dawg.eu>
Date: 2013-02-27 (Wed, 27 Feb 2013)
Changed paths:
M src/clone.c
M src/declaration.h
M src/expression.c
M src/func.c
M src/mtype.c
M src/opover.c
M src/template.c
M src/template.h
Log Message:
-----------
Merge pull request #1695 from 9rnsr/refactor_funcall
Refactoring for function call mechanism
Compare: https://github.com/D-Programming-Language/dmd/compare/9403d174feb5...8d17c8162265
More information about the dmd-internals
mailing list