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
/
vm_eval.c
Age
Commit message (
Expand
)
Author
2015-02-06
vm_eval.c: no use of SYM2ID
nobu
2015-02-05
convert method name to a Symbol
nobu
2015-02-04
* vm_eval.c: Fix symbol leak with non optimized +send+ and method_missing [#1...
marcandre
2015-01-16
* eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:
ktsj
2014-12-09
vm_eval.c: fix `rb_eval_string_wrap` rdoc
nobu
2014-11-25
vm_eval.c: preserve encoding
nobu
2014-11-16
vm_eval.c: rb_current_receiver
nobu
2014-11-16
vm_eval.c: define IDs
nobu
2014-11-16
id.def: move IDs for exception
nobu
2014-11-15
vm_eval.c: UncaughtThrowError
nobu
2014-11-14
vm_eval.c (rb_eval_cmd): use pre-defined idCall
normal
2014-11-14
vm_eval.c (rb_yield_splat): add missing GC guard
normal
2014-11-09
vm.c: super in bmethod
nobu
2014-11-02
* rewrite method/block parameter fitting logic to optimize
ko1
2014-09-19
vm_eval.c: fix super from eval with scope
nobu
2014-07-27
* vm_eval.c: [DOC] Fix rdoc formatting of patch from [Bug #9551]
zzak
2014-07-27
* vm_eval.c: [DOC] [Bug #9551] Improve clarity of Kernel::catch
zzak
2014-07-01
vm.c: rb_vm_env_local_variables
nobu
2014-07-01
vm.c: constify
nobu
2014-06-19
* vm_eval.c (rb_catch_protect): fix same problem of [Bug #9961].
ko1
2014-06-19
* vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfp
ko1
2014-06-18
constify parameters
nobu
2014-05-24
* vm_eval.c: [DOC] [ci skip] Improve instance_eval description when given a
zzak
2014-05-07
vm_eval.c: hide intermediate hash
nobu
2014-05-07
vm_eval.c: symbol identity
nobu
2014-05-07
vm_eval.c: valid name IDs only
nobu
2014-05-07
vm.c: clear intermediate hash
nobu
2014-05-07
vm_eval.c: exclude hidden variables
nobu
2014-05-07
rename variables
nobu
2014-04-04
eval_intern.h: VAR_INITIALIZED
nobu
2014-03-18
* vm_eval.c (eval_string_with_cref): Unify to use NIL_P.
sorah
2014-03-18
* vm_eval.c (eval_string_with_cref): Use file path even if scope is
sorah
2014-03-17
* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()
ko1
2014-03-07
vm_eval.c: use RARRAY_CONST_PTR to aid RGenGC performance
normal
2014-03-07
vm_eval.c: fix misplaced GC guard
normal
2014-01-30
vm_eval.c: compare method type
nobu
2014-01-30
vm_eval.c: fix NoMethodError message
nobu
2014-01-30
vm_eval.c: fix NoMethodError message
nobu
2014-01-30
vm_eval.c: omit klass
nobu
2014-01-30
vm_eval.c: error message encoding
nobu
2014-01-09
* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.
ko1
2014-01-01
* vm_eval.c (method_missing): use ALLOCV_N() instead of
glass
2013-12-20
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-08
gc.c: promote long-lived NODE_CREF objects to oldgen
tmm1
2013-12-05
vm_eval.c: suppress warning
nobu
2013-12-03
vm_eval.c: rb_catch_protect
nobu
2013-11-30
vm_eval.c: blockarg
nobu
2013-11-29
vm_eval.c: rb_yield_block
nobu
2013-11-29
ruby/ruby.h, enum.c, vm_eval.c: constify argv
nobu
2013-11-26
* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...
tmm1
[next]