Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 8608b42fb8c2ddae326cbf81c1358380a12c6510
      
https://github.com/D-Programming-Language/dmd/commit/8608b42fb8c2ddae326cbf81c1358380a12c6510
  Author: k-hara <[email protected]>
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
    M src/expression.c
    M src/expression.h
    M test/runnable/structlit.d

  Log Message:
  -----------
  Revert "struct literals are lvalues again"

This reverts commit 2958fba6fe67459e049d2f838483bdb881ad186a.


  Commit: 8befa6564fa503a228feea1216669c7f4e9b697e
      
https://github.com/D-Programming-Language/dmd/commit/8befa6564fa503a228feea1216669c7f4e9b697e
  Author: k-hara <[email protected]>
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
    M src/expression.c
    M src/mtype.c
    M test/runnable/structlit.d

  Log Message:
  -----------
  Implement rvalue reference for struct literal & construction

Matching level of rvalue ref should be MATCHconvert for overload
resolution.


  Commit: 5a508d53d22152c7535250ca7c835450f13c8f84
      
https://github.com/D-Programming-Language/dmd/commit/5a508d53d22152c7535250ca7c835450f13c8f84
  Author: k-hara <[email protected]>
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
    M src/template.c
    M test/runnable/structlit.d

  Log Message:
  -----------
  Resolve rvalue reference on template function arguments


  Commit: 3987c7ec171d6002750e601c627ba2007eab8f2e
      
https://github.com/D-Programming-Language/dmd/commit/3987c7ec171d6002750e601c627ba2007eab8f2e
  Author: Walter Bright <[email protected]>
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
    M src/expression.c
    M src/expression.h
    M src/mtype.c
    M src/template.c
    M test/runnable/structlit.d

  Log Message:
  -----------
  Merge pull request #874 from 9rnsr/rvalue-ref

Implement rvalue reference for struct literal and construction


Compare: https://github.com/D-Programming-Language/dmd/compare/2958fba...3987c7e
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to