summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
2018-02-13variable.c: flags at autoloadingnobu
2018-02-13revert r62392usa
2018-02-13variable.c: flags at autoloadingnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-02variable.c: removed old warningnobu
2018-01-27defined? returns nil for toplevel constant lookupnobu
2018-01-22use predefined IDskazu
2018-01-18rb_global_tbl marked as staticshyouhei
2018-01-14exclude flexible array size with old compilersnobu
2018-01-13variable.c (struct gen_ivtbl): Use FLEX_ARY_LEN.mame
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2018-01-02variable.c: fix autoload stack space regressionnormal
2018-01-02fix SEGV touching uninitialized memoryshyouhei
2018-01-02offsetof(type, foo.bar) is (arguably) a GCCismshyouhei
2017-12-26variable.c: public rb_autoloadnobu
2017-05-22variable.c (autoload_sleep_done): avoid needless list_node initnormal
2017-05-12autoload: always wait on loading threadnormal
2017-05-07variable.c: cleanup waitq upon thread deathnormal
2017-03-15add several counters to analyze ivar inline caches.ko1
2017-02-21add performance counting mechanism for MRI debug/tuning purpose.ko1
2017-02-21variable.c: remove deprecated internal featurenobu
2017-02-21variable.c: noreturn in GCCnobu
2017-02-20remove harmful declaration.ko1
2017-02-20Supress warning: function might be candidate for attribute 'noreturn'naruse
2017-02-17DEPRECATED_INTERNAL_FEATUREnobu
2017-02-16variable.c: fatal rb_generic_ivar_tablenobu
2017-01-11variable.c: fix the condition to cachenobu
2017-01-08variable.c: resolve permanent name onlynobu
2017-01-01variable.c: top-level constant look-upnobu
2016-11-29Stop reading past the end of `ivptr` arraytenderlove
2016-09-09variable.c: rb_deprecate_constantnobu
2016-09-09variable.c: fix deprecated constant messagenobu
2016-09-09variable.c: fix private constant messagenobu
2016-07-19variable.c: exclude private constantsnobu
2016-06-19variable.c: consider lengthnobu
2016-06-19variable.c: rb_const_searchnobu
2016-05-30variable.c: check lengthnobu
2016-05-27variable.c: hidden constantsnobu
2016-05-15vm_insnhelper.c: deprecated constant in classnobu
2016-04-22variable.c: fix implicit conversionnobu
2016-04-22* variable.c: use uint32_t instead of long to avoid confusion aboutnaruse
2016-03-23* variable.c: Added documentation about order of `Module#constants`hsbt
2016-01-14variable.c: matched backrefs onlynobu
2016-01-14variable.c: $1..$9 in global_variablesnobu
2016-01-12resolve class name earlier and more consistentlynormal
2016-01-04variable.c (rb_mod_deprecate_constant): [DOC] addedsho-h
2015-12-29use id_table for constant tablesnormal
2015-12-21* variable.c (struct ivar_update): rename "extended" to "iv_extended"ngoto
2015-12-08make local symbols staticnobu
2015-12-06introduce rb_autoload_str to replace rb_autoloadnormal