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
/
struct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-2
/
+2
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-179
/
+179
*
Don't attempt to read ivars on T_ICLASS in struct (#5664)
John Hawthorn
2022-05-26
1
-7
/
+8
*
[ci skip] Fix docs
Peter Zhu
2022-04-13
1
-6
/
+6
*
Repaired What's Here sections for Range, String, Symbol, Struct (#5735)
Burdette Lamar
2022-03-30
1
-22
/
+22
*
A positional Hash is not keyword arguments [Bug #18632]
Nobuyoshi Nakada
2022-03-17
1
-4
/
+4
*
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-12
1
-2
/
+2
*
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
1
-7
/
+7
*
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-02-07
1
-2
/
+2
*
Improve links to labels in string.c and struct.c (#5531)
Burdette Lamar
2022-02-06
1
-4
/
+4
*
Initialize Struct by calling with keyword arguments
Nobuyoshi Nakada
2021-12-26
1
-7
/
+16
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2021-12-25
1
-1
/
+1
*
Fix StructClass:: class method docs
zverok
2021-12-24
1
-3
/
+25
*
`struct_pos_num` is no longer used
Nobuyoshi Nakada
2021-11-20
1
-8
/
+0
*
optimize `Struct` getter/setter
Koichi Sasada
2021-11-19
1
-65
/
+5
*
[DOC] Fix code markup [ci skip]
Nobuyoshi Nakada
2021-10-25
1
-1
/
+1
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-2
/
+2
*
Enhanced RDoc for Struct (#4895)
Burdette Lamar
2021-09-27
1
-18
/
+111
*
Enhanced RDoc for Struct (#4891)
Burdette Lamar
2021-09-24
1
-46
/
+109
*
Enhanced RDoc for Struct (#4890)
Burdette Lamar
2021-09-24
1
-63
/
+107
*
Enhance RDoc for Struct (#4885)
Burdette Lamar
2021-09-23
1
-62
/
+108
*
[DOC] Fix broken links [ci skip]
Nobuyoshi Nakada
2021-09-15
1
-1
/
+1
*
Using SYMBOL_P macro
S-H-GAMELINKS
2021-09-11
1
-1
/
+1
*
Make Struct#keyword_init? return nil by default [Feature #18008]
Nobuyoshi Nakada
2021-07-15
1
-10
/
+5
*
Regularize keyword_init values not to hold the argument object
Nobuyoshi Nakada
2021-07-15
1
-0
/
+3
*
struct.c: Add keyword_init? singleton method for StructClass (#4609)
hkdnet
2021-07-15
1
-0
/
+25
*
Warn Struct#initialize with only keyword args (#4070)
Takashi Kokubun
2021-01-17
1
-7
/
+15
*
RHASH_TBL: is now ext-only
卜部昌平
2020-08-19
1
-2
/
+4
*
Fix links to Dig Methods document (#3421)
Burdette Lamar
2020-08-14
1
-1
/
+1
*
Adding doc/dig_methods.rdoc and links to it (#3416)
Burdette Lamar
2020-08-13
1
-8
/
+11
*
precalc invokebuiltin destinations
卜部昌平
2020-07-13
1
-2
/
+2
*
Inline builtin struct aref
Takashi Kokubun
2020-07-06
1
-0
/
+1
*
Replaced accessors of `Struct` with `invokebuiltin`
Nobuyoshi Nakada
2020-06-17
1
-7
/
+36
*
Revert "Replaced accessors of `Struct` with `invokebuiltin`"
Nobuyoshi Nakada
2020-06-16
1
-36
/
+7
*
Replaced accessors of `Struct` with `invokebuiltin`
Nobuyoshi Nakada
2020-06-16
1
-7
/
+36
*
Added GC guard for splatted array
Nobuyoshi Nakada
2020-05-08
1
-1
/
+3
*
Classes made from Struct should have default `new` singleton method.
Marc-Andre Lafortune
2020-05-08
1
-15
/
+6
*
hash.c: Do not use the fast path (rb_yield_values) for lambda blocks
Yusuke Endoh
2020-03-16
1
-1
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-2
/
+9
*
Avoid needless object allocation
Kazuki Tsujimoto
2019-11-19
1
-1
/
+4
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-2
/
+0
*
Define Struct#deconstruct_keys
Kazuki Tsujimoto
2019-11-08
1
-0
/
+28
*
Allow only one argument for keyword_init struct
Alan Wu
2019-10-31
1
-1
/
+1
*
Pass the called keyword arguments if `keyword_init`
Nobuyoshi Nakada
2019-10-21
1
-6
/
+15
*
Make direct calls to rb_{obj_instance,mod_module}_{eval,exec} not pass keywords
Jeremy Evans
2019-09-29
1
-1
/
+1
*
Fix warning when doing Struct.new(:x, keyword_init: true){}
Jeremy Evans
2019-09-27
1
-1
/
+1
*
Do not turn on keyword_init for Struct subclass if keyword hash is empty
Jeremy Evans
2019-09-03
1
-7
/
+5
*
Disallow use of attrset symbols as Struct members
Jeremy Evans
2019-08-29
1
-0
/
+3
*
Define Struct#deconstruct
ktsj
2019-04-17
1
-0
/
+2
*
struct.c: force hash values fixable
nobu
2019-04-08
1
-1
/
+1
[next]