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
...
*
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
*
rb_mod_remove_cvar: do not goto into a branch
卜部昌平
2020-06-29
1
-4
/
+4
*
rb_copy_generic_ivar: do not goto into a branch
卜部昌平
2020-06-29
1
-6
/
+8
*
generic_ivar_update: do not goto into a branch
卜部昌平
2020-06-29
1
-17
/
+10
*
rb_path_to_class: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+5
*
Raise RuntimeError for class variable overtaken in nonverbose mode
Jeremy Evans
2020-06-18
1
-1
/
+1
*
Prohibit setting class variable on frozen module through inheritance
Alan Wu
2020-06-11
1
-0
/
+3
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-2
/
+2
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-2
/
+2
*
Allow global variables to move
Aaron Patterson
2020-05-07
1
-1
/
+43
*
Turn class variable warnings into exceptions
Jeremy Evans
2020-04-10
1
-1
/
+2
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-3
/
+3
*
Fix source location of autoloaded constant [Bug #16764]
Nobuyoshi Nakada
2020-04-07
1
-8
/
+19
*
Removed unnecessary cast
Nobuyoshi Nakada
2020-04-07
1
-3
/
+2
*
Workaround of instance variable on hidden object
Nobuyoshi Nakada
2020-02-12
1
-2
/
+5
*
Removed unused variable
Nobuyoshi Nakada
2020-02-11
1
-8
/
+0
*
Use `rb_gc_mark` when marking globals
Aaron Patterson
2020-01-30
1
-1
/
+1
*
always expand ivar arrays to max width
Aaron Patterson
2020-01-06
1
-2
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-8
/
+19
*
Enhance docs for Module#deprecate_constant
zverok
2019-12-22
1
-1
/
+13
*
Made the warning for deprecated constants follow the category flag
Nobuyoshi Nakada
2019-12-19
1
-1
/
+2
*
Do not lose existing constant visibility when autoloading
Jeremy Evans
2019-12-03
1
-0
/
+9
*
Supress class variable overtaken warning when original modules are the same
Jeremy Evans
2019-11-29
1
-1
/
+1
*
export func for MJIT
Koichi Sasada
2019-11-29
1
-1
/
+1
*
Revert "export for MJIT"
Koichi Sasada
2019-11-29
1
-1
/
+1
*
export for MJIT
Koichi Sasada
2019-11-29
1
-1
/
+1
*
fastpath for ivar read of FL_EXIVAR objects.
Koichi Sasada
2019-11-29
1
-6
/
+7
[prev]
[next]