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
*
[Bug #17767] Now `ENV.clone` raises `TypeError` as well as `ENV.dup`
Nobuyoshi Nakada
2022-08-02
1
-13
/
+8
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-1
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-273
/
+273
*
ENV.merge! support multile arguments [Feature #18279]
Nobuyoshi Nakada
2022-06-17
1
-10
/
+15
*
Restore rb_exec_recursive_outer
John Hawthorn
2022-06-15
1
-0
/
+1
*
Make method id explicit in rb_exec_recursive_outer
John Hawthorn
2022-06-10
1
-1
/
+1
*
Document best-practices for writing hash methods (#5805)
Chris Seaton
2022-04-30
1
-0
/
+13
*
Expose `rb_hash_new_capa(long)`
Jean Boussier
2022-04-26
1
-0
/
+6
*
[DOC] Use simple references to operator methods
Nobuyoshi Nakada
2022-03-26
1
-4
/
+4
*
Fix formatting errors in What's Here for Array, Hash, ENV (#5718)
Burdette Lamar
2022-03-25
1
-113
/
+113
*
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-12
1
-5
/
+5
*
Fix Typo
Steven Nunez
2022-02-12
1
-1
/
+1
*
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
1
-1
/
+1
*
[DOC] Simplify links to global methods
Nobuyoshi Nakada
2022-02-08
1
-1
/
+1
*
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
1
-49
/
+49
*
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-02-07
1
-4
/
+4
*
[Bug #18501] Fire write barrier after hash has been written
Aaron Patterson
2022-02-04
1
-5
/
+15
*
Make Hash#shift return nil for empty hash
Jeremy Evans
2022-01-14
1
-4
/
+3
*
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-26
1
-7
/
+0
*
Add missing '%' in format string
Kazuhiro NISHIYAMA
2021-12-21
1
-1
/
+1
*
[DOC] Add documentation for hash value omission syntax
Victor Shepelev
2021-12-20
1
-0
/
+8
*
What's Here for ENV (#5292)
Burdette Lamar
2021-12-18
1
-0
/
+80
*
data type should be `static`
Koichi Sasada
2021-12-17
1
-1
/
+1
*
`RUBY_DEFAULT_FREE` is not needed.
Koichi Sasada
2021-12-17
1
-1
/
+1
*
`ENV` ivars should not be accessible from ractors
Koichi Sasada
2021-12-17
1
-1
/
+12
*
Suppress empty-body warning
Nobuyoshi Nakada
2021-12-16
1
-2
/
+2
*
Adjust indents [ci skip]
Nobuyoshi Nakada
2021-12-15
1
-3
/
+3
*
use `RB_VM_LOCK_ENTER()`
Koichi Sasada
2021-12-15
1
-337
/
+375
*
Removed no longer used variables
Nobuyoshi Nakada
2021-12-15
1
-7
/
+0
*
Fixed env_pairs array types
Nobuyoshi Nakada
2021-12-15
1
-8
/
+8
*
Use prototype definition instead of old K&R style
Nobuyoshi Nakada
2021-12-15
1
-1
/
+1
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-12-15
1
-17
/
+10
*
Symbols closed to env should be static
Nobuyoshi Nakada
2021-12-15
1
-2
/
+2
*
Make ENV shareable
Rohit Menon
2021-12-15
1
-0
/
+3
*
Move exception-raising functions out of mutex; Refactor env-copying
Rohit Menon
2021-12-15
1
-98
/
+61
*
Add locks for ENV
Rohit Menon
2021-12-15
1
-46
/
+183
*
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-12-03
1
-9
/
+5
*
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-11-08
1
-2
/
+0
*
Restore Hash#compare_by_identity mode [Bug #18171]
Nobuyoshi Nakada
2021-10-02
1
-3
/
+1
*
Add rb_ident_hash_new_with_size
Nobuyoshi Nakada
2021-10-02
1
-0
/
+8
*
Use faster any_hash logic in rb_hash
John Hawthorn
2021-09-30
1
-29
/
+30
*
[DOC] Fix broken links [ci skip]
Nobuyoshi Nakada
2021-09-15
1
-1
/
+1
*
Handle overwriting Object::ENV in spawn
Jeremy Evans
2021-09-14
1
-0
/
+12
*
Revert "Force recycle intermediate collection in Hash#transform_keys! [Bug #1...
Kenichi Kamiya
2021-09-14
1
-1
/
+0
*
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-11
1
-1
/
+1
*
Free previously used tables [Bug #18134]
Nobuyoshi Nakada
2021-08-29
1
-15
/
+7
*
Make Hash#each family usable in Ractor
Sutou Kouhei
2021-08-26
1
-2
/
+7
*
Remove old warning aged nearly 8 years
Nobuyoshi Nakada
2021-08-19
1
-23
/
+0
*
Stop force-recycling evacuated array [Bug #18065]
Nobuyoshi Nakada
2021-08-07
1
-1
/
+0
*
Using RBOOL macro
S.H
2021-08-02
1
-16
/
+5
[next]