Commits

Dmitri Hrybenko committed 47bae74a594
stdlib/Dictionary: fix a bug in deletion If we were deleting a key in the middle of a collision chain, and the tail of the collision chain had keys whose ideal bucket was located before the hole that we just created, we would mistakenly not relocate those keys. rdar://16984824 Swift SVN r18562