aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* simplify some trivial rb_data_type_t callbacksnormal2014-09-131-9/+2
* variable.c (rb_ivar_set): remove unnecessary checknormal2014-09-101-3/+0
* variable.c: check index overflownobu2014-09-101-0/+1
* rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bitnormal2014-09-101-0/+4
* variable: cleanup to use rb_const_lookupnormal2014-08-041-18/+28
* introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal2014-07-251-2/+1
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-091-4/+4
* Init functions don't need ID cachesnobu2014-07-031-4/+4
* constify parametersnobu2014-06-181-9/+9
* variable.c, vm_method.c: pin downnobu2014-03-311-0/+1
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-4/+4
* variable.c: avoid memory leak on const redefinitionnormal2014-03-171-0/+2
* variable.c (struct global_variable): shrink by 8 bytes on 64-bitnormal2014-03-081-1/+1
* * gc.c: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-091-1/+1
* * variable.c: Adding extra example in docs. [Bug #9210]ayumin2013-12-301-2/+3
* * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko12013-12-201-8/+8
* * array.c: fix comment to remove the word "shady".ko12013-12-131-1/+1
* variable.c: rb_class_path_cachednobu2013-12-091-0/+12
* variable.c: frozen class namenobu2013-12-081-3/+2
* * variable.c (rb_mod_constants): when calling Module#constants withcharliesome2013-12-021-4/+23
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-1/+1
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+2
* * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: splitcharliesome2013-10-291-6/+6