[D-runtime] [D-Programming-Language/druntime] 3df127: Add clear method to associative arrays to remove a...

GitHub via D-runtime d-runtime at puremagic.com
Fri Jan 29 01:06:15 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 3df127effffd362089e7ee8aae2a5cdbfca251cd
      https://github.com/D-Programming-Language/druntime/commit/3df127effffd362089e7ee8aae2a5cdbfca251cd
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M changelog.dd
    M src/object.d
    M src/rt/aaA.d

  Log Message:
  -----------
  Add clear method to associative arrays to remove all elements.


  Commit: a2b449935967ed2bcfdbbf3f8f02864fb417d0eb
      https://github.com/D-Programming-Language/druntime/commit/a2b449935967ed2bcfdbbf3f8f02864fb417d0eb
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

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

  Log Message:
  -----------
  Fix formatting


  Commit: cadfa33dc8607b9ba48de45985638ebeefe08118
      https://github.com/D-Programming-Language/druntime/commit/cadfa33dc8607b9ba48de45985638ebeefe08118
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2016-01-25 (Mon, 25 Jan 2016)

  Changed paths:
    M src/rt/aaA.d

  Log Message:
  -----------
  Remove update of cache per Martin's request


  Commit: dceaeae191d016df4a228ca48c3bcca631695f3d
      https://github.com/D-Programming-Language/druntime/commit/dceaeae191d016df4a228ca48c3bcca631695f3d
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2016-01-26 (Tue, 26 Jan 2016)

  Changed paths:
    M src/rt/aaA.d

  Log Message:
  -----------
  Using memset to clear the bucket array, and do not resize back to
initial length of bucket array.


  Commit: 7e1dd9026e3a16f2d3f6f65fcc5c3f4b826533f9
      https://github.com/D-Programming-Language/druntime/commit/7e1dd9026e3a16f2d3f6f65fcc5c3f4b826533f9
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2016-01-27 (Wed, 27 Jan 2016)

  Changed paths:
    M changelog.dd

  Log Message:
  -----------
  Fix changelog nits.


  Commit: d5c62e54fdfac27a194e9ce372205f81a5aa7395
      https://github.com/D-Programming-Language/druntime/commit/d5c62e54fdfac27a194e9ce372205f81a5aa7395
  Author: Martin Nowak <code at dawg.eu>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M changelog.dd
    M src/object.d
    M src/rt/aaA.d

  Log Message:
  -----------
  Merge pull request #1459 from schveiguy/clearaa

Add ability to clear AA of all elements


Compare: https://github.com/D-Programming-Language/druntime/compare/d7b116df5e7d...d5c62e54fdfa


More information about the D-runtime mailing list