index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
variable.c
Age
Commit message (
Expand
)
Author
2015-08-04
variable.c: wrap long lines
normal
2015-07-30
variable.c: Module#deprecate_constant
nobu
2015-06-24
variable.c: remove FL_ABLE check for generic ivars
normal
2015-06-03
variable.c: remove generic ivar support for special constants
normal
2015-05-30
variable.c: avoid compatibility table with generic ivars
normal
2015-05-29
variable.c: use indices for generic ivars
normal
2015-05-29
variable.c: extract common functions for generic ivar indices
normal
2015-05-21
variable.c: generic_iv_tbl is unavoidable
normal
2015-05-16
allocate structs with wrapper
nobu
2015-05-14
* variable.c: Change autoload to call `require` through Ruby rather
tenderlove
2015-05-13
variable.c: no intermediate IDs
nobu
2015-04-13
variable.c: const_update
nobu
2015-04-13
variable.c: setup_const_entry
nobu
2015-04-13
variable.c: ensure
nobu
2015-03-22
variable.c: escape erred name
nobu
2015-03-12
* internal.h, node.h: move a definition of `struct rb_global_entry'
ko1
2015-02-28
variable.c: rb_search_class_path
nobu
2015-02-28
variable.c: preserve name encoding of subclass
nobu
2015-02-06
revert r45487
nobu
2015-02-06
variable.c: ignore mortal classid
nobu
2014-12-01
use 0 for reserved
nobu
2014-11-21
get rid of inadvertent ID creation
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-10-19
variable.c, vm_insnhelper.c: improve performance
nobu
2014-10-08
variable.c: use st_update
nobu
2014-10-08
variable.c: use st_update
nobu
2014-10-08
constant.h: constant visibilities
nobu
2014-09-13
simplify some trivial rb_data_type_t callbacks
normal
2014-09-10
variable.c (rb_ivar_set): remove unnecessary check
normal
2014-09-10
variable.c: check index overflow
nobu
2014-09-10
rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bit
normal
2014-08-04
variable: cleanup to use rb_const_lookup
normal
2014-07-25
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-07-09
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-07-03
Init functions don't need ID caches
nobu
2014-06-18
constify parameters
nobu
2014-03-31
variable.c, vm_method.c: pin down
nobu
2014-03-26
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-17
variable.c: avoid memory leak on const redefinition
normal
2014-03-08
variable.c (struct global_variable): shrink by 8 bytes on 64-bit
normal
2014-01-19
* gc.c: fix typo by @windwiny [fix GH-506]
hsbt
2014-01-09
* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.
ko1
2013-12-30
* variable.c: Adding extra example in docs. [Bug #9210]
ayumin
2013-12-20
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-13
* array.c: fix comment to remove the word "shady".
ko1
2013-12-09
variable.c: rb_class_path_cached
nobu
2013-12-08
variable.c: frozen class name
nobu
2013-12-02
* variable.c (rb_mod_constants): when calling Module#constants with
charliesome
2013-11-05
* gc.c: add support to estimate increase of oldspace memory usage.
ko1
2013-10-29
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
[next]