aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_hash.rb
Commit message (Expand)AuthorAgeFilesLines
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-271-1/+44
* fix optimization for hash aset/aref with fstringeregon2017-01-071-0/+13
* Fix typoskazu2016-12-061-1/+1
* test/ruby/test_hash.rb: suppress syntax warningrhe2016-12-061-1/+1
* switching hash removalnobu2016-12-061-1/+40
* fix typos [ci skip]kazu2016-10-311-1/+1
* hash.c: fix Hash#compact! return valuenobu2016-10-221-1/+2
* hash.c: add compact and compact! methodsnobu2016-10-131-0/+8
* hash.c: map_v -> transform_valuesmrkn2016-09-081-6/+6
* hash.c: implement Hash#map_v and Hash#map_v!mrkn2016-08-091-0/+21
* Optimize enum_sum for a range from int to intmrkn2016-05-171-5/+0
* Implement Enumerable#summrkn2016-05-171-0/+5
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-1/+1
* 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