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
/
vm_core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-14
1
-1
/
+3
*
drop varargs.h support
卜部昌平
2020-05-11
1
-7
/
+0
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-2
/
+2
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-2
/
+2
*
add #include guard hack
卜部昌平
2020-04-13
1
-3
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-3
/
+3
*
Get rid of redefinition of `rb_execution_context_t`
Nobuyoshi Nakada
2020-03-19
1
-2
/
+7
*
thread_pthread.c: allocate sigaltstack before pthread_create
Yusuke Endoh
2020-03-06
1
-3
/
+8
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-2
/
+1
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-52
/
+2
*
rb_vm_t::postponed_job_index shall be rb_atomic_t
卜部昌平
2020-02-06
1
-1
/
+1
*
Let execution context local storage be an ID table
Lourens Naudé
2020-01-11
1
-1
/
+1
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-10
/
+2
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-27
/
+35
*
Kernel#lambda: return forwarded block as non-lambda proc
Alan Wu
2019-12-21
1
-1
/
+7
*
delete rb_vm_call()
卜部昌平
2019-12-18
1
-2
/
+0
*
disable assertion.
Koichi Sasada
2019-12-17
1
-1
/
+1
*
Kernel#abort without arguments should print error info
Nobuyoshi Nakada
2019-12-16
1
-0
/
+1
*
vm_core.h (iseq_unique_id): prefer uintptr_t instead of unsigned long
Yusuke Endoh
2019-12-10
1
-1
/
+1
*
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-09
1
-0
/
+2
*
Revert "vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer"
Yusuke Endoh
2019-12-09
1
-2
/
+0
*
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-09
1
-0
/
+2
*
Introduce an "Inline IVAR cache" struct
Aaron Patterson
2019-12-05
1
-4
/
+8
*
make functions static
卜部昌平
2019-11-19
1
-4
/
+0
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-1
/
+0
*
delete unused functions
卜部昌平
2019-11-14
1
-3
/
+0
*
__builtin_inline!
Koichi Sasada
2019-11-11
1
-0
/
+1
*
support builtin features with Ruby and C.
Koichi Sasada
2019-11-08
1
-0
/
+9
*
enable assertion for debug.
Koichi Sasada
2019-10-25
1
-1
/
+2
*
more on struct rb_call_data
卜部昌平
2019-10-25
1
-13
/
+1
*
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-24
1
-6
/
+17
*
Share ruby_sighandler_t definition
Nobuyoshi Nakada
2019-10-09
1
-1
/
+2
*
signal.c: save the original sighandlers for fatal signals
Yusuke Endoh
2019-10-09
1
-1
/
+1
*
error.c (rb_bug_for_fatal_signal): renamed from rb_bug_context
Yusuke Endoh
2019-10-09
1
-1
/
+1
*
iseq.c (rb_iseq_compile_on_base): Removed
Yusuke Endoh
2019-10-04
1
-2
/
+1
*
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-10-03
1
-1
/
+1
*
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-30
1
-1
/
+1
*
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
Jeremy Evans
2019-09-29
1
-1
/
+0
*
Fix keyword argument separation issues in Thread.new
Jeremy Evans
2019-09-26
1
-0
/
+1
*
Add Module#ruby2_keywords for passing keywords through regular argument splats
Jeremy Evans
2019-09-25
1
-0
/
+1
*
typedef rb_jmpbuf_t to void *[5] if __builtin_setjmp is used
Fangrui Song
2019-09-21
1
-0
/
+4
*
Moved ruby_node_name declaration to node.h
Nobuyoshi Nakada
2019-09-13
1
-1
/
+0
*
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-06
1
-2
/
+12
*
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
1
-0
/
+1
*
Propagate kw_splat information
Yusuke Endoh
2019-09-05
1
-1
/
+2
*
hide rb_funcallv_with_cc from public
卜部昌平
2019-09-05
1
-29
/
+0
*
Merge pull request #2422 from jeremyevans/rb_keyword_given_p
Jeremy Evans
2019-09-03
1
-2
/
+9
*
Make the rb_vmdebug_debug_print_post declaration
Takashi Kokubun
2019-09-03
1
-1
/
+5
*
Support **nil syntax for specifying a method does not accept keyword arguments
Jeremy Evans
2019-08-30
1
-0
/
+1
*
rb_thread_create now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
[next]