Commits

Joe Groff committed 20b7736bd6c
stdlib/AST: Make 'Hashable.hashValue' into a property. As a step on the way to harmony with Cocoa, change Hashable's hashValue into a property requirement, and update the derived conformance generation to produce a computed property instead of a standalone function. This is mostly Ted's patch, with some help from Dmitri to clean up the IDE aspects. Swift SVN r16864