index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
skip to calculate hash value on empty Hash ar_table lookup.
ko1
2019-01-04
1
-8
/
+13
*
ar_table_entry::hash should be `st_hash_t`.
ko1
2019-01-04
1
-30
/
+30
*
hide ar_table internals from internal.h.
ko1
2018-12-29
1
-0
/
+29
*
hide iseq operand object for duphash. [Bug #15440]
ko1
2018-12-20
1
-0
/
+7
*
separte NULL and EMPTY check.
ko1
2018-12-14
1
-31
/
+41
*
rename li_table->ar_table (and related names).
ko1
2018-12-14
1
-278
/
+279
*
Initialize bin
nobu
2018-12-10
1
-1
/
+1
*
Adjust reserved hash values
nobu
2018-12-07
1
-2
/
+7
*
Should use the proper constant
nobu
2018-12-07
1
-5
/
+6
*
make `RARRAY_PTR_USE` more conservertive.
ko1
2018-12-03
1
-18
/
+12
*
clear dst Hash on Hash#replace. [Bug #15358]
ko1
2018-11-29
1
-10
/
+21
*
hash.c: cast from double to unsigned is undefined
shyouhei
2018-11-15
1
-1
/
+3
*
hash.c: +(-1) is a wrong idea
shyouhei
2018-11-08
1
-1
/
+5
*
hash.c: [DOC] add docs for ENV.{filter,filter!}
stomar
2018-11-04
1
-0
/
+8
*
hash.c: [DOC] fix wrong cross-references
stomar
2018-11-04
1
-3
/
+3
*
hash.c: [DOC] add missing `block' in call-seq's
stomar
2018-11-04
1
-27
/
+27
*
hash.c: [DOC] add docs for Hash#{filter,filter!}
stomar
2018-11-04
1
-0
/
+8
*
hash.c: [DOC] improve Hash#{select!,keep_if} docs
stomar
2018-11-04
1
-3
/
+4
*
hash.c: fix types
nobu
2018-11-03
1
-26
/
+26
*
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-11-01
1
-3
/
+2
*
fix WB miss.
ko1
2018-11-01
1
-0
/
+4
*
remove '//' style comments.
ko1
2018-10-31
1
-4
/
+2
*
fix type.
ko1
2018-10-30
1
-8
/
+5
*
* remove trailing spaces, expand tabs.
svn
2018-10-30
1
-132
/
+132
*
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
1
-148
/
+1151
*
Fix a condition and just call rb_fstring [Feature #15251]
nobu
2018-10-26
1
-16
/
+2
*
* expand tabs.
svn
2018-10-26
1
-1
/
+1
*
Simplify conditions [Feature #15251]
nobu
2018-10-26
1
-18
/
+6
*
hash.c: aset deduplicates un-tainted string
normal
2018-10-26
1
-1
/
+5
*
hash.c: improve docs for Hash#{merge,merge!,update}
stomar
2018-10-13
1
-41
/
+46
*
hash.c: improve docs for Hash#{size,length}
stomar
2018-10-12
1
-4
/
+3
*
fallback env encoding to ASCII-8BIT
nobu
2018-09-26
1
-1
/
+1
*
Enumerable#to_h with block and so on
nobu
2018-09-20
1
-3
/
+61
*
* hash.c (rb_hash_update): fix indent
mame
2018-09-19
1
-2
/
+2
*
* hash.c (rb_hash_update): remove a meticulous explanation
mame
2018-09-19
1
-2
/
+1
*
* hash.c (rb_hash_merge): Accepts zero or more hashes as arguments
mame
2018-09-19
1
-32
/
+62
*
warn unused blocks with Enumerable#all? any? one? none?
nobu
2018-09-13
1
-0
/
+3
*
hash.c: env block size limit on Windows
nobu
2018-08-11
1
-7
/
+25
*
Include Hash#size in the examples
tenderlove
2018-07-27
1
-0
/
+4
*
renamed ruby_tz_update as ruby_tz_uptodate_p
nobu
2018-07-19
1
-3
/
+3
*
reduce tzset
nobu
2018-07-18
1
-0
/
+9
*
[DOC] Add call signature for {Array,Hash}#any?
ktsj
2018-06-23
1
-0
/
+1
*
rb_ary_dig, rb_hash_dig: nobody is using them outside.
shyouhei
2018-05-08
1
-1
/
+1
*
Add slice method to ENV like Hash#slice
nobu
2018-04-19
1
-0
/
+30
*
Add a new #filter alias for #select
eregon
2018-02-25
1
-0
/
+4
*
[DOC] missing docs at toplevel
nobu
2018-02-23
1
-0
/
+13
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-5
/
+5
*
hash.c: support key swapping in Hash#transform_keys!
mrkn
2018-01-26
1
-6
/
+10
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
hash literal deduplicates like Hash#[]=
normal
2017-12-30
1
-9
/
+15
[prev]
[next]