summaryrefslogtreecommitdiff
path: root/test/ruby/test_hash.rb
AgeCommit message (Expand)Author
2017-09-18error.c: KeyError#receiver and KeyError#keynobu
2017-07-14hash.c: Add Hash#transform_keys and Hash#transform_keys!mrkn
2017-07-11tainted string should be tainted.ko1
2017-04-27refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei
2017-01-07fix optimization for hash aset/aref with fstringeregon
2016-12-06Fix typoskazu
2016-12-06test/ruby/test_hash.rb: suppress syntax warningrhe
2016-12-06switching hash removalnobu
2016-10-31fix typos [ci skip]kazu
2016-10-22hash.c: fix Hash#compact! return valuenobu
2016-10-13hash.c: add compact and compact! methodsnobu
2016-09-08hash.c: map_v -> transform_valuesmrkn
2016-08-09hash.c: implement Hash#map_v and Hash#map_v!mrkn
2016-05-17Optimize enum_sum for a range from int to intmrkn
2016-05-17Implement Enumerable#summrkn
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-03-09test_hash.rb: tests for to_hnobu
2016-02-19test/ruby: suppress parser warningsnobu
2016-01-30vm_eval.c: fix hook callnobu
2016-01-09test_hash.rb: add testnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-12object.c: raise TypeErrornobu
2015-12-08* array.c: Improve and fix documentation for Array#digmarcandre
2015-11-12add a test.akr
2015-11-10hash.c: to_procnobu
2015-11-10hash.c: compare methodsnobu
2015-11-09dignobu
2015-10-30use assert_raisenobu
2015-09-03common.mk: exclude memory leak testsnobu
2015-07-29test_hash.rb: suppress warningsnobu
2015-07-29hash.c: fix symbol hashnobu
2015-07-29hash.c: fix float hashnobu
2015-07-29test_hash.rb: add assertionsnobu
2015-06-12hash.c: fetch_valuesnobu
2014-12-05parse.y: fix lex_state after tLABEL_ENDnobu
2014-11-29test/ruby: suppress warningsnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-20parse.y: quoted ID keynobu
2014-09-09GC.stat key namenobu
2014-04-20 * st.c (st_foreach_check): chnage start point of search at checktarui
2014-03-11test_hash.rb: refine a testnobu
2014-02-21class.c: do nothing if copying selfnobu
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-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