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
*
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
*
Struct#to_h: Add doc for block form.
marcandre
2018-12-23
1
-1
/
+7
*
* expand tabs.
svn
2018-11-05
1
-3
/
+3
*
use `RSTRUCT_CONST_PTR` carefully.
ko1
2018-11-05
1
-11
/
+3
*
struct.c: [DOC] add docs for Struct#filter
stomar
2018-11-04
1
-0
/
+4
*
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-11-01
1
-2
/
+4
*
support theap for T_STRUCT.
ko1
2018-10-30
1
-3
/
+39
*
* expand tabs.
svn
2018-10-29
1
-3
/
+3
*
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-29
1
-6
/
+5
*
* expand tabs.
svn
2018-10-04
1
-2
/
+2
*
use RARRAY_AREF().
ko1
2018-10-04
1
-4
/
+3
*
Enumerable#to_h with block and so on
nobu
2018-09-20
1
-1
/
+6
*
Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya.
marcandre
2018-09-16
1
-0
/
+1
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
marshal.c: allow marshalling keyword_init struct
k0kubun
2018-01-05
1
-2
/
+8
*
struct.c: [DOC] improve docs for Struct.new
stomar
2017-12-14
1
-3
/
+2
*
struct.c: don't explain implementation details
k0kubun
2017-12-12
1
-4
/
+8
*
struct.c: show `keyword_init: true` on inspect
k0kubun
2017-12-12
1
-0
/
+11
*
struct.c: add keyword_init option to Struct.new
k0kubun
2017-12-12
1
-10
/
+74
*
`th` -> `ec` for `rb_insn_func_t`.
ko1
2017-10-27
1
-2
/
+2
*
Revert "vm_eval.c: add rb_yield_assoc_or_values()"
glass
2017-10-02
1
-4
/
+13
*
vm_eval.c: add rb_yield_assoc_or_values()
glass
2017-10-02
1
-13
/
+4
*
use rb_hash_new_with_size()
glass
2017-10-01
1
-1
/
+1
*
struct.c: improve rdoc for Struct
stomar
2017-03-01
1
-23
/
+30
*
Fix doc for Hash#dig and Struct#dig
stomar
2017-02-27
1
-3
/
+3
*
backward.h: 2.2 deprecated features
nobu
2017-02-21
1
-6
/
+0
*
doc: restore class documentation for Struct
normal
2017-02-03
1
-0
/
+2
[next]