aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_hash.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-46/+16
* check hash_hint is different.Koichi Sasada2019-08-011-1/+10
* test/ruby/test_hash.rb: remove a unused vribleYusuke Endoh2019-07-311-1/+1
* check SystemStackErrorKoichi Sasada2019-07-311-6/+10
* remove RHash::iter_lev.Koichi Sasada2019-07-311-0/+25
* hash.c (rb_hash_s_create): Reject `Hash[[nil]]`Yusuke Endoh2019-05-231-6/+5
* Adjust reserved hash valuesnobu2018-12-071-0/+9
* clear dst Hash on Hash#replace. [Bug #15358]ko12018-11-291-0/+8
* hash.c: aset deduplicates un-tainted stringnormal2018-10-261-0/+18
* Enumerable#to_h with block and so onnobu2018-09-201-0/+10
* * hash.c (rb_hash_merge): Accepts zero or more hashes as argumentsmame2018-09-191-0/+24
* Add a new #filter alias for #selecteregon2018-02-251-0/+38
* hash.c: support key swapping in Hash#transform_keys!mrkn2018-01-261-0/+8
* hash literal deduplicates like Hash#[]=normal2017-12-301-0/+3
* test/ruby/test_hash: minor test cleanupnormal2017-12-291-4/+4
* force hash values fixableusa2017-12-221-0/+7
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-2/+2
* Add arity check into Hash#flattenglass2017-10-221-1/+6
* hash.c: Add Hash#sliceglass2017-10-211-0/+8
* error.c: KeyError#receiver and KeyError#keynobu2017-09-181-1/+5
* hash.c: Add Hash#transform_keys and Hash#transform_keys!mrkn2017-07-141-0/+28
* tainted string should be tainted.ko12017-07-111-0/+11
* 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