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
*
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
*
Fix a comment [ci skip]
Nobuyoshi Nakada
2021-07-28
1
-1
/
+1
*
Remove useless casts
Nobuyoshi Nakada
2021-07-22
1
-2
/
+2
*
Copy hash compare_by_identity setting in more cases
Jeremy Evans
2021-07-15
1
-8
/
+24
*
[DOC] `Hash.[]` returns a hash with no default value/proc [ci skip]
Nobuyoshi Nakada
2021-07-04
1
-4
/
+10
*
Specify version to remove as bare numbers
Nobuyoshi Nakada
2021-06-30
1
-1
/
+1
*
rb_warn_deprecated_to_remove_at [Feature #17432]
Nobuyoshi Nakada
2021-06-30
1
-1
/
+1
*
Share freeze option handling
Nobuyoshi Nakada
2021-06-28
1
-17
/
+3
*
[DOC] fixed return value of ENV.clone [ci skip]
Nobuyoshi Nakada
2021-06-24
1
-3
/
+3
*
What's Here for Numeric and Comparable
Burdette Lamar
2021-06-21
1
-2
/
+5
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-1
/
+1
*
Make ENV.clone warn and ENV.dup raise
Jeremy Evans
2021-06-08
1
-0
/
+63
*
Add static modifier to C function in hash.c (#3138)
S.H
2021-06-01
1
-5
/
+5
*
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-05-07
1
-1
/
+1
*
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-04
1
-1
/
+1
*
Correct documentation example on Hash#dig
Nick Kelley
2021-04-30
1
-1
/
+1
*
Fix wrong documentation
romainsalles
2021-04-23
1
-1
/
+0
*
[Doc] Add Hash#value? into call-seq (#4293)
Kenichi Kamiya
2021-04-15
1
-0
/
+3
*
Force recycle intermediate collection in Hash#transform_keys! [Bug #17735]
Kenichi Kamiya
2021-03-28
1
-0
/
+2
*
Hide an intermediate array
Nobuyoshi Nakada
2021-03-28
1
-2
/
+4
*
Clear an intermediate hash [Bug #17735]
Nobuyoshi Nakada
2021-03-28
1
-0
/
+1
*
Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]
Kenichi Kamiya
2021-03-28
1
-1
/
+5
*
[Doc] Fix a typo around Hash#compare_by_identity
Kenichi Kamiya
2021-03-22
1
-2
/
+2
*
Hash#transform_values! ensures receiver modifiable in block [Bug #17736]
Kenichi Kamiya
2021-03-22
1
-0
/
+1
*
Ensure the receiver hash modifiable before updating [Bug #17736]
Nobuyoshi Nakada
2021-03-21
1
-40
/
+42
*
Refactor hash aset callback
Nobuyoshi Nakada
2021-03-21
1
-10
/
+3
*
Refactor hash update callbacks
Nobuyoshi Nakada
2021-03-20
1
-20
/
+13
*
Some Hash destructive methods ensure the receiver modifiable [Bug #17736]
Kenichi Kamiya
2021-03-20
1
-0
/
+2
*
Avoid rehashing in Hash#replace/dup/initialize_copy [Bug #16996]
Marc-Andre Lafortune
2021-03-18
1
-1
/
+1
*
Avoid rehashing in Hash#select/reject [Bug #16996]
Marc-Andre Lafortune
2021-03-18
1
-25
/
+7
*
Explicit references to Enumerable
BurdetteLamar
2021-01-20
1
-1
/
+4
*
Adds RDoc summary of Hash methods (#4045)
Burdette Lamar
2021-01-10
1
-0
/
+123
*
Make any hash values fixable [Bug #17488]
Nobuyoshi Nakada
2020-12-31
1
-8
/
+3
*
Adjusted indents [ci skip]
Nobuyoshi Nakada
2020-12-28
1
-7
/
+7
*
Optimize calls to `Kernel#hash` (#3987)
Marc-André Lafortune
2020-12-25
1
-1
/
+5
*
Make `Hash#except` always return a Hash
Marc-Andre Lafortune
2020-12-19
1
-1
/
+2
*
Document Hash#transform_keys with hash. Amend NEWS [DOC] [ci skip]
Marc-Andre Lafortune
2020-12-15
1
-14
/
+15
*
Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)
Lars Kanis
2020-12-08
1
-62
/
+13
*
Hash#index: delete
卜部昌平
2020-12-07
1
-9
/
+0
*
ENV.index: delete
卜部昌平
2020-12-02
1
-14
/
+0
*
Fix USE_TRANSIENT_HEAP macro usage in hash.c
Cristian Greco
2020-11-19
1
-1
/
+1
*
Make ENV.replace handle multiple environ entries with the same key
Jeremy Evans
2020-10-29
1
-1
/
+4
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-5
/
+3
*
[ci skip] Minor documentation fix.
Cristian Greco
2020-10-12
1
-1
/
+1
*
Add call-seq of [Feature #16274]
Kazuhiro NISHIYAMA
2020-09-29
1
-0
/
+1
*
Fix `ENV.except`'s docs
bogdanvlviv
2020-09-26
1
-2
/
+2
*
Make hash returned by Hash#transform_values not have a default
Jeremy Evans
2020-09-21
1
-0
/
+1
*
Comply with guide for method doc: hash.c (#3466)
Burdette Lamar
2020-08-27
1
-22
/
+3
[next]