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
*
Extract a function, ruby_reset_timezone().
Tanaka Akira
2020-01-28
1
-3
/
+3
*
Added rb_warn_deprecated_to_remove
Nobuyoshi Nakada
2020-01-23
1
-1
/
+1
*
Make taint warnings non-verbose instead of verbose
Jeremy Evans
2020-01-22
1
-1
/
+1
*
hash.c: Add a feature to manipulate ruby2_keywords flag
Yusuke Endoh
2020-01-17
1
-0
/
+49
*
reload AR table body for transient heap.
Koichi Sasada
2020-01-13
1
-0
/
+1
*
Reduced duplicate code
Nobuyoshi Nakada
2020-01-10
1
-6
/
+1
*
Hash#transform_values should return a plain new Hash
Nobuyoshi Nakada
2020-01-10
1
-4
/
+9
*
Hoisted out call_default_proc
Nobuyoshi Nakada
2020-01-08
1
-8
/
+10
*
Adjusted indents [ci skip]
Nobuyoshi Nakada
2020-01-08
1
-4
/
+4
*
Speeds up fallback to Hash#default_proc in rb_hash_aref by removing a method ...
Lourens Naudé
2020-01-08
1
-5
/
+7
*
move internal/debug.h definitions to internal.h
Koichi Sasada
2020-01-03
1
-1
/
+0
*
`#include "internal/debug"` seems to be needed in assert mode
Yusuke Endoh
2019-12-26
1
-0
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-10
/
+23
*
internal/hash.h rework
卜部昌平
2019-12-26
1
-2
/
+2
*
Transform hash keys by a hash [Feature #16274]
Nobuyoshi Nakada
2019-12-26
1
-9
/
+68
*
Enhancements for ENV doc
BurdetteLamar
2019-12-22
1
-13
/
+55
*
Added rb_warn_deprecated
Nobuyoshi Nakada
2019-12-19
1
-2
/
+2
*
Enhancements for ENV doc
BurdetteLamar
2019-12-16
1
-46
/
+194
*
Avoid unnecessary tzset() call
KOSAKI Motohiro
2019-12-01
1
-3
/
+11
*
ENV.update should not call block on existing keys
Nobuyoshi Nakada
2019-11-30
1
-3
/
+13
*
Improve consistency of bool/true/false
Kazuhiro NISHIYAMA
2019-11-25
1
-1
/
+1
*
make functions static
卜部昌平
2019-11-19
1
-3
/
+5
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-46
/
+7
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-2
/
+0
*
delete unused functions
卜部昌平
2019-11-14
1
-2
/
+2
*
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-07
1
-2
/
+6
*
Revert "Use a monotonically increasing number for object_id"
Aaron Patterson
2019-11-06
1
-6
/
+2
*
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-06
1
-2
/
+6
*
Put an empty line [ci skip]
Nobuyoshi Nakada
2019-11-05
1
-1
/
+2
*
More rdoc for ENV
Burdette Lamar
2019-11-05
1
-0
/
+28
*
Correct documented return values for certain ENV methods (#2620)
Burdette Lamar
2019-11-02
1
-8
/
+8
*
hash.c: Do not use Unicode double-quotes
Yusuke Endoh
2019-10-24
1
-1
/
+1
*
More rdoc for ENV#[] and ENV#fetch
BurdetteLamar
2019-10-23
1
-13
/
+30
*
[Bug #16121] adjusted indent [ci skip]
Nobuyoshi Nakada
2019-10-21
1
-15
/
+15
*
Stop making a redundant hash copy in Hash#dup (#2489)
Dylan Thacker-Smith
2019-10-21
1
-55
/
+21
*
Use identhash as WeakMap
Nobuyoshi Nakada
2019-10-18
1
-1
/
+2
*
Enhance doc for ENV.delete
Burdette Lamar
2019-10-13
1
-3
/
+15
*
Fix more keyword separation issues
Jeremy Evans
2019-09-26
1
-1
/
+1
*
Fix documentation for ENV.each to return ENV
Jeremy Evans
2019-09-20
1
-2
/
+2
*
Avoid rehashing keys in transform_values
John Hawthorn
2019-09-11
1
-7
/
+17
*
Allow ** syntax to be used for calling methods that do not accept keywords
Jeremy Evans
2019-08-30
1
-8
/
+0
*
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-30
1
-0
/
+8
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-42
/
+69
*
rb_hash_foreach now free from ANYARGS
卜部昌平
2019-08-27
1
-14
/
+27
*
Move Object#hash rdoc to hash.c [ci skip]
Jeremy Evans
2019-08-24
1
-0
/
+19
*
hash.c: gc.h is needed when HASH_DEBUG mode
Yusuke Endoh
2019-08-07
1
-0
/
+4
*
hash.c: gc.h is no longer needed
Yusuke Endoh
2019-08-07
1
-1
/
+0
*
fix spelling
Daniel Radetsky
2019-08-07
1
-2
/
+2
*
introduce ar_hint_t.
Koichi Sasada
2019-08-01
1
-9
/
+10
*
use internal_id.
Koichi Sasada
2019-08-01
1
-2
/
+4
[next]