aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* variable.c: fix thread + fork errors in autoloadnormal2018-04-201-9/+23
* variable.c: hoisted out overtaken cvar warningsnobu2018-03-151-24/+19
* variable.c: flags at autoloadingnobu2018-02-131-11/+38
* revert r62392usa2018-02-131-38/+11
* variable.c: flags at autoloadingnobu2018-02-131-11/+38
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-10/+10
* variable.c: removed old warningnobu2018-02-021-5/+0
* defined? returns nil for toplevel constant lookupnobu2018-01-271-0/+5
* use predefined IDskazu2018-01-221-1/+1
* rb_global_tbl marked as staticshyouhei2018-01-181-1/+1
* exclude flexible array size with old compilersnobu2018-01-141-1/+1
* variable.c (struct gen_ivtbl): Use FLEX_ARY_LEN.mame2018-01-131-2/+2
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* variable.c: fix autoload stack space regressionnormal2018-01-021-7/+6
* fix SEGV touching uninitialized memoryshyouhei2018-01-021-2/+3
* offsetof(type, foo.bar) is (arguably) a GCCismshyouhei2018-01-021-9/+7
* variable.c: public rb_autoloadnobu2017-12-261-1/+1
* variable.c (autoload_sleep_done): avoid needless list_node initnormal2017-05-221-1/+1
* autoload: always wait on loading threadnormal2017-05-121-0/+11
* variable.c: cleanup waitq upon thread deathnormal2017-05-071-8/+32
* add several counters to analyze ivar inline caches.ko12017-03-151-2/+2
* add performance counting mechanism for MRI debug/tuning purpose.ko12017-02-211-0/+4
* variable.c: remove deprecated internal featurenobu2017-02-211-60/+0
* variable.c: noreturn in GCCnobu2017-02-211-0/+3
* remove harmful declaration.ko12017-02-201-1/+0
* Supress warning: function might be candidate for attribute 'noreturn'naruse2017-02-201-1/+1
* DEPRECATED_INTERNAL_FEATUREnobu2017-02-171-2/+1
* variable.c: fatal rb_generic_ivar_tablenobu2017-02-161-0/+8
* variable.c: fix the condition to cachenobu2017-01-111-4/+19
* variable.c: resolve permanent name onlynobu2017-01-081-2/+8
* variable.c: top-level constant look-upnobu2017-01-011-0/+4
* Stop reading past the end of `ivptr` arraytenderlove2016-11-291-1/+1
* variable.c: rb_deprecate_constantnobu2016-09-091-0/+16
* variable.c: fix deprecated constant messagenobu2016-09-091-1/+1
* variable.c: fix private constant messagenobu2016-09-091-1/+1
* variable.c: exclude private constantsnobu2016-07-191-1/+1
* variable.c: consider lengthnobu2016-06-191-6/+7
* variable.c: rb_const_searchnobu2016-06-191-3/+13
* variable.c: check lengthnobu2016-05-301-1/+1
* variable.c: hidden constantsnobu2016-05-271-1/+3
* vm_insnhelper.c: deprecated constant in classnobu2016-05-151-9/+15
* variable.c: fix implicit conversionnobu2016-04-221-3/+4
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-221-29/+28
* * variable.c: Added documentation about order of `Module#constants`hsbt2016-03-231-0/+3
* variable.c: matched backrefs onlynobu2016-01-141-5/+15
* variable.c: $1..$9 in global_variablesnobu2016-01-141-6/+8
* resolve class name earlier and more consistentlynormal2016-01-121-0/+7
* variable.c (rb_mod_deprecate_constant): [DOC] addedsho-h2016-01-041-0/+7
* use id_table for constant tablesnormal2015-12-291-82/+79
* * variable.c (struct ivar_update): rename "extended" to "iv_extended"ngoto2015-12-211-6/+6