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
2019-07-03
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2019-07-01
* expand tabs.
git
2019-07-01
Fixed inadvertent ID creation in rb_iv_get
Nobuyoshi Nakada
2019-06-23
Make autoloading_const_entry static
Nobuyoshi Nakada
2019-06-23
* expand tabs.
git
2019-06-23
Module#constant_source_location [Feature #10771]
Nobuyoshi Nakada
2019-06-23
Split global search for module
Nobuyoshi Nakada
2019-06-23
Hoisted out autoloading_const_entry
Nobuyoshi Nakada
2019-06-21
* expand tabs.
git
2019-06-21
Turned `recur` into `int` [Feature #15777]
Nobuyoshi Nakada
2019-06-21
Add an optional `inherit` argument to Module#autoload?
Jean Boussier
2019-06-11
Add compaction support for more types.
Aaron Patterson
2019-06-01
Fix FrozenError when assigning frozen class to constant
Nobuyoshi Nakada
2019-05-22
Set namespace tree
Nobuyoshi Nakada
2019-05-22
Extract build_const_pathname
Alan Wu
2019-05-22
Eagerly name modules and classes
Alan Wu
2019-05-18
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-04-26
newptr should not be NULL
Urabe, Shyouhei
2019-04-26
avoid reading uninitialized variable
Urabe, Shyouhei
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-03-28
[DOC] Fix method references to Method instance methods
nobu
2019-03-28
[DOC] fix markups [ci skip]
nobu
2019-03-09
* expand tabs.
svn
2019-03-09
variable.c: hoisted out rb_namespace_p
nobu
2018-12-28
* expand tabs.
svn
2018-12-28
Hoisted out undefined_constant
nobu
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-25
No new entry when getting undefined global variable
nobu
2018-11-25
Prefer ALLOCV over ALLOCA
nobu
2018-11-01
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-10-31
remove '//' style comments.
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-09-11
add new instruction attribute called leaf
shyouhei
2018-07-27
eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"
mame
2018-07-24
UNREACHABLE_RETURN
nobu
2018-07-14
Fix documentation in Object#remove_instance_variable
watson1978
2018-07-06
const_missing on private constants
nobu
2018-06-19
variable.c: fix receiver on private constant
nobu
2018-05-10
variable.c: fix multiple autoload with identical file (again)
normal
2018-05-10
revert r63387 and r63389 for now
normal
2018-05-10
variable.c: fix autoload object lifetimes and leak
normal
2018-05-10
variable.c: fix multiple autoload with identical file
normal
2018-04-20
variable.c: fix thread + fork errors in autoload
normal
[next]