summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2015-12-11hash.c (rb_num_hash_start): avoid pathological behaviornormal
2015-12-11compile.c: rehash cdhashnobu
2015-12-08* array.c: Improve and fix documentation for Array#digmarcandre
2015-12-06hash.c: fix rubyspec failurenobu
2015-12-05hash.c: env encoding fallback on Windowsnobu
2015-11-17update rdoc of dig methods [ci skip]nobu
2015-11-14hash.c: compare methods [ci skip]nobu
2015-11-11sprintf.c: nil value is validnobu
2015-11-10hash.c: use rb_func_proc_newnobu
2015-11-10hash.c: to_procnobu
2015-11-10hash.c: compare methodsnobu
2015-11-09dignobu
2015-11-08hash.c: fix oob accessnobu
2015-11-04* hash.c: use correct grammer. Patch by @tveastmanhsbt
2015-10-29RUBY_DTRACE_CREATE_HOOKnobu
2015-09-25hash.c: GC guardsnobu
2015-09-04hash.c: [DOC] orders do not matter [ci skip]nobu
2015-08-14hash.c: improve integer/fixnum hashingnormal
2015-08-07* hash.c: [DOC] Improve description of symbol key syntaxzzak
2015-07-29symbol.c: fix dynamic symbol hash valuenobu
2015-07-29hash.c: move rb_obj_hashnobu
2015-07-29hash.c: fix symbol hashnobu
2015-07-29hash.c: fix float hashnobu
2015-07-27symbol.h: memoize hashval for RSymbolnormal
2015-06-25enum.c (enum_minmax): simplify return value creationnormal
2015-06-12hash.c: fetch_valuesnobu
2015-05-31* class.c (rb_class_has_methods): added to reduce depenedencyko1
2015-04-19hash.c: check env vars encodingnobu
2015-04-08hash.c: compare symbols by identitiesnobu
2015-03-18hash.c: same hash values with Float#hashnobu
2015-03-05* hash.c: [DOC] #delete method actually returns nil, if the keygogotanaka
2015-02-18[DOC] ENV keys must be strings [ci skip]nobu
2015-02-17* hash.c: Added docs to explain that #include? and #member? do nothsbt
2015-01-23marshal.c: indetity tablesnobu
2015-01-23hash.c: move Hash specific functionsnobu
2015-01-22fix flonum hashing regression from r45384normal
2015-01-03* hash.c: fix docs for Hash#invert. [ruby-core:66917] [Bug #10612]ayumin
2014-12-24* hash.c (rb_hash_delete): return Qnil if there are no correspondingko1
2014-12-19hash.c: fix return valuenobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-14* gc.c (gc_stat_internal): add compatible layer.ko1
2014-11-02* rewrite method/block parameter fitting logic to optimizeko1
2014-10-23hash.c: rb_hash_delete does not call the blocknobu
2014-10-09hash.c (rb_any_hash): remove unnecessary dsym checknormal
2014-09-30protoize no-arguments functionsnobu
2014-09-13hash.c: [DOC] fix for Hash#store docsnobu
2014-09-08* gc.c: add incremental GC algorithm. [Feature #10137]ko1
2014-07-18optimized any? methodsnobu
2014-07-10* hash.c (ruby_setenv): Fix TestEnv#test_aset failure on Solaris 9.ngoto