Age | Commit message (Expand) | Author |
2014-12-05 | parse.y: fix lex_state after tLABEL_END | nobu |
2014-11-29 | test/ruby: suppress warnings | nobu |
2014-11-13 | * test/lib/envutil.rb: Moved from test/ruby/. | akr |
2014-09-20 | parse.y: quoted ID key | nobu |
2014-09-09 | GC.stat key name | nobu |
2014-04-20 | * st.c (st_foreach_check): chnage start point of search at check | tarui |
2014-03-11 | test_hash.rb: refine a test | nobu |
2014-02-21 | class.c: do nothing if copying self | nobu |
2014-02-20 | * hash.c (rb_hash_flatten): fix behavior of flatten(0). | glass |
2014-02-20 | * hash.c (rb_hash_flatten): fix behavior of flatten(-1). | glass |
2014-01-10 | insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keys | tmm1 |
2014-01-08 | object.c: hash value from objid with salt | nobu |
2013-12-26 | hash.c: remove dead code | nobu |
2013-12-23 | hash.c: reduce warning | nobu |
2013-12-23 | test_hash.rb: suppress warnings | nobu |
2013-12-17 | hash.c: revert | nobu |
2013-12-13 | test/ruby: better assertions | nobu |
2013-12-11 | hash.c: reject should return a plain hash | nobu |
2013-12-10 | array.c, hash.c: add salt | nobu |
2013-12-09 | hash.c: fix segv in Hash#replace | tmm1 |
2013-12-08 | hash.c: reject shoult infect | nobu |
2013-12-08 | hash.c: revert r43870 and add alternative parser patch for literal keys | tmm1 |
2013-12-05 | test_hash.rb: import tests from rubyspec | nobu |
2013-12-05 | test_hash.rb: move tests | nobu |
2013-12-02 | * hash.c (rb_hash_rehash): make temporary st_table under the control | glass |
2013-11-27 | * test/ruby/test_eval.rb (class TestEval): Use assert_same instead of | tmm1 |
2013-11-27 | * hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash string | tmm1 |
2013-11-26 | hash.c: cut off if recursion | nobu |
2013-11-16 | * test/ruby/test_hash.rb (class TestHash): add tests for [ruby-dev:47803] [B... | tarui |
2013-11-15 | hash.c: iteration level with reentering | nobu |
2013-11-14 | hash.c: restore iter_lev | nobu |
2013-10-09 | test: use assert_raise | nobu |
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 replacing | glass |
2013-07-29 | * hash.c (rb_hash_assoc): revert r42224. table->type->compare is | glass |
2013-07-29 | ChangeLog: commit miss | nobu |
2013-07-20 | * hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bit | naruse |
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 ArgumentError | shugo |
2013-06-08 | Fix a typo. | akr |
2013-04-09 | test_{env,hash}.rb: descriptive assertions | nobu |
2012-11-11 | hash.c: warn for wrong elements | nobu |
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 test | usa |
2012-10-16 | * hash.c (initialize_copy): copy the underlying st_table on dup, | tenderlove |
2012-07-14 | hash.c: raise on invalid input | nobu |
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 Paint | marcandre |
2012-03-31 | use super in h.default | nobu |