Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 89f15757aa55645a998e89c25a7fde2b7fc20fc0
      
https://github.com/D-Programming-Language/dmd/commit/89f15757aa55645a998e89c25a7fde2b7fc20fc0
  Author: k-hara <[email protected]>
  Date:   2013-03-28 (Thu, 28 Mar 2013)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M src/declaration.c
    M src/e2ir.c
    M src/expression.c
    M src/init.c
    M src/inline.c
    M src/mtype.c
    M src/struct.c
    M src/traits.c

  Log Message:
  -----------
  [Refactoring] Integrate code for making nested aggregate

- Move StructDeclaration::makeNested to AggregateDeclaration
- Change AggregateDeclaration::isnested to Dsymbol*


  Commit: 15a6c77405e2a34d93d4fca23c60d48f7c623bfe
      
https://github.com/D-Programming-Language/dmd/commit/15a6c77405e2a34d93d4fca23c60d48f7c623bfe
  Author: Walter Bright <[email protected]>
  Date:   2013-03-29 (Fri, 29 Mar 2013)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M src/declaration.c
    M src/e2ir.c
    M src/expression.c
    M src/init.c
    M src/inline.c
    M src/mtype.c
    M src/struct.c
    M src/traits.c

  Log Message:
  -----------
  Merge pull request #1813 from 9rnsr/refactor_nested

[Refactoring] Integrate code for making nested aggregate


Compare: 
https://github.com/D-Programming-Language/dmd/compare/700856549baa...15a6c77405e2
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to