[D-runtime] [dlang/druntime] 267fa2: use array interface to hashOf()

GitHub via D-runtime d-runtime at puremagic.com
Sat Jun 25 13:58:23 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/dlang/druntime
  Commit: 267fa2a06289c04200f720019050e7387f5e5a00
      https://github.com/dlang/druntime/commit/267fa2a06289c04200f720019050e7387f5e5a00
  Author: Walter Bright <walter at walterbright.com>
  Date:   2016-06-24 (Fri, 24 Jun 2016)

  Changed paths:
    M src/object.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Ashort.d
    M src/rt/typeinfo/ti_cent.d
    M src/rt/typeinfo/ti_delegate.d
    M src/rt/typeinfo/ti_long.d
    M src/rt/typeinfo/ti_ucent.d
    M src/rt/typeinfo/ti_ulong.d
    M src/rt/util/container/hashtab.d
    M src/rt/util/hash.d
    M src/rt/util/typeinfo.d

  Log Message:
  -----------
  use array interface to hashOf()


  Commit: 6251718df47450c26b115557b731467c243dbea7
      https://github.com/dlang/druntime/commit/6251718df47450c26b115557b731467c243dbea7
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2016-06-25 (Sat, 25 Jun 2016)

  Changed paths:
    M src/object.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Ashort.d
    M src/rt/typeinfo/ti_cent.d
    M src/rt/typeinfo/ti_delegate.d
    M src/rt/typeinfo/ti_long.d
    M src/rt/typeinfo/ti_ucent.d
    M src/rt/typeinfo/ti_ulong.d
    M src/rt/util/container/hashtab.d
    M src/rt/util/hash.d
    M src/rt/util/typeinfo.d

  Log Message:
  -----------
  Merge pull request #1595 from WalterBright/useHashOf

use array interface to hashOf()


Compare: https://github.com/dlang/druntime/compare/8a702b0db45b...6251718df474


More information about the D-runtime mailing list