index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
variable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[EXPERIMENTAL] Make Module#name return a frozen String
Jean Boussier
2019-09-26
1
-4
/
+1
*
variable.c: Rename rb_st_copy to rb_iv_tbl_copy
Yusuke Endoh
2019-09-22
1
-4
/
+5
*
Fix Module#class_variables for singleton classes of classes/modules
Jeremy Evans
2019-09-21
1
-0
/
+6
*
Export rb_const_source_location_at for MJIT
Kazuki Tsujimoto
2019-09-01
1
-1
/
+1
*
move docs around [ci skip]
卜部昌平
2019-08-29
1
-42
/
+0
*
rb_ivar_foreach now free from ANYARGS
卜部昌平
2019-08-27
1
-5
/
+7
*
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-27
1
-16
/
+17
*
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
1
-2
/
+4
*
Don't accidentally name anonymous module/class
Alan Wu
2019-08-14
1
-23
/
+3
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-4
/
+4
*
remove RHash::iter_lev.
Koichi Sasada
2019-07-31
1
-5
/
+20
*
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2019-07-03
1
-1
/
+1
*
* expand tabs.
git
2019-07-01
1
-3
/
+3
*
Fixed inadvertent ID creation in rb_iv_get
Nobuyoshi Nakada
2019-07-01
1
-1
/
+6
*
Make autoloading_const_entry static
Nobuyoshi Nakada
2019-06-23
1
-1
/
+1
*
* expand tabs.
git
2019-06-23
1
-14
/
+14
*
Module#constant_source_location [Feature #10771]
Nobuyoshi Nakada
2019-06-23
1
-0
/
+56
*
Split global search for module
Nobuyoshi Nakada
2019-06-23
1
-11
/
+17
*
Hoisted out autoloading_const_entry
Nobuyoshi Nakada
2019-06-23
1
-8
/
+21
*
* expand tabs.
git
2019-06-21
1
-1
/
+1
*
Turned `recur` into `int` [Feature #15777]
Nobuyoshi Nakada
2019-06-21
1
-3
/
+3
*
Add an optional `inherit` argument to Module#autoload?
Jean Boussier
2019-06-21
1
-0
/
+7
*
Add compaction support for more types.
Aaron Patterson
2019-06-11
1
-4
/
+14
*
Fix FrozenError when assigning frozen class to constant
Nobuyoshi Nakada
2019-06-01
1
-2
/
+4
*
Set namespace tree
Nobuyoshi Nakada
2019-05-22
1
-14
/
+8
*
Extract build_const_pathname
Alan Wu
2019-05-22
1
-15
/
+20
*
Eagerly name modules and classes
Alan Wu
2019-05-22
1
-218
/
+104
*
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-18
1
-1
/
+1
*
newptr should not be NULL
Urabe, Shyouhei
2019-04-26
1
-7
/
+3
*
avoid reading uninitialized variable
Urabe, Shyouhei
2019-04-26
1
-0
/
+1
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-4
/
+28
*
Reverting compaction for now
tenderlove
2019-04-17
1
-28
/
+4
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-4
/
+28
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-28
/
+4
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-4
/
+28
*
[DOC] Fix method references to Method instance methods
nobu
2019-03-28
1
-1
/
+1
*
[DOC] fix markups [ci skip]
nobu
2019-03-28
1
-2
/
+2
*
* expand tabs.
svn
2019-03-09
1
-2
/
+2
*
variable.c: hoisted out rb_namespace_p
nobu
2019-03-09
1
-4
/
+14
*
* expand tabs.
svn
2018-12-28
1
-1
/
+1
*
Hoisted out undefined_constant
nobu
2018-12-28
1
-12
/
+17
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-16
/
+6
*
No new entry when getting undefined global variable
nobu
2018-11-25
1
-6
/
+42
*
Prefer ALLOCV over ALLOCA
nobu
2018-11-25
1
-1
/
+3
*
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-11-01
1
-4
/
+6
*
remove '//' style comments.
ko1
2018-10-31
1
-1
/
+0
*
support theap for T_OBJECT.
ko1
2018-10-30
1
-41
/
+113
*
* expand tabs.
svn
2018-10-30
1
-1
/
+1
*
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
1
-109
/
+37
*
support theap for T_OBJECT.
ko1
2018-10-30
1
-37
/
+109
[next]