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
*
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
*
Init functions don't need ID caches
nobu
2014-07-03
1
-4
/
+4
*
constify parameters
nobu
2014-06-18
1
-9
/
+9
*
variable.c, vm_method.c: pin down
nobu
2014-03-31
1
-0
/
+1
*
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-26
1
-4
/
+4
*
variable.c: avoid memory leak on const redefinition
normal
2014-03-17
1
-0
/
+2
*
variable.c (struct global_variable): shrink by 8 bytes on 64-bit
normal
2014-03-08
1
-1
/
+1
*
* gc.c: fix typo by @windwiny [fix GH-506]
hsbt
2014-01-19
1
-1
/
+1
*
* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.
ko1
2014-01-09
1
-1
/
+1
*
* variable.c: Adding extra example in docs. [Bug #9210]
ayumin
2013-12-30
1
-2
/
+3
*
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-20
1
-8
/
+8
*
* array.c: fix comment to remove the word "shady".
ko1
2013-12-13
1
-1
/
+1
*
variable.c: rb_class_path_cached
nobu
2013-12-09
1
-0
/
+12
*
variable.c: frozen class name
nobu
2013-12-08
1
-3
/
+2
*
* variable.c (rb_mod_constants): when calling Module#constants with
charliesome
2013-12-02
1
-4
/
+23
*
* gc.c: add support to estimate increase of oldspace memory usage.
ko1
2013-11-05
1
-1
/
+1
*
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
1
-0
/
+2
*
* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split
charliesome
2013-10-29
1
-6
/
+6
*
variable.c: real class name
nobu
2013-10-19
1
-1
/
+1
*
* variable.c (rb_class2name): call rb_tmp_class_path() directly to avoid extr...
tmm1
2013-10-19
1
-2
/
+4
[next]