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-06-01
[DOC] Mention the edge case of `any?`/`all?`
Nobuyoshi Nakada
2023-05-23
Remove dead code in rb_hash_replace
Peter Zhu
2023-05-23
Fix crash when replacing ST hash with AR hash
Peter Zhu
2023-05-23
Remove dead code in ar_copy
Peter Zhu
2023-05-23
Hash.new: print a deprecation warning when receiving keyword arguments (#7828)
Jean byroot Boussier
2023-05-17
Move ar_hint to ar_table_struct
Peter Zhu
2023-05-17
Implement Hash ST tables on VWA
Peter Zhu
2023-05-17
Implement Hash AR tables on VWA
Peter Zhu
2023-05-12
Add `rb_sys_fail_sprintf` macro
Nobuyoshi Nakada
2023-05-01
[DOC] hash.c: fix typo in `#<=>` docs
Piotr Szotkowski
2023-04-15
Adjust function style [ci skip]
Nobuyoshi Nakada
2023-04-11
hash.c: Fix hash_iter_lev_dec corrupting shape
Jean Boussier
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-03-24
Change Hash#compact to keep default values and compare_by_identity flag
Jeremy Evans
2023-03-24
Copy compare_by_identity flag for empty hashes in Hash.ruby2_keywords_hash
Jeremy Evans
2023-03-24
Do not copy compare_by_identity flag for non-empty hashes in Hash.[]
Jeremy Evans
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
[next]