summaryrefslogtreecommitdiffstats
path: root/constant.h (follow)
Commit message (Expand)AuthorAgeLines
* add #include guard hack卜部昌平2020-04-13-2/+2
* decouple internal.h headers卜部昌平2019-12-26-0/+2
* internal/variable.h rework卜部昌平2019-12-26-3/+6
* delete unused functions卜部昌平2019-11-14-4/+0
* Module#constant_source_location [Feature #10771]Nobuyoshi Nakada2019-06-23-0/+3
* Add `GC.compact` again.tenderlove2019-04-20-2/+2
* Reverting compaction for nowtenderlove2019-04-17-2/+2
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-17-2/+2
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-10-2/+2
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-09-2/+2
* vm_insnhelper.c: rb_autoloading_value flagnobu2018-02-13-0/+1
* use id_table for constant tablesnormal2015-12-29-1/+1
* variable.c: Module#deprecate_constantnobu2015-07-30-2/+9
* constant.h: constant visibilitiesnobu2014-10-08-1/+7
* variable: cleanup to use rb_const_lookupnormal2014-08-04-0/+1
* constify parametersnobu2014-06-18-2/+2
* constant.h: reduce rb_const_entry_t size on 64-bitnormal2014-02-06-1/+1
* * class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko12013-06-14-2/+2
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-03-0/+2
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-28-0/+6
* remove a comma at end of enumerator list.kazu2010-12-10-1/+1
* * object.c (Init_Object), constant.h, variable.cmame2010-10-26-0/+2
* * class.c, constant.h, gc.c, method.h, object.c, variable.c,mame2010-10-26-0/+26