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
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
eval.c: hide internal objects
nobu
2017-02-03
1
-1
/
+4
*
eval.c: copy special exception
nobu
2017-01-24
1
-3
/
+14
*
eval.c: fix circular cause
nobu
2016-12-21
1
-0
/
+3
*
Add clang volatile fixes from FreeBSD and NetBSD.
shugo
2016-12-07
1
-2
/
+2
*
error.c: redefined backtrace
nobu
2016-11-13
1
-6
/
+19
*
error.c: rb_get_backtrace
nobu
2016-11-13
1
-2
/
+2
*
include and prepend check no args
nobu
2016-11-06
1
-0
/
+3
*
* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):
ktsj
2016-11-05
1
-2
/
+2
*
* eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:
ktsj
2016-11-05
1
-1
/
+1
*
* eval.c (rb_mod_refine): refine modules as well.
shugo
2016-09-23
1
-5
/
+15
*
thread.c: set cause by Thread#raise
nobu
2016-09-09
1
-0
/
+11
*
* eval.c (rb_mod_s_used_modules): rename Module.used_refinements to
shugo
2016-09-08
1
-9
/
+9
*
* eval.c (rb_mod_s_used_refinements): new method
shugo
2016-09-07
1
-0
/
+55
*
* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()
ko1
2016-08-03
1
-1
/
+1
*
rb_funcallv
nobu
2016-07-29
1
-1
/
+1
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-18
/
+17
*
* vm_insnhelper.c: introduce rb_vm_pop_frame() and use it
ko1
2016-07-26
1
-1
/
+1
*
use TH_JUMP_TAG
nobu
2016-05-05
1
-7
/
+7
*
eval.c: constify
nobu
2016-05-03
1
-1
/
+1
*
eval.c: reuse VM tag
nobu
2016-04-23
1
-16
/
+15
*
eval_error.c: reuse threadptr
nobu
2016-04-23
1
-1
/
+1
*
remove rb_thread_t::base_block
nobu
2016-03-28
1
-1
/
+0
*
eval_error.c: remove warn_printf
nobu
2016-02-25
1
-6
/
+7
*
not overwrite cause
nobu
2016-02-14
1
-6
/
+10
*
eval.c: warn block for using
nobu
2015-12-29
1
-0
/
+16
*
* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.
ko1
2015-11-20
1
-3
/
+2
*
internal.h: RUBY_DTRACE_HOOK
nobu
2015-10-31
1
-5
/
+1
*
use rb_source_loc and rb_source_location
nobu
2015-10-31
1
-3
/
+2
*
improve handling of timer thread shutdown
normal
2015-08-14
1
-1
/
+1
*
eval.c: use rb_ident_hash_new
nobu
2015-08-10
1
-2
/
+1
*
vm.c: frozen_strings in rb_vm_t
nobu
2015-08-09
1
-4
/
+1
*
ruby_atomic.h: atomic VALUE operations
nobu
2015-08-06
1
-1
/
+1
*
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
1
-3
/
+3
*
eval.c: check tag value
nobu
2015-07-19
1
-0
/
+3
*
eval.c: extra conversion of exit status
nobu
2015-07-18
1
-17
/
+7
*
* vm_core.h: remove rb_iseq_t::defined_method_id because it is not
ko1
2015-07-06
1
-54
/
+4
*
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-07-03
1
-7
/
+7
*
* eval.c (add_activated_refinement): should not include the original
shugo
2015-06-29
1
-1
/
+1
*
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-02
1
-18
/
+19
*
* eval.c (frame_called_id): it should use vm_ifunc type.
ko1
2015-03-11
1
-4
/
+4
*
* vm_insnhelper.h: define struct THROW_DATA to represent
ko1
2015-03-10
1
-2
/
+2
*
* internal.h: define rb_cref_t and change to use it.
ko1
2015-03-08
1
-10
/
+10
*
* internal.h: define CREF accessor macros.
ko1
2015-03-08
1
-16
/
+16
*
* internal.h: remove struct method_table_wrapper.
ko1
2015-03-05
1
-2
/
+2
*
eval.c: use the given thread
nobu
2015-02-24
1
-12
/
+12
*
eval.c: static IDs
nobu
2015-02-23
1
-1
/
+8
*
* eval.c (ruby_init): Print ruby_setup() error only in debug mode.
akr
2015-01-02
1
-1
/
+2
*
thread.c: get rid of invalid ID symbol
nobu
2014-12-09
1
-0
/
+13
*
* internal.h: Gather declarations in non-header files.
akr
2014-11-18
1
-3
/
+0
*
id.def: move IDs for exception
nobu
2014-11-16
1
-3
/
+1
[next]