summaryrefslogtreecommitdiff
path: root/test/ruby/test_hash.rb
AgeCommit message (Expand)Author
2014-01-10insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm1
2014-01-08object.c: hash value from objid with saltnobu
2013-12-26hash.c: remove dead codenobu
2013-12-23hash.c: reduce warningnobu
2013-12-23test_hash.rb: suppress warningsnobu
2013-12-17hash.c: revertnobu
2013-12-13test/ruby: better assertionsnobu
2013-12-11hash.c: reject should return a plain hashnobu
2013-12-10array.c, hash.c: add saltnobu
2013-12-09hash.c: fix segv in Hash#replacetmm1
2013-12-08hash.c: reject shoult infectnobu
2013-12-08hash.c: revert r43870 and add alternative parser patch for literal keystmm1
2013-12-05test_hash.rb: import tests from rubyspecnobu
2013-12-05test_hash.rb: move testsnobu
2013-12-02* hash.c (rb_hash_rehash): make temporary st_table under the controlglass
2013-11-27* test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm1
2013-11-27* hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm1
2013-11-26hash.c: cut off if recursionnobu
2013-11-16 * test/ruby/test_hash.rb (class TestHash): add tests for [ruby-dev:47803] [B...tarui
2013-11-15hash.c: iteration level with reenteringnobu
2013-11-14hash.c: restore iter_levnobu
2013-10-09test: use assert_raisenobu
2013-07-30* test/ruby/test_hash.rb: add a test for enumeration order of Hash.glass
2013-07-29* test/ruby/test_hash.rb: use @cls.nobu
2013-07-29* hash.c (rb_hash_assoc): performance improvement by replacingglass
2013-07-29* hash.c (rb_hash_assoc): revert r42224. table->type->compare isglass
2013-07-29ChangeLog: commit missnobu
2013-07-20* hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bitnaruse
2013-06-13* test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-08Fix a typo.akr
2013-04-09test_{env,hash}.rb: descriptive assertionsnobu
2012-11-11hash.c: warn for wrong elementsnobu
2012-10-18* hash.c (initialize_copy): duping should rehash the hash.tenderlove
2012-10-17* test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new testusa
2012-10-16* hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove
2012-07-14hash.c: raise on invalid inputnobu
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-09* hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre
2012-03-31use super in h.defaultnobu
2012-03-31* hash.c (hash_default_value): extract from rb_hash_aref(), to benobu
2012-03-30descriptive assertionsnobu
2011-08-02* hash.c (recursive_hash): hash value of emptied hash should benobu
2011-01-30* hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu
2011-01-11* hash.c (hash_i): return different values for inverse hash.nobu
2010-03-26* test/ruby/test_hash.rb (test_recursive_key): recursive keys areshugo
2010-03-03* test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.kazu
2010-03-03* hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.matz
2010-02-14avoid method redefinition.akr
2010-02-10* array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu