index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
marshal.c
Age
Commit message (
Expand
)
Author
2023-06-20
Copy instance variables to regexp from marshaled data
Nobuyoshi Nakada
2023-04-26
marshal.c: shallow freeze user objects
Jean Boussier
2023-02-21
Marshal.load: restore instance variables on Regexp
Jean Boussier
2023-02-16
Move `attached_object` into `rb_classext_struct`
Jean Boussier
2023-02-13
Marshal.load: also freeze extended objects
Jean Boussier
2022-12-07
Stop transitioning to UNDEF when undefining an instance variable
Aaron Patterson
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-31
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-10
Using is_broken_string function
S-H-GAMELINKS
2022-09-02
`w_bigfixnum` is used only for large FIXNUM
Nobuyoshi Nakada
2022-09-02
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-08-15
Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)
John Hawthorn
2022-08-06
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-17
Using is_ascii_string to check encoding
S-H-GAMELINKS
2021-12-25
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2021-10-05
marshal.c Marshal.load accepts a freeze: true option.
Jean Boussier
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-02
Restore Hash#compare_by_identity mode [Bug #18171]
Nobuyoshi Nakada
2021-09-30
marshal.c: don't call the proc with partially initialized objects. (#4866)
Jean byroot Boussier
2021-09-23
Add symname_equal_lit for comparison with a string literal
Nobuyoshi Nakada
2021-09-23
Prohibit invalid encoding symbols [Bug #18184]
Nobuyoshi Nakada
2021-09-23
Check instance variable count overflow
Nobuyoshi Nakada
2021-09-23
Extract ruby2_keywords predicate and setter
Nobuyoshi Nakada
2021-09-23
Turned to_be_skipped_id to an inline function
Nobuyoshi Nakada
2021-09-23
Check the encoding of `ruby2_keywords_flag` [Bug #18184]
Nobuyoshi Nakada
2021-09-22
Check the entire name as `ruby2_keywords_flag` [Bug #18184]
Nobuyoshi Nakada
2021-09-15
Marshal.load: do not call the proc until strings have their encoding
Jean Boussier
2021-03-20
Remove unneeded declarations
S.H
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-09-05
Removed useless casts
Nobuyoshi Nakada
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-06-29
r_object0: do not goto into a branch
卜部昌平
2020-06-03
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-01-17
marshal.c: Support dump and load of a Hash with the ruby2_keywords flag
Yusuke Endoh
2020-01-11
Get rid of use of magic number 'E'
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-08-29
drop-in type check for rb_define_module_function
卜部昌平
2019-08-27
rb_hash_foreach now free from ANYARGS
卜部昌平
2019-08-27
st_foreach now free from ANYARGS
卜部昌平
[next]