summaryrefslogtreecommitdiff
path: root/variable.c
AgeCommit message (Expand)Author
2018-12-28* expand tabs.svn
2018-12-28Hoisted out undefined_constantnobu
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-11-25No new entry when getting undefined global variablenobu
2018-11-25Prefer ALLOCV over ALLOCAnobu
2018-11-01introduce USE_TRANSIENT_HEAP to enable/disable theap.ko1
2018-10-31remove '//' style comments.ko1
2018-10-30support theap for T_OBJECT.ko1
2018-10-30* expand tabs.svn
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30support theap for T_OBJECT.ko1
2018-09-11add new instruction attribute called leafshyouhei
2018-07-27eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame
2018-07-24UNREACHABLE_RETURNnobu
2018-07-14Fix documentation in Object#remove_instance_variablewatson1978
2018-07-06const_missing on private constantsnobu
2018-06-19variable.c: fix receiver on private constantnobu
2018-05-10variable.c: fix multiple autoload with identical file (again)normal
2018-05-10revert r63387 and r63389 for nownormal
2018-05-10variable.c: fix autoload object lifetimes and leaknormal
2018-05-10variable.c: fix multiple autoload with identical filenormal
2018-04-20variable.c: fix thread + fork errors in autoloadnormal
2018-03-15variable.c: hoisted out overtaken cvar warningsnobu
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