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
*
make local symbols static
nobu
2015-12-08
1
-2
/
+4
*
introduce rb_autoload_str to replace rb_autoload
normal
2015-12-06
1
-6
/
+18
*
variable.c: remove spurious #define for globals
normal
2015-11-29
1
-74
/
+53
*
variable.c (rb_autoload_load): allow recursive calls
normal
2015-11-09
1
-0
/
+3
*
variable.c: suppress a warning
nobu
2015-11-04
1
-1
/
+1
*
variable.c: remove casts for rb_class_ivar_set callers
normal
2015-11-02
1
-3
/
+3
*
variable.c (rb_global_tbl): convert to id_table
normal
2015-11-02
1
-19
/
+19
*
use rb_source_loc and rb_source_location
nobu
2015-10-31
1
-2
/
+1
*
variable.c: rb_class_ivar_set
nobu
2015-10-30
1
-4
/
+4
*
variable.c (generic_ivar_remove): return original value
normal
2015-10-30
1
-4
/
+4
*
variable.c (rb_st_insert_id_and_value): reduce args
normal
2015-10-30
1
-6
/
+5
*
variable.c: reduce heap usage for autoload_data_i
normal
2015-10-29
1
-30
/
+31
*
variable.c: additional locking around autoload
normal
2015-10-28
1
-20
/
+83
*
error.c: receiver in NameError
nobu
2015-10-28
1
-1
/
+1
*
NameError#receiver of uninitialized constant
nobu
2015-10-28
1
-73
/
+65
*
variable.c: fail if frozen
nobu
2015-09-16
1
-0
/
+1
*
variable.c: wrap long lines
normal
2015-08-04
1
-11
/
+22
*
variable.c: Module#deprecate_constant
nobu
2015-07-30
1
-4
/
+21
*
variable.c: remove FL_ABLE check for generic ivars
normal
2015-06-24
1
-2
/
+2
*
variable.c: remove generic ivar support for special constants
normal
2015-06-03
1
-47
/
+16
*
variable.c: avoid compatibility table with generic ivars
normal
2015-05-30
1
-0
/
+63
*
variable.c: use indices for generic ivars
normal
2015-05-29
1
-125
/
+345
*
variable.c: extract common functions for generic ivar indices
normal
2015-05-29
1
-20
/
+43
*
variable.c: generic_iv_tbl is unavoidable
normal
2015-05-21
1
-18
/
+5
*
allocate structs with wrapper
nobu
2015-05-16
1
-2
/
+1
*
* variable.c: Change autoload to call `require` through Ruby rather
tenderlove
2015-05-14
1
-1
/
+1
*
variable.c: no intermediate IDs
nobu
2015-05-13
1
-2
/
+2
*
variable.c: const_update
nobu
2015-04-13
1
-12
/
+36
*
variable.c: setup_const_entry
nobu
2015-04-13
1
-4
/
+12
*
variable.c: ensure
nobu
2015-04-13
1
-6
/
+11
*
variable.c: escape erred name
nobu
2015-03-22
1
-2
/
+2
*
* internal.h, node.h: move a definition of `struct rb_global_entry'
ko1
2015-03-12
1
-1
/
+0
*
variable.c: rb_search_class_path
nobu
2015-02-28
1
-17
/
+47
*
variable.c: preserve name encoding of subclass
nobu
2015-02-28
1
-7
/
+5
*
revert r45487
nobu
2015-02-06
1
-1
/
+0
*
variable.c: ignore mortal classid
nobu
2015-02-06
1
-2
/
+3
*
use 0 for reserved
nobu
2014-12-01
1
-2
/
+2
*
get rid of inadvertent ID creation
nobu
2014-11-21
1
-13
/
+12
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-3
/
+1
*
variable.c, vm_insnhelper.c: improve performance
nobu
2014-10-19
1
-1
/
+2
*
variable.c: use st_update
nobu
2014-10-08
1
-9
/
+23
*
variable.c: use st_update
nobu
2014-10-08
1
-6
/
+10
*
constant.h: constant visibilities
nobu
2014-10-08
1
-3
/
+3
*
simplify some trivial rb_data_type_t callbacks
normal
2014-09-13
1
-9
/
+2
*
variable.c (rb_ivar_set): remove unnecessary check
normal
2014-09-10
1
-3
/
+0
*
variable.c: check index overflow
nobu
2014-09-10
1
-0
/
+1
*
rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bit
normal
2014-09-10
1
-0
/
+4
*
variable: cleanup to use rb_const_lookup
normal
2014-08-04
1
-18
/
+28
*
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-07-25
1
-2
/
+1
*
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-07-09
1
-4
/
+4
[next]