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
*
Repalce to NIL_P macro
S-H-GAMELINKS
2022-08-19
1
-1
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-341
/
+341
*
Implement Objects on VWA
Peter Zhu
2022-07-15
1
-1
/
+7
*
Get rid of a nasal demon
Nobuyoshi Nakada
2022-06-23
1
-1
/
+1
*
[Bug #18813] Warn when autoload has to lookup in parent namespace
Jean Boussier
2022-06-18
1
-0
/
+16
*
Fix Module#const_source_location for autoload constants with direct requires
Jeremy Evans
2022-06-06
1
-2
/
+5
*
Simplify the autoload require logic.
Samuel Williams
2022-05-26
1
-36
/
+28
*
Fix GC race condition in autoload.
Samuel Williams
2022-05-26
1
-15
/
+18
*
Tidy up redundant returns.
Samuel Williams
2022-05-25
1
-3
/
+1
*
Retain reference to blocking fibers.
Samuel Williams
2022-05-25
1
-31
/
+15
*
Fold too long lines, etc [ci skip]
Nobuyoshi Nakada
2022-05-19
1
-5
/
+14
*
Suppress unused-function [ci skip]
Nobuyoshi Nakada
2022-05-19
1
-0
/
+2
*
Move feature deletion from GC mark to `autoload_delete`. (#5912)
Samuel Williams
2022-05-17
1
-6
/
+10
*
Restore implicit relationship between `autoload_const` and `autoload_data` du...
Samuel Williams
2022-05-17
1
-62
/
+116
*
Suppress an unused-but-set-variable warning [ci skip]
Nobuyoshi Nakada
2022-05-17
1
-3
/
+5
*
Delete autoload data from global features after autoload has completed. (#5910)
Samuel Williams
2022-05-17
1
-251
/
+304
*
Fix various autoload race conditions. (#5898)
Samuel Williams
2022-05-15
1
-76
/
+128
*
Use a proper mutex for autoloading features. (#5788)
Samuel Williams
2022-05-08
1
-133
/
+100
*
call `const_added` after `autoload`
Koichi Sasada
2022-04-08
1
-10
/
+21
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-13
/
+6
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-16
/
+16
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-6
/
+13
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-13
/
+6
*
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
[next]