index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Age
Commit message (
Expand
)
Author
2023-03-06
Resurrect symbols used by ObjectSpace
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-23
Implement ObjectSpace::WeakKeyMap basic allocator
Jean Boussier
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-03
Remove dead code in ar_copy
Peter Zhu
2023-02-02
Remove redundant else if statement in hash.c
Peter Zhu
2023-01-31
Remove rb_hash_ar_table_p
Peter Zhu
2023-01-31
Remove rb_hash_st_table
Peter Zhu
2023-01-31
Remove rb_hash_ar_table
Peter Zhu
2023-01-20
Document thread-safety issues with Hash default_proc
Jeremy Evans
2023-01-11
Assert possible hash functions in RHASH_ST_TABLE (#7107)
Takashi Kokubun
2022-12-17
Use FL_TEST_RAW in rb_hash_default_value
John Hawthorn
2022-12-17
Use a BOP for Hash#default
John Hawthorn
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-24
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-10-23
Introduce `hash_iter_status_check` function
S.H
2022-10-22
Improved formatting of `hash_foreach_iter` functions. (#6615)
Samuel Williams
2022-08-02
[Bug #17767] Now `ENV.clone` raises `TypeError` as well as `ENV.dup`
Nobuyoshi Nakada
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-17
ENV.merge! support multile arguments [Feature #18279]
Nobuyoshi Nakada
2022-06-15
Restore rb_exec_recursive_outer
John Hawthorn
2022-06-10
Make method id explicit in rb_exec_recursive_outer
John Hawthorn
2022-04-30
Document best-practices for writing hash methods (#5805)
Chris Seaton
2022-04-26
Expose `rb_hash_new_capa(long)`
Jean Boussier
2022-03-26
[DOC] Use simple references to operator methods
Nobuyoshi Nakada
2022-03-25
Fix formatting errors in What's Here for Array, Hash, ENV (#5718)
Burdette Lamar
2022-02-12
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-12
Fix Typo
Steven Nunez
2022-02-08
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
[DOC] Simplify links to global methods
Nobuyoshi Nakada
2022-02-07
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-02-04
[Bug #18501] Fire write barrier after hash has been written
Aaron Patterson
2022-01-14
Make Hash#shift return nil for empty hash
Jeremy Evans
2021-12-26
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-21
Add missing '%' in format string
Kazuhiro NISHIYAMA
2021-12-20
[DOC] Add documentation for hash value omission syntax
Victor Shepelev
2021-12-18
What's Here for ENV (#5292)
Burdette Lamar
2021-12-17
data type should be `static`
Koichi Sasada
2021-12-17
`RUBY_DEFAULT_FREE` is not needed.
Koichi Sasada
2021-12-17
`ENV` ivars should not be accessible from ractors
Koichi Sasada
2021-12-16
Suppress empty-body warning
Nobuyoshi Nakada
2021-12-15
Adjust indents [ci skip]
Nobuyoshi Nakada
2021-12-15
use `RB_VM_LOCK_ENTER()`
Koichi Sasada
2021-12-15
Removed no longer used variables
Nobuyoshi Nakada
2021-12-15
Fixed env_pairs array types
Nobuyoshi Nakada
2021-12-15
Use prototype definition instead of old K&R style
Nobuyoshi Nakada
2021-12-15
Adjust styles [ci skip]
Nobuyoshi Nakada
[next]