Code Review: BugFixes

tfpt review “/shelveset:BugFixes;REDMOND\tomat”
Comment :
Affects DLR and Ruby.

Fixes bugs:
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=2476
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=2045
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=2027

DLR:
Renames Set to HashSet and makes it public (so that we can use
it in IronRuby).
Implements workaround for a bug in 32bit console.

Tomas