summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2018-12-14separte NULL and EMPTY check.ko1
2018-12-14rename li_table->ar_table (and related names).ko1
2018-12-10Initialize binnobu
2018-12-07Adjust reserved hash valuesnobu
2018-12-07Should use the proper constantnobu
2018-12-03make `RARRAY_PTR_USE` more conservertive.ko1
2018-11-29clear dst Hash on Hash#replace. [Bug #15358]ko1
2018-11-15hash.c: cast from double to unsigned is undefinedshyouhei
2018-11-08hash.c: +(-1) is a wrong ideashyouhei
2018-11-04hash.c: [DOC] add docs for ENV.{filter,filter!}stomar
2018-11-04hash.c: [DOC] fix wrong cross-referencesstomar
2018-11-04hash.c: [DOC] add missing `block' in call-seq'sstomar
2018-11-04hash.c: [DOC] add docs for Hash#{filter,filter!}stomar
2018-11-04hash.c: [DOC] improve Hash#{select!,keep_if} docsstomar
2018-11-03hash.c: fix typesnobu
2018-11-01introduce USE_TRANSIENT_HEAP to enable/disable theap.ko1
2018-11-01fix WB miss.ko1
2018-10-31remove '//' style comments.ko1
2018-10-30fix type.ko1
2018-10-30* remove trailing spaces, expand tabs.svn
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-26Fix a condition and just call rb_fstring [Feature #15251]nobu
2018-10-26* expand tabs.svn
2018-10-26Simplify conditions [Feature #15251]nobu
2018-10-26hash.c: aset deduplicates un-tainted stringnormal
2018-10-13hash.c: improve docs for Hash#{merge,merge!,update}stomar
2018-10-12hash.c: improve docs for Hash#{size,length}stomar
2018-09-26fallback env encoding to ASCII-8BITnobu
2018-09-20Enumerable#to_h with block and so onnobu
2018-09-19* hash.c (rb_hash_update): fix indentmame
2018-09-19* hash.c (rb_hash_update): remove a meticulous explanationmame
2018-09-19* hash.c (rb_hash_merge): Accepts zero or more hashes as argumentsmame
2018-09-13warn unused blocks with Enumerable#all? any? one? none?nobu
2018-08-11hash.c: env block size limit on Windowsnobu
2018-07-27Include Hash#size in the examplestenderlove
2018-07-19renamed ruby_tz_update as ruby_tz_uptodate_pnobu
2018-07-18reduce tzsetnobu
2018-06-23[DOC] Add call signature for {Array,Hash}#any?ktsj
2018-05-08rb_ary_dig, rb_hash_dig: nobody is using them outside.shyouhei
2018-04-19Add slice method to ENV like Hash#slicenobu
2018-02-25Add a new #filter alias for #selecteregon
2018-02-23[DOC] missing docs at toplevelnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-26hash.c: support key swapping in Hash#transform_keys!mrkn
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-30hash literal deduplicates like Hash#[]=normal
2017-12-25hash.c: prime2nobu
2017-12-25hash.c: use uint128_tnobu
2017-12-25Use UINT128_T support flag from configurenobu
2017-12-22force hash values fixableusa