[D-runtime] [D-Programming-Language/druntime] 87e5f6: Implement TypeInfo_AssociativeArray.getHash to cor...

GitHub noreply at github.com
Sun Nov 18 09:16:42 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 87e5f64486f09f1201b027e348b5e7a3a6c248b1
      https://github.com/D-Programming-Language/druntime/commit/87e5f64486f09f1201b027e348b5e7a3a6c248b1
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M src/object_.d
    M src/rt/aaA.d

  Log Message:
  -----------
  Implement TypeInfo_AssociativeArray.getHash to correctly calculate hash
value for AA's.


  Commit: 2c77c0094c89fcf973e8eb6ab3b45eedf9dd3db4
      https://github.com/D-Programming-Language/druntime/commit/2c77c0094c89fcf973e8eb6ab3b45eedf9dd3db4
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M src/rt/aaA.d

  Log Message:
  -----------
  Improve code per Andrei's suggestions.


  Commit: 8b7019b1ecb63bb24d18e4c05d0d2e040f745308
      https://github.com/D-Programming-Language/druntime/commit/8b7019b1ecb63bb24d18e4c05d0d2e040f745308
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M src/object_.d
    M src/rt/aaA.d

  Log Message:
  -----------
  Fix compile errors with nothrow.


  Commit: e96bcaabfd345b9317449cb1b0ccba63230693a4
      https://github.com/D-Programming-Language/druntime/commit/e96bcaabfd345b9317449cb1b0ccba63230693a4
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M src/object_.d
    M src/rt/aaA.d

  Log Message:
  -----------
  Fix const-correctness of _aaGetHash.


  Commit: 0650b6e9bc0871a553f3e4af6d9246c528a57362
      https://github.com/D-Programming-Language/druntime/commit/0650b6e9bc0871a553f3e4af6d9246c528a57362
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-11-18 (Sun, 18 Nov 2012)

  Changed paths:
    M src/object_.d
    M src/rt/aaA.d

  Log Message:
  -----------
  Merge pull request #171 from quickfur/gethash_fixes

Review request: getHash candidate for TypeInfo_AssociativeArray


Compare: https://github.com/D-Programming-Language/druntime/compare/d5f70adae536...0650b6e9bc08


More information about the D-runtime mailing list