aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* make local symbols staticnobu2015-12-081-2/+4
* introduce rb_autoload_str to replace rb_autoloadnormal2015-12-061-6/+18
* variable.c: remove spurious #define for globalsnormal2015-11-291-74/+53
* variable.c (rb_autoload_load): allow recursive callsnormal2015-11-091-0/+3
* variable.c: suppress a warningnobu2015-11-041-1/+1
* variable.c: remove casts for rb_class_ivar_set callersnormal2015-11-021-3/+3
* variable.c (rb_global_tbl): convert to id_tablenormal2015-11-021-19/+19
* use rb_source_loc and rb_source_locationnobu2015-10-311-2/+1
* variable.c: rb_class_ivar_setnobu2015-10-301-4/+4
* variable.c (generic_ivar_remove): return original valuenormal2015-10-301-4/+4
* variable.c (rb_st_insert_id_and_value): reduce argsnormal2015-10-301-6/+5
* variable.c: reduce heap usage for autoload_data_inormal2015-10-291-30/+31
* variable.c: additional locking around autoloadnormal2015-10-281-20/+83
* error.c: receiver in NameErrornobu2015-10-281-1/+1
* NameError#receiver of uninitialized constantnobu2015-10-281-73/+65
* variable.c: fail if frozennobu2015-09-161-0/+1
* variable.c: wrap long linesnormal2015-08-041-11/+22
* variable.c: Module#deprecate_constantnobu2015-07-301-4/+21
* variable.c: remove FL_ABLE check for generic ivarsnormal2015-06-241-2/+2
* variable.c: remove generic ivar support for special constantsnormal2015-06-031-47/+16
* variable.c: avoid compatibility table with generic ivarsnormal2015-05-301-0/+63
* variable.c: use indices for generic ivarsnormal2015-05-291-125/+345
* variable.c: extract common functions for generic ivar indicesnormal2015-05-291-20/+43
* variable.c: generic_iv_tbl is unavoidablenormal2015-05-211-18/+5
* allocate structs with wrappernobu2015-05-161-2/+1
* * variable.c: Change autoload to call `require` through Ruby rathertenderlove2015-05-141-1/+1
* variable.c: no intermediate IDsnobu2015-05-131-2/+2
* variable.c: const_updatenobu2015-04-131-12/+36
* variable.c: setup_const_entrynobu2015-04-131-4/+12
* variable.c: ensurenobu2015-04-131-6/+11
* variable.c: escape erred namenobu2015-03-221-2/+2
* * internal.h, node.h: move a definition of `struct rb_global_entry'ko12015-03-121-1/+0
* variable.c: rb_search_class_pathnobu2015-02-281-17/+47
* variable.c: preserve name encoding of subclassnobu2015-02-281-7/+5
* revert r45487nobu2015-02-061-1/+0
* variable.c: ignore mortal classidnobu2015-02-061-2/+3
* use 0 for reservednobu2014-12-011-2/+2
* get rid of inadvertent ID creationnobu2014-11-211-13/+12
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* variable.c, vm_insnhelper.c: improve performancenobu2014-10-191-1/+2
* variable.c: use st_updatenobu2014-10-081-9/+23
* variable.c: use st_updatenobu2014-10-081-6/+10
* constant.h: constant visibilitiesnobu2014-10-081-3/+3