aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_hash.rb
Commit message (Expand)AuthorAgeFilesLines
* test_hash.rb: tests for to_hnobu2016-03-091-0/+22
* test/ruby: suppress parser warningsnobu2016-02-191-1/+1
* vm_eval.c: fix hook callnobu2016-01-301-0/+9
* test_hash.rb: add testnobu2016-01-091-0/+8
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* object.c: raise TypeErrornobu2015-12-121-1/+2
* * array.c: Improve and fix documentation for Array#digmarcandre2015-12-081-0/+6
* add a test.akr2015-11-121-0/+25
* hash.c: to_procnobu2015-11-101-0/+10
* hash.c: compare methodsnobu2015-11-101-0/+25
* dignobu2015-11-091-0/+6
* use assert_raisenobu2015-10-301-1/+1
* common.mk: exclude memory leak testsnobu2015-09-031-1/+1
* test_hash.rb: suppress warningsnobu2015-07-291-2/+3
* hash.c: fix symbol hashnobu2015-07-291-0/+1
* hash.c: fix float hashnobu2015-07-291-0/+1
* test_hash.rb: add assertionsnobu2015-07-291-2/+7
* hash.c: fetch_valuesnobu2015-06-121-0/+15
* parse.y: fix lex_state after tLABEL_ENDnobu2014-12-051-2/+2
* test/ruby: suppress warningsnobu2014-11-291-1/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* parse.y: quoted ID keynobu2014-09-201-0/+11
* GC.stat key namenobu2014-09-091-2/+2
* * st.c (st_foreach_check): chnage start point of search at checktarui2014-04-201-0/+11
* test_hash.rb: refine a testnobu2014-03-111-1/+3
* class.c: do nothing if copying selfnobu2014-02-211-0/+6
* * hash.c (rb_hash_flatten): fix behavior of flatten(0).glass2014-02-201-1/+1
* * hash.c (rb_hash_flatten): fix behavior of flatten(-1).glass2014-02-201-1/+1
* insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm12014-01-101-1/+15
* object.c: hash value from objid with saltnobu2014-01-081-0/+21
* hash.c: remove dead codenobu2013-12-261-12/+0
* hash.c: reduce warningnobu2013-12-231-2/+15
* test_hash.rb: suppress warningsnobu2013-12-231-2/+2
* hash.c: revertnobu2013-12-171-0/+2
* test/ruby: better assertionsnobu2013-12-131-2/+2
* hash.c: reject should return a plain hashnobu2013-12-111-1/+36
* array.c, hash.c: add saltnobu2013-12-101-0/+2
* hash.c: fix segv in Hash#replacetmm12013-12-091-0/+10
* hash.c: reject shoult infectnobu2013-12-081-0/+2
* hash.c: revert r43870 and add alternative parser patch for literal keystmm12013-12-081-1/+2
* test_hash.rb: import tests from rubyspecnobu2013-12-051-0/+26
* test_hash.rb: move testsnobu2013-12-051-5/+36
* * hash.c (rb_hash_rehash): make temporary st_table under the controlglass2013-12-021-0/+28
* * test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm12013-11-271-1/+1
* * hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm12013-11-271-0/+6
* hash.c: cut off if recursionnobu2013-11-261-0/+14
* * test/ruby/test_hash.rb (class TestHash): add tests for [ruby-dev:47803] [B...tarui2013-11-161-0/+31
* hash.c: iteration level with reenteringnobu2013-11-151-0/+18
* hash.c: restore iter_levnobu2013-11-141-0/+16
* test: use assert_raisenobu2013-10-091-1/+1