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
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-4
/
+28
*
[DOC] Fix method references to Method instance methods
nobu
2019-03-28
1
-1
/
+1
*
[DOC] fix markups [ci skip]
nobu
2019-03-28
1
-2
/
+2
*
* expand tabs.
svn
2019-03-09
1
-2
/
+2
*
variable.c: hoisted out rb_namespace_p
nobu
2019-03-09
1
-4
/
+14
*
* expand tabs.
svn
2018-12-28
1
-1
/
+1
*
Hoisted out undefined_constant
nobu
2018-12-28
1
-12
/
+17
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-16
/
+6
*
No new entry when getting undefined global variable
nobu
2018-11-25
1
-6
/
+42
*
Prefer ALLOCV over ALLOCA
nobu
2018-11-25
1
-1
/
+3
*
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-11-01
1
-4
/
+6
*
remove '//' style comments.
ko1
2018-10-31
1
-1
/
+0
*
support theap for T_OBJECT.
ko1
2018-10-30
1
-41
/
+113
*
* expand tabs.
svn
2018-10-30
1
-1
/
+1
*
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
1
-109
/
+37
*
support theap for T_OBJECT.
ko1
2018-10-30
1
-37
/
+109
*
add new instruction attribute called leaf
shyouhei
2018-09-11
1
-0
/
+18
*
eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"
mame
2018-07-27
1
-2
/
+2
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-2
/
+2
*
Fix documentation in Object#remove_instance_variable
watson1978
2018-07-14
1
-0
/
+2
*
const_missing on private constants
nobu
2018-07-06
1
-3
/
+10
*
variable.c: fix receiver on private constant
nobu
2018-06-19
1
-0
/
+1
*
variable.c: fix multiple autoload with identical file (again)
normal
2018-05-10
1
-78
/
+174
*
revert r63387 and r63389 for now
normal
2018-05-10
1
-159
/
+77
*
variable.c: fix autoload object lifetimes and leak
normal
2018-05-10
1
-6
/
+7
*
variable.c: fix multiple autoload with identical file
normal
2018-05-10
1
-77
/
+158
*
variable.c: fix thread + fork errors in autoload
normal
2018-04-20
1
-9
/
+23
*
variable.c: hoisted out overtaken cvar warnings
nobu
2018-03-15
1
-24
/
+19
*
variable.c: flags at autoloading
nobu
2018-02-13
1
-11
/
+38
*
revert r62392
usa
2018-02-13
1
-38
/
+11
*
variable.c: flags at autoloading
nobu
2018-02-13
1
-11
/
+38
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-10
/
+10
*
variable.c: removed old warning
nobu
2018-02-02
1
-5
/
+0
*
defined? returns nil for toplevel constant lookup
nobu
2018-01-27
1
-0
/
+5
*
use predefined IDs
kazu
2018-01-22
1
-1
/
+1
*
rb_global_tbl marked as static
shyouhei
2018-01-18
1
-1
/
+1
*
exclude flexible array size with old compilers
nobu
2018-01-14
1
-1
/
+1
*
variable.c (struct gen_ivtbl): Use FLEX_ARY_LEN.
mame
2018-01-13
1
-2
/
+2
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
variable.c: fix autoload stack space regression
normal
2018-01-02
1
-7
/
+6
*
fix SEGV touching uninitialized memory
shyouhei
2018-01-02
1
-2
/
+3
*
offsetof(type, foo.bar) is (arguably) a GCCism
shyouhei
2018-01-02
1
-9
/
+7
*
variable.c: public rb_autoload
nobu
2017-12-26
1
-1
/
+1
*
variable.c (autoload_sleep_done): avoid needless list_node init
normal
2017-05-22
1
-1
/
+1
*
autoload: always wait on loading thread
normal
2017-05-12
1
-0
/
+11
*
variable.c: cleanup waitq upon thread death
normal
2017-05-07
1
-8
/
+32
*
add several counters to analyze ivar inline caches.
ko1
2017-03-15
1
-2
/
+2
*
add performance counting mechanism for MRI debug/tuning purpose.
ko1
2017-02-21
1
-0
/
+4
*
variable.c: remove deprecated internal feature
nobu
2017-02-21
1
-60
/
+0
*
variable.c: noreturn in GCC
nobu
2017-02-21
1
-0
/
+3
[next]