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
/
variable.c
Age
Commit message (
Expand
)
Author
2021-06-30
Use Module#ancestors order in recursive constant lookup
Alan Wu
2021-06-23
Get rid of pointer casting
Nobuyoshi Nakada
2021-06-23
Refactor class variable cache functions
Nobuyoshi Nakada
2021-06-18
Add a cache for class variables
eileencodes
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-01
Refactor rb_class_path_cached function (#4485)
S.H
2021-06-01
Refactor rb_define_class_variable function (#4492)
S.H
2021-05-11
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
Filling cache values on cvar write
eileencodes
2021-05-11
Add a cache for class variables
eileencodes
2021-03-10
Refactor `rb_class_ivar_set`
eileencodes
2021-02-03
Revert "Don't pin `val` passed in to `rb_define_const`."
Aaron Patterson
2021-02-03
Don't pin `val` passed in to `rb_define_const`.
Aaron Patterson
2021-01-20
Skip freezing check on setting temporary class path [Bug #17563]
Nobuyoshi Nakada
2021-01-19
Replace "iff" with "if and only if"
Gannon McGibbon
2020-12-21
Introduce Ractor::IsolationError
Koichi Sasada
2020-12-20
sync RCLASS_CONST_TBL()
Koichi Sasada
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-16
tuning ivar set
Koichi Sasada
2020-12-12
fix ivar with shareable objects issue
Koichi Sasada
2020-12-10
Remove the uninitialized instance variable verbose mode warning
Jeremy Evans
2020-11-18
fix public interface
Koichi Sasada
2020-11-10
refactoring.
Koichi Sasada
2020-11-09
eagerly initialize ivar table when index is small enough
Aaron Patterson
2020-11-04
Simplify setting instance variables
Aaron Patterson
2020-11-02
suppport Ractor.send(move: true) for more deta
Koichi Sasada
2020-10-25
Fix bootstrap-test error in previous commit
Jeremy Evans
2020-10-22
allow to access ivars of frozen shareable objects
Koichi Sasada
2020-10-21
check main-ractor or not first
Koichi Sasada
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-14
sync generic_ivtbl
Koichi Sasada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
Don't call to_s in const_set
Alan Wu
2020-09-02
Fix constant names set using const_set on a singleton class
Marc-Andre Lafortune
2020-08-19
ROBJECT_IV_INDEX_TBL: convert into an inline function
卜部昌平
2020-08-17
Ensure the shortcut cached in the class
Nobuyoshi Nakada
2020-08-02
Improve docs for Module#remove_class_variable [ci skip]
Alan Wu
2020-07-20
Remove trailing spaces [ci skip]
Nobuyoshi Nakada
2020-07-03
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-06-29
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
rb_mod_remove_cvar: do not goto into a branch
卜部昌平
2020-06-29
rb_copy_generic_ivar: do not goto into a branch
卜部昌平
2020-06-29
generic_ivar_update: do not goto into a branch
卜部昌平
2020-06-29
rb_path_to_class: do not goto into a branch
卜部昌平
2020-06-18
Raise RuntimeError for class variable overtaken in nonverbose mode
Jeremy Evans
2020-06-11
Prohibit setting class variable on frozen module through inheritance
Alan Wu
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-07
Allow global variables to move
Aaron Patterson
2020-04-10
Turn class variable warnings into exceptions
Jeremy Evans
[next]