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
2018-03-15
variable.c: hoisted out overtaken cvar warnings
nobu
2018-02-13
variable.c: flags at autoloading
nobu
2018-02-13
revert r62392
usa
2018-02-13
variable.c: flags at autoloading
nobu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-02
variable.c: removed old warning
nobu
2018-01-27
defined? returns nil for toplevel constant lookup
nobu
2018-01-22
use predefined IDs
kazu
2018-01-18
rb_global_tbl marked as static
shyouhei
2018-01-14
exclude flexible array size with old compilers
nobu
2018-01-13
variable.c (struct gen_ivtbl): Use FLEX_ARY_LEN.
mame
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-02
variable.c: fix autoload stack space regression
normal
2018-01-02
fix SEGV touching uninitialized memory
shyouhei
2018-01-02
offsetof(type, foo.bar) is (arguably) a GCCism
shyouhei
2017-12-26
variable.c: public rb_autoload
nobu
2017-05-22
variable.c (autoload_sleep_done): avoid needless list_node init
normal
2017-05-12
autoload: always wait on loading thread
normal
2017-05-07
variable.c: cleanup waitq upon thread death
normal
2017-03-15
add several counters to analyze ivar inline caches.
ko1
2017-02-21
add performance counting mechanism for MRI debug/tuning purpose.
ko1
2017-02-21
variable.c: remove deprecated internal feature
nobu
2017-02-21
variable.c: noreturn in GCC
nobu
2017-02-20
remove harmful declaration.
ko1
2017-02-20
Supress warning: function might be candidate for attribute 'noreturn'
naruse
2017-02-17
DEPRECATED_INTERNAL_FEATURE
nobu
2017-02-16
variable.c: fatal rb_generic_ivar_table
nobu
2017-01-11
variable.c: fix the condition to cache
nobu
2017-01-08
variable.c: resolve permanent name only
nobu
2017-01-01
variable.c: top-level constant look-up
nobu
2016-11-29
Stop reading past the end of `ivptr` array
tenderlove
2016-09-09
variable.c: rb_deprecate_constant
nobu
2016-09-09
variable.c: fix deprecated constant message
nobu
2016-09-09
variable.c: fix private constant message
nobu
2016-07-19
variable.c: exclude private constants
nobu
2016-06-19
variable.c: consider length
nobu
2016-06-19
variable.c: rb_const_search
nobu
2016-05-30
variable.c: check length
nobu
2016-05-27
variable.c: hidden constants
nobu
2016-05-15
vm_insnhelper.c: deprecated constant in class
nobu
2016-04-22
variable.c: fix implicit conversion
nobu
2016-04-22
* variable.c: use uint32_t instead of long to avoid confusion about
naruse
2016-03-23
* variable.c: Added documentation about order of `Module#constants`
hsbt
2016-01-14
variable.c: matched backrefs only
nobu
2016-01-14
variable.c: $1..$9 in global_variables
nobu
2016-01-12
resolve class name earlier and more consistently
normal
2016-01-04
variable.c (rb_mod_deprecate_constant): [DOC] added
sho-h
2015-12-29
use id_table for constant tables
normal
2015-12-21
* variable.c (struct ivar_update): rename "extended" to "iv_extended"
ngoto
2015-12-08
make local symbols static
nobu
[next]