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
/
variable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
variable.c: Fix incorrect identation in `const_added`
Jean Boussier
2022-01-14
1
-2
/
+2
*
Add a Module#const_added callback
Jean Boussier
2022-01-14
1
-0
/
+10
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2021-12-25
1
-1
/
+1
*
prohibit load by `autoload` on non-main Ractor
Koichi Sasada
2021-12-15
1
-0
/
+4
*
allow to access ivars of classes/modules
Koichi Sasada
2021-10-23
1
-10
/
+66
*
Extract yjit_force_iv_index and make it work when object is frozen
Alan Wu
2021-10-20
1
-3
/
+30
*
Remove autoload for constant if the autoload fails
Jeremy Evans
2021-10-08
1
-16
/
+22
*
Merge if statement
S-H-GAMELINKS
2021-10-07
1
-4
/
+1
*
Return fstrings from `build_const_pathname`.
Samuel Williams
2021-09-25
1
-2
/
+1
*
Refactor and Using RBOOL macro
S.H
2021-09-15
1
-6
/
+2
*
Use Module#ancestors order in recursive constant lookup
Alan Wu
2021-06-30
1
-5
/
+19
*
Get rid of pointer casting
Nobuyoshi Nakada
2021-06-23
1
-29
/
+34
*
Refactor class variable cache functions
Nobuyoshi Nakada
2021-06-23
1
-2
/
+5
*
Add a cache for class variables
eileencodes
2021-06-18
1
-8
/
+84
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-1
/
+2
*
Refactor rb_class_path_cached function (#4485)
S.H
2021-06-01
1
-2
/
+1
*
Refactor rb_define_class_variable function (#4492)
S.H
2021-06-01
1
-2
/
+1
*
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
1
-84
/
+8
*
Filling cache values on cvar write
eileencodes
2021-05-11
1
-0
/
+19
*
Add a cache for class variables
eileencodes
2021-05-11
1
-8
/
+65
*
Refactor `rb_class_ivar_set`
eileencodes
2021-03-10
1
-7
/
+4
*
Revert "Don't pin `val` passed in to `rb_define_const`."
Aaron Patterson
2021-02-03
1
-0
/
+1
*
Don't pin `val` passed in to `rb_define_const`.
Aaron Patterson
2021-02-03
1
-1
/
+0
*
Skip freezing check on setting temporary class path [Bug #17563]
Nobuyoshi Nakada
2021-01-20
1
-1
/
+1
*
Replace "iff" with "if and only if"
Gannon McGibbon
2021-01-19
1
-1
/
+1
*
Introduce Ractor::IsolationError
Koichi Sasada
2020-12-21
1
-9
/
+8
*
sync RCLASS_CONST_TBL()
Koichi Sasada
2020-12-20
1
-29
/
+62
*
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-18
1
-2
/
+2
*
tuning ivar set
Koichi Sasada
2020-12-16
1
-3
/
+12
*
fix ivar with shareable objects issue
Koichi Sasada
2020-12-12
1
-0
/
+17
*
Remove the uninitialized instance variable verbose mode warning
Jeremy Evans
2020-12-10
1
-9
/
+1
*
fix public interface
Koichi Sasada
2020-11-18
1
-1
/
+1
*
refactoring.
Koichi Sasada
2020-11-10
1
-5
/
+5
*
eagerly initialize ivar table when index is small enough
Aaron Patterson
2020-11-09
1
-18
/
+23
*
Simplify setting instance variables
Aaron Patterson
2020-11-04
1
-24
/
+15
*
suppport Ractor.send(move: true) for more deta
Koichi Sasada
2020-11-02
1
-0
/
+21
*
Fix bootstrap-test error in previous commit
Jeremy Evans
2020-10-25
1
-1
/
+1
*
allow to access ivars of frozen shareable objects
Koichi Sasada
2020-10-22
1
-1
/
+2
*
check main-ractor or not first
Koichi Sasada
2020-10-21
1
-2
/
+3
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-122
/
+168
*
sync generic_ivtbl
Koichi Sasada
2020-10-14
1
-14
/
+32
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-43
/
+112
*
Don't call to_s in const_set
Alan Wu
2020-09-03
1
-1
/
+2
*
Fix constant names set using const_set on a singleton class
Marc-Andre Lafortune
2020-09-02
1
-8
/
+9
*
ROBJECT_IV_INDEX_TBL: convert into an inline function
卜部昌平
2020-08-19
1
-0
/
+1
*
Ensure the shortcut cached in the class
Nobuyoshi Nakada
2020-08-17
1
-2
/
+2
*
Improve docs for Module#remove_class_variable [ci skip]
Alan Wu
2020-08-02
1
-5
/
+4
*
Remove trailing spaces [ci skip]
Nobuyoshi Nakada
2020-07-20
1
-1
/
+1
*
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-07-03
1
-33
/
+48
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+2
[next]