[dmd-internals] [D-Programming-Language/dmd] befea5: Move AggregateDeclaration's access checking method...
GitHub
noreply at github.com
Fri Feb 21 00:45:10 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: befea591220088a1e6d306da0006ec0b1adad738
https://github.com/D-Programming-Language/dmd/commit/befea591220088a1e6d306da0006ec0b1adad738
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M src/access.c
M src/aggregate.h
M src/expression.c
Log Message:
-----------
Move AggregateDeclaration's access checking methods into free functions in access.c
Commit: ececfc83b2cc85ba77130f325227932267db8f20
https://github.com/D-Programming-Language/dmd/commit/ececfc83b2cc85ba77130f325227932267db8f20
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/e2ir.c
M src/expression.c
M src/expression.h
M src/func.c
M src/gluestub.c
M src/mtype.c
M src/s2ir.c
M src/statement.c
M src/typinf.c
Log Message:
-----------
[Refactoring] Remove `Scope *sc` from `Expression::addressOf`
Commit: 3ce53a8bbe233fee455e72a6b7161cec202d1d51
https://github.com/D-Programming-Language/dmd/commit/3ce53a8bbe233fee455e72a6b7161cec202d1d51
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/expression.c
M src/expression.h
M src/traits.c
Log Message:
-----------
Move TraitsExp semantic methods into free functions in traits.c
Commit: 69ff08750faa72bb9a50f25f9fa4f739704c8e53
https://github.com/D-Programming-Language/dmd/commit/69ff08750faa72bb9a50f25f9fa4f739704c8e53
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/doc.c
M src/dsymbol.h
Log Message:
-----------
Move Dsymbol::emitDitto into a free function
Commit: f8e708e344a4f006f1d86dc92767465836cdf592
https://github.com/D-Programming-Language/dmd/commit/f8e708e344a4f006f1d86dc92767465836cdf592
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/doc.c
M src/dsymbol.h
Log Message:
-----------
Move ScopeDsymbol::emitMemberComments to a free function
Commit: d7be1b2f347519367b1b87982f77abe1f800c7ad
https://github.com/D-Programming-Language/dmd/commit/d7be1b2f347519367b1b87982f77abe1f800c7ad
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/aggregate.h
M src/declaration.h
M src/doc.c
M src/doc.h
M src/dsymbol.h
M src/enum.h
Log Message:
-----------
Move Dsymbol::toDocBuffer into a visitor class
Commit: 0624e86b5cdd0dcb1433d21565bb923c9859f869
https://github.com/D-Programming-Language/dmd/commit/0624e86b5cdd0dcb1433d21565bb923c9859f869
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/aggregate.h
M src/attrib.c
M src/attrib.h
M src/declaration.h
M src/doc.c
M src/dsymbol.h
M src/enum.h
M src/template.h
Log Message:
-----------
Move Dsymbol::emitComment into a visitor class
Commit: 5e025acd2c5d89a3f23c73f2e1f5fb8e8c45f7ad
https://github.com/D-Programming-Language/dmd/commit/5e025acd2c5d89a3f23c73f2e1f5fb8e8c45f7ad
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/doc.c
M src/doc.h
M src/mars.c
M src/module.h
Log Message:
-----------
Move Module::gendocfile into a free function
Commit: 04467653973c575be5135a048742868f370c61b6
https://github.com/D-Programming-Language/dmd/commit/04467653973c575be5135a048742868f370c61b6
Author: Walter Bright <walter at walterbright.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/e2ir.c
M src/expression.c
M src/expression.h
M src/func.c
M src/gluestub.c
M src/mtype.c
M src/s2ir.c
M src/statement.c
M src/typinf.c
Log Message:
-----------
Merge pull request #3289 from 9rnsr/refactor_addressOf
[Refactoring] Remove `Scope *sc` from `Expression::addressOf`
Commit: 973d080bec755b36c8ab4be91d241dfdfb5c4828
https://github.com/D-Programming-Language/dmd/commit/973d080bec755b36c8ab4be91d241dfdfb5c4828
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/expression.c
M src/expression.h
M src/traits.c
Log Message:
-----------
Merge pull request #3292 from yebblies/traits
[DDMD] [refactor] Move TraitsExp semantic methods into free functions in traits.c
Commit: 5ce28924a38841219899e9ad1e5da89ffabe41b4
https://github.com/D-Programming-Language/dmd/commit/5ce28924a38841219899e9ad1e5da89ffabe41b4
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/aggregate.h
M src/attrib.c
M src/attrib.h
M src/declaration.h
M src/doc.c
M src/doc.h
M src/dsymbol.h
M src/enum.h
M src/mars.c
M src/module.h
M src/template.h
Log Message:
-----------
Merge pull request #3288 from yebblies/doc
[DDMD] [refactor] Move Module::gendocfile and related functions into free functions
Commit: 6f3775096af91452a50ae0dec9ca1c8e2b7cd1cb
https://github.com/D-Programming-Language/dmd/commit/6f3775096af91452a50ae0dec9ca1c8e2b7cd1cb
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/access.c
M src/aggregate.h
M src/expression.c
Log Message:
-----------
Merge pull request #3281 from yebblies/access
[DDMD] [refactor] Move AggregateDeclaration's access checking methods into free functions in access.c
Compare: https://github.com/D-Programming-Language/dmd/compare/0a0011d3ea7c...6f3775096af9
More information about the dmd-internals
mailing list